bitsy-wallet/app
Severiano Jaramillo 42e0fc74b0 Changed the comparator used to sort the transactions in TransactionsActivity to compare the Long representation of the transfer ID instead of the String representation.
Even though transfer IDs are incremental in the form 1.11.x where x is the number that increments for each transfer, the field is a string and that causes errors when doing the comparisons because the string 9 is 'greater' than 123456789 so instead of doing the string comparison we had to convert the ID to a long number and only then do the comparison to make sure the transactions are correctly ordered.
2019-02-07 16:42:57 -06:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Introducing an optional field called bts_value in the Transfer entity 2019-01-31 22:24:21 -05:00
src Changed the comparator used to sort the transactions in TransactionsActivity to compare the Long representation of the transfer ID instead of the String representation. 2019-02-07 16:42:57 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Merge branch 'feat_equiv_values' into develop 2019-02-05 21:12:03 -06:00
proguard-rules.pro Fix crash when trying to insert an account that already exists in the database. 2018-12-14 16:02:00 -06:00