Commit Graph

46 Commits (c818eaf472726be2543d3d2b25978acd7439846b)

Author SHA1 Message Date
Henry Varona c818eaf472 - Added wrtie timeout for the faucet request
- Change the equivalent url to use the BTS serve
-
2018-09-18 15:47:15 -04:00
dtvv 5fb847ba1c Revert network changes 2018-09-05 19:36:27 -05:00
dtvv 3e150be199 Remove network package testing implementation 2018-09-03 10:02:52 -06:00
Severiano Jaramillo Quintanar 0514e3984e
Merge branch 'feat_ui_improvements' into feat_ui_improvements 2018-08-27 09:49:41 -05:00
dtvv 17f74b4774 -Correct OnErrorWebSocker to OnErrorWebSocket 2018-08-18 12:48:37 -05:00
hvarona 6caa84481c Change Server to point to bitshares main net 2018-08-18 01:18:59 -04:00
dtvv f9995bf284 -Fix code Migration of kotlin:
annotationProcessor  to kapt
-In screen IntroActivity: Show toast when there is not connection with server
-In screen Create Seed: Code to interface when error ocurs in WebSocketThread and GrapheneApiGenerator
-Fixes to class WebSocketThread for error Report to user
-Fixes to class BitsharesCryptoNetVerifier for error Report to user
-Fixes to class CryptoNetVerifier for error Report to user
-Fixes to class CryptoNetManager for error Report to user
-In the IntroScreen: If there is not server connection show a simple user message of that
-Create class ToastIt in kotlin
-Create class NetworkUtility in kotlin
-In the IntroScreen: When the user Press button “create account” it has to validate connection to server to continue
-In the IntroScreen: When the user Press button “Import account” it has to validate connection to server to continue
2018-08-15 17:36:20 -05:00
hvarona 594bd4b816 Make the grapheneapi multi account compatible 2018-06-27 20:49:26 -04:00
hvarona 3b66b91807 Make the grapheneapi multi account compatible 2018-06-27 20:45:25 -04:00
hvarona 84cc13b5f6 Make the grapheneapi multi account compatible 2018-06-26 23:13:39 -04:00
henry b42b2e27ce Added receive transaction notification 2018-04-29 21:50:15 -04:00
henry e5bbce9fcd Remove the search for the equivalence of the same asset 2018-04-23 21:13:48 -04:00
henry 247afeefcd Added Bitshares Contants and added all the current smartcoins
Delay the equivalent thread to 1 min pero query
2018-03-15 15:38:18 -04:00
henry 90efd6604c added assets for testing equivalents values 2018-03-12 23:14:04 -04:00
henry 8188c5092c Change all url using the new Crypto Coin Network Manager, also put the initial urls for bitshares 2018-03-08 00:49:21 -04:00
henry b63feeed17 Added ManagerRequest to make the code full async 2018-01-28 21:18:38 -04:00
henry fa8d39ca6d Real Time updates with the bitshares api 2018-01-23 22:07:17 -04:00
Javier Varona 93976cadd2 - Contact class, dao, viewmodel and list view added 2018-01-17 22:49:42 -04:00
henry 7e4bc22fb3 Api generator pointing to the testnet server 2017-11-30 22:49:44 -04:00
henry 8bec42de1a Graphene Api with equivalent value using a name for the base asset 2017-11-15 21:47:11 -04:00
henry f6340de2e4 change url of the bitshares api server 2017-11-14 22:50:25 -04:00
henry 000be8ab51 Added the get asset by name
Update equivalent value url. If we are going to use the testnet the equivalent value has to be retrieved from the main net.
Update docs and code
2017-11-12 15:20:03 -04:00
henry c4278c7e75 equivalent values in batch 2017-11-07 22:14:43 -04:00
henry 322ffed6b9 Equivalent Value in services 2017-11-06 21:38:42 -04:00
henry a0797edf6e save transactions in db
Validate send request only one asset and amount
2017-10-25 22:46:42 -04:00
henry f80ac3b06d modified CryptoCoin Balance database to work as intended
Modified to be able to save and retrieve the bitsharesasset from database
2017-10-24 22:58:45 -04:00
henry e3629f5c5b Bitshares petition fix 2017-10-23 23:25:09 -04:00
henry 6ce7c453f4 Subscrip 2017-10-22 20:36:41 -04:00
henry 258dd56a1e minor fixed 2017-10-18 22:49:14 -04:00
henry cba73cfa0d - Created Bitshares Asset Info
- Created Btishares Asset Info DAO
- Finish the balance petition
2017-10-18 22:46:09 -04:00
henry 119f4ea12b - Import Account
- Create Account (miss seed)
- Created bitshares faucet api generator
- Created GrapheneAccount constructor and info loader
- Added funcion to daos
2017-10-17 22:55:42 -04:00
henry a1ec57044c - Created the cryptocuyrrency dao
- Refresh Bitshares balances and transactions
- Created the bitshares faucet api to implement the faucet transasctions (work in progress)
- Import bitshares account in Account manager
- Load bitshares account from db
2017-10-15 20:23:44 -04:00
henry d7acd8517c - Added the subcription logic to grapheneApi 2017-10-11 23:37:05 -04:00
henry 81669160a9 Added Bitshares subscription hub manager in grapheneapigenerator, this will be used for real time updatess 2017-10-10 22:48:39 -04:00
henry 3aa57e6ca5 Added Validator for send request
Added Bitshares Asset model
2017-10-08 20:10:46 -04:00
henry a88bbe97e5 Added the exist account validator (also in the manager)
Added the network packahe with the WebSocketThread to manage the grapahen like connection
Change the GrapehenApiGenerator to use the WebSocketThread
2017-10-08 12:02:11 -04:00
henry 6d5a93f1e7 minor fixed in generators response 2017-10-04 23:28:19 -04:00
henry 948a9396d4 network and internet permission
minor fixed in generators response
2017-10-04 22:04:42 -04:00
Nelson R. Perez eb2029049a Fixed conflict 2017-10-02 14:23:02 -05:00
henry a94af316cc Graphene api find name avaible 2017-10-01 21:42:21 -04:00
henry 06b02f76d6 Graphene api find name avaible 2017-10-01 21:39:51 -04:00
Javier Varona 7b0801eb97 - Now the user can add seeds 2017-10-01 15:58:08 -04:00
Nelson R. Perez 23cac8c927 Fixed typo 2017-09-30 14:38:04 -05:00
henry 701aeb8b38 Created ApiRequest
Complete the apiGenerator for import account
2017-09-27 23:04:16 -04:00
henry 1c341ce27b added fucntions for the grapheneapigenerator 2017-09-27 20:56:05 -04:00
henry 60df3ae6f9 Added pgrahenej library
Added generator class
Added accountmanager
2017-09-26 22:48:34 -04:00