This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: spacecowboy/NoNonsense-FilePicker
Releases · spacecowboy/NoNonsense-FilePicker
2.5.2
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:
- Update README.md #68 (callmepeanut)
2.5.1
Change to MPL-2.0
2.5.0: Add separator above OK/Cancel buttons
v2.4.2 - Lower minSDK to 9
Now runs all the way back to Gingerbread
v2.4.1 - New FTP sample
New sample app which includes an FTP-implementation.
Click behavior now overridable
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
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.
- 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.
Bump version to 2.2.2 Signed-off-by: Jonas Kalderstam <[email protected]>
v2.1
- 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.