View Issue Details

IDProjectCategoryView StatusLast Update
0008300Talerwallet (Android App)public2024-03-07 20:49
Reporteravalos Assigned Toavalos  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformarm64OSLineageOSOS Version18.1
Product Versiongit (master) 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008300: In bank-integrated withdrawals, the app should load supported exchanges from wallet-core
DescriptionCurrently, when prompting the user to confirm a bank-integrated withdrawal, the app allows the user to select an exchange from a list. However, in order to generate this list, the app filters all the exchanges in the database based on their currency string. This is problematic because it allows the user to select exchanges that the bank might not support.

In order to solve this, wallet-core already implements a `possibleExchanges` list in the `getWithdrawalDetailsForUri` response, that the app should totally be using instead of the current dumb filtering.
TagsNo tags attached.

Relationships

child of 0008274 closedgrote release Android wallet 0.9.4 on F-droid and Google stores 

Activities

avalos

2024-02-07 21:14

developer   ~0021197

Implemented in 8062b84d95f759e435d6248c3523ac5c94dce743

Issue History

Date Modified Username Field Change
2024-01-31 20:15 avalos New Issue
2024-01-31 20:15 avalos Status new => assigned
2024-01-31 20:15 avalos Assigned To => avalos
2024-02-04 17:00 Christian Grothoff Relationship added child of 0008121
2024-02-04 17:02 Christian Grothoff Relationship deleted child of 0008121
2024-02-04 17:02 Christian Grothoff Relationship added child of 0008274
2024-02-07 21:14 avalos Status assigned => resolved
2024-02-07 21:14 avalos Resolution open => fixed
2024-02-07 21:14 avalos Fixed in Version => git (master)
2024-02-07 21:14 avalos Note Added: 0021197
2024-02-08 00:18 Christian Grothoff Fixed in Version git (master) => 0.9.4
2024-03-07 20:49 Christian Grothoff Status resolved => closed