- Update rclone to 1.63.1 (PR #26 @chenxiaolong)
- Enable checksum validation for all gradle dependencies (PR #25 @chenxiaolong)
- Fix crash when cancelling the Edit Remote dialog on Android <=12 (Issue #16, PR #24 @chenxiaolong)
- Fix race condition in rclone initialization that could lead to crashes when accessing files while RSAF's user interface is closed (Issue #22, PR #23 @chenxiaolong)
- Update rclone to 1.63.0 (PR #20 @chenxiaolong)
- Reduce directory cache time from 5 minutes to 5 seconds (PR #21 @chenxiaolong)
- After a file copy or move, the files in the target directory will no longer appear as missing for 5 minutes. Due to API limitations, there's no way to manually invalidate the cache after a copy/move operation, so a short timeout is used instead.
- Fix hang when hiding remotes that use OAuth2 authentication (Issue #16, PR #19 @chenxiaolong)
- Add support for hiding remotes from DocumentsUI (Issue #16, PR #17 @chenxiaolong)
- Update dependencies (PR #18 @chenxiaolong)
- Improve UX for resetting to current/default values and add support for revealing passwords in the interactive configuration dialog (Issue #8, PR #14 @chenxiaolong)
- Add option to show all dialogs at the bottom of the screen (Issue #9, PR #15 @chenxiaolong)
- Fix cache directory being set to non-writable
/data/local/tmp/
in certain contexts (Issue #11, PR #12 @chenxiaolong) - Work around upstream bug where passwords are not obscured in the config file, breaking password-based authentication (eg. smb, sftp) (Issue #7, PR #13 @chenxiaolong)
- Update all dependencies (PR #2 @chenxiaolong, PR #5 @chenxiaolong)
- Fix
isChildDocument
returning false for nested children, which caused some apps to crash (PR #3 @chenxiaolong)
- Add option to open remotes in DocumentsUI (PR #1 @chenxiaolong)
- Initial release