CakeWallet/cw_wownero
cyan 686580ff78
Implement background sync for xmr using flutter_daemon (#2094)
* Implement background sync for xmr using flutter_daemon

* - initialize app config in background thread
- initializeAppConfigs without loading the wallet.

* - properly do awaited calls in methodChannel
- prevent locking main thread during background sync

* add back background sync debug page
fix issues caused by xmr wallet being view only (and read only)

* changes from review
improve starting of bgsync task

* update stopBackgroundSync, await listener functions, ensure that listener always start (call _start in constructor)

* DO-NOT-MERGE: extre verbose monero logs

* stop background service when app is being opened

* improve monitoring of background sync

* update flutter_daemon to ensure network constraint
prevent throwing errors on isBackgroundSyncEnabled
check network before syncing

* Update lib/main.dart

* revert Update main.dart [skip ci]

* continously run network check

* disable charging requirement,
fix status reporting of background sync in UI

* Refactor background sync logic, and add UI notifications for battery optimization. Updated flutter_daemon version modified build.gradle for signing config to allow testing in both release and debug modes.

* verbose monero only when requested in code.
Do not start background sync when battery optimization is on

* fix background sync mode not properly reflecting state changes

* drop unnecessary dependency

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2025-03-21 19:22:00 +02:00
..
lib Implement background sync for xmr using flutter_daemon (#2094) 2025-03-21 19:22:00 +02:00
.gitignore Wownero (#1485) 2024-07-04 22:43:17 +03:00
.metadata Wownero (#1485) 2024-07-04 22:43:17 +03:00
analysis_options.yaml Wownero (#1485) 2024-07-04 22:43:17 +03:00
CHANGELOG.md Wownero (#1485) 2024-07-04 22:43:17 +03:00
LICENSE Wownero (#1485) 2024-07-04 22:43:17 +03:00
pubspec.lock update pubspec lock [skip ci] 2025-03-21 04:58:34 +02:00
pubspec.yaml CW-686-polyseed-language-issues (#2098) 2025-03-21 05:32:40 +02:00
README.md Wownero (#1485) 2024-07-04 22:43:17 +03:00

cw_wownero

This project is part of Cake Wallet app.

Copyright (c) 2020 Cake Technologies LLC.