Skip to content

Releases: codekidX/storage-chooser

storage-chooser 2.0.4.4

25 Mar 15:18
Compare
Choose a tag to compare

Changes in this release:

  • Remove all dependency related to circle button because of a bad merge
  • Migrate to AndroidX
  • Support for API level 28
  • Fixes in design for lower APIs (margin and fab stretch issue)

Thanks for waiting patiently.

storage-chooser 2.0.4.3

25 Aug 08:59
Compare
Choose a tag to compare
  • Fix test code merge conflict encountered in #92
  • Prepare for api 28 fragment manager migration.

storage-chooser 2.0.4.2

08 Jul 08:31
Compare
Choose a tag to compare
  • remove circle button dependency and use design lib's fab

storage-chooser 2.0.4.1

08 Jul 06:26
Compare
Choose a tag to compare
  • hopefully fix circle button cb resource with gradle upgrade

storage-chooser 2.0.4

08 Jul 05:56
Compare
Choose a tag to compare
  • hopefully fix nullpointer on get layout
  • add support to load files as async in file filter (reduced/no ANRs on heavy load)
  • fix some drawable bugs for layout which doesn't support below v21

storage-chooser 2.0.3

26 Oct 13:13
Compare
Choose a tag to compare
  • add support for typeface in headings and list textviews
  • add support to disable multiselecting files in FILE_PICKER config

storage-chooser 2.0.2

27 Aug 15:55
Compare
Choose a tag to compare

Fix/replace vector drawable with scalar one

storage-chooser 2.0.1

10 Aug 09:41
Compare
Choose a tag to compare

Add your custom filter.
Example

storage-chooser 2.0

27 Jul 06:46
Compare
Choose a tag to compare

Too many new additions. Written blog/wiki on it's way.
2.0 Blog

PR release #2.3.5

25 May 10:58
Compare
Choose a tag to compare
  • Introduce Content (Substitute for StorageChooserView) - Wiki
  • now withFragmentManager method in StoragChooser.Builder will accept only android.app.FragmentManager
  • Add some delay when switching between primary and secondary chooser
  • On directory selected it'll wait for ripple animation to end so that it won't interfere when notifyDataSetChanged is called
  • Add option to set the list text color (Directory and File name text) using Content