Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Releases: alhazmy13/MediaPicker

2.4.4

28 Sep 12:23
Compare
Choose a tag to compare
  • Add new option to set request code in build (#71)
  • Fix External Storage (SD Card) with SDK 26+ (#73)
  • Replace AlertDialog with MaterialDialog (#77)
  • Fix null pointer exception with alert dialog (#78)

2.4.1-beta

17 Apr 03:46
Compare
Choose a tag to compare
2.4.1-beta Pre-release
Pre-release
  • fix Only fullscreen opaque activities can request orientation Android 8 #64
  • fix No Activity to handle video Action_pick intent #58
  • fix all Crashes with API 27 #49 #40
  • Fix issue with multiple Image Selection #54
  • Support RxJava2 (RxJava1 no longer supported)

2.4.0

12 Dec 16:26
516fdee
Compare
Choose a tag to compare
  • Add new option allowOnlineImages(BOOL) to select an image from online resource such as Google drive #39 #25 #6
  • fix some issue that related to video picker #36

2.3.3

13 Aug 00:51
Compare
Choose a tag to compare
  • Fix crash on video recording with android lolipop #35

2.3.2

17 May 01:37
Compare
Choose a tag to compare
Merge pull request #29 from alhazmy13/develop

* Fix issue #26 
* request camera permission only with camera mode

2.3.1

20 Mar 15:01
Compare
Choose a tag to compare

Change video picker code to public

2.3.0

13 Mar 19:26
Compare
Choose a tag to compare
Merge pull request #22 from alhazmy13/refactor-video

version 2.3.0

2.2.5

18 Sep 08:41
Compare
Choose a tag to compare

Add support for selecting one image while enabling allowMulitpleImage flag

2.2.4

15 Sep 16:35
Compare
Choose a tag to compare
Merge pull request #14 from alhazmy13/develop

fix crash when return back from Gallery, fix onError method with RxJava extension

2.2.3

11 Sep 00:46
Compare
Choose a tag to compare
use FileProvider to be compatible with android N API 24