Commit graph

24 commits

Author SHA1 Message Date
Nelson R. Perez
81d61986ea Added support for the GetLimitOrders API call in the single connection mode 2018-08-16 23:59:14 -05:00
Nelson R. Perez
de3dc2b120 Added support for the get_account_by_name API call wrapper in the single connection mode 2018-08-08 18:53:57 -05:00
Nelson R. Perez
4d7f2a28a5 Removed old MainActivity class 2018-08-08 17:00:47 -05:00
Nelson R. Perez
140cab48cd Added support for the list_assets API call wrapper in the single connection mode 2018-07-25 13:08:09 -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
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
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
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
8c5d48f71d Reorganized the layout of the sample app 2018-06-11 15:13:09 -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
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
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
8048e77d30 Added support for java 8 in the sample app 2018-06-04 22:08:40 -05:00
Nelson R. Perez
636de75fb8 Gradle update 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
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