Commit Graph

26 Commits (be8dce818e27dbbf5aeca2e5e225435a4ae0794b)

Author SHA1 Message Date
Severiano Jaramillo 37ace257bd Migrate app to AndroidX and solve a bunch of conflicts. 2018-11-29 12:20:25 -06:00
dtvv b05cf62daf -After henrry updated the file ImportSeedActivity i found some errors and i had to fix it again so it does not use 2 equeals services 2018-10-25 01:55:58 -05:00
Javier Varona c216dfa209 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/activities/ImportSeedActivity.java
2018-10-24 23:07:11 -04:00
Javier Varona 04d3a0d2e6 - Change the import bitshares account request to avoid using the name of the account 2018-10-24 22:53:51 -04:00
dtvv c3c6677faa -In the import seed activity add all the fixed strings to android string resources
-In the import seed window remove the first service connection that validates the seed, it seems that in the second service it does it too
-In the import seed activity adjust the new error strings to the new error show model
-In the import seed activity onlye enable the CREATE WALLET button if all the fields are correctly validate, specially the PIN mismatch error
2018-10-24 02:38:48 -05:00
dtvv e24b355281 In the import seed window ask before import the account 2018-10-18 03:40:33 -05:00
dtvv b73c77e86f -In the import seed window, the service doest not have to be connecting to the service each time the user type text to validate if the account name exists
-In the import seed window, the service to check valid mnemonic does not have to fire each time the user is typing text
-In the import seed window, the service to check valid mnemonic has to fire only when the import account button is pressed
-In the import seed window add error message when the service to validate the seed or the account name is correct fails
2018-10-18 03:28:12 -05:00
dtvv 8a7b41ad1d When the PIN does not match in the screen of import seed it does not show error message 2018-10-17 04:50:38 -05:00
dtvv b4cc708970 -Change the buttons style to the buttons to material one in the import_seed.xml and java source
-Add the new buttons push animation to the buttons in the import_seed.xml and java source
-Include layout in the buttons to fix orientación and correct size with the new properties
2018-10-12 03:41:36 -05:00
dtvv a54363a9ef When try to import the account, it should show a loading window while the user is waiting for it 2018-10-04 15:25:07 -05:00
dtvv 1545f0e10b When you try to import your account from seed, the button “CREATE WALLET” should be disabled till all the fields are correctly filled 2018-10-04 10:15:58 -05:00
dtvv 2e6c61f88a UI adjustments 2018-09-24 15:16:14 -05:00
Javier Varona 68296f6306 - Fixing some errors importing accounts
- After importing an account using a seed, the user gets to the balance page and the intent history is cleared
2018-09-12 21:56:04 -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
Javier Varona 3cc2fb4a48 - Change import seed activity to use a request to import the account 2018-09-09 20:12:32 -04:00
Javier Varona f4dbd4e93b - Send view created, along with its Validators.
- Currency Spinner Adapter created
- Send activity and layout created
2017-10-25 21:33:38 -04:00
Javier Varona 7f96370568 - Fixed the way import seed was adding the graphene account
- Now the service is listening to dao chenges and calling the bitshares manager when that happens
2017-10-22 20:28:37 -04:00
Javier Varona 4434ad40a5 - Now the seed import creates the bitshares account associated
- The balance view is more readable
2017-10-22 14:17:09 -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 2cf1104a30 - Adding TextView under EditText to display errors 2017-10-04 22:46:55 -04:00
Javier Varona e9e8c11eb3 - Fixed ui info request when account name changes 2017-10-04 20:54:24 -04:00
Javier Varona 310d4332f7 - Adjusting import seed validators 2017-10-03 20:58:41 -04:00
Javier Varona 42c50724a2 - Adding Fields Validators to validate user entries in synchronous or asynchronous way (Work in progress...) 2017-10-02 22:25:58 -04:00
Javier Varona dff4b6f931 - Added CryptoNetInfoRequests for specific information retrieval from the api servers 2017-10-01 21:50:12 -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