bitsy-wallet/app
Severiano Jaramillo 175d48f8c6 - Simplified Database structure to include only what is going to be used for the wallet.
- Properly distroy NetworkService connection when ConnectedActivty is distroyed to avoid crashes.
- Created UserAccountRepository and AuthorityRepository to handle their corresponding database operations in an asynchronous way, because Room enforces database operations to be done in a thread other than the UI thread.
- In ImportBrainkeyActivity when a proper brainkey is given save the imported account into the database, put a flag that tells the app there is a current account imported and send the user to MainActivity.
2018-11-24 09:11:57 -06:00
..
src - Simplified Database structure to include only what is going to be used for the wallet. 2018-11-24 09:11:57 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle - Simplified Database structure to include only what is going to be used for the wallet. 2018-11-24 09:11:57 -06:00
proguard-rules.pro Initial commit 2018-10-29 15:49:42 -06:00