-
We will need to use a native Java module for keeping track of some shared preference. I'm thinking "number of recent matches to show" would be good, but open to suggestions.
-
### Description
Error when trying to read a shared preference of type long
### Steps to Reproduce
1 - The shared preference is created.
new DateTimeOffset(DateTime.Now).ToUnixTimeSeconds() is of…
-
Hi!
First of all, good job! Your library looks incredible, I think it will become a very good alternative to save data in our devices.
It would be great having a comparison chart between using share…
-
Request: abstract with a properties delegate how to get and update the data stored in the `SharedPreferences`
It's not merely about "reducing boilerplate" but also more importantly about decoupling…
-
In Android you can store preference files by different filenames. I use this for example to store data for multiple users, or for different preference pages.
e.g. (In Android)
```java
SharedPre…
-
~~A SharedPreferences viewer/editor would be handy. I believe the only questions would be how to support non default preferences and how to support editing `Set` types.~~
~~I began working on this …
-
SharedPreference provides two ways to write changes i.e., `commit()` and `apply()`. Where `commit()` is a synchronous call and can block Mainthread. Whereas `apply()` write in-memory first followed by…
-
**Is your feature request related to a problem? Please describe.**
SharedPreferences are used for storing key-value pairs in local storage, which is now deprecated.
**Describe the solution yo…
-
https://paste.crdroid.net/li6rgx
time: 1728813097407
msg: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user is unlocked
stacktr…
-
### Introduction
This proposal is for adding support for the [`Settings` API](https://reactnative.dev/docs/settings#docsNav) in Android.
### Details
The `Settings` object is [currently iO…