Nelson R. Perez
5955e1c823
Compacting code a little bit
2018-07-25 11:33:12 -05:00
Nelson R. Perez
e0457c2ad8
Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker
2018-07-03 12:36:16 -05:00
Nelson R. Perez
9eacd57889
Updating the gradle plugin version
2018-07-03 12:36:13 -05:00
Nelson R. Perez
222fd88afa
- Added partial support for the 'get_objects' API call in the single connection mode
...
- Changed the layout of the sample app in order to present a list of all supported API calls in the first activity
- Introducing a specific activity to perform the API calls in the sample app
2018-06-28 23:42:40 -05:00
Nelson R. Perez
c5ffc614f4
Updating the constraintlayout library and introducing the design layout
2018-06-28 23:40:59 -05:00
Nelson R. Perez
7a335317f4
Updating the api target version and including the recyclerview in the sample app project
2018-06-27 16:48:20 -05:00
Nelson R. Perez
2d579df6af
Upgrading gradle plugin and rxjava versions
2018-06-27 15:30:43 -05:00
Nelson R. Perez
415e41ae11
Added support for the get_account_history API call
2018-06-20 17:23:15 -05:00
Nelson R. Perez
05699df638
Introducing support for the LookupAssetSymbol api call wrapper in the single connection mode
2018-06-16 14:54:17 -05:00
Nelson R. Perez
918d27b5cd
Fixed problem caused by the lack of registered API id for calls that don't require any API
2018-06-15 18:26:59 -05:00
Nelson R. Perez
7197ea4078
Fixed a big problem that was causing some random responses not to be de-serialized due to a mistake in the removal of entries in the request class map
2018-06-14 22:16:34 -05:00
Nelson R. Perez
be33c91823
Only sending a message if we have the API id
2018-06-14 11:50:35 -05:00
Nelson R. Perez
3159a44c3a
Returning -1 if no message was sent
2018-06-14 00:02:10 -05:00
Nelson R. Perez
7c84187681
Deserializing the response to the get_market_history API call and checking the websocket for a null reference before using it
2018-06-13 22:18:36 -05:00
Nelson R. Perez
0df3fad6c0
Introducing support for the GetMarketHistory api call wrapper using the single connection mode
2018-06-12 23:27:06 -05:00
Nelson R. Perez
e056c16aa9
- Added back the files for the sample project to the repository
...
- Updated the sample project to test the 'get_block_header' api call wrapper using the single connection mode
2018-06-12 13:56:59 -05:00
Nelson R. Perez
85bf1d1ba1
Introducing support for the GetBlockHeader api call in the single-connection mode
2018-06-12 13:34:42 -05:00
Nelson R. Perez
4f6b628891
Introducing the SkipAssetOptionsStrategy class, used to avoid falling into an infinite loop while deserializing/serializing results from the get_relative_account_history API call
2018-06-11 23:48:35 -05:00
Nelson R. Perez
7582fefd0e
Introducing support for the GetRelativeAccountHistory api call in the single-connection mode
2018-06-11 15:40:01 -05:00
Nelson R. Perez
8c5d48f71d
Reorganized the layout of the sample app
2018-06-11 15:13:09 -05:00
Nelson R. Perez
8ed74dbaed
GetBlock constructor now receives an argument of type long
2018-06-11 15:12:48 -05:00
Nelson R. Perez
56c808c353
Added a toString to the PublicKey class
2018-06-11 15:12:16 -05:00
Nelson R. Perez
57f8fb1aa4
Changed remaining packages references
2018-06-08 18:43:30 -05:00
Nelson R. Perez
7c6dd95f2c
Changed the sample app's package name
2018-06-08 18:42:30 -05:00
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