Commit Graph

33 Commits (edd23d7ff3a4627e834d4a3445cdc922fb3ada3c)

Author SHA1 Message Date
dtvv 9d973b995e -When you import the backup account and it runs successfully, it should to take you to the main window and not on the login one
-When you import the backup account and it runs successfully, it should close the intro window
-When the user is restoring the backup it has to show loading dialog
-Remove Backup restored! Text when finishing importing backup
-Create class CrystalLoading extendí from CrystalDialog
2018-09-14 01:04:10 -05:00
Javier Varona ac46440ed5 Merge remote-tracking branch 'remotes/origin/feat_improve_contacts' into develop_ui_improvements
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/activities/BoardActivity.java
#	app/src/main/res/layout/board.xml
2018-09-04 21:14:30 -04:00
dtvv f57305312b -In the screen “Create Account” in the Account Name validase that the string meets:
*255 max length
*10 min length
*At least one Number
*At least one “middle guion”
*Only numbers and characters and middle script
*At least one character
-In the screen “Create Account” in the Field PIN and PIN confirm, at least 6 digits
-In the screen “Create Account” field validation at text change event
-In the screen “Create Account” create cleaner implementation of actual functionality with the clases:
*BitsharesAccountNameInterface
*PinDoubleConfirmationInterface
*UIValidator
*UIValidatorListener
*BitsharesAccountNameValidation
*CustomValidationField
*PinDoubleConfirmationValidationField
*CustomActivity
-In the screen “Create Account” change sections of code to better clear code
-In the screen “Create Account” error Messages show diferents
-In the screen “Create Account” while connecting with the server that shows the loading screen
-Crete of LoadingDialog material dialog class
-In the screen “Create Account” when the account exists show a toast
2018-08-09 06:50:08 -05:00
dtvv acd1f9cfb1 -Correct the variables convenion of the changes i have made in the code
-In the screen of Create Seed that the size of the two buttons be the same te get armonony in the visual
-In the screen of Create Seed that the button of CREATE WALLET get disabled till all fields be correctly to continue
-In the screen of Create Seed show some info about PIN functionality
-In the screen of Create Seed at the moment the window appears, the Focus automatically is set on the first PIN field and show the keyboard
-In the screen of Create Seed set the limit for the Account Name field to 255
2018-08-01 17:11:26 -05:00
dtvv 7a9c4c0012 -Toast after copy to clipboard in backupseed window
-Integrate https://github.com/afollestad/material-dialogs in androide app by gradle
-Change the loading dialog in the registration window for the new one material
-In the registration window in the PIN sections, i fixed the max length validation to 32 in both Fields
2018-07-31 14:13:19 -05:00
dtvv 1cd36489eb -I fix a bug: The loading icon was static after the registraron of the user. (I attached prove in telegram)
-Change “seed” text to “Backup brainkey”
-Add backup leyend
-Set icon for button ok
-Add button “Copy” to copy brainkey to clipboard
-Develope algoritm for copy to clipboard functionality
2018-07-31 13:18:13 -05:00
Severiano Jaramillo 3008415316 Improve create/modify contact UI 2018-07-12 10:32:01 -05:00
Severiano Jaramillo 5b341fb018 Create LicenseActivity and blue and green button styles 2018-05-25 11:47:00 -05: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 bf45cae2a1 Improved SendTransactionLayout to adjust to different screen sizes and fixed text color 2018-01-25 15:49:43 -06:00
Severiano Jaramillo 05dc28aa63 Created BottomStatusBar custom view and added it to Settings and CreateSeed Activities 2018-01-24 22:27:15 -06:00
Severiano Jaramillo aabdab2951 Created layout for the IntroActivity 2018-01-24 17:21:34 -06:00
Severiano Jaramillo 38938bdff7 Added NoneSecurityFragment 2018-01-21 15:05:16 -06:00
Severiano Jaramillo 2c46b509dc Created ChildViewPager that does not listen to swipe events 2018-01-21 15:05:16 -06:00
Severiano Jaramillo c21fb6786f Added viewpager to work inside SecuritySettingsFragment 2018-01-21 15:05:16 -06:00
Severiano Jaramillo 7bb451d409 Added below banner to SettingsActivity 2018-01-21 15:05:16 -06:00
Severiano Jaramillo 312de0f74b Created AccountsSettingsFragment 2018-01-21 15:00:08 -06:00
Severiano Jaramillo 132c7f1a29 Fixed BackupsSettingsFragment buttons' padding and strings 2018-01-21 15:00:08 -06:00
Severiano Jaramillo 4bec1dad84 Created BackupsSettingFragment layout 2018-01-21 15:00:08 -06:00
Severiano Jaramillo b524462c5e Added SettingsActivity toolbar and created GeneralSettingsFragment 2017-12-28 23:07:53 -06:00
Severiano Jaramillo 80354ebac1 Added Settings Activity 2017-12-28 21:40:34 -06:00
Severiano Jaramillo eac5a0e8c4 Fixed ReceiveTransactionFragment to use full screen width 2017-12-23 21:39:41 -06:00
Severiano Jaramillo 57a95e8fd2 Added accounts fragment with transparent background 2017-12-21 23:34:43 -06:00
Severiano Jaramillo 4f4100d16e Modified ReceiveTransactionFrag layout to comply with requirements 2017-12-06 22:55:58 -06:00
Severiano Jaramillo 1ac0a591fc Added cross and arrow icons and improved view to match desired design 2017-12-05 23:41:44 -06:00
Severiano Jaramillo 3df50a6836 SendTransactionFragment animations and layout and small fixes 2017-12-05 22:14:48 -06: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
henry 28e39c8b25 deleted all carbon names 2017-10-07 17:29:25 -04:00
Javier Varona 2cf1104a30 - Adding TextView under EditText to display errors 2017-10-04 22:46:55 -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
Vinícius b633a9ebcd Fix conflicts 2017-08-18 19:48:51 -03:00
Vinícius b7445c4575 First commit (Base Android Studio project) 2017-08-17 18:38:05 -03:00