View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010677 | Taler | wallet (Android App) | public | 2025-11-27 23:45 | 2025-12-03 22:26 |
| Reporter | Florian Dold | Assigned To | avalos | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 1.3 | ||||
| Summary | 0010677: Android wallet should disable p2p payment initiation when flag is set for scope | ||||
| Description | The flag is provided for each scope in the balances by wallet-core, based on the exchange's configuration. | ||||
| Additional Information | Updated 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 } ] } | ||||
| Tags | No tags attached. | ||||
|
|
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 |
| 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 |