Garnik
Garnik
Fixes the use of Android Device Storage for Application Settings to avoid runtime error cause by user accessing `SharedPreferances` when the device is locked: ``` Unable to create application com.tns.NativeScriptApplication:...
Both videos and images are returned as `ImageAsset`, how can we reliably determine `mediaType` from there?
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
Current latest version (3.0.0) files are different from release tag. For example `disableFallbackToUserDefaults` is missing in the released version, while it was clearly meant to be in the release (https://github.com/EddyVerbruggen/nativescript-secure-storage/blob/b4c97f92ddd96d2e0e9e825626295e8c05b563fc/src/secure-storage.ios.ts)....
I am seeing a lot of crashes with `java.lang.IllegalArgumentException` when calling `net.gotev.uploadservice.UploadServiceConfig.getNamespace` ``` java.lang.RuntimeException: at android.app.ActivityThread.handleCreateService (ActivityThread.java:4673) at android.app.ActivityThread.access$1700 (ActivityThread.java:301) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2196) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:246) at...
Hi! Any chance you could elaborate on this code: https://github.com/Rogueadyn/SaintCoinach/blob/f969b441584688c02dde2fadac548c4a5aaa3faa/SaintCoinach/Xiv/WeatherRate.cs#L93 I stumbled upon this fascinating piece yesterday, still trying to understand what exactly is being done there: ```cs var calcBase...