Minor fixes
This commit is contained in:
parent
cf84aa06be
commit
2a93cc9d92
2 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,8 @@
|
|||
* Improvement: Do not use auto-completion for the account secret (PR #430 by @duchampdev)
|
||||
* Improvement: Enable Android backup by default (Issue #341, PR #342 by @RichyHBM)
|
||||
* Improvement: Remove whitespaces from manually entered secrets (Issue #253, PR #426 by @Ullas-Aithal)
|
||||
* Improvement: Fallback method for opening backup files (based on PR #358 by @theobch)
|
||||
* Improvement: Allow the backup directory to be set independent of the "ask for filename" setting
|
||||
* Bug fix: Fix black navigation bar on OxygenOS devices (PR #417 by @Ullas-Aithal)
|
||||
* Internal: Migrate to AndroidX
|
||||
* Internal: Update Gradle and a lot of dependencies
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
backup filename</string>
|
||||
<string name="settings_desc_backup_ask">Ask for the filename every time a backup is created or
|
||||
restored</string>
|
||||
<string name="settings_desc_backup_directory">Directory for the backups (filenames will depend
|
||||
on the backup type)</string>
|
||||
<string name="settings_desc_backup_directory">Directory for automatic and broadcast backups
|
||||
(filenames will depend on the backup type)</string>
|
||||
<string name="settings_desc_backup_password">Set the password that is used to encrypt the
|
||||
backups</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue