mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
[android] Backup bookmarks and tracks to a local folder
This commit adds backup of user data to a local folder on the device. Features: * Turn on/off regular backup * Choose new or existing folder for saving backup * Set how often backup runs * Set how many backups to keep * Create backup manually Signed-off-by: Mihail Mitrofanov <mk.mitrofanov@outlook.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
70c3f725f9
commit
df3850b86c
@@ -112,6 +112,13 @@
|
||||
app:singleLineTitle="false"
|
||||
android:persistent="false"
|
||||
android:order="18"/>
|
||||
<Preference
|
||||
android:key="@string/pref_backup"
|
||||
android:title="@string/pref_backup_title"
|
||||
android:summary="@string/pref_backup_summary"
|
||||
app:singleLineTitle="false"
|
||||
android:persistent="false"
|
||||
android:order="19"/>
|
||||
</androidx.preference.PreferenceCategory>
|
||||
|
||||
<androidx.preference.PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user