bitsy-wallet/app
2018-12-08 20:36:31 -06:00
..
src Created a method that is always listening to changes in the database and finds out when at least one UserAccount involved in a transaction is not present in the user_accounts db table. When such accounts are found they are retrieved in a form of a list and their information is requested to the BitShares nodes through graphenej's NetworkService and saved into the db once a response is received. The updated user account information is automatically displayed in the transactions list because of AAC's ViewModel, LiveData and Room. 2018-12-08 20:36:31 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle - Added the RxBindings library to be able to use RxJava on Android Widgets. 2018-12-05 18:38:34 -06:00
proguard-rules.pro Initial commit 2018-10-29 15:49:42 -06:00