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

Releases: spacecowboy/NoNonsense-FilePicker

2.5.2

24 Feb 01:32
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Dropbox should show a progress bar when loading #74

Fixed bugs:

  • Dropbox sample can crash due to Inconsistent state in RecyclerView #75
  • Dropbox sample crash if multiple press on folder #73
  • probebly underscore missing #63

Merged pull requests:

2.5.1

13 Jan 23:59
Compare
Choose a tag to compare

Change to MPL-2.0

2.5.0: Add separator above OK/Cancel buttons

08 Nov 20:48
Compare
Choose a tag to compare

v2.4.2 - Lower minSDK to 9

30 Sep 16:22
Compare
Choose a tag to compare

Now runs all the way back to Gingerbread

v2.4.1 - New FTP sample

20 Sep 19:45
Compare
Choose a tag to compare

New sample app which includes an FTP-implementation.

Click behavior now overridable

25 Aug 13:52
Compare
Choose a tag to compare

Added additional methods in AbstractFilePickerFragment to allow more
customized behavior. All methods have default behavior, but can be augmented
by child classes.:

  • goUp, navigates to parent directory.
  • goToDir, navigates to specified directory.
  • onClickOK, handles ok button.
  • onClickCancel, handles cancel button.
  • onClickHeader, handles clicks on "..".
  • onClickDir, handles clicks on non-selectable items (usually directories).
  • onLongClickDir, handles long clicks on non-selectable items.
  • onClickCheckable, handles clicks on selectable items.
  • onLongClickCheckable, handles long clicks on selectable items.
  • onClickCheckBox, handles clicks on the checkbox of selectable items.

Please see default implementation and docstrings before overriding them.

Sample applicaton has not changed.

Support keyboard and DPads

20 Aug 20:48
Compare
Choose a tag to compare

Enable keyboards and dpads to scroll through the list.

Press left or right for quick access to the cancel/ok buttons.

Support runtime permissons in Android M.

18 Aug 17:30
Compare
Choose a tag to compare
  • Added methods to handle runtime permissions in Android M.
  • FilePicker requests and handles SD-card permission at runtime in Android M.
  • Target latest Android SDK version.

Ensure Toasts don't get queued up.

03 Aug 12:09
Compare
Choose a tag to compare
Bump version to 2.2.2

Signed-off-by: Jonas Kalderstam <[email protected]>

v2.1

30 May 14:54
Compare
Choose a tag to compare
  • Now easier to override sort-order and filtering in built in SD-card picker
    with new methods: compareFiles, and isItemVisible.
  • SD-card picker: Correctly refuse to browse above the root-path.
  • Allow creation of directories even when picking files.
  • Upgrade to newest support-library versions and target android 5.1.