liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
243 stars 173 forks source link

Fix AmEx parsing for incoming payments #555

Closed mhagander closed 9 years ago

mhagander commented 9 years ago

Amex cards bug out when you pay the invoice. Not only does bankdroid fail to parse that, it assigns the text of "BETALNING MOTTAGEN, TACK" to the closest other transaction, meaning that transaction text dissappears.

This patch will properly parse both columns of values, and correctly detect if it's an invoice payment or other kinds of refund.

goober commented 9 years ago

Thank you