Skip to content

Releases: aviadmini/quickimagepick

Minor update

Choose a tag to compare

@aviadmini aviadmini released this 05 Apr 06:46
  • Updated UriUtils.contentExists(...) to close ParcelFileDescriptor
  • Updated libraries
  • Updated some annotations

v2.1.6

Choose a tag to compare

@aviadmini aviadmini released this 13 Dec 08:58
v2.1.6 fixed issue #7

2.1.5 UriUtils.contentExists()

Choose a tag to compare

@aviadmini aviadmini released this 20 Oct 09:29
v2.1.5 added explanation for solving #5 to readme

2.1.4 UriUtils improvements

Choose a tag to compare

@aviadmini aviadmini released this 27 Sep 10:48
v2.1.4 removed redundant throws from UriUtils.saveContentToFile() and…

2.1.3

Choose a tag to compare

@aviadmini aviadmini released this 14 Sep 10:11

Bumped support library version
Should also fix JitPack build error

2.1.2

Choose a tag to compare

@aviadmini aviadmini released this 14 Sep 04:03

Bug fixes:

  • grant uri permissions explicitly
  • handleActivityResult bug with resolving pick source

2.1.1 Multi-pick

Choose a tag to compare

@aviadmini aviadmini released this 11 Sep 08:22
  • 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

Choose a tag to compare

@aviadmini aviadmini released this 04 Sep 16:48
  • 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

Choose a tag to compare

@aviadmini aviadmini released this 01 Sep 20:36
v1.3.0 request only openable Uris, save Uri content to File

1.2.0

Choose a tag to compare

@aviadmini aviadmini released this 29 Aug 21:28
v1.2.0 Added allowed mime types, local only content flag, improved mi…