Commit graph

3,803 commits

Author SHA1 Message Date
Jean-Baptiste Dominguez
0daf6d60d5
Merge pull request #184 from Bitcoin-com/wallet/task/392
Improvement 392 - Show debug messages in Chrome console
2018-07-03 11:34:09 +09:00
Jean-Baptiste Dominguez
d6222623e1
Merge pull request #198 from Bitcoin-com/wallet/task/409
Bug - 409 - "Generate new address" copies "bitcoincash:null" to the clipboard instead of a new address
2018-07-03 11:26:54 +09:00
Sebastiaan Pasma
6b20a01e25 remove protocolHandler, only apply on bitcoincash: + support legacy&bitpay address types 2018-07-02 10:34:32 +02:00
Jean-Baptiste Dominguez
bc641f1cec
Merge pull request #201 from Bitcoin-com/wallet/task/419
Wallet/task/419 in 363 for testing (fix the issue)
2018-07-02 15:21:33 +09:00
Brendon Duncan
2422efdb46 Bugfix for last commit. 2018-07-02 18:02:32 +12:00
Brendon Duncan
867063fc8f Handle first launch. 2018-07-02 17:57:51 +12:00
Jean-Baptiste Dominguez
9224d40a65 Remove secure storage feature, postpone 2018-07-02 14:06:36 +09:00
Brendon Duncan
ccf2dd4586 Changes as requested by PR. 2018-07-02 11:20:34 +12:00
Sebastiaan Pasma
c63bc06c76 try catch on copy-to-clipboard 2018-07-01 23:35:06 +02:00
Sebastiaan Pasma
40d0e5b896 added protocol and use the new cashaddr instead of legacy 2018-06-29 15:24:11 +02:00
Sebastiaan Pasma
243f35c25d copy to clipboard 2018-06-28 14:16:33 +02:00
Sebastiaan Pasma
8006af279b clipboard service 2018-06-28 10:52:06 +02:00
Sebastiaan Pasma
ecbab6a5b5 Fix double permission screen on Android 2018-06-26 13:01:24 +02:00
Sebastiaan Pasma
8bc76d2e21 Fix for camera permission bug after reactivating camera permission 2018-06-25 19:51:25 +02:00
Brendon Duncan
d8f154eb37
Merge pull request #189 from Bitcoin-com/wallet/task/371
Improvement 371 - Added Catalan and Russian translations, updated other languages.
2018-06-23 18:44:15 +12:00
Brendon Duncan
cabbe098f8
Merge pull request #175 from Bitcoin-com/wallet/task/378
Improvement - 378 - Dismiss "Received payment" screen
2018-06-22 18:08:58 +12:00
Brendon Duncan
f678c78839
Merge pull request #174 from Bitcoin-com/wallet/task/202
Improvement - 202 - Enable sound by default
2018-06-22 18:03:31 +12:00
Brendon Duncan
7b2467a793 Added Catalan and Russian translations. 2018-06-22 16:16:26 +12:00
Sebastiaan Pasma
bbf3700769 Always set showingPaymentReceived to false when entering tab 2018-06-20 14:24:37 +02:00
Brendon Duncan
ea07c70f72
Merge pull request #180 from Bitcoin-com/wallet/task/383
Bug - 383 - Disappearing keyboard due to the keyboard
2018-06-20 14:06:14 +12:00
Brendon Duncan
06adfc5f44
Merge pull request #178 from Bitcoin-com/wallet/task/379
Improvement - 379 - Coin sounds on "Payment received" screen
2018-06-19 21:52:39 +12:00
Brendon Duncan
09dc418f5e Remove log statements. 2018-06-19 06:23:21 +12:00
Brendon Duncan
c26c7ab8c3 Decorator for displaying debug messages as info. 2018-06-19 06:19:51 +12:00
Sebastiaan Pasma
51cfa75ffc Use the whenAvailable which is called onBeforeEnter so that changed configuration is also reloaded onEnter 2018-06-18 12:44:31 +02:00
Sebastiaan Pasma
e97843c9df Possible fix for hiding menu in some cases (keyboard-related) 2018-06-15 11:16:44 +02:00
Brendon Duncan
901d202f85 Bugfix for when alternative string is not available in Network Fees alert. 2018-06-15 10:24:00 +12:00
Brendon Duncan
fffbda2458 Matched amount formatting on Confirm screen, to previous formatting. 2018-06-15 10:14:21 +12:00
Brendon Duncan
1e73eae4d2 Bugfix for undefined wallet status on send tab. 2018-06-15 10:04:15 +12:00
Brendon Duncan
143b39970b Removed some commented out code. 2018-06-14 22:18:17 +12:00
Brendon Duncan
a186e4d04f Display fiat on Network Fees popup. Display subcent amounts as '< 0.01'. 2018-06-14 22:16:25 +12:00
Sebastiaan Pasma
ec46b50262 Remove payment received screen after changing tabs 2018-06-13 18:34:32 +02:00
Sebastiaan Pasma
59bb7ee65f Enable sound by default 2018-06-13 16:33:06 +02:00
Sebastiaan Pasma
74f3e19545 ogg-file for Desktop as NWjs doesn't accept mp3 2018-06-13 16:29:01 +02:00
Sebastiaan Pasma
c0e691ec27 Received sound file + code to play when receiving 2018-06-13 16:27:37 +02:00
Brendon Duncan
a6d2799510 Display fiat on Payment Received screen, according to preferences. 2018-06-13 15:56:39 +12:00
Sam Cheng Hung
f06f65a107 Merge branch 'wallet/sprint/17' into wallet/dev 2018-06-12 11:35:40 +05:30
Sebastiaan Pasma
5da9f7c835
Merge pull request #165 from Bitcoin-com/wallet/task/369
Secure Storage on mobile devices
2018-06-11 14:14:10 +02:00
Brendon Duncan
7209800b3c Tests for storing profile on mobile. 2018-06-11 14:21:15 +12:00
Brendon Duncan
149b956b7c Storing profile on desktop without using secure storage. 2018-06-11 14:09:39 +12:00
Brendon Duncan
c9c27e838c Corrected the name on some things. 2018-06-11 12:39:25 +12:00
Brendon Duncan
435c2cacd4 Desktop using local storage only. 2018-06-11 12:23:39 +12:00
Sam Cheng Hung
12990d7f71 Update: Changes icon design and color scheme for default wallet colors 2018-06-08 12:06:12 +05:30
Brendon Duncan
18581e9608 Test for secureStorageService on mobile and browser. 2018-06-08 16:24:15 +12:00
Brendon Duncan
f4642b1953 All tests for secure storage service on desktop. 2018-06-08 16:19:50 +12:00
Brendon Duncan
da9559433f First test for the secureStorageService. 2018-06-08 15:06:56 +12:00
Brendon Duncan
522a7cd3cf Migration tests for desktop. 2018-06-08 14:49:01 +12:00
Brendon Duncan
a09069463a Checking key names in tests. 2018-06-08 14:31:35 +12:00
Brendon Duncan
3aa9e70e64 All tests for profile migration. 2018-06-08 14:07:46 +12:00
Brendon Duncan
e52242bb1b Testing profile merge. 2018-06-08 13:38:02 +12:00
Brendon Duncan
02460bd3c5 Uses the current app version when needed, when checking the appVersion of a profile. 2018-06-08 08:23:28 +12:00