Releases: alhazmy13/MediaPicker
Releases · alhazmy13/MediaPicker
2.4.4
- 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
- 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
- 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
- Fix crash on video recording with android lolipop #35
2.3.2
Merge pull request #29 from alhazmy13/develop
* Fix issue #26
* request camera permission only with camera mode
2.3.1
Change video picker code to public
2.3.0
Merge pull request #22 from alhazmy13/refactor-video
version 2.3.0
2.2.5
Add support for selecting one image while enabling allowMulitpleImage flag
2.2.4
Merge pull request #14 from alhazmy13/develop
fix crash when return back from Gallery, fix onError method with RxJava extension
2.2.3
use FileProvider to be compatible with android N API 24