Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to RxJava2 and Implemented Lambdas Where Possible #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sgarfinkel
Copy link

I know you say in the readme this is deprecated, but I thought it was useful and decided to do the legwork to bring the dependencies up to date, especially regarding RxJava2. I updated all of the observables to follow the new API's, and refactored all functional interfaces to instead be lambdas.

I also updated the Activity to use RxJava2, and removed the mapper functionality (this is instead done with Java8 streams, and the app does have an API 24 dependency as a result). If this is a problem, you can always instead just use the streamsupport backport and remove the API requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant