cake_wallet/android
cyan 102ab8dbe6
CW-875 BackupServiceV3 ()
* implement v3 backup system

- Add new BackupServiceV3 with chunked backup support and checksums
- Implement json-based metadata in backup system
- Instead of binary file export a .zip file that user can open and
see that it is a cake backup
(should also prevent 3rd party software from corrupting binary
data inside of the file, in case it doesn't checksum will fail,
and user will know for sure that backup got corrupted)
- Update flutter to 3.27.4 to use archive ^4.x.x (it offers in memory
archive operations)

* fix wallets not getting restored properly

* prevent out of memory errors on files that are way too big during restore

* Update lib/view_model/backup_view_model.dart [skip ci]

* Update lib/core/backup_service.dart [skip ci]

* Update lib/core/backup_service.dart

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2025-03-22 03:16:54 +02:00
..
.settings remove unrelated files 2023-01-18 17:01:09 +01:00
app CW-875 BackupServiceV3 () 2025-03-22 03:16:54 +02:00
gradle/wrapper CW-798 Fix macos 15 issues () 2024-11-25 16:08:30 +02:00
.gitignore Added the project 2020-01-04 21:31:52 +02:00
.project remove unrelated files 2023-01-18 16:52:14 +01:00
build.gradle CW-875 BackupServiceV3 () 2025-03-22 03:16:54 +02:00
gradle.properties CW-798 Fix macos 15 issues () 2024-11-25 16:08:30 +02:00
settings.gradle CW-875 BackupServiceV3 () 2025-03-22 03:16:54 +02:00
settings_aar.gradle Changed app font to Lato. Changes for anrdoid version 2020-11-11 17:55:18 +02:00