GitHub user Hiteshgautam01 opened a pull request:
https://github.com/apache/incubator-taverna-mobile/pull/56
Migration RxJava 1 -> RxJava2
Please make sure these boxes are checked before submitting your pull
request - thanks!
- [ ] Apply the `AndroidStyle.xml` style template to your code in Android
Studio.
- [ ] Run the checks with `./gradlew check` to make sure you didn't break
anything
- [ ] If you have multiple commits please combine them into one commit by
squashing them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Hiteshgautam01/incubator-taverna-mobile
RxJava2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-taverna-mobile/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit 573cc4a4721bb09797bced075f3b60c9a41111ec
Author: Hitesh Gautam <gautam31.hitesh@...>
Date: 2018-02-15T19:52:07Z
Adding RxJava 2.0 dependencies
commit 3e921aca92dee1f69adcd82d43484bf6255ddd7a
Author: Hitesh Gautam <gautam31.hitesh@...>
Date: 2018-02-17T13:38:26Z
Feat: Migrating to RxJava2
commit 9ae9186588297ba90b6697588b6c5862eaed6697
Author: Hitesh Gautam <gautam31.hitesh@...>
Date: 2018-02-19T10:28:18Z
fix: Announcement test
----
---