Skip to content

Commit e2b9244

Browse files
authored
Merge pull request #4483 from EmmanuelMess/emmanuelmess/update/release3.11
2 parents 8829036 + 44cca3d commit e2b9244

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId "com.amaze.filemanager"
2020
minSdkVersion libs.versions.minSdk.get().toInteger()
2121
targetSdkVersion libs.versions.targetSdk.get().toInteger()
22-
versionCode 121
23-
versionName "3.10"
22+
versionCode 122
23+
versionName "3.11"
2424
multiDexEnabled true
2525

2626
vectorDrawables.useSupportLibrary = true

app/src/main/res/values/translators.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<string name="vietnamese_translation_summary" translable="false" translatable="false">ngoisaosang</string>
4444
<string name="japanese_translation_summary" translatable="false">Naofumi Fukue</string>
4545
<string name="tamil_translation_summary" translatable="false">Kuralarasi for StarsSoft</string>
46-
<string name="app_version" translatable="false">v3.10</string>
46+
<string name="app_version" translatable="false">v3.11</string>
4747
<string name="author_1" translatable="false">Arpit Khurana</string>
4848
<string name="author_2" translatable="false">Vishal Nehra</string>
4949
<string name="developer_1" translatable="false">Emmanuel Messulam</string>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Added:
2+
3+
* Add explicit TLS option for FTPSClient
4+
5+
Changed:
6+
7+
* Use ContextCompat.startForegroundService() to better handle intents to start FTP service
8+
* Increase DEFAULT_TRANSFER_QUANTUM to 1 MB for file operations
9+
* Discard dependency info in apk and stricten cleartext traffic to local streamer only
10+
* Migrate fingerprint decryption dialog to use AndroidX Biometrics API
11+
* Integrate the settings for file deletion into a single subsection
12+
* Add guard against invalid port numbers passed into NetCopyConnectionInfo
13+
* Adaptations to enable 16KB page size support
14+
* Add checks for getting network interfaces that supports multicast, should network code needs to send Datagram packets
15+
16+
Fixed:
17+
18+
* Add guard for empty string at port textfield in SftpConnectionDialog
19+
* Fix FAB visibility glitch on history element
20+
* Fix NPE on encryption
21+
* Fix bookmark crash
22+
* Fix last modified timestamps not getting preserved
23+
* Fix files with ambiguous names crash on extraction
24+
* Fix NPE on scroll
25+
* Fix NPE on search
26+
* Fix NPE on recycling bin listing
27+
* Fix save unsupported URI
28+
* Fix text issues
29+
* Fix selected item is unselected after select all when there is only one item in the directory
30+
* Ensure only valid file paths are processed in database viewer
31+
* Fix misc NPEs and add guards

0 commit comments

Comments
 (0)