Adamantcheese / Kuroba

Kuroba - imageboard browser for Android
GNU General Public License v3.0
392 stars 29 forks source link

[Request] Auto Backup #1437

Open hbednar opened 1 year ago

hbednar commented 1 year ago

Having the option to export the config as a back up is good but, it would be better to auto mate this as it's easy to make changes and forget to do another export. Google backups would be the best as it's done automatically and gets restored automatically on a new android device or after a reinstall.

https://developer.android.com/guide/topics/data/autobackup

Adamantcheese commented 1 year ago

As far as I can tell, the app already supports this using that linked functionality.

hbednar commented 1 year ago

Thanks @Adamantcheese If i can think of a safe way of doing it then i will test this.

hbednar commented 11 months ago

I have not come across a way to test this yet. But, looking into google backups i cannot see Kuroba in the Google One app, so it looks like it's not backed up.

Adamantcheese commented 11 months ago

I was misreading the documentation; I would have to bump the minSdkVersion to 23 in order to enable auto-backup, or I can keep the current SDK version and implement a backup agent. ImportExportRepository already does a lot of the heavy lifting, so it might be a viable option.