Commit Graph

305 Commits (5440286448cc151611f782134826ff0b2a8bccbc)

Author SHA1 Message Date
Nelson R. Perez 3e96bbc9b3 Adding node hopping capabilities to the NodeConnection class along with some tests 2017-11-01 21:18:36 -05:00
Nelson R. Perez 69ccbe8cd9 - Reverted the Memo#nonce attribute to the original long type
- Properly fixed the deserialization problem and added a specific test case at MemoTest#shouldDeserializeFromString
2017-10-17 23:19:55 -05:00
Agorise ac52d9b592 Update LICENSE 2017-10-16 13:44:35 +03:00
Nelson R. Perez b305faa662 Fixing a bug with memo deserialization 2017-10-12 23:34:22 -05:00
Nelson R. Perez 61dc72724e Fixed a bug in the OrderBook.calculateRequiredBase method that made the calculation of the required asset amount to fail some times 2017-10-12 18:22:29 -05:00
Nelson R. Perez 6ac84f9a52 Decreasing count when removing subscription listener 2017-10-04 23:05:14 -05:00
Nelson R. Perez 5e88c209e3 Package rename 2017-10-02 14:34:50 -05:00
Nelson R. Perez 5d3e38a740 Version bump in AndroidManifest 2017-10-02 14:26:10 -05:00
The rise of Agorism! a8510c5e80 Update LICENSE 2017-09-30 19:36:15 +03:00
The rise of Agorism! 8027ea7e04 Update LICENSE 2017-09-30 15:27:23 +03:00
Nelson R. Perez 78dc9705a3 Merged develop 2017-09-28 23:03:15 -05:00
Nelson R. Perez ee08856273 Merge branch 'feat_multiplex' into develop 2017-09-28 22:58:42 -05:00
Nelson R. Perez f279c5526b Version bump 2017-09-28 22:58:24 -05:00
Nelson R. Perez f643edf36e Merging Kencode's repo with NodeConnection improvements, tests and some documentation fixes 2017-09-27 23:51:37 -05:00
Nelson R. Perez 040a53f408 Adding memo deserialization 2017-09-25 22:53:30 -05:00
Nelson R. Perez 302194539e Version bump 2017-09-25 22:11:41 -05:00
Vinícius 9b292d220e Fix memo deserialization 2017-07-31 15:24:13 -03:00
Vinícius eab6990d73 Fix memo 2017-07-31 12:52:20 -03:00
Vinícius 5de20a7fc8 Improve memo test 2017-07-29 02:27:21 -03:00
Vinícius c66ed99681 Add LookupAssetSymbols and TransactionBroadcastSequence API tests 2017-07-25 20:52:15 -03:00
Vinícius 7c05b8d3db Add ListAsset and GetLookupAccount API tests 2017-07-25 15:41:33 -03:00
Vinícius 7b7fd6e74a Update Memo unit test 2017-07-24 21:49:43 -03:00
Vinícius 99769713eb Update project to minSdkVersion 9 because of usage of Arrays.copyOfRange at Address.java, Memo.java and Util.java 2017-07-24 19:46:33 -03:00
Vinícius cadcca0230 Add GetMarketHistory, GetObjects and GetRelativeAccountHistory API tests 2017-07-21 18:56:17 -03:00
Vinícius 158c9604b8 Fix GetLimitOrders listener and add GetLimitOrders and GetTradeHistory API tests 2017-07-21 13:27:51 -03:00
Vinícius a824d8fc40 Finishing base docs for all API handler classes 2017-07-20 23:47:24 -03:00
Vinícius 240cff9c7c Fix conflicts between NodeErrorListener and WitnessResponseListener 2017-07-20 19:35:37 -03:00
Vinícius e364fe678f Adding docs and some tests for a few API handler classes (GetRequiredFees, ListAssets, LookupAccounts, LookupAssetSymbols and SubscriptionMessagesHub 2017-07-20 16:37:16 -03:00
Vinícius ad2e414548 Implementating node hop at NodeConnection and tests 2017-07-20 01:23:56 -03:00
Vinícius f367eb0021 Adding docs and tests for some API handler classes (GetAccountBalances and GetAccountByName) 2017-07-19 13:48:47 -03:00
Vinícius c29830da9b Implementing add list of urls to NodeConnect 2017-07-19 12:03:15 -03:00
Vinícius 5a58cf5579 Introducing node hop feature to some blockchain API handler classes (GetRequiredFees, GetTradeHistory, ListAssets, LookupAccounts, LookupAssetSymbols and TransactionBroadcastSequence) 2017-07-19 02:39:15 -03:00
Vinícius 7313279f95 Introducing node hop feature to some blockchain API handler classes (GetBlockHeader, GetKeyReferences, GetLimitOrders, GetMarketHistory, GetObjects, GetRelativeAccountHistory) 2017-07-18 22:07:07 -03:00
Vinícius 5369976f08 Introducing node hop feature to some blockchain API handler classes (GetAccountBalances, GetAccountByName, GetAccounts and GetAllAssetHolders) 2017-07-18 15:30:22 -03:00
Nelson R. Perez f5288afde9 Introduced the AuthorityType enum class 2017-07-11 23:05:40 -05:00
Nelson R. Perez 184bbfafa3 Fixing uses of the UserAccount.toJsonString() and replacing them by the correct UserAccount.getObjectId() instead 2017-07-04 16:45:30 -05:00
Nelson R. Perez 83ffdd70f7 Fixing bug that made the GetRelativeAccountHistory class fail 2017-07-04 12:54:46 -05:00
Nelson R. Perez 50fc2d805e Introducing a couple of private variables in order to keep track of the subscription status 2017-07-03 20:05:59 -05:00
Nelson R. Perez ec19b62ba7 Renaming SUBSCRIPTION_ID to MANUAL_SUBSCRIPTION_ID to better reflect its purpose and using it as the base for subscription ids in the NodeConnection class 2017-07-03 13:50:23 -05:00
Nelson R. Perez 105d4e6d10 Exposing the 'resubscribe' method, which allows to re-establish a subscription after it was cancelled 2017-07-03 13:23:32 -05:00
Nelson R. Perez d08afaa7c0 Removing log 2017-06-28 18:19:59 -05:00
Nelson R. Perez 9ae1762fe2 Implementing a call to the 'cancel_all_subscriptions' method and its test 2017-06-28 18:19:41 -05:00
Nelson R. Perez 1f705f1a4e Make sure we have a registered handler before trying to try to call its 'onTextFrame' method 2017-06-28 17:50:28 -05:00
Nelson R. Perez 52f46da573 Adding multiplexing capabilities to the SubscriptionMessagesHub class and adapted the GetAccounts to work with it 2017-06-27 16:52:02 -05:00
Nelson R. Perez 980d072c2b Merge branch 'master' into develop 2017-06-26 16:17:43 -05:00
Nelson R. Perez c19e618ded Applying the version bump to the manifest and other gradle files 2017-06-26 14:12:31 -05:00
Nelson R. Perez 67f3e05b5c Added the @Expose annotation to the GrapheneObject#id field 2017-06-26 14:05:33 -05:00
Nelson R. Perez 3d74a612f6 Making the PublicKey class implement the Serializable interface 2017-06-26 14:03:39 -05:00
Nelson R. Perez f59cf1afa0 Adding getter/setter to the weight_threshold field 2017-06-26 14:02:25 -05:00
Nelson R. Perez ea0bab5179 Simple renaming of a variable for semantic purposes 2017-06-26 14:01:17 -05:00