Marmo / debitum

free and libre IOU tracker for Android
GNU General Public License v3.0
85 stars 7 forks source link

make backup file location customizable #101

Closed rikhwanto closed 2 years ago

rikhwanto commented 2 years ago

In this PR, I changed the behavior of the "Backup data" button to open the Android file picker and create a file, and then copy the backup file from the original location to the user-picked one. This should enable users on Android 11+ to access backup file and closes #69.

The stuffs I haven't decided and done:

  1. Should we delete the original backup file after copying it?
  2. Changing the string on the "Backup data" button on Settings
Marmo commented 2 years ago

Hi @rikhwanto , thanks for the addition! It will take a few days (or weeks?) until I merge it.