1.8.0 Release
Rclone Explorer - the rclone explorer for Android
Previously released as 1.7.5
Please enable bug reporting in Settings
> Logging
: "Send anonymous crash reports" (Privacy Policy).
So it turns out that fabric integration is messed up in that release. This does not affect any main functionality, it just means that I can't send you update notifications and won't receive any automatic crash reports from this version.
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.49.1
(2019-08-28) - Adds support for Android on x86_64
- Moves rclone executable to lib/librclone.so for Android 10 compatibility (patrykcoding/rcloneExplorer#241).
- Don't crash on large folders (patrykcoding/rcloneExplorer#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
(e7bea29, f0e9599). This was developed for AndroidTV (patrykcoding/rcloneExplorer#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
.