tane/apps/app_seeds/lib
vjrj 9c449964fd feat(backup): add automatic weekly encrypted backups
A silent safety net against in-app data loss or DB corruption, with zero
friction. Driven off the app lifecycle (startup + when hidden), it writes a
sealed .tanemaki copy into the app's private storage once a week, keeping the
newest 3 (rotating). Reuses the manual backup's encryption via the extracted
ExportImportService.buildSealedBackup(); never throws, so a failed copy can't
crash startup or backgrounding. Not registered on web (no file storage).

Settings shows a quiet reassurance line with the date of the last automatic
copy (localised via intl), hidden where no automatic backup exists.
2026-07-10 10:17:36 +02:00
..
data feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
db feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
di feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
domain feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
i18n feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
state feat(block2): social settings + offers cubit factory (area, relays) 2026-07-10 02:54:06 +02:00
ui feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
app.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
main.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00