Releases: aviadmini/quickimagepick
Releases · aviadmini/quickimagepick
Minor update
Compare
Sorry, something went wrong.
No results found
Updated UriUtils.contentExists(...) to close ParcelFileDescriptor
Updated libraries
Updated some annotations
v2.1.6
Compare
Sorry, something went wrong.
No results found
v2.1.6 fixed issue #7
2.1.5 UriUtils.contentExists()
Compare
Sorry, something went wrong.
No results found
v2.1.5 added explanation for solving #5 to readme
2.1.4 UriUtils improvements
Compare
Sorry, something went wrong.
No results found
v2.1.4 removed redundant throws from UriUtils.saveContentToFile() and…
2.1.3
Compare
Sorry, something went wrong.
No results found
Bumped support library version
Should also fix JitPack build error
2.1.2
Compare
Sorry, something went wrong.
No results found
Bug fixes:
grant uri permissions explicitly
handleActivityResult bug with resolving pick source
2.1.1 Multi-pick
Compare
Sorry, something went wrong.
No results found
Added multi-pick from documents source for API 18+ (Jelly Bean MR2)
Fixed multi-source chooser
Multi-source chooser items now ordered same as call parameters
2.0.0 New API
Compare
Sorry, something went wrong.
No results found
New entry point (QiPick) - shorter name, new API
Chained call setup with PickRequest
fixed possible compatibility issues (due to API requirements for some options)
fixed gallery pick source
Uri methods moved to UriUtils (mime type, file ext, etc)
names of images captured by camera changed to timestamp and now have jpeg file extension
updated sample
1.3.0
Compare
Sorry, something went wrong.
No results found
v1.3.0 request only openable Uris, save Uri content to File
1.2.0
Compare
Sorry, something went wrong.
No results found
v1.2.0 Added allowed mime types, local only content flag, improved mi…