graphenej/graphenej/src/main/java/cy/agorise/graphenej/api/android
Severiano Jaramillo b5e2961834 Convert NetworkService's sendMessage to synchronized, to guarantee thread safety: to avoid issues when calling that method from different threads. 2019-05-22 13:48:49 -05:00
..
DeserializationMap.java - Added the required deserialization logic to parse the response to the 'get_objects' API call with an asset bitasset data type 2019-04-04 15:12:09 -05:00
NetworkService.java Convert NetworkService's sendMessage to synchronized, to guarantee thread safety: to avoid issues when calling that method from different threads. 2019-05-22 13:48:49 -05:00
NetworkServiceManager.java Fix crash in NetworkService due to components other than NetworkServiceManager binding to the service without the proper initialization information. This initialization was moved to another method named bootstrapService which is only called from NetworkServiceManager after the NetworkService has been properly connected. 2018-11-06 11:36:11 -06:00
NodeConnection.java Replacing last argument of the NodeConnection#connect method for a NodeErrorListener instance 2017-11-03 00:28:25 -05:00
RxBus.java Initial tests in order to introduce a centralized broker architecture 2018-05-31 15:52:26 -05:00
WebsocketWorkerThread.java Adding node hopping capabilities to the NodeConnection class along with some tests 2017-11-01 21:18:36 -05:00