Post content
Full changelog v3.6.1 Backup format and Encryption changes - 7z is now the default archive format used for backups - AES-256 encryption is now enforced for all backups except wallpapers - New 'Encryption password strategy' option in Settings: You can now optionally add your own passphrase to the password generating process in Swift Backup and it will use this password in addition to the already used parameters to create the final encryption password. Proper support for SD Cards & USB drives (Rooted devices) - Swift Backup now uses root access (if needed) to create its folder at the root path of external storages. - Since the folder is on the root of the external storages, your backups are now safe even after Swift Backup is uninstalled. Run schedules using shell command Swift Backup now supports a minimal implementation for running schedules at your convenience via a shell command. You can run this command in a terminal emulator or use it in automation apps like Tasker, Macrodroid, etc. Command: am start -n org.swiftapps.swiftbackup/.shortcuts.ShortcutsActivity -e "cmd" "-s [schedule_id1] [schedule_id2]" Breakdown of the above command: am start -n org.swiftapps.swiftbackup/.shortcuts.ShortcutsActivity This just starts the activity that handles the command. '-n' is very important! -e "cmd" "-s [schedule_id1] [schedule_id2]" This is the extra (-e) called 'cmd' (short for command) that is passed to the activity. -s takes one or more ids of the schedules to run separated by a whitespace. Make sure you do NOT add the squared brackets '[' or ']' in the final command. How to get the schedule_id? These ids can be obtained by long clicking the title of the respective schedule which will copy the id to clipboard. Other changes - Apps: Added more flexible batch actions for labels: Set labels, Add to existing labels, Clear labels - Apps: Increased maximum labels limit from 20 to 100 - Apps: Increased maximum blacklist apps limit from 50 to 100 - Cloud: Added support for SMB servers - Cloud: Added support for Mega & Box cloud services - WiFi: Proper support for restoring hidden WiFi networks on Android 12 - Other small fixes and performance optimizations