Commit Graph

43 Commits (b12b3b9546c650aff8218be77f963a4fe64b9998)

Author SHA1 Message Date
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
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
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 c2416e64ad Fix amount on bitcoin transactions 2018-11-21 00:04:19 -04:00
hvarona 3ac651c0a4 change to testnet 2018-11-19 22:25:34 -04:00
hvarona 6e81192b37 Added steem url and verifier
Added bip21 implementation with lowercase
2018-11-11 21:59:28 -04:00
hvarona 6c0d936b67 Added path to the insigiht api
Added Bitcoin Server Verifier
Added Bitcoin url and db currency
2018-10-30 22:16:27 -04:00
dtvv 10cc88c8d3 Fixes from henrry code 2018-10-25 10:03:45 -05:00
hvarona b426076eea commented the OnResponse interface
Fixed error feedback on import request
2018-10-25 08:30:32 -04:00
dtvv ae3ed3725d Security mode is only used when the user try to send assets in the send assets screen 2018-10-25 02:48:18 -05:00
dtvv 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
2018-10-25 02:24:15 -05:00
hvarona 31f809048f Updated Faucet 2018-09-29 20:51:59 -04:00
Henry Varona be0fafd0e2 Fallback faucet server 2018-09-20 20:59:25 -04:00
Henry Varona c08ba24d32 Fix Aplication url verification 2018-09-19 17:28:02 -04:00
Henry Varona 272843843c Arrange ser and faucet urls 2018-09-19 15:38:17 -04:00
Henry Varona a6109fa387 arrange server list 2018-09-19 11:52:49 -04:00
Henry Varona 90929d9ee5 arrange node list 2018-09-18 20:26:35 -04:00
Henry Varona c818eaf472 - Added wrtie timeout for the faucet request
- Change the equivalent url to use the BTS serve
-
2018-09-18 15:47:15 -04:00
Severiano Jaramillo f219ccee47 Temporal fix to avoid compilation errors 2018-08-27 13:03:15 -05:00
Severiano Jaramillo Quintanar 0514e3984e
Merge branch 'feat_ui_improvements' into feat_ui_improvements 2018-08-27 09:49:41 -05:00
hvarona 6caa84481c Change Server to point to bitshares main net 2018-08-18 01:18:59 -04:00
dtvv f9995bf284 -Fix code Migration of kotlin:
annotationProcessor  to kapt
-In screen IntroActivity: Show toast when there is not connection with server
-In screen Create Seed: Code to interface when error ocurs in WebSocketThread and GrapheneApiGenerator
-Fixes to class WebSocketThread for error Report to user
-Fixes to class BitsharesCryptoNetVerifier for error Report to user
-Fixes to class CryptoNetVerifier for error Report to user
-Fixes to class CryptoNetManager for error Report to user
-In the IntroScreen: If there is not server connection show a simple user message of that
-Create class ToastIt in kotlin
-Create class NetworkUtility in kotlin
-In the IntroScreen: When the user Press button “create account” it has to validate connection to server to continue
-In the IntroScreen: When the user Press button “Import account” it has to validate connection to server to continue
2018-08-15 17:36:20 -05:00
Javier Varona c4f0e9ef41 - Added functionality to PocketRequestActivity to verify the yubikey code (still in progress...) 2018-08-02 22:59:48 -04:00
Javier Varona 6117fc0f99 - Added Pocket Security Functionality (still in progress...) 2018-07-26 22:58:12 -04:00
Javier Varona 3252062e74 - Making LicenseActivity save the last version of the license accepted 2018-05-25 14:30:45 -04:00
Javier Varona f00427ed19 - Security Improved: Now when the user tries to set a new security setting gets directly to the block screen (when there is a security setting already set)
- Now the "None" security setting works
2018-05-13 21:25:03 -04:00
Javier Varona 6598d4aacb - Pattern Lock Setting added 2018-05-08 22:07:12 -04:00
Javier Varona 2f37534bc2 - Now the user configured received funds sounds gets played instead of woohoo default sound 2018-05-02 20:41:44 -04:00
Javier Varona 4276fd0e7c - Now the received funds sound is played 2018-04-30 21:25:11 -04:00
Javier Varona 4d10fc984e Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/activities/BoardActivity.java
#	app/src/main/java/cy/agorise/crystalwallet/application/CrystalApplication.java
2018-03-18 22:35:53 -04:00
Javier Varona e511fab358 - Preferred Language Setting is now working 2018-03-18 22:27:45 -04:00
henry 247afeefcd Added Bitshares Contants and added all the current smartcoins
Delay the equivalent thread to 1 min pero query
2018-03-15 15:38:18 -04:00
henry 90efd6604c added assets for testing equivalents values 2018-03-12 23:14:04 -04:00
henry 8188c5092c Change all url using the new Crypto Coin Network Manager, also put the initial urls for bitshares 2018-03-08 00:49:21 -04:00
Javier Varona cb309f1db2 - Pin lock screen is working 2018-01-31 20:42:19 -04:00
Javier Varona c5f2ff21c7 - Pin settings is now working
- Pin lock screen is almost done (work in progress...)
2018-01-30 21:44:37 -04:00
henry 000be8ab51 Added the get asset by name
Update equivalent value url. If we are going to use the testnet the equivalent value has to be retrieved from the main net.
Update docs and code
2017-11-12 15:20:03 -04:00
Javier Varona e466fc8d53 - Crystal Wallet Service Created! 2017-10-04 20:29:44 -04:00
Javier Varona f388f77b49 - Now the Transaction List is visible to the user 2017-09-16 20:41:10 -04:00
Javier Varona 65c362da8d - Adding Transaction Entities, View and ViewModels (Still in progress..) 2017-09-11 22:07:43 -04:00
Javier Varona 8b9eee7fb2 - Room Databases are working 2017-09-10 19:13:32 -04:00
henry 19d9924bac Room Database implementation 2017-09-07 20:31:38 -04:00