Commit Graph

654 Commits (develop)

Author SHA1 Message Date
Javier Varona fc3fe7c92c Merge branch 'develop_ui_improvements' into develop 2018-09-09 20:23:28 -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
dtvv fcd5855953 Fit automatically height for the edittext in the brainkey screen 2018-09-07 11:24:27 -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
hvarona baeaa2d8d0 Change the insight serverUrl, to make it not a constant but selected by the app 2018-09-06 21:44:07 -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
dtvv fd5037f1af Complete layout view for backup with brainkey 2018-09-06 11:44:05 -05:00
dtvv 65669e155c Integration of animated layout Library severiano 2018-09-06 11:31:29 -05:00
dtvv 508e30fc15 Correct manifest 2018-09-06 00:02:06 -05:00
hvarona e6350396be Change the insight serverUrl, to make it not a constant but selected by the app 2018-09-05 23:45:03 -04:00
hvarona 8cfbb63f1c Change the insight serverUrl, to make it not a constant but selected by the app 2018-09-05 23:43:37 -04:00
dtvv 5fb847ba1c Revert network changes 2018-09-05 19:36:27 -05:00
dtvv e0903c0a26 Remove AppTheme.NoActionBar from LicenceActivity.java 2018-09-05 14:51:07 -05:00
dtvv 72dc7abf8b Change the “cancel” button in the send assets screen to a cross 2018-09-05 14:49:35 -05:00
dtvv 018cced971 In the loading dialog when you Press back button it lets to close it 2018-09-05 13:52:27 -05:00
dtvv 8a6e8ce240 In the create seed screen, when all the Fields are complete filled and delete one character in pin field for example, the loading connection server existing account validation was fired 2018-09-05 13:20:17 -05:00
dtvv 2a1f2895d4 Set the loading dialog when connecting to server to progress() loading icon 2018-09-05 12:25:31 -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
dtvv b7223e4997 Progress dialog not showing, now it is ok 2018-09-03 14:06:38 -06:00
dtvv e9551483f0 Remove network package testing implementation 2018-09-03 10:52:39 -06:00
dtvv e283f7cb65 Remove network package testing implementation 2018-09-03 10:49:25 -06:00
dtvv 4a566a1e3a Remove network package testing implementation 2018-09-03 10:29:35 -06:00
dtvv f6c92963e2 Remove network package testing implementation 2018-09-03 10:07:57 -06:00
dtvv c0acdc85a7 Remove network package testing implementation 2018-09-03 10:05:46 -06:00
dtvv 3e150be199 Remove network package testing implementation 2018-09-03 10:02:52 -06:00
dtvv e3eeb76f0e Remove testing cases 2018-09-03 09:18:48 -06:00
dtvv 6ef9a501b7 Fix directory name 2018-08-30 17:14:47 -05:00
dtvv 576c14c6c6 Test activity class for business spinner 2018-08-30 17:13:30 -05:00
dtvv fbaca7a1c8 Test implementation for business logic specific spinner 2018-08-28 21:22:50 -05:00
dtvv ecb7a9b33d Remove bubble animation from BoardActivity 2018-08-27 18:55:24 -05:00
dtvv 360f855941 Remove back implementations of GUI 2018-08-27 17:06:23 -05:00
dtvv 249105ca95 Tablayout remove my implementation, waiting for severiano library 2018-08-27 15:19:43 -05:00
dtvv e2df388aa8 Corrections of innecesaries spaces in methods and classes 2018-08-27 15:04:35 -05:00
Severiano Jaramillo f219ccee47 Temporal fix to avoid compilation errors 2018-08-27 13:03:15 -05:00
Severiano Jaramillo Quintanar 0514e3984e
Merge branch 'feat_ui_improvements' into feat_ui_improvements 2018-08-27 09:49:41 -05:00
dtvv 850784160e Normal manifest, not tests 2018-08-27 07:48:10 -05:00
dtvv 4836c03179 New unit test implementation github style for some UI implementations 2018-08-27 07:31:55 -05:00
dtvv 1fce05145d New unit test implementation github style for some UI implementations 2018-08-23 23:45:15 -05:00
dtvv 096171f327 -New unit testing design androi model for classes and complete system
-Modularity in unitesting activities, example:
Test_DialogMaterialActivity.kt
Changes in class DialogMaterial.kt
2018-08-22 19:00:39 -05:00
Javier Varona 08be77e9fb Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop 2018-08-20 20:34:54 -04:00
Javier Varona 77b5d956ea - Getting the response from the Yubikey through NFC
- Added TOTP class to calculate 6 digits code using RFC6238
2018-08-20 20:28:46 -04:00
hvarona b3201096a7 remove the nfc testing page 2018-08-18 21:54:41 -04:00
dtvv 6d06d307f3 -whiteclear color change name 2018-08-18 13:20:42 -05:00
dtvv 17f74b4774 -Correct OnErrorWebSocker to OnErrorWebSocket 2018-08-18 12:48:37 -05:00
hvarona 6caa84481c Change Server to point to bitshares main net 2018-08-18 01:18:59 -04: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 119300d545 -Create class LoadingActivity.kt
-Create loading_activity.xml layout
-Static interface integración in LoadingActivity.kt to entable simple use
-In the Board Window in the server connection show the new loading acitivity
-Take video called “Loading screen when socket server comunicación comes”
-In the Intro Window: When the user tríes to clic button and there are not server comunication it should show loading screen
-In the board window i tested that the gestores GUI works fine in real device
-In the BoardActivity there is a grey brand below first panel gui balances
-Change the Font in the BoardAcivity to be the same as in the video
-In the BoardActivity when clicling in sections that the sections show grayed for unselected and White for selected
-Change Bitshares Font style as the video
-In the window BroadActivity set the left icon more mall and the Font as in the video
2018-08-17 00:43:03 -05: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
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
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
hvarona 61b50b1465 Merge remote-tracking branch 'origin/develop' into develop 2018-08-02 23:04:50 -04:00
hvarona f40d996282 Implementation of model for alt-coin (not graphene cryptos)
Insight api base implementation
2018-08-02 23:02:23 -04:00
Javier Varona c4f0e9ef41 - Added functionality to PocketRequestActivity to verify the yubikey code (still in progress...) 2018-08-02 22:59:48 -04: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
Javier Varona 44f43cd126 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop 2018-07-26 22:58:49 -04:00
Javier Varona 6117fc0f99 - Added Pocket Security Functionality (still in progress...) 2018-07-26 22:58:12 -04:00
Severiano Jaramillo 3008415316 Improve create/modify contact UI 2018-07-12 10:32:01 -05: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 656ce4afb2 Terminate Intro and License activities when starting the following activities to avoid memory leaks 2018-07-11 12:41:00 -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
Severiano Jaramillo 09009e003c Merge branch 'feat_ui_improvements' into develop 2018-07-09 10:52:41 -05:00
Severiano Jaramillo d14f07f278 Fix contacts section not able to scroll 2018-07-09 10:51:32 -05:00
Javier Varona 5b21c0719e - Adjusting send and receive fragment to work with multiaccounts 2018-06-27 22:29:30 -04:00
hvarona 594bd4b816 Make the grapheneapi multi account compatible 2018-06-27 20:49:26 -04:00
hvarona 3b66b91807 Make the grapheneapi multi account compatible 2018-06-27 20:45:25 -04:00
hvarona 84cc13b5f6 Make the grapheneapi multi account compatible 2018-06-26 23:13:39 -04:00
Severiano Jaramillo 84a6b331ad Rename avatar_placeholder image 2018-06-22 12:44:23 -05:00
Severiano Jaramillo 1456b58e7a Select transaction arroy and left view color according to the direction of the payment (received or sent) 2018-06-21 16:56:24 -05:00
Severiano Jaramillo a0075117d1 Add Body1 and Body2 text styles and use them on the transactions items 2018-06-21 16:15:36 -05:00
Severiano Jaramillo 7084be4696 Improve transactions UI/UX 2018-06-21 15:08:50 -05:00
Severiano Jaramillo f104e49a6c Removed unused drawables 2018-06-21 11:54:07 -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 1d87c9b307 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop 2018-06-20 22:27:02 -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
Severiano Jaramillo 2fef7769ae Improve Settings toolbar layout 2018-06-20 19:53:47 -05:00
Severiano Jaramillo 17b0124946 Update AnimatedTabLayout library and set Settings tab bold text 2018-06-20 19:41:31 -05:00
Severiano Jaramillo c19839a921 Add AnimatedTabLayout library to project and use it in the SettingsActivity, the library still needs some improvements to use it correctly on the MainActivity (Board) 2018-06-20 17:25:29 -05:00
Severiano Jaramillo cea9e8faeb Set room database's exportSchema to false to avoid the generation of unnecessary json files on the migration to each new database version 2018-06-18 21:04:00 -05:00
hvarona 0228ca54d9 fixed bitsahres account name cache dao 2018-06-18 21:13:30 -04:00
hvarona d0df53d8e2 Bitshares manager use the new bitshares account cache 2018-06-17 09:47:32 -04:00
Javier Varona 39a8a1e446 - Now the transactions list use first the contact name, then the bitshares account name and finally the user's account name. If none of them is useful, the bitshares account id will appear instead. 2018-06-16 22:17:27 -04:00
Javier Varona bb2e98431b Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop 2018-06-15 22:00:20 -04:00
Javier Varona edb197a981 - Deleted file that should not be in the git 2018-06-15 21:59:21 -04:00
Javier Varona 145598591a - Adding Bitshares Account Name Cache 2018-06-15 21:56:50 -04:00
Severiano Jaramillo eaca109e41 Update ConstraintLayout dependency 2018-06-14 15:40:38 -05:00
Severiano Jaramillo 47d7be4bbe Add schemas json file 2018-06-14 15:22:35 -05: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
hvarona 008a24177e Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android 2018-06-10 13:28:37 -04:00
hvarona 1e96a64fb2 Merge remote-tracking branch 'origin/master' 2018-06-09 00:06:24 -04:00
hvarona 31dc5ea817 change the packing options to exclude other platform libraries 2018-06-09 00:06:02 -04:00
Severiano Jaramillo f56d942f73 Update Gradle version to 3.1.2 and minor changes to app Gradle module 2018-06-07 10:22:25 -05: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
hvarona 7e3b7a02ff Change Version 2018-05-25 14:54:07 -04:00
Severiano Jaramillo 6fe788b640 Change app logo 2018-05-25 13:51:41 -05:00
Javier Varona 3252062e74 - Making LicenseActivity save the last version of the license accepted 2018-05-25 14:30:45 -04:00
Severiano Jaramillo a31e377d63 Add temporal application logo 2018-05-25 12:21:55 -05:00
Severiano Jaramillo 5b341fb018 Create LicenseActivity and blue and green button styles 2018-05-25 11:47:00 -05: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 4f8df9deaf Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-05-21 21:38:30 -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
hvarona e3ca1c903b Implemented upgrade LTM service 2018-05-16 22:21:32 -04:00
hvarona dd78076906 Merge remote-tracking branch 'origin/master' 2018-05-16 22:07:58 -04:00
hvarona 61d2458059 Implemented the Account Upgrade to LTM operation 2018-05-16 22:07:29 -04:00
Javier Varona 17dfc3e074 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-05-13 21:25:34 -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
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
Javier Varona 6598d4aacb - Pattern Lock Setting added 2018-05-08 22:07:12 -04:00
Javier Varona 2f37534bc2 - Now the user configured received funds sounds gets played instead of woohoo default sound 2018-05-02 20:41:44 -04:00
Javier Varona 4276fd0e7c - Now the received funds sound is played 2018-04-30 21:25:11 -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
Javier Varona df60afb203 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-04-25 22:44:08 -04:00
Javier Varona 3ce3665546 - Received sound setting done 2018-04-25 22:43:34 -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
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
henry 6eb43f93be fixed import file backup 2018-04-09 22:32:22 -04:00
henry eb351bfbfa Change on the managment of the id when saving on database 2018-04-08 22:44:37 -04:00
henry 3a6f4635b0 Added seedType to validator 2018-04-08 22:18:51 -04:00
henry 68fd9a749d Added a copy of the graphenej library to fix the decompress reading EOIFException problem
Added a getter for the active key of bitshares using bip39 seeds.
Change the Bitshares account validator to implement the bip39
2018-04-08 22:10:26 -04:00
henry fe3e597453 added debug lines 2018-04-08 19:13:33 -04:00
Javier Varona 998332c2e5 - Added password input when importing file backups 2018-04-04 21:09:58 -04:00
Javier Varona eb36492879 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-04-03 20:51:48 -04:00
Javier Varona 5db6ce2afc - Importing Backup is now working 2018-04-03 20:50:44 -04:00
henry f2085b12fd The logic after decrypting the accounts and mnemonic 2018-04-01 23:22:59 -04:00
henry 76355d5142 Read bin file 2018-03-31 23:43:08 -04:00
Javier Varona ef18863c7c - Now Crystal can make file backups 2018-03-30 20:59:01 -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 6c5fd9de37 Merge remote-tracking branch 'origin/master' 2018-03-27 21:54:36 -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 2644f94151 - Now after the backup account screen the app send the user to the balance screen 2018-03-26 20:33:55 -04:00
Javier Varona 71c1df2306 - Fixed Bitshares account creation validation to only fire event when account is not null
- Now the Service load transactions only when GrapheneAccountInfo is inserted
2018-03-25 22:13:56 -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
henry 247afeefcd Added Bitshares Contants and added all the current smartcoins
Delay the equivalent thread to 1 min pero query
2018-03-15 15:38:18 -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
henry 90efd6604c added assets for testing equivalents values 2018-03-12 23:14:04 -04:00
Javier Varona ab1157faad Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-03-11 22:54:46 -04:00
Javier Varona b8a007132f - Equivalent Totals in balances items is working 2018-03-11 22:54:16 -04:00
henry 8188c5092c Change all url using the new Crypto Coin Network Manager, also put the initial urls for bitshares 2018-03-08 00:49:21 -04:00
henry 411e81d8f9 Implemented Crypto Coin Network Manager and Verifier 2018-03-06 22:57:22 -04:00
Javier Varona 8464ee18ec - Change the look of the transactions.
- Change text of "from" and "to" when it's the user account. Instead of bitshares id, the name of the account will appear.
2018-02-27 21:11:10 -04:00
Javier Varona 6c81d74deb - Gravatars are loaded in Contact List and Contact Selection List 2018-02-25 20:12:01 -04:00
Javier Varona a131037fd1 - Added email field to contacts (to load the gravatar) 2018-02-21 21:57:59 -04: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 033a959e00 - Added option to delete contacts 2018-02-14 21:50:18 -04:00
Javier Varona 4c9e6ebfc3 - Now the contacts can be changed 2018-02-12 22:11:11 -04:00
Javier Varona 58afdb144b - Contacts can be created
- Contacts can have multiple addresses for every crypto net (still in progress...)
2018-02-07 21:47:58 -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 cb309f1db2 - Pin lock screen is working 2018-01-31 20:42:19 -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
henry 9c62f7a422 Change Sync funciton to Async functions 2018-01-29 20:30:15 -04:00
henry b63feeed17 Added ManagerRequest to make the code full async 2018-01-28 21:18:38 -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 cf31baa88c Fixed <Use "Pocket" Security> overlay on EditTexts when opening keyboard 2018-01-25 16:55:52 -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 ff971ee492 Improved ReceiveTransactionFragment using SquaredImageView and ScrollView 2018-01-25 14:27:30 -06:00
Severiano Jaramillo 902d2c77ef Created SquaredImageView 2018-01-24 23:21:04 -06:00
Severiano Jaramillo 45657e414f Created BottomStatusBar custom view to be reused in various Activities 2018-01-24 22:28:53 -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 dc4bd347c3 Improved CreateSeedLayout using TextInputLayout 2018-01-24 18:35:08 -06:00
Severiano Jaramillo aabdab2951 Created layout for the IntroActivity 2018-01-24 17:21:34 -06:00
henry fa8d39ca6d Real Time updates with the bitshares api 2018-01-23 22:07:17 -04:00
Javier Varona 68b0692a0f - Fixed precision when sending transactions 2018-01-23 21:19:09 -04:00
henry c8318aaf5b Update the graphenej library
Put the testnet chain id on the transaciton for the Send operation
2018-01-23 19:59:19 -04:00
henry b02f488a7e Merge remote-tracking branch 'origin/master' 2018-01-22 22:57:34 -04:00
henry 14e570ce2e Added name to seed 2018-01-22 22:22:57 -04:00
Javier Varona dfc751c5f8 - Added list of accounts (seeds) in "My Accounts"
- Fixed some errors in Backup Activity
2018-01-22 22:18:15 -04:00
henry 159743b54e Added retrieve of asset id, for send transaction
Added retrieve of to Account id for send transaction
2018-01-21 23:55:40 -04:00
Severiano Jaramillo Quintanar 5ce83ef402
Merge branch 'master' into master 2018-01-21 18:05:09 -06:00
Javier Varona 2f496b0f2a - Send Fragment is now working
- Fixed validations fields to work only with the last value inserted by the user
2018-01-21 17:20:09 -04: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 7ee708f05d Automatically get build version from app information 2018-01-21 15:05:16 -06:00
Severiano Jaramillo cbb42ecaf0 Created PinSecurityFragment 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 c7890db123 Improved SettingsActivity layout 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 d7dcc6365b Trick to make collapsingToolbarLayout look better when collapsed 2018-01-21 15:05:16 -06:00
Severiano Jaramillo 76247e214a Changed CircleImageView to make transition work 2018-01-21 15:05:16 -06:00
Severiano Jaramillo 692a39d16e Fixed AccountsFragment theme and almost fixed sharedElementTransition 2018-01-21 15:00:08 -06:00
Severiano Jaramillo a0db8f8a4f Created buttons style to make them comply with Carbon's video 2018-01-21 15:00:08 -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 f2019b1a62 Finished adding elements to GeneralSettings layout 2018-01-21 15:00:08 -06:00
Severiano Jaramillo 4638425b64 Step back to fix sharedelementtransition later 2018-01-21 15:00:08 -06:00
Severiano Jaramillo 4980700366 Changed Accounts from Fragment to Activity to use the SharedElementTransition 2018-01-21 15:00:08 -06:00
Javier Varona 93976cadd2 - Contact class, dao, viewmodel and list view added 2018-01-17 22:49:42 -04:00
henry 3f7e7b5bc6 Change the graphene manager to save new created accounts 2018-01-15 23:31:57 -04:00
Javier Varona fc80baf731 - Fixing Account Existing Verification 2018-01-13 22:16:54 -04:00
Javier Varona f65e330d9b - Added Backup Seed Activity to show the mnemonic for the recently created seed 2018-01-12 21:01:38 -04:00
Javier Varona 76b5a6885d - Added dialog when creating a new bitshares account 2018-01-11 22:04:35 -04:00
henry e13abecd7f faucet api logs 2018-01-10 23:07:30 -04:00
henry aacf9c50f6 derivation key using the address class 2018-01-09 23:08:11 -04:00
henry 9212af8141 Account seed find by id with livedata 2018-01-09 22:33:23 -04: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 06ef3e3dc3 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-01-08 20:17:03 -04:00
henry 81e6f1940a create request for creation of account 2018-01-07 22:22:56 -04:00
Javier Varona 02eef99c91 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-01-07 21:40:46 -04:00
henry 7b59a63f04 create request for creation of account 2018-01-07 21:40:03 -04:00
Javier Varona 2587ceb068 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-01-07 21:32:21 -04:00
henry 08630166ea create request for creation of account 2018-01-07 21:31:52 -04:00
Javier Varona cf5aa56d32 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-01-07 20:16:13 -04:00
Javier Varona e63c2b649f - Create Seed Activity created 2018-01-07 20:16:03 -04:00
henry 7b027d4e79 Added bip39 and brainkey seeds 2018-01-06 23:21:46 -04:00
Javier Varona b5fafac118 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android
# Conflicts:
#	app/build.gradle
#	app/src/main/java/cy/agorise/crystalwallet/fragments/SendTransactionFragment.java
2018-01-06 20:33:08 -04:00
hvarona bef004048a
Merge pull request #3 from sjaramillo10/master
Add latest animation changes to master
2018-01-04 22:28:46 -04:00
Javier Varona bdfd078b57 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2018-01-04 20:16:41 -04: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 1545df3084 Added AccountsFragment exit animation 2017-12-28 13:31:49 -06:00
Severiano Jaramillo b59e17175a AccountsFragment now opens GeneralSettings and minor fixes 2017-12-28 13:23:25 -06:00
Severiano Jaramillo 246234a165 Changed display name of the app 2017-12-28 11:03:19 -06:00
Severiano Jaramillo eac5a0e8c4 Fixed ReceiveTransactionFragment to use full screen width 2017-12-23 21:39:41 -06:00
Severiano Jaramillo 49f032ff99 Changed names of opensans font to avoid naming errors 2017-12-23 19:58:49 -06:00
Severiano Jaramillo eaaf6303b1 Improved ReceiveTransactionFragment in and out animations 2017-12-23 19:52:37 -06:00
Severiano Jaramillo b57666dff5 Improved SendTransactionFragment in and out animations 2017-12-23 19:39:01 -06:00
Severiano Jaramillo 5ee1782454 Created accounts fragment in animation 2017-12-22 21:30:20 -06:00
Severiano Jaramillo 57a95e8fd2 Added accounts fragment with transparent background 2017-12-21 23:34:43 -06:00
Severiano Jaramillo f153d5b933 Cleaned SendTransactionFragment 2017-12-21 20:38:58 -06:00
Severiano Jaramillo bf86c14530 SendTransactionFragment to use the whole width of the device dinamycally 2017-12-20 22:33:31 -06:00
Severiano Jaramillo 83a564d51d Added lightning bolt icon 2017-12-19 17:35:14 -06:00
Severiano Jaramillo cd241598d9 Added small triangle to the gravatar icon 2017-12-18 21:42:01 -06:00
Severiano Jaramillo 812489c4ce Changed app font to OpenSans 2017-12-18 19:25:25 -06:00
Severiano Jaramillo f3a4f61cec Changed Client Logo text for Crystal logo on toolbar 2017-12-18 17:31:52 -06:00
Severiano Jaramillo fadc08dac8 Added OpenSans font to resources 2017-12-18 17:09:09 -06:00
Severiano Jaramillo aa12a4ec86 Modified appbar animation to use video instead of images and added collapsing toolbar animation 2017-12-13 23:02:00 -06:00
Severiano Jaramillo efef66f4e9 Created ReceiveTransactionFragment layout and fixed fragment transitions 2017-12-07 22:59:18 -06:00
Severiano Jaramillo b992f0a374 Added ReceiveTransactionFragment transition animations 2017-12-06 23:02:06 -06:00
Severiano Jaramillo 4f4100d16e Modified ReceiveTransactionFrag layout to comply with requirements 2017-12-06 22:55:58 -06:00
Severiano Jaramillo bbd0cdcfda Changed to rounded gravatars 2017-12-06 14:32:52 -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
Severiano Jaramillo 252b8a84a6 Added enter and exit sendtransactionfragment animation 2017-12-03 23:18:53 -06:00
Severiano Jaramillo 534e41db00 Fixed addContact fab in and out animation 2017-12-03 20:18:48 -06:00
Severiano Jaramillo c45edc3ea6 Added toolbar elements and fab animations to board activity 2017-12-03 20:18:48 -06:00
sjaramillo10 83dd0fbb3d Added bottom buttons to balance, transactions and contacts 2017-12-03 20:18:48 -06:00
sjaramillo10 16919057cf Added custom toolbar and tab labels to board activity 2017-12-03 20:18:48 -06:00
sjaramillo10 5f7c52e6c9 Fixed app theme 2017-12-03 20:18:48 -06:00
sjaramillo10 c2a6ae7835 Fixed small issues and added comments 2017-12-03 20:18:48 -06:00
sjaramillo10 b6a00f4c83 Added bottom buttons to balance, transactions and contacts 2017-12-03 20:13:06 -06:00
sjaramillo10 a10017edb0 Added custom toolbar and tab labels to board activity 2017-12-03 20:10:22 -06:00
sjaramillo10 5b1a8627f8 Fixed app theme 2017-12-03 20:05:57 -06:00
sjaramillo10 f8d8f39d35 Fixed small issues and added comments 2017-12-03 20:05:57 -06:00
sjaramillo10 6b947e6df2 Added bottom buttons to balance, transactions and contacts 2017-12-03 20:05:57 -06:00
sjaramillo10 5b3b3e2dda Added custom toolbar and tab labels to board activity 2017-12-03 20:05:57 -06:00
henry 7e4bc22fb3 Api generator pointing to the testnet server 2017-11-30 22:49:44 -04:00
Javier Varona b514290692 - Activating QR Code scanner in the send fragment 2017-11-30 21:48:01 -04:00
Javier Varona a541a70c1a - Adding send and cancel button to Send DialogFragment
- Adding ReceiveTransaction DialogFragment.
- Generating QrCode to receive transactions
2017-11-28 21:50:46 -04:00
Javier Varona cef71b382b - Creating the send fragment
- Fixing Asset validation when sending
2017-11-22 22:11:41 -04:00
Javier Varona 5946df1885 - Added e-receipts. If the user makes a click to a transaction in the transaction list, that will make appear a e-receipt for that transaction. 2017-11-21 21:26:24 -04:00
Javier Varona 2b638acd89 - Fixing Transaction list to work properly
- Improving UI transaction list info
2017-11-20 22:24:48 -04:00
Javier Varona 8745b32446 - Equivalence values working! 2017-11-15 23:17:34 -04:00
henry 8bec42de1a Graphene Api with equivalent value using a name for the base asset 2017-11-15 21:47:11 -04:00
henry 37141d06cd Import compare the owner not the active key, for compatibility with openledger 2017-11-15 07:51:31 -04:00
henry f6340de2e4 change url of the bitshares api server 2017-11-14 22:50:25 -04:00
Javier Varona 2afd7ec47a - Fixed EquivalenceThread to loop in a separated thread. 2017-11-14 22:29:11 -04:00
Javier Varona cf6fcac6cc - Added comments in Crypto Net Balances, Crypto Coin Balances and Transaction List 2017-11-13 22:53:30 -04:00
henry 2157a135d1 updated app to use in studio 3.0 2017-11-13 20:18:40 -04:00
henry 3d4c90f8eb Added the get asset by name
Update equivalent value url. If we are going to use the testnet the equivalent value has to be retrieved from the main net.
Update docs and code
2017-11-12 23:04:06 -04:00
henry 000be8ab51 Added the get asset by name
Update equivalent value url. If we are going to use the testnet the equivalent value has to be retrieved from the main net.
Update docs and code
2017-11-12 15:20:03 -04:00
Javier Varona a9ec777e5c - Fixed the way the equivalences are loaded in the balances. Now they load independent from the balance amount 2017-11-10 22:08:23 -04:00
Javier Varona 598c58a83f - Making the service to ask for equivalent values every minute 2017-11-08 22:42:22 -04:00
Javier Varona 3a27dcbe23 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-08 21:41:43 -04:00
Javier Varona e52ab7b714 - Change balances to show equivalences with the currency from the preferred country of the user 2017-11-08 20:37:23 -04:00
henry 10798b8e0c Merge remote-tracking branch 'origin/master' 2017-11-07 22:21:20 -04:00
Javier Varona 6dae8cb681 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-07 22:18:51 -04:00
Javier Varona 2c99ee9780 - Added General Settings layout and activity
- Now the user can set the prefered country. Which will set also the prefered currency.
- Added the general setting model, viewmodel and dao
2017-11-07 22:18:31 -04:00
henry c4278c7e75 equivalent values in batch 2017-11-07 22:14:43 -04:00
henry 5146bc818c Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-06 21:39:23 -04:00
henry 322ffed6b9 Equivalent Value in services 2017-11-06 21:38:42 -04:00
Javier Varona 5f7470b1ef Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-05 22:16:37 -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
henry 3005b60935 Added bitshares faucet api only with text 2017-11-04 23:22:53 -04:00
henry 376b6278b3 pdate the graphene library used 2017-11-02 21:00:36 -04:00
Javier Varona 00d45cadd7 - Equivalence DAOs created 2017-11-01 22:31:31 -04:00
Javier Varona 60ef2eb4ba - The send activity can be reached in the balance view
- Fixing the Currency Adapter Labels
2017-11-01 12:26:52 -04:00