Commit Graph

244 Commits (86c96b1c3a99971887c941beefa0063ed5002e98)

Author SHA1 Message Date
Severiano Jaramillo 86c96b1c3a Changed Crystal color palette and improved the gradient in the AccountdFragment. 2018-11-21 09:10:02 -06:00
Severiano Jaramillo 0c64e78e89 - Remove not used library.
- Improve SendTransactionFragment layout to automatically adjust the camera preview to an 4:3 aspect ratio, which in turn avoids the problem that the app was not reading QR Codes.
2018-11-20 21:28:02 -06:00
Javier Varona 9df1db6669 - ReceiveFragment and SendFragmente were adapted to manage bitcoin accounts 2018-11-07 22:02:15 -04:00
Javier Varona e9f77c4981 - Now the bitcoin alike account are created using the interface in "seed settings" to choose them
- Now the balance list header shows the coin icon of its crypto net
- Added icons to cryptoNet enum
2018-11-03 21:01:00 -04:00
Javier Varona 5965528abe - Once again, the list of accounts in the profiles settings are really account seeds
- When an account seed is pressed, the seeds settings show the mnemonic words and a new tab for the coin settings
- The coin settings allow the user to activate a coin account like bitcoin
2018-10-31 22:19:15 -04:00
Severiano Jaramillo 960dd67394 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop 2018-10-25 13:40:50 -05:00
Severiano Jaramillo 4cd304d732 Removed Toolbar animation in all the other activities it was being used and changed to use the GIF version instead. It provides a much cleaner and safer implementation that works fine on all tested devices (Android L, M, O & P). 2018-10-25 13:40:45 -05:00
Severiano Jaramillo 36d97e8166 Change background animation in IntroActivity from Video to GIF.
The video background animation was giving errors on Android Lollipop and wasn't displaying correctly. Searching on the internet I found that the encoding of the video could be the problem but tested with many different encoding profiles (H.264 high, main, baseline) and none of them solved the issue so I finally gave up and converted the video back to a GIF and used that one.
2018-10-25 11:51:53 -05:00
dtvv b5bc9e88c7 In the Receive assets screen change the layout to relative to get more controle over position 2018-10-25 09:54:42 -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 b3a267fb47 When the PATTERN is typed 4 wrong times, it has to block 15 seconds before make new tries 2018-10-24 02:59:42 -05: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 4743042c7e When the PATTERN screen request is incorrect show message to user 2018-10-18 08:50:16 -05:00
dtvv 0019385827 When the pattern is set in settings, show message to the user 2018-10-18 08:08:16 -05:00
dtvv 03e03f2fb1 -The strings in PatternSecurityFragment save them as android strings
-In the settings pattern screen when user tries to set a new one and is going to confirm it and makes a mistake it does not show error
-When the pattern is set in the security settings, it should not open the pattern activity after that
2018-10-18 04:03:50 -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 3941585740 When the PIN is typed 4 wrong times, it has to block 15 seconds before make new tries 2018-10-17 04:14:43 -05:00
dtvv a4c6b1cfb1 -When the PIN does not match in the screen of import seed it does not show error message
-Set a button in the PIN request activity to clic when the complete PIN is completely typed
-In the PIN request activity, the OK button should not be enabled till a valid PIN is on it
-Change the button style in the PIN request screen
2018-10-17 01:06:35 -05:00
dtvv d2668bc04e Limit the PIN max length 2018-10-17 00:34:24 -05:00
dtvv 95bdc725c0 -When try to change to none pattern either pin it should ask for confirmation
-When the security mode is changed to none show toast of it
-When the security mode is set to none and you change to pattern that erase the visible fake password
2018-10-17 00:31:36 -05:00
Severiano Jaramillo 91bc799310 - Cleaned unused imports in various Classes.
- Simplified BalancesFragment by removing a couple of unnecessary files and merging its funcionality into more compact classes/layouts
2018-10-16 11:39:39 -05:00
Severiano Jaramillo ed7dc5424e - Simplified TransactionsFragment view hierarchy and removed unused files.
- Improved TextViews that appear in both Contacts and Transactions when there are no items to display.
- Cleaned some unused code in different parts of the app.
2018-10-15 16:51:48 -05:00
dtvv 013a3b841f -When the PIN is being entered the user should press a button to confirm the pin
-When the PIN is being entered use question dialog to confirm the save PIN
-When the PIN is correcto typed and match correctly enable the ok button
2018-10-14 01:57:41 -05:00
dtvv 3d9d57d0fa -Change the style of the window back up brainkey as in palmpay style
-Show the buttons centered in back up brainkey window
2018-10-14 01:14:15 -05:00
dtvv f705de8c60 -Add the new buttons push animation to the buttons in the baclup_seed.xml and java source
-Test the code so it works as before after changes
-Change the text from cancel to CLOSE in the BackUpSeedActivity
2018-10-12 14:47:12 -05:00
dtvv d3a55fae02 Change the buttons style to the buttons to material one in the backup_seed.xml and java source 2018-10-12 14:26:17 -05:00
dtvv ecfe5ce8e5 Apply a gradient in activity_accounts.xml background 2018-10-12 14:16:12 -05:00
dtvv fe5603c0b7 Change the text color in the activity_pocket_request.xml to white for contrast 2018-10-12 14:10:27 -05:00
dtvv 332eced879 Apply a better view on enter pin screen activity_pocket_request.xml 2018-10-12 14:08:03 -05:00
dtvv 19aa8e6b7f Apply a better view on enter pin screen activity_pin_request.xml 2018-10-12 14:07:05 -05:00
dtvv 6606e8c238 Apply a better view on the pattern screen activity_pattern_request.xml 2018-10-12 14:01:15 -05:00
dtvv f403ee22d4 Create the new gradiente file for the screens of secirity 2018-10-12 14:00:55 -05:00
dtvv 9a75330207 Change the strings text for wirte_external_permissions and set them as android string resource 2018-10-12 12:37:23 -05:00
dtvv 3019cc8422 -Change the buttons style to the buttons to material one in the fragment_backup_settings.xml and java source
-Add the new buttons push animation to the buttons in the fragment_backup_settings.xml and java source
2018-10-12 04:51:54 -05:00
dtvv c30fd729be In the fragment_contacts when it says “You dont have contacts” apply more left margin 2018-10-12 04:43:54 -05:00
dtvv b33bbc11fc -Change the buttons style to the buttons to material one in the fragment_general_settings.xml and java source
-Add the new buttons push animation to the buttons in the fragment_general_settings.xml and java source
2018-10-12 04:41:23 -05:00
dtvv ad65111f92 -Change the buttons style to the buttons to material one in the fragment_bitshares_settings.xml and java source
-Add the new buttons push animation to the buttons in the fragment_bitshares_settings.xml and java source
2018-10-12 04:34:17 -05:00
dtvv a64c5eff45 Create new button style WhiteButton 2018-10-12 04:29:03 -05:00
dtvv 9020608a07 -Change the buttons style to the buttons to material one in the fragment_general_crypto_net_account_settings.xml and java source
-Add the new buttons push animation to the buttons in the fragment_general_crypto_net_account_settings.xml and java source
2018-10-12 04:22:28 -05:00
dtvv 046e21d725 -Include layout in the buttons to fix orientación and correct size with the new properties 2018-10-12 04:08:44 -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 24dba53c5f -Change the buttons style to the buttons to material one in the create_seed.xml and java source
-Add the new buttons push animation to the buttons in the fragment_accounts_settings.xml and java source
2018-10-12 02:55:09 -05:00
dtvv 09ce271c30 -Change the buttons style to the buttons to material one in the fragment_accounts_settings.xml
-Add the new buttons push animation to the buttons in the fragment_accounts_settings.xml
2018-10-12 02:34:15 -05:00
dtvv 0928a5bc81 Add the new buttons push animation to the buttons in the fragment_import_account_options.xml 2018-10-11 18:01:50 -05:00
dtvv df04be0a6c -Change the buttons style to the buttons to material one in the create_seed.xml
-Change the buttons style to the buttons to material one in the fragment_import_account_options.xml
-Change the buttons style to the buttons to material one in the activity_accounts.xml
-Change the buttons style to the buttons to material one in the fragment_backup_settings.xml
-Change the buttons style to the buttons to material one in the fragment_account_settings.xml
-Change the buttons style to the buttons to material one in the fragment_general_settings.xml
2018-10-11 15:13:50 -05:00
dtvv be679e655f -Get better the algorithm for the camera permission in the send assets screen validation permission granted and not granted
-If the camera permission is not granted the camera should no be enabled and can not be enabled manually
-When the permission of the camera in the send assets window is not granted it should Show a toast message
-When the permission of the camera in the send assets window is granted it should Show a toast message
2018-10-07 01:28:35 -05:00
dtvv d788ceab9a The QR camera should stop and restart manually if the user need it 2018-10-07 00:22:10 -05:00
dtvv 85b1015e9f In the screen of send assets, when you Press the cross button to stop the camera for the qr actually that button does not work, but now it does, stop the camera and clear the animation 2018-10-06 23:54:53 -05:00