feat: add history sync worker

This commit is contained in:
2026-06-07 17:16:47 +02:00
parent 3f25ee4c41
commit 3b14f2fba9
25 changed files with 807 additions and 120 deletions
+10
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- NotificationHelper -->
@@ -16,4 +17,13 @@
<string name="notif_service_title">Gudari Wallet</string>
<string name="notif_service_text">Monitorizando pagos entrantes</string>
<!-- Sync notification channel -->
<string name="notif_channel_sync_name">Payment history sync</string>
<string name="notif_channel_sync_desc">Notifies when your historical payment sync completes</string>
<!-- Sync complete notification -->
<string name="notif_sync_complete_title">Payment history synced</string>
<string name="notif_sync_complete_text">%1$d payments downloaded successfully</string>
</resources>
+9
View File
@@ -17,4 +17,13 @@
<string name="notif_service_title">Gudari Wallet</string>
<string name="notif_service_text">Sarrerako ordainketak kontrolatzen</string>
<!-- Sync notification channel -->
<string name="notif_channel_sync_name">Payment history sync</string>
<string name="notif_channel_sync_desc">Notifies when your historical payment sync completes</string>
<!-- Sync complete notification -->
<string name="notif_sync_complete_title">Payment history synced</string>
<string name="notif_sync_complete_text">%1$d payments downloaded successfully</string>
</resources>
+9
View File
@@ -17,4 +17,13 @@
<string name="notif_service_title">Gudari Wallet</string>
<string name="notif_service_text">Monitoring for incoming payments</string>
<!-- Sync notification channel -->
<string name="notif_channel_sync_name">Payment history sync</string>
<string name="notif_channel_sync_desc">Notifies when your historical payment sync completes</string>
<!-- Sync complete notification -->
<string name="notif_sync_complete_title">Payment history synced</string>
<string name="notif_sync_complete_text">%1$d payments downloaded successfully</string>
</resources>