Skip to content

Commit 44cca3d

Browse files
committed
Add fastlane changelog
1 parent 9277cc8 commit 44cca3d

File tree

1 file changed

+31
-0
lines changed
  • fastlane/metadata/android/en-US/changelogs

1 file changed

+31
-0
lines changed
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)