f2prateek / rx-preferences

Reactive SharedPreferences for Android
http://f2prateek.com/2015/10/05/rx-preferences/
Apache License 2.0
1.54k stars 132 forks source link

Release a new version 2.0.2 #144

Open IslamKhSh opened 3 years ago

IslamKhSh commented 3 years ago

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

grandstaish commented 3 years ago

FYI: the fix on master is broken. The filter here will filter out any null key emissions, meaning that the default value won't actually be emitted as #141 intended.

RobertLK commented 3 years ago

Just a note that this is going to be very high priority very soon because all apps on Play Store need to target SDK 30 from November, and every app using this library will be affected by #141 when they update target SDK.

AlexeyKorshun commented 3 years ago

@grandstaish this filter will filter null key, but not null value...

RobertLK commented 3 years ago

If anyone needs to update in the meantime you can get a HEAD build from jitpack: https://jitpack.io/#f2prateek/rx-preferences/4f0d5087ab (confirmed this works fine on target SDK 30)

Blisse commented 2 years ago

Hey @f2prateek, would it be possible to get a new release, or should we consider the repo unmaintained and look to fork? Thanks!

emuguy1 commented 1 year ago

Hey @f2prateek would be pretty nice and important. I see you are still somewhat active and there are already finished Pull Request you just need to merge. Me and a lot of other developers would really appreciate it.

f2prateek commented 1 year ago

Hi - apologies for the delay here. I haven't been doing Android development for a while now so I don't feel like I am best suited to continue maintaining this library. I'm going to deprecate it and recommend a replacement. Thank you for using the library!