rx-preferences icon indicating copy to clipboard operation
rx-preferences copied to clipboard

Reactive SharedPreferences for Android

Results 19 rx-preferences issues
Sort by recently updated
recently updated
newest added

@f2prateek Please release a new version `2.0.2` that includes the last pull request you accepted #143.

I truly hope @f2prateek is doing well. However, this project has gone unmaintained for a while, and it's been extremely useful to myself and others. For that reason, I've created...

Updated reactive dependencies (RxJava 2 -> 3, RxAndroid 2 -> 3, RxBin…ding 1 -> 4) and removed RxJava2Interop I have a project in which I’m upgrading all the above listed...

Looks like there has been behavior change in OnSharedPreferenceChangeListener onSharedPreferenceChanged callback when apps target devices running OS versions Android R or later. Now when preferences are cleared `null` key will...

Are there any plans to update the library to support RxJava3?

for those of us supporting pre-AndroidX projects, its important to know that 2.0.1 has moved to using AndroidX. Android Studio suggests upgrading from 2.0.0 to 2.0.1, which will break the...

- Updated Gradle version. - Updated to RxJava3 from RxJava2. - Updated to RxBinding4 from RxBinding3.

Using apply() to save preferences is dangerous as it can and will silently fail. Instead, all sets should use commit() and return a completable, throwing an error if commit() returns...