File tree Expand file tree Collapse file tree 7 files changed +14
-33
lines changed
src/main/play/release-notes/en-US
modules/common/src/main/res Expand file tree Collapse file tree 7 files changed +14
-33
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ android.defaults.buildfeatures.resvalues=false
2121android.defaults.buildfeatures.shaders =false
2222android.defaults.buildfeatures.viewbinding =false
2323# ======= Version =======
24- version =0.3.2
25- versionCode =18
24+ version =0.3.3
25+ versionCode =19
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments