b12b3b9546Remove 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
fe1068bcdf- Fixed bitshares QR scan won't load the amount
Javier Varona
2018-11-30 21:54:54 -0400
af4a4aca8bMerge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop
Severiano Jaramillo
2018-11-30 19:51:11 -0600
450a7c285bIncrease the camera preview area to improve the QR read performance and make some UI improvements.
Severiano Jaramillo
2018-11-30 19:49:40 -0600
08df53730bFix 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
618e71a6acFix 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
52f75eb3cfMake 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
e2f3761a82Migrate 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
a32f7c9eb0Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop
Severiano Jaramillo
2018-11-29 12:23:24 -0600
37ace257bdMigrate app to AndroidX and solve a bunch of conflicts.
Severiano Jaramillo
2018-11-29 12:20:25 -0600
bfe65ac1a7Update 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
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
Merge pull request #10 from hvarona/develop
hvarona
2018-11-21 19:52:44 -0400
a3c0504265Create Crystal launcher icon in different formats according to different Android OS versions.
Severiano Jaramillo
2018-11-21 11:57:54 -0600
96881f3292Improve 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
aec93ddb22Added 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
86c96b1c3aChanged Crystal color palette and improved the gradient in the AccountdFragment.
Severiano Jaramillo
2018-11-21 09:10:02 -0600
c2416e64adFix amount on bitcoin transactions
hvarona
2018-11-21 00:04:19 -0400
db4827456fMerge 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
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
91ef2d0e9aAdded 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
719d6769fcChange bitcoin address model keys
hvarona
2018-11-12 22:40:44 -0400
dc6114bb10Starting 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
043325b887Create and import Bitcoin Like Account request implementation
hvarona
2018-11-01 00:11:51 -0400
51498192c6Create 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
6c0d936b67Added path to the insigiht api Added Bitcoin Server Verifier Added Bitcoin url and db currency
hvarona
2018-10-30 22:16:27 -0400
960dd67394Merge branch 'develop' of github.com:Agorise/crystal-wallet-android into develop
Severiano Jaramillo
2018-10-25 13:40:50 -0500
4cd304d732Removed 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
36d97e8166Change background animation in IntroActivity from Video to GIF.
Severiano Jaramillo
2018-10-25 11:51:53 -0500
7ae875e208Fixes from henrry code
dtvv
2018-10-25 11:01:05 -0500
10cc88c8d3Fixes from henrry code
dtvv
2018-10-25 10:03:45 -0500
b5bc9e88c7In the Receive assets screen change the layout to relative to get more controle over position
dtvv
2018-10-25 09:54:42 -0500
b426076eeacommented the OnResponse interface Fixed error feedback on import request
hvarona
2018-10-25 08:30:32 -0400
d456ee49a8Merge remote-tracking branch 'origin/develop' into develop
hvarona
2018-10-25 08:10:11 -0400
c4ac6b4a29Fixed error feedback on import request
hvarona
2018-10-25 08:09:54 -0400
ae3ed3725dSecurity 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
0bb428a658Add listener to the class PinRequestActivity to reuse the on success or fail password event
dtvv
2018-10-25 02:22:43 -0500
753a4a5943Fix 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
ba96d999ffAdd 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