Piotr Wittchen
Piotr Wittchen
Hi, I'm not adding any messages bundled with this library. You can customize messages through the API. Other messages are provided by the system. Regards, Piotr
Hi, I've been quite busy recently. I'll try to release it soon. Regards, Piotr
Hi, Thanks for reporting that. Hm, I'm not sure if this is a bug. Actually, once you're authenticated and `onComplete` is invoked, then stream is finished, so it will no...
It's done like that by design. Do you have a use case, in which you're authenticating user twice within a single activity? Can you explain situation your app? If it...
Ok, I'll have a look how to update the library to make it work for your case.
Not for now, but we can consider it for the future. Please note that prefser uses `SharedPreferences` from Android SDK under the hood. `SharedPreferences` of one application are not accessible...
It's an interesting topic. I've performed a quick research about that. I think the first step for introducing encryption would be creating an interface for all `prefser` public methods. Then,...
Not bad idea. I think, we can create such methods just for basic types, so people can use them if they want to. In addition, I would like to keep...
Hi, Thannks for the suggestion. I think, library needs to be updated to move appropriate action to `onNext(...)` instead of `onComplete()` because `onComplete()` just indicates that stream is completed, but...
Thanks for the suggestion. We can think of that. I'm also open for the new PRs.