Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@spacecowboy spacecowboy released this 03 Jul 15:37
· 96 commits to master since this release

Changelog

Full Changelog

Implemented enhancements:

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 new Save as-mode, either true or false is fine to hardcode as the new parameter's value.