File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments