Releases: codekidX/storage-chooser
Releases · codekidX/storage-chooser
storage-chooser 2.0.4.4
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
- Fix test code merge conflict encountered in #92
- Prepare for api 28 fragment manager migration.
storage-chooser 2.0.4.2
- remove circle button dependency and use design lib's fab
storage-chooser 2.0.4.1
- hopefully fix circle button cb resource with gradle upgrade
storage-chooser 2.0.4
- 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
- add support for typeface in headings and list textviews
- add support to disable multiselecting files in FILE_PICKER config
storage-chooser 2.0.2
Fix/replace vector drawable with scalar one
storage-chooser 2.0.1
Add your custom filter.
Example
storage-chooser 2.0
Too many new additions. Written blog/wiki on it's way.
2.0 Blog
PR release #2.3.5
- 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