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

Releases: VictorAlbertos/RxActivityResult

Migrate to AndroidX

20 Nov 16:01
3d1b78f
Compare
Choose a tag to compare
Merge pull request #59 from ParthPadg/androidx

migrate to AndroidX

Guard against lazy init of child fragment manager

20 Jun 18:30
Compare
Choose a tag to compare
Merge pull request #45 from Agrimap/2.x

Guard against lazy init of child fragment manager

Fix fragment has not been attached yet

30 Apr 15:18
Compare
Choose a tag to compare
0.4.4-2.x

Update README.md

Handle not activity found exception

18 Apr 05:53
Compare
Choose a tag to compare
Merge pull request #40 from lkopocinski/2.x

Forward Throwable to onError() when ActivityNotFoundException thrown

Add support for request code

13 Apr 09:04
Compare
Choose a tag to compare
0.4.2-2.x

Merge pull request #38 from esunilkumare/feature/Add_RequestCode_Para…

Added interface in order to pre process data before finishing onActivityResult

05 Oct 19:46
Compare
Choose a tag to compare
Merge pull request #22 from miguelbcr/master

Added interface in order to pre process data before finishing onActivityResult

Defensive null check to avoid null pointer exception on HolderActivity

06 Aug 17:55
Compare
Choose a tag to compare
0.3.5

Defensive null check to avoid null pointer exception on HolderActivit…

Fixes potential memory leak.

15 Jun 18:45
Compare
Choose a tag to compare
0.3.4

upgrade some version dependencies

Fixed bug fragments deeply nested

15 May 16:06
Compare
Choose a tag to compare
0.3.3

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

added check null on RxActivityResult

06 May 15:01
Compare
Choose a tag to compare
0.3.2

added check null fragment on RxActivityResult