View Issue Details

IDProjectCategoryView StatusLast Update
0008252Talerwallet (Android App)public2024-04-15 21:32
ReporterChristian Grothoff Assigned Togrote  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.10Fixed in Version0.10 
Summary0008252: Android wallet fails to show transactions in chronological order
DescriptionI have a wallet with 3 transactions, at the bottom a withdraw ("yesterday"), then a "Push payment" (0 min ago) and on top a payment ("yesterday").
Very strange that the push payment I received just now shows BELOW the payment of yesterday in the transaction history.

Now, the payment *additionally* shows as 'pending', which may explain the ordering. but that's also wrong, because the payment has been completed! This was a payment at the snack machine, which has auto-refunds (but i don't think they last > 24h *and* even then we probably should not remain in 'pending' just due to the auto-refund).
TagsNo tags attached.

Relationships

related to 0007991 assignedFlorian Dold materialize transaction list(s) in the wallet-core DB, separate get(Final|Active)Transactions [estimate: 16h] 

Activities

grote

2024-03-13 18:22

developer   ~0021898

Android currently does its own sorting based on transaction timestamp. I think now wallet core does the proper sorting, so maybe the fix here is to just remove our custom sorting?

avalos

2024-03-21 18:37

developer   ~0021967

I've removed the custom sorting and now we let wallet-core do its job, check dev/ivan-avalos/master.

grote

2024-03-25 18:10

developer   ~0021985

sorting left to wallet-core in https://git.taler.net/taler-android.git/commit/?id=da4ad21946e0dd8b1840a43ecd3eec857481c011

Issue History

Date Modified Username Field Change
2024-01-24 14:26 Christian Grothoff New Issue
2024-01-24 14:26 Christian Grothoff Status new => assigned
2024-01-24 14:26 Christian Grothoff Assigned To => Florian Dold
2024-03-01 13:04 Florian Dold Relationship added related to 0007991
2024-03-13 18:22 grote Note Added: 0021898
2024-03-21 18:37 avalos Assigned To Florian Dold => grote
2024-03-21 18:37 avalos Status assigned => feedback
2024-03-21 18:37 avalos Note Added: 0021967
2024-03-25 18:10 grote Status feedback => resolved
2024-03-25 18:10 grote Resolution open => fixed
2024-03-25 18:10 grote Note Added: 0021985
2024-04-09 13:11 Christian Grothoff Fixed in Version => 0.10
2024-04-15 21:32 Christian Grothoff Status resolved => closed