Commit Graph

  • b12b3b9546 Remove the eula from the strings and placed it instead as a file into the Assets folder. We found that using the loadUrl WebView's method instead of loadData renders the html page better, for that reason the eula is now saved as a fule in the assets folder and loaded using the WebView's loadUrl method. develop Severiano Jaramillo 2019-01-02 14:29:29 -0600
  • ba8769f266
    Update LICENSE master Agorise 2019-01-01 10:41:29 -0600
  • d04e847bba Merge branch 'develop' of https://github.com/agorise/crystal-wallet-android into develop Javier Varona 2018-11-30 21:55:46 -0400
  • fe1068bcdf - Fixed bitshares QR scan won't load the amount Javier Varona 2018-11-30 21:54:54 -0400
  • af4a4aca8b Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop Severiano Jaramillo 2018-11-30 19:51:11 -0600
  • 450a7c285b Increase the camera preview area to improve the QR read performance and make some UI improvements. Severiano Jaramillo 2018-11-30 19:49:40 -0600
  • 08df53730b Fix send bad request Change Send manager to send only the required amount from gtxio added error capture for estimatefee hvarona 2018-11-30 20:58:13 -0400
  • 618e71a6ac Fix FloatingActionButtons used in SendTransactionFragment and BoardActivity, after the migration to the new MaterialComponents they got messed up because the way they are designed in XML and its properties changed a bit. Severiano Jaramillo 2018-11-30 11:52:53 -0600
  • 52f75eb3cf Make the area that shows the camera feed to always be a square. The camera feed still has a 3:4 aspect ratio but there is a black square behind it that creates the always square illusion. Severiano Jaramillo 2018-11-30 11:29:27 -0600
  • 4bf1c14bb8 Temporarily remove AnimatedTabLayout library. Severiano Jaramillo 2018-11-29 21:06:36 -0600
  • be8dce818e Rearrange Gradle libraries. feat_androidx_migration Severiano Jaramillo 2018-11-29 20:17:25 -0600
  • e2f3761a82 Migrate Crystal's theme to the new MaterialComponents style. Also update all buttons in the app to use the new MaterialButton. Severiano Jaramillo 2018-11-29 13:14:45 -0600
  • a32f7c9eb0 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop Severiano Jaramillo 2018-11-29 12:23:24 -0600
  • 37ace257bd Migrate app to AndroidX and solve a bunch of conflicts. Severiano Jaramillo 2018-11-29 12:20:25 -0600
  • bfe65ac1a7 Update project's compileSdkVersion to 28. Severiano Jaramillo 2018-11-29 10:36:25 -0600
  • ea57899027 - Update libraries and remove unused ones. - Update Gradle version and remove unused Gradle plugin. - Remove Picasso images library and replace its usages by Glide. - Fix CreateSeedActivity which was using Buterknife with Kotlin and that stopped working after updating the kotlin version. Severiano Jaramillo 2018-11-29 10:33:42 -0600
  • 2c431ef4e0 Fix BitocinGtxIO Foreign Key Definition hvarona 2018-11-28 23:42:56 -0400
  • a13bbadd2e Change EULA Added memo to bitshares send request hvarona 2018-11-28 23:12:04 -0400
  • 1514d32457 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local hvarona 2018-11-28 22:16:55 -0400
  • 7ddc2745b2 Fix error parsing bitshares qr code with lower case hvarona 2018-11-28 22:00:46 -0400
  • 0dd9aecbf3 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop Severiano Jaramillo 2018-11-28 16:24:19 -0600
  • 56a3c006cc put version code hvarona 2018-11-25 20:56:00 -0400
  • 178a0de26b - Uncommenting the dismissing of the sending dialog in sendfragment Javier Varona 2018-11-24 22:33:05 -0400
  • c2575c7ab8 - Fixed duplicated transactions by inserting new primary key yo crypto_coin_transaction Javier Varona 2018-11-24 22:08:14 -0400
  • b10b385a83 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local hvarona 2018-11-22 22:37:45 -0400
  • 5ceffbec2f added send request to manager hvarona 2018-11-22 22:36:45 -0400
  • 0e2d33848b - Now the transactions shows as many decimals as the coin have, only when needed Javier Varona 2018-11-22 21:32:04 -0400
  • ddabac3911 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local hvarona 2018-11-22 00:03:11 -0400
  • a31efc16e4 Fix send Fragment to send bitcion hvarona 2018-11-22 00:02:30 -0400
  • 0ebc6adfe2 Added name to account seed hvarona 2018-11-21 22:51:25 -0400
  • 93e71887a8 Fixed bitocin balance hvarona 2018-11-21 22:42:59 -0400
  • 534cee187b - Fixed send button doing nothing when there's no pin or pattern configured Javier Varona 2018-11-21 22:27:09 -0400
  • 469e7b08e4 Fixed using null activity hvarona 2018-11-21 22:01:25 -0400
  • 5b8d12f886 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local hvarona 2018-11-21 21:57:26 -0400
  • 0c8157a659 - Improve the speed of the qr code generation on receivefragment - The feedback is better now in the receivefragment Javier Varona 2018-11-21 21:49:44 -0400
  • a0c01d6843 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local hvarona 2018-11-21 19:52:48 -0400
  • 8502272b25
    Merge pull request #10 from hvarona/develop hvarona 2018-11-21 19:52:44 -0400
  • a3c0504265 Create Crystal launcher icon in different formats according to different Android OS versions. Severiano Jaramillo 2018-11-21 11:57:54 -0600
  • 96881f3292 Improve Send and Receive Transaction layouts to dynamically adjust to different screen sizes. Removed unnecessary SquaredImageView, the same effect can now be achieved with Android's ConstraintLayout. Severiano Jaramillo 2018-11-21 11:45:57 -0600
  • aec93ddb22 Added a white version of the Crystal logo and used it in the Login and Main Activities' toolbar. Severiano Jaramillo 2018-11-21 09:18:53 -0600
  • 86c96b1c3a Changed Crystal color palette and improved the gradient in the AccountdFragment. Severiano Jaramillo 2018-11-21 09:10:02 -0600
  • c2416e64ad Fix amount on bitcoin transactions hvarona 2018-11-21 00:04:19 -0400
  • db4827456f Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop Severiano Jaramillo 2018-11-20 21:28:08 -0600
  • 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. Severiano Jaramillo 2018-11-20 21:28:02 -0600
  • 9a63c25ee4
    Merge pull request #9 from hvarona/develop hvarona 2018-11-20 23:04:58 -0400
  • 62541e1863 - Now the bitcoin accounts get their transactions loaded Javier Varona 2018-11-19 23:19:23 -0400
  • 7367b33bb2 Merge remote-tracking branch 'hvarona/develop' into develop-local hvarona 2018-11-19 22:26:29 -0400
  • 3ac651c0a4 change to testnet hvarona 2018-11-19 22:25:34 -0400
  • ecf5335ea3 - Fixing amount in receive fragment - Fixing send fragment to read bitcoin uris qr code Javier Varona 2018-11-18 22:26:05 -0400
  • dfca4b8c53 Change parseUri to compares with lowercase cryptocoin hvarona 2018-11-18 21:55:32 -0400
  • 73ba419b66 Change parseUri to compares with lowercase cryptocoin hvarona 2018-11-18 21:41:29 -0400
  • ce1df325d8 Change parseUri to compares with lowercase cryptocoin hvarona 2018-11-18 21:30:42 -0400
  • 2e2ee01052 Change parseUri to compares with lowercase cryptocoin hvarona 2018-11-18 21:24:15 -0400
  • 5aa7175016 Implemented WIF Account Seed hvarona 2018-11-18 11:44:30 -0400
  • 6e4b66a5e3
    Merge pull request #8 from hvarona/develop hvarona 2018-11-17 13:17:47 -0400
  • 83c95a35a8 Merge remote-tracking branch 'hvarona/develop' into develop-local hvarona 2018-11-14 22:50:55 -0400
  • 683883ca0e Fix account seed names hvarona 2018-11-14 22:49:47 -0400
  • b6cddedbd4 - Fixed tables creation Javier Varona 2018-11-13 22:46:50 -0400
  • a11f74f6a5 - Now the send fragment reads bitcoin alike URI Javier Varona 2018-11-13 22:30:51 -0400
  • 91ef2d0e9a Added parseUri to BitocinManager hvarona 2018-11-13 22:02:22 -0400
  • 193f426739 - Added a bitcoin parse request to read bitcoin alike URIs - Now the receive fragment generates bitcoin alike URIs - Added commented code to read QR code URIs in the send fragment Javier Varona 2018-11-13 21:38:05 -0400
  • 719d6769fc Change bitcoin address model keys hvarona 2018-11-12 22:40:44 -0400
  • 0126d6d114 Fix import graphene accounts hvarona 2018-11-12 22:11:14 -0400
  • 14a405f67c change grapheneapigenerator to be used with steem hvarona 2018-11-11 23:06:09 -0400
  • 9c6db3a6ea fix calculate uri hvarona 2018-11-11 22:26:34 -0400
  • 6e81192b37 Added steem url and verifier Added bip21 implementation with lowercase hvarona 2018-11-11 21:59:28 -0400
  • 8ff53de0ae Added BitcoinUriRequest hvarona 2018-11-10 23:21:49 -0400
  • 01e67ce258
    Merge pull request #7 from hvarona/develop hvarona 2018-11-10 14:08:17 -0400
  • 42c48d31ea Merge remote-tracking branch 'hvarona/develop' into develop-local hvarona 2018-11-08 00:09:38 -0400
  • 0e37879f02 Added Steem Account Managment hvarona 2018-11-08 00:09:05 -0400
  • ca4662867d Merge branch 'develop' of https://github.com/hvarona/crystal-wallet-android-1 into develop Javier Varona 2018-11-07 22:02:37 -0400
  • 9df1db6669 - ReceiveFragment and SendFragmente were adapted to manage bitcoin accounts Javier Varona 2018-11-07 22:02:15 -0400
  • fa952d9a36 Added validate Address request hvarona 2018-11-06 23:34:54 -0400
  • dc6114bb10 Starting Bitocin like account balance to 0 Added Steem url verifier hvarona 2018-11-05 23:06:12 -0400
  • 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 Javier Varona 2018-11-03 21:01:00 -0400
  • 043325b887 Create and import Bitcoin Like Account request implementation hvarona 2018-11-01 00:11:51 -0400
  • 51498192c6 Create and import Bitcoin Like Account request implementation hvarona 2018-10-31 23:14:13 -0400
  • 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 Javier Varona 2018-10-31 22:19:15 -0400
  • 6c0d936b67 Added path to the insigiht api Added Bitcoin Server Verifier Added Bitcoin url and db currency hvarona 2018-10-30 22:16:27 -0400
  • 960dd67394 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop Severiano Jaramillo 2018-10-25 13:40:50 -0500
  • 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). Severiano Jaramillo 2018-10-25 13:40:45 -0500
  • 36d97e8166 Change background animation in IntroActivity from Video to GIF. Severiano Jaramillo 2018-10-25 11:51:53 -0500
  • 7ae875e208 Fixes from henrry code dtvv 2018-10-25 11:01:05 -0500
  • 10cc88c8d3 Fixes from henrry code dtvv 2018-10-25 10:03:45 -0500
  • 9a1dc0548d Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop dtvv 2018-10-25 09:55:19 -0500
  • b5bc9e88c7 In the Receive assets screen change the layout to relative to get more controle over position dtvv 2018-10-25 09:54:42 -0500
  • b426076eea commented the OnResponse interface Fixed error feedback on import request hvarona 2018-10-25 08:30:32 -0400
  • d456ee49a8 Merge remote-tracking branch 'origin/develop' into develop hvarona 2018-10-25 08:10:11 -0400
  • c4ac6b4a29 Fixed error feedback on import request hvarona 2018-10-25 08:09:54 -0400
  • ae3ed3725d Security mode is only used when the user try to send assets in the send assets screen dtvv 2018-10-25 02:48:18 -0500
  • 71c26c0ddf -Add listener to the class PatternRequestActivity to reuse the on success or fail password event -Add listener to the class PinRequestActivity to reuse the on success or fail password event dtvv 2018-10-25 02:24:15 -0500
  • 0bb428a658 Add listener to the class PinRequestActivity to reuse the on success or fail password event dtvv 2018-10-25 02:22:43 -0500
  • 753a4a5943 Fix to this commmit: Add listener to the class PatternRequestActivity to reuse the on success or fail password event dtvv 2018-10-25 02:16:38 -0500
  • ba96d999ff Add listener to the class PatternRequestActivity to reuse the on success or fail password event dtvv 2018-10-25 02:13:11 -0500
  • a21796d2d0 -The GrapheneAccount class is crasing, now it is fixed dtvv 2018-10-25 02:04:02 -0500
  • b05cf62daf -After henrry updated the file ImportSeedActivity i found some errors and i had to fix it again so it does not use 2 equeals services dtvv 2018-10-25 01:55:58 -0500
  • 7889d4f242 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop dtvv 2018-10-25 01:35:28 -0500
  • 2ca94de241 -In the send assets screen it crashes when type an amount dtvv 2018-10-25 01:34:48 -0500
  • e8ceb88c6e Added the import rrequest with only the mnemonic words of the seed hvarona 2018-10-25 00:58:42 -0400
  • ac95b66511 Added the import rrequest with only the mnemonic words of the seed hvarona 2018-10-25 00:22:13 -0400