www.BiTSy-wallet.com
Go to file
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
app 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
gradle/wrapper Update the Navigation component library version and Gradle version. 2018-12-19 09:24:56 -06:00
graphenejlib@4c7c7b29b2 Activate the memo functionality in SendTransactionFragment. 2019-01-15 11:08:15 -06:00
.gitignore Remove google_maps_api from version control. 2019-01-29 10:25:21 -06:00
.gitmodules Fix graphenej submodule info. 2018-10-31 19:36:55 -06:00
build.gradle Update Navigation AAC Safe Args library version. Make use of the new Safe Args to pass the Transaction ID fromm the TransactionsActivity to the eReceipt. Update the use of Safe Args to the new way of passing data between HomeFragment and SendTransactionFragment, to decide whether or not to activate the Camera. 2019-02-05 15:14:10 -06:00
gradle.properties Update project to use the new AndroidX libraries. 2018-10-31 08:55:55 -06:00
gradlew Initial commit 2018-10-29 15:49:42 -06:00
gradlew.bat Initial commit 2018-10-29 15:49:42 -06:00
LICENSE Update LICENSE 2019-01-02 10:32:56 -06:00
README.md Initial commit 2018-10-28 11:14:12 -06:00
settings.gradle Added graphenej as a git submodule and as a module to the app. 2018-10-31 08:27:09 -06:00

bitsy-wallet