graphenej/sample
Nelson R. Perez d019acca6a Removed most (but not yet all) of the android-related dependencies from the NetworkService class
- The NetworkService no longer extends the Service class
- The NetworkService is now a singleton class, which is instantiated by a static method in a thread-safe manner
- Replaced Android Log.d() functions by System.out.println()
- Renamed the 'onStop' method to simply 'stop' since it will no longer work as a callback
- Renamed the 'bootstrapService' to start, since this is how this class inner workings are started
- Lots of configurable parameters were removed, we now focus on the default values, like empty strings for usernames and passwords
- Node latency verification is done by default, instead of being an optional feature enabled by parameters
- Removed the 'LocalBinder' inner class
- The sample app was modified accordingly
2019-09-13 18:14:47 -05:00
..
src Removed most (but not yet all) of the android-related dependencies from the NetworkService class 2019-09-13 18:14:47 -05:00
.gitignore Initial tests in order to introduce a centralized broker architecture 2018-05-31 15:52:26 -05:00
build.gradle Updated dependencies 2019-09-12 19:30:40 -05:00
proguard-rules.pro Initial tests in order to introduce a centralized broker architecture 2018-05-31 15:52:26 -05:00