Minor fixes

This commit is contained in:
Jakob Nixdorf 2020-02-04 15:37:24 +01:00
parent cf84aa06be
commit 2a93cc9d92
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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>