Commit Graph

416 Commits (6a2939ab201cff8cd7d850fc73ac8f55052b9c2f)

Author SHA1 Message Date
Nelson R. Perez c71d9802ba Correctly deserializing the GetRequiredFees API call's response 2018-06-06 10:50:14 -05:00
Nelson R. Perez 7c79c7f5bf - Introduced the DeserializationMap class in order to keep a mapping between request and response classes, and how to de-serialize them
- Fixed an infinite loop that was introduced in the de-serialization of the AccountProperties
- Implementing the GetAccounts wrapper in the sample app
2018-06-05 23:11:28 -05:00
Nelson R. Perez c956ebadc1 Fixed problem with the new GetAccounts API wrapper 2018-06-04 22:39:44 -05:00
Nelson R. Perez 40222055aa Including usage of the GetAccounts API call using the single service conection in the sample app 2018-06-04 22:10:55 -05:00
Nelson R. Perez aa758a09e0 Added support for the GetAccount api call in the new service-based single connection scheme 2018-06-04 22:10:03 -05:00
Nelson R. Perez 8048e77d30 Added support for java 8 in the sample app 2018-06-04 22:08:40 -05:00
Nelson R. Perez 3125f07da5 Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker 2018-06-01 21:45:37 -05:00
Nelson R. Perez 7abf7343a1 Added 'isLifetime' property to UserAccount class 2018-06-01 21:45:07 -05:00
Nelson R. Perez 935b0d2575 Using the OperationHistoryDeserializer in the GetRelativeAccountHistory api call 2018-05-31 23:26:15 -05:00
Nelson R. Perez d04c8bb648 Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker 2018-05-31 15:54:00 -05:00
Nelson R. Perez 915b446d1d Extended the BrainKeyTest in order to cover OpenLedger's accounts 2018-05-31 15:52:26 -05:00
Nelson R. Perez c407b98779 Commenting the publication code 2018-05-31 15:52:26 -05:00
Nelson R. Perez 794df5c99f Adding debug and preRelease build types and removed commented lines 2018-05-31 15:52:26 -05:00
Nelson R. Perez 636de75fb8 Gradle update 2018-05-31 15:52:26 -05:00
Nelson R. Perez 87421e210c - Properly resetting the connection status in case of an EOFException
- Allowing the NetworkService to be used with an externally provided list of node URLs
2018-05-31 15:52:26 -05:00
Nelson R. Perez e118b8df04 Added a new #isConnected() method to allow an external party to query the current status of the connection 2018-05-31 15:52:26 -05:00
Nelson R. Perez a36f9811f9 Added javadocs and sources compilation tasks 2018-05-31 15:52:26 -05:00
Nelson R. Perez 0b79231a3a Detecting and deserializing operation history objects 2018-05-31 15:52:26 -05:00
Nelson R. Perez 5dea8a6eb4 Renamed HistoricalTransfer to OperationHistory 2018-05-31 15:52:26 -05:00
Nelson R. Perez 0a4c0c0c9d Added an order book getter to the OrderBook class 2018-05-31 15:52:26 -05:00
Nelson R. Perez 42d5cb68eb Removed the result attribute from the BaseResponse class 2018-05-31 15:52:26 -05:00
Nelson R. Perez 6bda451f72 Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class 2018-05-31 15:52:26 -05:00
Nelson R. Perez 1848c82a46 Fixed a couple of crashes caused by accessing invalid data 2018-05-31 15:52:26 -05:00
Nelson R. Perez 5875c5a2de Removing unnecessary intent extras 2018-05-31 15:52:26 -05:00
Nelson R. Perez 593d3fc0d8 - Moved the NetworkService management logic to the newly introduced NetworkServiceManager class 2018-05-31 15:52:26 -05:00
Nelson R. Perez 94986a4786 Introduced the GetRequiredFees API call 2018-05-31 15:52:26 -05:00
Nelson R. Perez e9c920d469 Moved the NetworkService to the graphenej library 2018-05-31 15:52:26 -05:00
Nelson R. Perez 628faf6109 Handling only credentials and API access messages locally, deferring all other messages to the bus 2018-05-31 15:52:26 -05:00
Nelson R. Perez 69a0a64d30 Initial tests in order to introduce a centralized broker architecture 2018-05-31 15:52:26 -05:00
Nelson R. Perez 34dd06ad25 Merge branch 'develop' of github.com:Agorise/graphenej into develop 2018-05-30 22:27:06 -05:00
Nelson R. Perez f8990e7643 Merge branch 'hvarona-master' into develop 2018-05-30 22:26:27 -05:00
Nelson R. Perez 4fdfed07b0 Added tests for the account upgrade operation 2018-05-30 22:26:09 -05:00
Nelson Perez c7c71f4232
Merge pull request #3 from hvarona/master
Implemented Account Upgrade Operation
2018-05-30 18:03:52 -05:00
hvarona fd70cb63dc implement Account Upgrade Operation 2018-05-23 11:20:28 -05:00
Agorise bc52fca0af Update LICENSE 2018-05-23 11:20:28 -05:00
Agorise ca6733a7a2 Update LICENSE 2018-05-23 11:20:28 -05:00
The rise of Agorism! 0d94622dd3 Update LICENSE 2018-05-23 11:20:28 -05:00
The rise of Agorism! 44c8ca6897 Update LICENSE 2018-05-23 11:20:28 -05:00
hvarona 4e67411773 implement Account Upgrade Operation 2018-05-20 11:45:11 -04:00
Nelson R. Perez e46732df1b Commenting the publication code 2018-05-03 17:15:50 -05:00
Nelson R. Perez 1b189dc710 Adding debug and preRelease build types and removed commented lines 2018-05-03 12:38:59 -05:00
Nelson R. Perez e46282ea60 Gradle update 2018-05-03 12:27:12 -05:00
Nelson R. Perez b6e4f6cd72 - Properly resetting the connection status in case of an EOFException
- Allowing the NetworkService to be used with an externally provided list of node URLs
2018-05-02 20:08:02 -05:00
Nelson R. Perez 04560c0caf Added a new #isConnected() method to allow an external party to query the current status of the connection 2018-05-02 19:03:17 -05:00
Nelson R. Perez b8c0ed6163 Added javadocs and sources compilation tasks 2018-04-30 17:37:03 -05:00
Nelson R. Perez 6410c85fd8 Detecting and deserializing operation history objects 2018-04-27 00:09:37 -05:00
Nelson R. Perez b9533f4ff6 Renamed HistoricalTransfer to OperationHistory 2018-04-26 18:26:04 -05:00
Nelson R. Perez 7eef0e9c1c Added an order book getter to the OrderBook class 2018-04-26 18:13:33 -05:00
Nelson R. Perez e786e0ca31 Removed the result attribute from the BaseResponse class 2018-04-13 21:11:55 -05:00
Nelson R. Perez 04e6fe5b5c Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class 2018-04-05 23:16:10 -05:00