Commit Graph

  • c216dfa209 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop Javier Varona 2018-10-24 23:07:11 -0400
  • 04d3a0d2e6 - Change the import bitshares account request to avoid using the name of the account Javier Varona 2018-10-24 22:53:51 -0400
  • 418749ea6a Pocket security functionality disable for now dtvv 2018-10-24 16:18:01 -0500
  • 4ba6299822 -Search solution for the viewpager crashes actions when try to define a pattern horisontally -In the ChildViewPager of security settings disable swipe horisontally and navigation now it is by tabs -In the ChildViewPager modify the class so it can control when the swipe touch event is bloqued or not correctly dtvv 2018-10-24 03:56:21 -0500
  • b3a267fb47 When the PATTERN is typed 4 wrong times, it has to block 15 seconds before make new tries dtvv 2018-10-24 02:59:42 -0500
  • 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 dtvv 2018-10-24 02:38:48 -0500
  • 8e55afad55 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop dtvv 2018-10-24 02:02:26 -0500
  • 41a3b1c172 In the create seed activity when the user types it validates with the server each time, this has to be done til the user touches the CREATE WALLET button for performance dtvv 2018-10-24 02:01:44 -0500
  • cd00923ebc Added Get Next Bitcoin and Bitcoin like coins request and manager hvarona 2018-10-23 23:28:53 -0400
  • 2027677956 - Added new requests needed to implement bitcoin alike accounts funcionality Javier Varona 2018-10-22 21:05:48 -0400
  • b3442a511e Implemented the send service of bitcoin likes account with the new architecture hvarona 2018-10-19 00:13:42 -0400
  • 6b37db9279 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop hvarona 2018-10-18 21:22:24 -0400
  • 4743042c7e When the PATTERN screen request is incorrect show message to user dtvv 2018-10-18 08:50:16 -0500
  • 0019385827 When the pattern is set in settings, show message to the user dtvv 2018-10-18 08:08:16 -0500
  • 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 dtvv 2018-10-18 04:03:50 -0500
  • e24b355281 In the import seed window ask before import the account dtvv 2018-10-18 03:40:33 -0500
  • 3c0e2058bb Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop dtvv 2018-10-18 03:29:43 -0500
  • 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 dtvv 2018-10-18 03:28:12 -0500
  • 356300fed4 Change BitcoinTransactions to adapt to new architecture Change bitcoin like logic to adapt to new architecture hvarona 2018-10-17 23:32:17 -0400
  • 7681523252 - Added query to get address Javier Varona 2018-10-17 22:15:19 -0400
  • 76a53c12e1 - Added bitcoin generated addresses table Javier Varona 2018-10-17 21:56:40 -0400
  • 8a7b41ad1d When the PIN does not match in the screen of import seed it does not show error message dtvv 2018-10-17 04:50:38 -0500
  • 3941585740 When the PIN is typed 4 wrong times, it has to block 15 seconds before make new tries dtvv 2018-10-17 04:14:43 -0500
  • c554471115 -When the PIN is incorrect in the PIN request activity the password should show red animation -When the PIN is incorrect in the PIN request activity the password should dissapear -When the PIN is incorrect in the PIN request activity remove the Toast, the animation is enougth dtvv 2018-10-17 03:46:16 -0500
  • 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 dtvv 2018-10-17 01:06:35 -0500
  • d2668bc04e Limit the PIN max length dtvv 2018-10-17 00:34:24 -0500
  • 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 dtvv 2018-10-17 00:31:36 -0500
  • 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 Severiano Jaramillo 2018-10-16 11:39:39 -0500
  • 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. Severiano Jaramillo 2018-10-15 16:51:48 -0500
  • d367373d8e Make improvements to Crystal's toolbar animation to avoud memory leaks. Severiano Jaramillo 2018-10-15 14:17:21 -0500
  • b8fd519b1a Added AndroidDebugDatabase library to Crystal, this library makes debugging the database a lot easier. Also updated ConstraintLayout library version. Severiano Jaramillo 2018-10-15 12:28:20 -0500
  • 8f2fc92945 - Now the receive fragment generate the QR code in another thread and don't stop the UI anymore Javier Varona 2018-10-14 21:55:00 -0400
  • 319321c94b -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 -When PIN is configured it should not be showed at the beginning of the app -When PIN is configuren it should not be showed at the beginning of security settings app -If PIN is configured put some stuff enmascared -When you set the new PIN that it does not show the PIN activity window, it is not necesary dtvv 2018-10-14 03:57:03 -0500
  • cd160c9832 -When PIN is configured it should not be showed at the beginning of the app -When PIN is configuren it should not be showed at the beginning of security settings app dtvv 2018-10-14 02:24:46 -0500
  • 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 dtvv 2018-10-14 01:57:41 -0500
  • 3d9d57d0fa -Change the style of the window back up brainkey as in palmpay style -Show the buttons centered in back up brainkey window dtvv 2018-10-14 01:14:15 -0500
  • 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 dtvv 2018-10-12 14:47:12 -0500
  • d3a55fae02 Change the buttons style to the buttons to material one in the backup_seed.xml and java source dtvv 2018-10-12 14:26:17 -0500
  • ecfe5ce8e5 Apply a gradient in activity_accounts.xml background dtvv 2018-10-12 14:16:12 -0500
  • fe5603c0b7 Change the text color in the activity_pocket_request.xml to white for contrast dtvv 2018-10-12 14:10:27 -0500
  • 332eced879 Apply a better view on enter pin screen activity_pocket_request.xml dtvv 2018-10-12 14:08:03 -0500
  • 19aa8e6b7f Apply a better view on enter pin screen activity_pin_request.xml dtvv 2018-10-12 14:07:05 -0500
  • 6606e8c238 Apply a better view on the pattern screen activity_pattern_request.xml dtvv 2018-10-12 14:01:15 -0500
  • f403ee22d4 Create the new gradiente file for the screens of secirity dtvv 2018-10-12 14:00:55 -0500
  • 9a75330207 Change the strings text for wirte_external_permissions and set them as android string resource dtvv 2018-10-12 12:37:23 -0500
  • 2e13b16a71 If there is only one account in the screen of send assets that the spinner stay Blocked dtvv 2018-10-12 12:15:42 -0500
  • 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 dtvv 2018-10-12 04:51:54 -0500
  • c30fd729be In the fragment_contacts when it says “You dont have contacts” apply more left margin dtvv 2018-10-12 04:43:54 -0500
  • 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 dtvv 2018-10-12 04:41:23 -0500
  • 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 dtvv 2018-10-12 04:34:17 -0500
  • a64c5eff45 Create new button style WhiteButton dtvv 2018-10-12 04:29:03 -0500
  • 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 dtvv 2018-10-12 04:22:28 -0500
  • 046e21d725 -Include layout in the buttons to fix orientación and correct size with the new properties dtvv 2018-10-12 04:08:44 -0500
  • 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 dtvv 2018-10-12 03:41:36 -0500
  • 012aea807e -Add the new buttons push animation to the buttons in the activity_intro.xml and java source dtvv 2018-10-12 03:09:28 -0500
  • 074e37076d -Add the new buttons push animation to the buttons in the activity_licence.xml and java source dtvv 2018-10-12 03:04:07 -0500
  • 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 dtvv 2018-10-12 02:55:09 -0500
  • 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 dtvv 2018-10-12 02:34:15 -0500
  • 0928a5bc81 Add the new buttons push animation to the buttons in the fragment_import_account_options.xml dtvv 2018-10-11 18:01:50 -0500
  • bd6a27f15b Push buttons effect dtvv 2018-10-11 17:45:57 -0500
  • 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 dtvv 2018-10-11 15:13:50 -0500
  • 4fee5de10b Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop Javier Varona 2018-10-10 21:58:06 -0400
  • 62edb37143 - Changing main thread db queries to be executed in a room observer way Javier Varona 2018-10-10 21:57:40 -0400
  • 3767483945 version and camera Henry Varona 2018-10-08 11:21:35 -0400
  • 7183c0d803 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop Henry Varona 2018-10-08 08:43:09 -0400
  • f82b90e0ee change zxing properties hvarona 2018-10-07 23:20:59 -0400
  • 64866632d2 Merge remote-tracking branch 'origin/develop' into develop Henry Varona 2018-10-07 20:41:01 -0400
  • 493b00c4f8 version and faucet changes Henry Varona 2018-10-07 20:37:45 -0400
  • 303011e419 - Fixed QR scanner in send fragment not triggering when the camera is focusing on a QR code - Gradle version upgraded to work with the last android studio Javier Varona 2018-10-07 20:02:56 -0400
  • 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 dtvv 2018-10-07 01:28:35 -0500
  • d788ceab9a The QR camera should stop and restart manually if the user need it dtvv 2018-10-07 00:22:10 -0500
  • 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 dtvv 2018-10-06 23:54:53 -0500
  • cf4b1f038d Change the background color of the pattern in the security settings menu to other more visible dtvv 2018-10-05 03:38:36 -0500
  • a4819ecd22 When user sets a PIN and try to enter to settings after that and crystal is asking for the PIN and the user enter it correctly, the screen does not disapear dtvv 2018-10-05 03:22:25 -0500
  • ab9df5d786 Give more space in the text “Enter new pattern” and the upper bar in the security settings menu dtvv 2018-10-05 03:15:11 -0500
  • 9fa7ddf178 Give more space between the PIN code and the upper menu in the security settings menu dtvv 2018-10-05 03:14:47 -0500
  • 96feaf31cd Give more space between the PIN code and the upper menu in the security settings menu dtvv 2018-10-05 03:02:47 -0500
  • 62e205ccfe Add copy button in the fragment_general_crypto_net_account_settings.xml screen dtvv 2018-10-05 02:47:06 -0500
  • 53066696ce Get better view for the fragment_general_crypto_net_account_settings.xml window fragment dtvv 2018-10-05 02:38:39 -0500
  • 86c16bbb7b Change classes name to be more precised what they do Change Insight Api Generator to use Manager and simplifier the code Added check for the crypto coin of the cryptocoin request Change CryptoNet to CryptoCoin, all the insight cryptos use only one coin. Added Queries to search and insert Bitcoin Transaction hvarona 2018-10-04 23:59:32 -0400
  • b55d22324a Limit the seed max text in the import seed window to 255 dtvv 2018-10-04 15:35:06 -0500
  • a54363a9ef When try to import the account, it should show a loading window while the user is waiting for it dtvv 2018-10-04 15:25:07 -0500
  • 1545f0e10b When you try to import your account from seed, the button “CREATE WALLET” should be disabled till all the fields are correctly filled dtvv 2018-10-04 10:15:58 -0500
  • 09ae09db1b Merge remote-tracking branch 'origin/develop' into develop dtvv 2018-10-04 09:12:56 -0500
  • 8b4fb2d69d Change gradle version dtvv 2018-10-04 09:12:07 -0500
  • 6a5ac7cc58 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop Javier Varona 2018-10-03 21:57:44 -0400
  • f43c6aa1af - Created the database structure for bitcoins alike coins - Fixed "no balances" label appearing in the middle of the balance page when the user has one account. Javier Varona 2018-10-03 21:56:38 -0400
  • 546db50590 In the AccountSettings change the color text more clear dtvv 2018-10-02 10:33:02 -0500
  • a21446bc7f In the AccountSettings the text “Account Settings” in the crypto_net_account_activity_settings layout it is not propertly in resources file dtvv 2018-10-02 09:46:01 -0500
  • c1b8c11d74 Realease the resource MediaPlayer used in the CryptoNetAccountSettingsActivity, it was not been released propertly dtvv 2018-10-02 09:17:19 -0500
  • cc69c2676e Realease the resource MediaPlayer used in the AccountsSettingsActivity, it was not been released propertly dtvv 2018-10-02 09:16:13 -0500
  • 5ad7d32bbf Validate not null in onDestroy event for the media player dtvv 2018-10-02 08:54:38 -0500
  • 05d04b69af Realease the resource MediaPlayer used in the SettingsActivity, it was not been released propertly dtvv 2018-10-02 08:53:45 -0500
  • d2e388e5de Realease the resource MediaPlayer used in the IntroActivity, it was not been released propertly dtvv 2018-10-02 08:28:52 -0500
  • fbfa97754f Realease the resource MediaPlayer used in the BoardActivity, it was not been released propertly dtvv 2018-10-02 08:16:36 -0500
  • 94267c6cc3 Simple string added to catalog dtvv 2018-09-30 00:14:48 -0500
  • 751cb46922 Remove padding in the window dtvv 2018-09-30 00:13:57 -0500
  • 1cc21c73be WIRTE_EXTERNAL_PERMISION at runtime dtvv 2018-09-30 00:12:40 -0500
  • 6b39722f89 Camera permission was not included in the manifest dtvv 2018-09-29 22:55:48 -0500
  • d86fe35a6b When you create a new account the cancel button does not have to show, only when you check the brainkey dtvv 2018-09-29 22:21:15 -0500