Commit Graph

719 Commits (develop)

Author SHA1 Message Date
Severiano Jaramillo 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.
2019-01-02 14:29:29 -06:00
Javier Varona d04e847bba Merge branch 'develop' of https://github.com/agorise/crystal-wallet-android into develop 2018-11-30 21:55:46 -04:00
Javier Varona fe1068bcdf - Fixed bitshares QR scan won't load the amount 2018-11-30 21:54:54 -04:00
Severiano Jaramillo af4a4aca8b Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop 2018-11-30 19:51:11 -06:00
Severiano Jaramillo 450a7c285b Increase the camera preview area to improve the QR read performance and make some UI improvements. 2018-11-30 19:49:40 -06:00
hvarona 08df53730b Fix send bad request
Change Send manager to send only the required amount from gtxio
added error capture for estimatefee
2018-11-30 20:58:13 -04:00
Severiano Jaramillo 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. 2018-11-30 11:52:53 -06:00
Severiano Jaramillo 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. 2018-11-30 11:29:27 -06:00
Severiano Jaramillo 4bf1c14bb8 Temporarily remove AnimatedTabLayout library. 2018-11-29 21:06:36 -06:00
Severiano Jaramillo a32f7c9eb0 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop 2018-11-29 12:23:24 -06:00
Severiano Jaramillo bfe65ac1a7 Update project's compileSdkVersion to 28. 2018-11-29 10:36:25 -06:00
Severiano Jaramillo 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.
2018-11-29 10:33:42 -06:00
hvarona 2c431ef4e0 Fix BitocinGtxIO Foreign Key Definition 2018-11-28 23:42:56 -04:00
hvarona a13bbadd2e Change EULA
Added memo to bitshares send request
2018-11-28 23:12:04 -04:00
hvarona 1514d32457 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local 2018-11-28 22:16:55 -04:00
hvarona 7ddc2745b2 Fix error parsing bitshares qr code with lower case 2018-11-28 22:00:46 -04:00
Severiano Jaramillo 0dd9aecbf3 Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop 2018-11-28 16:24:19 -06:00
hvarona 56a3c006cc put version code 2018-11-25 20:56:00 -04:00
Javier Varona 178a0de26b - Uncommenting the dismissing of the sending dialog in sendfragment 2018-11-24 22:33:05 -04:00
Javier Varona c2575c7ab8 - Fixed duplicated transactions by inserting new primary key yo crypto_coin_transaction 2018-11-24 22:08:14 -04:00
hvarona b10b385a83 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local 2018-11-22 22:37:45 -04:00
hvarona 5ceffbec2f added send request to manager 2018-11-22 22:36:45 -04:00
Javier Varona 0e2d33848b - Now the transactions shows as many decimals as the coin have, only when needed 2018-11-22 21:32:04 -04:00
hvarona ddabac3911 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local 2018-11-22 00:03:11 -04:00
hvarona a31efc16e4 Fix send Fragment to send bitcion 2018-11-22 00:02:30 -04:00
hvarona 0ebc6adfe2 Added name to account seed 2018-11-21 22:51:25 -04:00
hvarona 93e71887a8 Fixed bitocin balance 2018-11-21 22:42:59 -04:00
Javier Varona 534cee187b - Fixed send button doing nothing when there's no pin or pattern configured 2018-11-21 22:27:09 -04:00
hvarona 469e7b08e4 Fixed using null activity 2018-11-21 22:01:25 -04:00
hvarona 5b8d12f886 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local 2018-11-21 21:57:26 -04:00
Javier Varona 0c8157a659 - Improve the speed of the qr code generation on receivefragment
- The feedback is better now in the receivefragment
2018-11-21 21:49:44 -04:00
hvarona a0c01d6843 Merge branch 'develop' of https://github.com/Agorise/crystal-wallet-android into develop-local 2018-11-21 19:52:48 -04:00
hvarona 8502272b25
Merge pull request #10 from hvarona/develop
Fix amount on bitcoin transactions
2018-11-21 19:52:44 -04:00
Severiano Jaramillo a3c0504265 Create Crystal launcher icon in different formats according to different Android OS versions. 2018-11-21 11:57:54 -06:00
Severiano Jaramillo 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. 2018-11-21 11:45:57 -06:00
Severiano Jaramillo aec93ddb22 Added a white version of the Crystal logo and used it in the Login and Main Activities' toolbar. 2018-11-21 09:18:53 -06:00
Severiano Jaramillo 86c96b1c3a Changed Crystal color palette and improved the gradient in the AccountdFragment. 2018-11-21 09:10:02 -06:00
hvarona c2416e64ad Fix amount on bitcoin transactions 2018-11-21 00:04:19 -04:00
Severiano Jaramillo db4827456f Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop 2018-11-20 21:28:08 -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
hvarona 9a63c25ee4
Merge pull request #9 from hvarona/develop
Develop
2018-11-20 23:04:58 -04:00
Javier Varona 62541e1863 - Now the bitcoin accounts get their transactions loaded 2018-11-19 23:19:23 -04:00
hvarona 7367b33bb2 Merge remote-tracking branch 'hvarona/develop' into develop-local 2018-11-19 22:26:29 -04:00
hvarona 3ac651c0a4 change to testnet 2018-11-19 22:25:34 -04:00
Javier Varona ecf5335ea3 - Fixing amount in receive fragment
- Fixing send fragment to read bitcoin uris qr code
2018-11-18 22:26:05 -04:00
hvarona dfca4b8c53 Change parseUri to compares with lowercase cryptocoin 2018-11-18 21:55:32 -04:00
hvarona 73ba419b66 Change parseUri to compares with lowercase cryptocoin 2018-11-18 21:41:29 -04:00
hvarona ce1df325d8 Change parseUri to compares with lowercase cryptocoin 2018-11-18 21:30:42 -04:00
hvarona 2e2ee01052 Change parseUri to compares with lowercase cryptocoin 2018-11-18 21:24:15 -04:00
hvarona 5aa7175016 Implemented WIF Account Seed 2018-11-18 11:44:30 -04:00