Commit Graph

86 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
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
dtvv da290acddc Button send transaction get better animation 2018-09-13 21:56:06 -05:00
dtvv 83b7a7d3d3 Fixed spinner view in transaction window 2018-09-12 21:34:27 -05:00
dtvv a7ba6f5c6b Merge branch 'feat_ui_improvements' of https://github.com/Agorise/crystal-wallet-android into develop 2018-09-12 14:29:33 -05:00
dtvv ddd1073682 Disable NFC in the security options 2018-09-06 21:26:39 -05:00
Javier Varona 4a34c3a8ae - Now the import seed button sends the user to the import seed activity
- Fixed account seed kotlin viewmodel so it can be instantiated with the ViewModelProvider
2018-09-06 22:13:28 -04:00
Javier Varona e569986864 - Fixed app asking for password when the back button is pressed after selecting import account by backup 2018-09-06 21:08:59 -04:00
dtvv a1876733f5 In the backup seed screen there is not option for brainkey backup 2018-09-06 14:22:42 -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 c7cb37347d Remove testing cases 2018-09-03 15:59:32 -06:00
Severiano Jaramillo Quintanar 0514e3984e
Merge branch 'feat_ui_improvements' into feat_ui_improvements 2018-08-27 09:49:41 -05:00
dtvv d2d17bb6b4 -In the Send Assets window fix the “account name to” to get better visual effects
-Integrate nice material spinner into crystal proyect
-Change in class SendTransactionValidator for material spinner
-Change in clas SendTransactionFragment for material spinner
-At end this nice spinner did not work well and i removed it
-Integrate this new nice material spinner into crystal proyect
-Modified classes:
SendTransactionFragment
SendTransactionValidator
ToValidationField
FromValidationField
-Create the first bubble inicial design background for the BroadActivity window
-Remove the transparent squares in the BroadActivity
-In the window of BroadActivity that the Tab tittles increase size when they are selected (tonigth)
-Integrate bubble background gif to android (tonigth)
2018-08-17 12:08:49 -05:00
dtvv da8eda93b5 Change custom implementations of classes to kotlin
*AccountSeedViewModel
*CreateSeedActivity
*UIValidator
*UIValidatorListener
*FieldsValidator
*CustomValidationField
*PinDoubleConfirmationValidationField
*BitsharesAccountNameValidation
-In the Send Assets window in the field Memo set it to max length to 255
2018-08-14 16:15:45 -05:00
Javier Varona c4f0e9ef41 - Added functionality to PocketRequestActivity to verify the yubikey code (still in progress...) 2018-08-02 22:59:48 -04:00
Javier Varona 6117fc0f99 - Added Pocket Security Functionality (still in progress...) 2018-07-26 22:58:12 -04:00
Severiano Jaramillo bd0bbfa802 Hide add contact button when scrolling down the contacts list 2018-07-11 16:51:15 -05:00
Severiano Jaramillo b3501a3a89 Remove contacts list bouncy efect for now 2018-07-11 13:23:54 -05:00
Severiano Jaramillo 99a4dc254d Add bounce effect to contacts list 2018-07-10 17:43:40 -05:00
Severiano Jaramillo 7e51385dc0 Simplify Contacts section 2018-07-10 16:19:10 -05:00
Severiano Jaramillo ff2a58bcf8 Improve Contact elements layout 2018-07-09 18:33:42 -05:00
Javier Varona 5b21c0719e - Adjusting send and receive fragment to work with multiaccounts 2018-06-27 22:29:30 -04:00
Javier Varona 52f5696714 Merge branch 'master' into develop 2018-06-12 20:58:45 -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 f482fa8354 Update Room libraries to be compatible with the gradle version 3.1.2 2018-06-10 14:35:06 -04:00
Javier Varona 42e8637d11 - Change account seed list in profile settings to crypto net account list
- Added settings for crypto net accounts. General settings for any crypto net account and Bitshares settings for bitshares accounts
- Added new field in db for bitshares accounts: upgraded_to_ltm
- Added button to upgrade to ltm (still in progress...)
2018-05-30 21:19:46 -04:00
Javier Varona 9989fbbb74 - Change default profile image
- Make some visual elements, not working yet, invisible
- Put bitshares icon in balance item title
2018-05-23 21:47:19 -04:00
Javier Varona e9e495b366 - Transaction search implemented
- Now the transaction list print contact name when the address match with that contact
2018-05-21 21:38:05 -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
Javier Varona 6598d4aacb - Pattern Lock Setting added 2018-05-08 22:07:12 -04:00
Javier Varona 3ce3665546 - Received sound setting done 2018-04-25 22:43:34 -04:00
Javier Varona 032cc6fae5 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-04-22 20:28:18 -04:00
Javier Varona 1a527658ab - Now the user can change the profile photo
- Transaction List toolbar look improved
2018-04-22 20:27:46 -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
Javier Varona 78fc4fbf0b - Added option to reorder transactions list
- Fixed Toast when restoring backup
2018-04-11 21:37:49 -04:00
Javier Varona 998332c2e5 - Added password input when importing file backups 2018-04-04 21:09:58 -04:00
Javier Varona 5db6ce2afc - Importing Backup is now working 2018-04-03 20:50:44 -04:00
Javier Varona ef18863c7c - Now Crystal can make file backups 2018-03-30 20:59:01 -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
Javier Varona e2a453478c - Added timezone setting functionality 2018-03-21 22:21:23 -04:00
Javier Varona 4d10fc984e Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/activities/BoardActivity.java
#	app/src/main/java/cy/agorise/crystalwallet/application/CrystalApplication.java
2018-03-18 22:35:53 -04:00
Javier Varona e511fab358 - Preferred Language Setting is now working 2018-03-18 22:27:45 -04:00
Severiano Jaramillo 0753a4b436 Send and Receive FloatingActionButtons hide when scrolling down on the TransactionsFragment 2018-03-15 14:12:46 -06:00
Severiano Jaramillo Quintanar fcc20711dd
Merge branch 'master' into master 2018-03-13 15:57:47 -06:00
Javier Varona e3a20eabaa - Fixed account selection in Receive Fragment
- Now the send fragment loads the qr scanned info
2018-02-20 21:49:51 -04:00
Javier Varona 09ae532446 - Now the user can select a contact in the Send Fragment 2018-02-17 21:08:38 -04:00
Javier Varona 5eae79d011 - The user can add contacts (Only the name. Still in progress...) 2018-02-04 21:43:20 -04:00
Javier Varona c5f2ff21c7 - Pin settings is now working
- Pin lock screen is almost done (work in progress...)
2018-01-30 21:44:37 -04:00
Severiano Jaramillo 9527c3b758 Created ImportAccountOptionsFragment that shows up when the user wants to ImportAccount 2018-01-25 20:48:04 -06:00