-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SDcard read/write using all files access on Android 11+ (fixes …
…#568) (#618) * Update build.gradle * Update build.gradle * Update gradle-wrapper.properties * to-revert: Remove play publisher * Update build.gradle * Update build.gradle * Update build.gradle * Revert "to-revert: Remove play publisher" This reverts commit 048e0d0. * Update build.gradle * Revert "Update build.gradle" This reverts commit 3220e40. * ToDo: work around missing GetVolumePath getPath on Android R * Add android.permission.MANAGE_EXTERNAL_STORAGE * Fix RtlCompat lint fragment_staggered_versioning.xml:17: Error: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal" [RtlCompat] android:textAlignment="center" * Update to NDK r21 * build-syncthing.py: Store prereq with version in filename - go - ndk * Update SyncthingNative to v1.4.1-rc.3 * build-syncthing.py: Store prereq with version in filename (2) * build-syncthing: Update to Go 1.13.9 * build.gradle: Update com.android.tools.build:gradle to 4.0.0-beta03 * build.gradle: Update buildToolsVersion to 30.0.0-rc2 * AndroidManifest.xml: requestLegacyExternalStorage="false" - turn scoped storage on * FileUtils: Treat volumeId "primary" as "/storage/emulated/0" * Update build.gradle * activity_first_start.xml: dirty fix - review necessary * values/dimens: Remove "dots_height", use "dots_margin_bottom" instead * values/dimens: dots_margin_bottom 20dp > 45dp * activity_first_start.xml: dirty fix 2 - review necessary * indent layouts * Android R - REQUEST_FINE_LOCATION (#640= * build.gradle: Update "com.github.triplet.play" from 2.6.2 to 2.7.5 * Revert "indent layouts" This reverts commit ebdc78d. * Revert "activity_first_start.xml: dirty fix 2 - review necessary" This reverts commit 9f26760. * Revert "values/dimens: dots_margin_bottom 20dp > 45dp" This reverts commit 889282d. * Revert "values/dimens: Remove "dots_height", use "dots_margin_bottom" instead" This reverts commit be0d330. * Revert "activity_first_start.xml: dirty fix - review necessary" This reverts commit 132b7bf. * FirstStartActivity: setSystemUiVisibility is deprecated - https://developer.android.com/reference/android/view/WindowInsets#getInsetsIgnoringVisibility(int) - https://developer.android.com/reference/android/view/View#SYSTEM_UI_FLAG_LAYOUT_STABLE * Merge layouts from PR #646 * FirstStartActivity: setSystemUiVisibility is deprecated (2) * sdk bump 30.0 * Update build.gradle * Update strings.xml * Update build.gradle * Update FirstStartActivity.java * Update FirstStartActivity.java * Update beta.txt Co-authored-by: Catfriend1 <[email protected]>
- Loading branch information
1 parent
ea924e8
commit 545a9ff
Showing
5 changed files
with
100 additions
and
6 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
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
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
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
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