diff --git a/app/build.gradle b/app/build.gradle index a693eb8cef..ebe053b942 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "com.amaze.filemanager" minSdkVersion libs.versions.minSdk.get().toInteger() targetSdkVersion libs.versions.targetSdk.get().toInteger() - versionCode 121 - versionName "3.10" + versionCode 122 + versionName "3.11" multiDexEnabled true vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/values/translators.xml b/app/src/main/res/values/translators.xml index 78a5441ad1..b1ba4f616f 100644 --- a/app/src/main/res/values/translators.xml +++ b/app/src/main/res/values/translators.xml @@ -43,7 +43,7 @@ ngoisaosang Naofumi Fukue Kuralarasi for StarsSoft - v3.10 + v3.11 Arpit Khurana Vishal Nehra Emmanuel Messulam diff --git a/fastlane/metadata/android/en-US/changelogs/122.txt b/fastlane/metadata/android/en-US/changelogs/122.txt new file mode 100644 index 0000000000..fd511e9529 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/122.txt @@ -0,0 +1,31 @@ +Added: + +* Add explicit TLS option for FTPSClient + +Changed: + +* Use ContextCompat.startForegroundService() to better handle intents to start FTP service +* Increase DEFAULT_TRANSFER_QUANTUM to 1 MB for file operations +* Discard dependency info in apk and stricten cleartext traffic to local streamer only +* Migrate fingerprint decryption dialog to use AndroidX Biometrics API +* Integrate the settings for file deletion into a single subsection +* Add guard against invalid port numbers passed into NetCopyConnectionInfo +* Adaptations to enable 16KB page size support +* Add checks for getting network interfaces that supports multicast, should network code needs to send Datagram packets + +Fixed: + +* Add guard for empty string at port textfield in SftpConnectionDialog +* Fix FAB visibility glitch on history element +* Fix NPE on encryption +* Fix bookmark crash +* Fix last modified timestamps not getting preserved +* Fix files with ambiguous names crash on extraction +* Fix NPE on scroll +* Fix NPE on search +* Fix NPE on recycling bin listing +* Fix save unsupported URI +* Fix text issues +* Fix selected item is unselected after select all when there is only one item in the directory +* Ensure only valid file paths are processed in database viewer +* Fix misc NPEs and add guards