tane/apps/app_seeds/lib/i18n
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
..
en.i18n.json feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
es.i18n.json feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
pt.i18n.json feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
strings.g.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
strings_en.g.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
strings_es.g.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
strings_pt.g.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00