v1.7.5 Beta Preview Release
Table of Contents
Note: re-released due to wrong git tag
Please enable bug reporting in Settings
> Logging
: “Send anonymous crash reports” (Privacy Policy).
You can also also create a bug report from About
> Report a bug
which will prefill a new Github issue with technical details like your Android version and CPU architecture. You can then add more information about the issue itself and create a public bug report.
CHANGES
- Updates rclone to
v1.48.0-227-g077b4532-beta
(2019-08-23) - Adds support for Android on x86_64
- Moves rclone executable to lib/librclone.so for Android 10 compatibility (kaczmarkiewiczp#241). However, rclone does currently not work on Android 10 x86 (#3).
- Don’t crash on large folders (kaczmarkiewiczp#243)
- Improved UX for video and audio files on mega and other remotes by applying mime type inference (#be74d75)
- rcloneExplorer can now auto-import config files from any accessible “sdcard” if placed under
./Android/data/<package id>/files/rclone.conf
(#e7bea2, #f0e959). This was developed for AndroidTV (kaczmarkiewiczp#230). You’ll need a mouse however since D-pad navigation is currently not supported. - Hides OneDrive from configuration dialogue since it can no longer be configured in-app.
- Minor changes to package id, display name and about information to distinguish from parent/main version. The new package id is
ca.pkay.rcloneexplorer.x0b
.