forked from hardcoresushi/DroidFS
v2.0.0
This commit is contained in:
parent
451f36c770
commit
05f4610407
@ -27,8 +27,8 @@ android {
|
||||
applicationId "sushi.hardcore.droidfs"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 29
|
||||
versionName "2.0.0-alpha2"
|
||||
versionCode 30
|
||||
versionName "2.0.0"
|
||||
|
||||
ndk {
|
||||
abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 445b26395bf94e3295d12aa46c8c15d5d63cab95
|
||||
Subproject commit f40c2bbdcde77d8128da181edb72bf0e7a2168b5
|
@ -46,7 +46,7 @@ abstract class FileViewerActivity: BaseActivity() {
|
||||
windowInsetsController.addOnControllableInsetsChangedListener { _, typeMask ->
|
||||
windowTypeMask = typeMask
|
||||
}
|
||||
windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE
|
||||
windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_DEFAULT
|
||||
viewFile()
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<data-extraction-rules xmlns:tools="http://schemas.android.com/tools" tools:ignore="FullBackupContent">
|
||||
<cloud-backup>
|
||||
<exclude domain="file" path="."/>
|
||||
<exclude domain="database" path="."/>
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/30.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/30.txt
Normal file
@ -0,0 +1,9 @@
|
||||
- Targeting Android 12L
|
||||
- Multi volume openings
|
||||
- Adaptive icon
|
||||
- Separate color selection & black mode theme
|
||||
- Optional password fallback
|
||||
- Hide navigation bar in full screen mode
|
||||
- Monospace font in text editor
|
||||
- Dependencies update
|
||||
- Bug fixes
|
@ -1 +1 @@
|
||||
Subproject commit 6e8fdb56a51bc42d0f3cdf72f2ef1d2298d306a8
|
||||
Subproject commit c74b374ec49a1f47b9879b8fbc7b72b046ef55fd
|
Loading…
Reference in New Issue
Block a user