Skip to content

Commit 109f292

Browse files
committed
build: prepare 0.3.3
- remove unused resources
1 parent 4dee2c9 commit 109f292

File tree

7 files changed

+14
-33
lines changed

7 files changed

+14
-33
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,6 @@ android {
5959
textReport = false
6060
htmlOutput = project.layout.buildDirectory.file("reports/lint-results-debug.html").get().asFile
6161
}
62-
// Name built apks "{versionName}.apk"
63-
// applicationVariants.all {
64-
// outputs
65-
// .forEach { output ->
66-
// (output as com.android.build.gradle.internal.api.BaseVariantOutputImpl).outputFileName =
67-
// "$versionName.apk"
68-
// }
69-
// }
70-
// extensions.configure<ApplicationAndroidComponentsExtension> {
71-
// onVariants { variant: ApplicationVariant ->
72-
// variant.outputs.forEach { output ->
73-
// output.outputFileName.set("${output.versionName}.apk")
74-
// }
75-
// }
76-
// }
7762
dependenciesInfo {
7863
// Disable dependency metadata when building APKs for fdroid reproducibility
7964
includeInApk = false
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
- Fix navigator starting on boot despite the respective settings being disabled
2-
- simplify enabling/disabling file types
3-
- improve screen change animations
4-
- lots of other UI and performance improvements
1+
• Added an additional file stability checking mechanism to prevent moving while a file is still being written
2+
• Prevent duplicate notification emission for the same file
3+
• Improved batch move reliability
4+
• Cleaner “Navigate file“ notification wording
5+
• Improved file size formatting
6+
• “File Navigator is running” notification is now silent
7+
• Added “AutoMoved” label to move history entries
8+
• Improved "Permissions" & "App Settings" screen UI
9+
• Added "Add quick settings tile" button
10+
• Made global dialog themes MaterialYou compatible
11+
• Fixed crashes when handling camera source files
12+
• Tons of performance & stability improvements

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ android.defaults.buildfeatures.resvalues=false
2121
android.defaults.buildfeatures.shaders=false
2222
android.defaults.buildfeatures.viewbinding=false
2323
# ======= Version =======
24-
version=0.3.2
25-
versionCode=18
24+
version=0.3.3
25+
versionCode=19

modules/common/src/main/res/drawable/ic_info_outline_24.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/common/src/main/res/drawable/ic_warning_24.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/common/src/main/res/values-zh-rCN/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<string name="file_already_at_selected_location">文件已位于指定位置</string>
3939
<string name="not_enough_space_on_destination">目标文件夹已无可用空间</string>
4040
<string name="to">移动至 /%1$s</string>
41-
<string name="starting_navigator">正在启动File Navigator…</string>
4241
<string name="auto_move_destination_invalid">设置的自动移动位置现已无效</string>
4342
<string name="has_been_deleted_and_got_therefore_removed_from">已被删除并以此已不存在于</string>
4443
<string name="couldnt_move">无法移动</string>

modules/common/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<string name="file_already_at_selected_location">File already at the selected destination</string>
4343
<string name="not_enough_space_on_destination">Not enough space on destination</string>
4444
<string name="to">to /%1$s</string>
45-
<string name="starting_navigator">Launching File Navigator…</string>
4645
<string name="auto_move_destination_invalid">Auto Move Destination invalid</string>
4746
<string name="has_been_deleted_and_got_therefore_removed_from">"has been deleted and got therefore removed from"</string>
4847
<string name="couldnt_move">Couldn\'t move</string>

0 commit comments

Comments
 (0)