]> git.ktnx.net Git - mobile-ledger.git/commit
fix cloud backup
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 3 Sep 2022 15:00:43 +0000 (18:00 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 3 Sep 2022 15:00:43 +0000 (18:00 +0300)
commit12b3fbee517ab05cf21cc5f675822954e9364479
tree2b2a80b3379dbbf1faa7eb8b5f637f3d1b5e53ee
parent799e8cedace38bf7375137c75bf68680ab646609
fix cloud backup

by making the BackupAgent-extending class public

also, dereive directly from BackupAgent, because only the profile
configuration is stored, not the whole database

as a side action, drop the backup descriptor and its mention in the
manifests, because it is not used in the key-value backup MoLe uses
app/src/main/AndroidManifest.xml
app/src/main/java/net/ktnx/mobileledger/backup/MobileLedgerBackupAgent.java
app/src/main/res/xml/backup_descriptor.xml [deleted file]