This commit is contained in:
Matéo Duparc 2023-04-18 19:47:44 +02:00
parent 451f36c770
commit 05f4610407
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
6 changed files with 15 additions and 6 deletions

View File

@ -27,8 +27,8 @@ android {
applicationId "sushi.hardcore.droidfs" applicationId "sushi.hardcore.droidfs"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 29 versionCode 30
versionName "2.0.0-alpha2" versionName "2.0.0"
ndk { ndk {
abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a" abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"

@ -1 +1 @@
Subproject commit 445b26395bf94e3295d12aa46c8c15d5d63cab95 Subproject commit f40c2bbdcde77d8128da181edb72bf0e7a2168b5

View File

@ -46,7 +46,7 @@ abstract class FileViewerActivity: BaseActivity() {
windowInsetsController.addOnControllableInsetsChangedListener { _, typeMask -> windowInsetsController.addOnControllableInsetsChangedListener { _, typeMask ->
windowTypeMask = typeMask windowTypeMask = typeMask
} }
windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_DEFAULT
viewFile() viewFile()
} }

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <cloud-backup>
<exclude domain="file" path="."/> <exclude domain="file" path="."/>
<exclude domain="database" path="."/> <exclude domain="database" path="."/>

View 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