Commit graph

545 commits

Author SHA1 Message Date
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
Nelson R. Perez
92e1341e63 Fixed a couple of crashes caused by accessing invalid data 2018-04-05 22:06:00 -05:00
Nelson R. Perez
daccf8d1e8 Removing unnecessary intent extras 2018-04-05 20:10:33 -05:00
Nelson R. Perez
a6df7ed69e - Moved the NetworkService management logic to the newly introduced NetworkServiceManager class 2018-04-05 20:10:33 -05:00
Nelson R. Perez
beba8a0b40 Introduced the GetRequiredFees API call 2018-04-05 20:10:33 -05:00
Nelson R. Perez
60a12b784b Moved the NetworkService to the graphenej library 2018-04-05 20:10:32 -05:00
Nelson R. Perez
1e59d8ec40 Handling only credentials and API access messages locally, deferring all other messages to the bus 2018-04-05 20:09:32 -05:00
Nelson R. Perez
436fb71114 Initial tests in order to introduce a centralized broker architecture 2018-04-05 20:09:32 -05:00
Nelson R. Perez
3e92673c7b Fixed typo 2018-03-01 11:07:02 -05:00
Nelson R. Perez
d0f9ddbbb9 Fixed a remaining issue with the deserialization of the BitAssetData 'get_object' response 2018-02-22 17:38:20 -05:00
Nelson R. Perez
857d861e4b Fixed a problem with the deserialization of the get_objects api call that ocurred when the requested objects were of type impl_asset_bitasset_data_type 2018-02-20 23:38:47 -05:00
Nelson R. Perez
dd87ea1df8 Version bump 2018-02-15 23:25:36 -05:00
Nelson R. Perez
2da04adfea Enabling and disabling log printing in the SubscriptionMessagesHub 2018-02-01 12:02:03 -05:00
Nelson R. Perez
f186bbe7b9 Adding a getter to the Transaction's blockData attribute 2018-01-25 18:04:26 -05:00
Nelson R. Perez
077d34a123 Merging develop into master 2018-01-25 18:01:00 -05:00
Nelson R. Perez
9af682f0cb Version bump 2018-01-25 17:58:20 -05:00
Nelson R. Perez
3c6d96f48a Using the Bitshares mainnet chain id as default, but allowing the user to set it up manually either via constructor or setter method 2018-01-23 12:03:20 -05:00
Nelson R. Perez
9327b45947 Merge branch 'master' of github.com:Agorise/graphenej 2018-01-23 11:37:40 -05:00
Nelson Perez
0787b13483
Merge pull request #2 from Carix/add_custom_operation
Custom operation support
2017-12-20 22:09:24 -05:00
Kostya Shpachenko
b60fffdc3b Added test of custom operation deserialization 2017-12-18 15:41:21 +02:00
Kostya Shpachenko
a2886ea0a5 Fixed deserialization of "seller" field of limit_order_create_operation 2017-12-18 15:40:38 +02:00
Kostya Shpachenko
d0629eab85 Implemented deserialization of custom operation 2017-12-18 15:39:37 +02:00