-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* Application is now packaged as a single multiarch APK file, instead of multiple APKs (one per-arch). WARNING: APK file size was significantly increased! | ||
* Restored automount functionality. This feature is highly experimental. Automatic mounting on network connection should work fine, but unmounting on disconnections may be broken. Be careful if you will try to use auto-mounting on devices with unstable network connections. Enable "Use foreground service" setting if you want to try. | ||
* Single multiarch APK file, instead of multiple APKs (one per-arch). | ||
* Restored automount functionality. This feature is highly experimental. Unmounting on disconnections may be broken. Enable "Use foreground service" setting if you want to try. | ||
* Fix local directory chooser on Android 11. | ||
* Minimum supported Android version is 4.2. NOTICE: binary components may require a higher version of Android because they expect specific versions of Linux kernel. | ||
* Minimum supported Android version is 4.2. NOTICE: binary components may require a higher version of Linux kernel. | ||
* armeabi binary components were removed. |