This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
0.8.5.5
- Added
chooseButton()
to theFileChooserDialog.Builder
. - Updated for AppCompat 23.2.0, updated the Gradle plugin.
FileChooserDialog
sorts folders to the top.- The
FileChooserDialog.Builder
andFolderChooserDialog.Builder
have an optionaltag(String)
setter. The dialog callbacks have been changed to pass the dialog instance, so you can retrieve this tag. - Fixes for input dialog keyboard show/hide logic,
- Other fixes and improvements.