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

Add rxjava2 #54

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

Add rxjava2 #54

wants to merge 6 commits into from

Conversation

vashisthg
Copy link

Implement rxJava 2.x api

This PR intends to add rxJava2 api in tapglue.

For this had to create a new lib module tapglue-android-sdk-rxjava2 which just has dependency on rxjava2 only. The older tapglue-android-sdk has dependency on rxjava 1.x.

To reuse as much as I could extracted two modules 'entities' and 'core'. tapglue-android-sdk-rxjava2 and tapglue-android-sdk depends on 'entities' and 'core'.

Please have a look.

Things to do:

  • Publish rxjava2 lib as maven/gradle dependency.

@nilsen340
Copy link
Member

@vashisthg I would not have the library support two different versions of RxJava like this. Especially not given the duplication this solution adds. It also strips the rx-java2 part of acceptance tests.

@vashisthg
Copy link
Author

vashisthg commented Jun 9, 2017

@nilsen340 For the new version of tapglue sdk why to keep support for rxjava1?

@vashisthg
Copy link
Author

Let me know about the acceptance tests.

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

Successfully merging this pull request may close these issues.

2 participants