Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Releases: VictorAlbertos/RxActivityResult

Fixed #4 Support nested fragments

06 May 08:26
Compare
Choose a tag to compare
0.3.1

Merge branch 'master' of https://github.com/VictorAlbertos/RxActivity…

Fixes #3

05 May 13:49
Compare
Choose a tag to compare

#3 -> Add support for startIntentSenderForResult

Added getOLiveActivity method

21 Mar 13:07
Compare
Choose a tag to compare
0.2.3

updated readme.md

Removed mismatch exceptions.

19 Mar 00:59
Compare
Choose a tag to compare

Just ignore the event until uiTarget matches. It could happen if some other activity has been stacked as a new process without finish the completed intent.

Added call to subscriber.onCompleted()

17 Mar 12:28
Compare
Choose a tag to compare

This prevents a bug described in this issue.

Provide a safety instance of the Activity/Fragment to stay sync with the most recent instance

16 Mar 03:24
Compare
Choose a tag to compare

RxActivityResult provides a safety instance of the Activity/Fragment to stay sync with the most recent Activity/Fragment instance if some system event (like orientation change) triggered a recreation of the Activity/Fragment.

First public release

14 Mar 20:31
Compare
Choose a tag to compare
0.1

Updated readme