Commit Graph

18 Commits (f9995bf284c8715f597eff52d4060eec028bae5e)

Author SHA1 Message Date
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
Javier Varona 3252062e74 - Making LicenseActivity save the last version of the license accepted 2018-05-25 14:30:45 -04:00
Javier Varona f00427ed19 - Security Improved: Now when the user tries to set a new security setting gets directly to the block screen (when there is a security setting already set)
- Now the "None" security setting works
2018-05-13 21:25:03 -04:00
Severiano Jaramillo 0dd2afd47d Removed comment to send user to BoardActivity if there is an existing account 2018-03-13 17:32:06 -06:00
Severiano Jaramillo Quintanar fcc20711dd
Merge branch 'master' into master 2018-03-13 15:57:47 -06:00
Javier Varona cb309f1db2 - Pin lock screen is working 2018-01-31 20:42:19 -04:00
Severiano Jaramillo 9527c3b758 Created ImportAccountOptionsFragment that shows up when the user wants to ImportAccount 2018-01-25 20:48:04 -06:00
Severiano Jaramillo d01f84c198 Improved ActivityIntro by adding animated backgroung and making the logo bigger 2018-01-25 18:37:29 -06:00
Severiano Jaramillo ff971ee492 Improved ReceiveTransactionFragment using SquaredImageView and ScrollView 2018-01-25 14:27:30 -06:00
Severiano Jaramillo aabdab2951 Created layout for the IntroActivity 2018-01-24 17:21:34 -06:00
henry 528013ba12 Added faucet function 2018-01-09 22:00:46 -04:00
Javier Varona 4d3b939f62 - The create seed activity now makes a request to create the account 2018-01-08 21:30:02 -04:00
Javier Varona 213cc07c80 - Change intro to send the user to import seed when there isn't one
- Now the equivalent value shows in the balance view
2017-11-05 20:38:37 -04:00
Javier Varona 7123c01aff - Added GrapheneAccountInfo for graphene specific information of accounts
- Added type of account in crypto_net_account
2017-10-17 20:35:37 -04:00
Javier Varona 814d724096 - Now the balance fragment is showing the user accounts. Still it needs to show the balances of their assets 2017-10-14 22:02:55 -04:00
Javier Varona 2042c37afa - Changes in validators, now every fieldvalidator take charge of its own validation
- Added the board activity and the view pager with balance, transactions and contacts.
2017-10-07 23:03:59 -04:00
Javier Varona 7b0801eb97 - Now the user can add seeds 2017-10-01 15:58:08 -04:00
Javier Varona 0017eb76fb - Added a Seed List View
- Added Import Seed View
- Added Room objects for the Seeds
2017-09-30 21:52:34 -04:00