Commit Graph

21 Commits (3fb3dc9cac49cdf5ba08f5521d93d735bdd5d86a)

Author SHA1 Message Date
Javier Varona de2391c6f8 - Put the loading dialog code of the backup restore before the import request is added
- Fixing an error triggered when the import seed form is filled too fast. The bitshare name request of the account gets a null listener and makes the app to crash
2018-09-15 21:25:41 -04:00
Javier Varona 7befdd4207 - FileBackupManager and ImportSeedActivity no longer add the seed to the database. Now they call the ValidateImportBitsharesAccountRequest to do so.
- Also, the ImportSeedActivity tells the user the reason in case of a failed import.
2018-09-11 21:40:25 -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 c2d13087e9 Added function on bitshares manager to retrieve the accounts name from the account id 2018-06-20 23:08:03 -04:00
Javier Varona a5dcf393bf - Added function to Crystal Service to get the bitshares account names of the transaction's accounts id 2018-06-20 22:25:53 -04:00
Javier Varona 574b61d2b7 - Fixed Toast when trying to upgrade account
- Now the CryptoNetRequests are deleted when carry out
2018-06-10 20:10:55 -04:00
hvarona e3ca1c903b Implemented upgrade LTM service 2018-05-16 22:21:32 -04:00
henry f23d1c4a58 Added the request service and the bitshares logic to the upgrade to LTM account.
Still we need the implementation of graphenej library to finish this implementation.
2018-05-10 22:55:05 -04:00
henry b42b2e27ce Added receive transaction notification 2018-04-29 21:50:15 -04:00
Javier Varona 4135217548 - Added CryptoNetEvents fired from Service classes 2018-04-28 21:38:35 -04:00
henry e5bbce9fcd Remove the search for the equivalence of the same asset 2018-04-23 21:13:48 -04:00
henry e3fb99f1eb Change validate import to have the status code like other request 2018-04-23 21:06:17 -04:00
henry 56ff51e907 Change validate send request and create account request to have status code, to handle exit errors 2018-04-22 19:11:23 -04:00
henry 3a6f4635b0 Added seedType to validator 2018-04-08 22:18:51 -04:00
Javier Varona 5db6ce2afc - Importing Backup is now working 2018-04-03 20:50:44 -04:00
henry 76355d5142 Read bin file 2018-03-31 23:43:08 -04:00
henry db7ba760bd Added date on bin file 2018-03-29 23:21:37 -04:00
henry 3efbcbb9f4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/manager/FileBackupManager.java
#	app/src/main/java/cy/agorise/crystalwallet/requestmanagers/CreateBackupRequest.java
#	app/src/main/java/cy/agorise/crystalwallet/requestmanagers/FileServiceRequest.java
2018-03-29 23:20:21 -04:00
henry ea2adab087 Added status code to the file request. TODO create more status code
Change the FileBackup to bakcup multipls Bitshares accounts and to use the Status Code
2018-03-29 23:16:43 -04:00
Javier Varona 9e5a4a2fcc - Making Backup to work 2018-03-28 19:09:15 -04:00
henry 6999ad58a1 Change in the request package
Put the File Service logic only for bin files
2018-03-27 21:44:41 -04:00