www.BiTSy-wallet.com
 
 
 
Go to file
Severiano Jaramillo 7603546424 Fix NetworkService connection issue.
- The NetworkServiceManager expects a call to onActivityResumed after it has been configured to start the connection with the NetworkManager. But because we are using a single activity architecture, the call to onActivityResumed the first time the app starts is called before configuring the NetworkServiceManager thus leaving the NetworkService disconnected until another onResume activity lifecycle event is received. A fake call to onActivityResumed in NetworkServiceManager was added right after it has been configured in BitsyApplication to address this issue.
2019-08-26 11:44:08 -05:00
app Fix NetworkService connection issue. 2019-08-26 11:44:08 -05:00
gradle/wrapper Fix Crashlytics proguard rules. 2019-08-21 13:34:49 -05:00
graphenejlib@606f7c183e Add the nodes WS to Bitsy. 2019-08-23 14:41:00 -05: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
LICENSE Update LICENSE 2019-01-02 10:32:56 -06:00
README.md Initial commit 2018-10-28 11:14:12 -06:00
build.gradle Update kotlin version to 1.3.50. 2019-08-23 11:52:38 -05: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
settings.gradle Added graphenej as a git submodule and as a module to the app. 2018-10-31 08:27:09 -06:00

README.md

bitsy-wallet