This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
3.0.0
Changelog
Implemented enhancements:
- Select one file with a single click #92 (rastikw)
- Add ability to enter a new filename #83 (spacecowboy)
Closed issues:
- Add ability to input filename #82
New mode
- A new mode has been added which matches the traditional
Save as
dialog in desktop programs. This new mode has a text field which allows the user to input a desired filename. - Related to the new mode, a new option called
Allow existing
has been added. - Moved part of FilePickerFragment.isItemVisible() into AbstractFilePickerFragment.isItemVisible() to allow any subclass to inherit behavior with regards to modes and options.
Breaking changes
- To support the new mode,
AbstractFilePickerFragment
has been given additional parameters in constructor and arg methods, see for example setArgs(). If you have no interest in the newSave as
-mode, either true or false is fine to hardcode as the new parameter's value.