View Issue Details

IDProjectCategoryView StatusLast Update
0010677Talerwallet (Android App)public2025-12-03 22:26
ReporterFlorian Dold Assigned Toavalos  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.3 
Summary0010677: Android wallet should disable p2p payment initiation when flag is set for scope
DescriptionThe flag is provided for each scope in the balances by wallet-core, based on the exchange's configuration.
Additional InformationUpdated getBalances response contains the optional disablePeerPayments flag now.

{
  "balances": [
    {
      "scopeInfo": {
        "currency": "TESTKUDOS",
        "type": "exchange",
        "url": "http://localhost:8081/"
      },
      "available": "TESTKUDOS:4.85",
      "pendingIncoming": "TESTKUDOS:0",
      "pendingOutgoing": "TESTKUDOS:0",
      "flags": [],
      "shoppingUrls": [
        "https://taler-shopping.example.com"
      ],
      "disablePeerPayments": true
    }
  ]
}
TagsNo tags attached.

Activities

avalos

2025-12-03 22:26

developer   ~0026729

Fixed! Now, when a balance sets this flag to true:
- and the balance is selected, the p2p buttons will be greyed out.
- and the main screen is shown, the balance will not appear in the dropdown for p2p.

commit f24cf32c13ad3fe532ddcd672da548a12b95aab7
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed Dec 3 20:53:57 2025 +0100

    [wallet] fix 0010677
Screenshot_20251203-222310.png (101,382 bytes)   
Screenshot_20251203-222310.png (101,382 bytes)   
Screenshot_20251203-222326.png (125,290 bytes)   
Screenshot_20251203-222326.png (125,290 bytes)   

Issue History

Date Modified Username Field Change
2025-11-27 23:45 Florian Dold New Issue
2025-11-27 23:45 Florian Dold Issue cloned: 0010678
2025-11-28 14:58 Christian Grothoff Assigned To => avalos
2025-11-28 14:58 Christian Grothoff Status new => assigned
2025-12-03 22:26 avalos Note Added: 0026729
2025-12-03 22:26 avalos File Added: Screenshot_20251203-222310.png
2025-12-03 22:26 avalos File Added: Screenshot_20251203-222326.png
2025-12-03 22:26 avalos Status assigned => resolved
2025-12-03 22:26 avalos Resolution open => fixed