CakeWallet/ios
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
..
CakeWallet Dashboard desktop view (#737) 2023-04-14 06:39:08 +02:00
Flutter Generic enhancements (#1435) 2024-05-08 17:26:57 +03:00
Runner Implement background sync for xmr using flutter_daemon (#2094) 2025-03-21 19:22:00 +02:00
Runner.xcodeproj update only zano on 4.23.3 (#2091) 2025-03-18 17:33:38 +02:00
Runner.xcworkspace BTC 2020-05-12 15:04:54 +03:00
.gitignore Migrate to .xcframework (#2006) 2025-02-17 15:53:10 +02:00
Podfile unstoppable domains fix (#1600) 2024-08-13 15:15:31 +03:00
Podfile.lock Implement background sync for xmr using flutter_daemon (#2094) 2025-03-21 19:22:00 +02:00