Skip to content

Releases: guyca/android-image-picker

2.4.6

20 Oct 08:24
Compare
Choose a tag to compare

Migrate to scoped storage and fix Snackbar colors

Worth a shot

12 Jun 06:58
Compare
Choose a tag to compare
2.4.5-guyca.4

Revert a change which might effect JitPack publishing (just a guess)

Another try

12 Jun 06:32
Compare
Choose a tag to compare
2.4.5-guyca.3

Merge branch 'esafirm-master'

Rerelease

11 Jun 11:29
Compare
Choose a tag to compare
2.4.5-guyca.2

Merge branch 'esafirm-master'

Pull upstream

11 Jun 11:03
Compare
Choose a tag to compare
2.4.5-guyca.1

Merge branch 'esafirm-master'

Fix savedInstanceState errors when using NavigationComponent

14 Dec 19:23
Compare
Choose a tag to compare

When using Google's Navigation component, onDestroyView is called when navigating away from a screen.
This means that when onSaveInstanceState is called, the view isn't available to for us to save the sate from.

This commit saves state into a temp bundle each time the Fragment's view is destroyed and then uses
that temp bundle when onSaveInstanceState is actually called.

Address memory leaks in ImagePickerFragment

06 Nov 18:13
Compare
Choose a tag to compare
This commit balances out create/destroy logic of views in ImagePickerFragment. Views are created in onCreateView but there reference was cleared only in onDestroy.

This commit clears all view references in onDestroyView instead of in onDestroy.

2.4.0-guyca.1

13 Oct 12:07
Compare
Choose a tag to compare
Fix crash