GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

when will support rxjava2? #119

Open jiechic opened 6 years ago

jiechic commented 6 years ago

so as title?

StefMa commented 6 years ago

What do you expect as "support"? We don't support rx1. Why should we support rx2 and for what.?

jiechic commented 6 years ago

I mean When to implement rx wrapper for changes in the diagram

sorry,my english is poor

passsy commented 6 years ago

We don't have a rx wrapper. Feel free to add it to the project. I'm awaiting your PR

jiechic commented 6 years ago

now I add a library implement rx wrapper for tray in https://github.com/jiechic/RxTray ths for idea

Steppschuh commented 3 years ago

RxPreferences provides an RxJava wrapper for Tray that you can use with your existing TrayPreferences.

Plugging this here for people that might stumble upon this issue, also since the library by OP has been archived.