Commit graph

12,746 commits

Author SHA1 Message Date
Sebastiaan Pasma
c14820ea34
Shim for Array.includes (fixing receive notifications) + Android KitKat fixes (effect on slide + received payment notification) 2018-09-06 13:04:19 +02:00
Brendon Duncan
b0fba31040 Fix fee display on Android 4.4 KitKat. 2018-09-06 20:18:31 +12:00
Sebastiaan Pasma
f52b2e7f09
Better fix for KitKat 4.4 2018-09-05 16:44:33 +02:00
Sebastiaan Pasma
477a9b6995
Android KitKat (4.4) fixes 2018-09-05 14:03:01 +02:00
Jean-Baptiste Dominguez
ce3fcacac3
Merge pull request #308 from Bitcoin-com/wallet/task/490
Bug - 490 - Korean Won isn't automatically selected when phone is in Korean (fiat currency)
2018-09-04 15:27:32 +09:00
Jean-Baptiste Dominguez
4c14bdcce0
Merge pull request #315 from Bitcoin-com/wallet/task/500
500 - detect addresses such as "bitcoin-cash:" and "bitcoincash://"
2018-09-04 14:39:12 +09:00
Jean-Baptiste Dominguez
e06613eaee
Merge pull request #322 from Bitcoin-com/wallet/task/546
Wallet/task/546
2018-09-04 14:37:51 +09:00
Jean-Baptiste Dominguez
2cec6a476b
Merge pull request #294 from Bitcoin-com/wallet/task/556
Improvement - 556 - Make "Share the Wallet App" translatable
2018-09-04 14:33:15 +09:00
Jean-Baptiste Dominguez
b766f2723c
Merge pull request #290 from Bitcoin-com/wallet/task/501
501 - Fix text when sweeping paper wallet
2018-09-04 14:31:40 +09:00
Jean-Baptiste Dominguez
911247e463
Merge branch 'wallet/sprint/21' into wallet/task/501 2018-09-04 14:31:22 +09:00
Jean-Baptiste Dominguez
8b38cb2d21
Merge pull request #305 from Bitcoin-com/wallet/task/335
Wallet/task/335
2018-09-04 14:17:50 +09:00
Jean-Baptiste Dominguez
57efbc3c63
Merge pull request #319 from Bitcoin-com/wallet/task/566
Bug - 566 - Fees hidden on iPhone X
2018-09-04 14:14:41 +09:00
Jean-Baptiste Dominguez
7353e0ff06
Merge pull request #320 from Bitcoin-com/wallet/task/492
492 - Fix typo in English original source
2018-09-04 14:08:42 +09:00
Jean-Baptiste Dominguez
7b1597e229
Merge pull request #321 from Bitcoin-com/wallet/task/568
Bug - 568 - Wrong display of multi-line texts in buttons
2018-09-04 14:08:24 +09:00
Jean-Baptiste Dominguez
38037f34fe
Merge pull request #292 from Bitcoin-com/wallet/task/554
554 - All Images for iOS App Icon
2018-09-04 14:03:19 +09:00
Jean-Baptiste Dominguez
1453a74302
Merge pull request #313 from Bitcoin-com/wallet/task/546
546 Enhancement "send flow" architecture
2018-09-04 13:55:41 +09:00
Jean-Baptiste Dominguez
2a017bc999 Remove duplicate data. 2018-09-04 13:37:31 +09:00
Jean-Baptiste Dominguez
05d73e3e14 init missing variables 2018-09-04 13:34:08 +09:00
Jean-Baptiste Dominguez
547b216edd migrate copayApp to bitcoincom. Clean up 2018-09-04 13:32:36 +09:00
Jean-Baptiste Dominguez
cf1dc66b59 renaming files 2018-09-04 11:56:13 +09:00
Jean-Baptiste Dominguez
23659b0cd4 Rename files reviewed 2018-09-04 11:35:01 +09:00
Jean-Baptiste Dominguez
8322453edf clean send flow state when transaction sent 2018-09-04 11:24:25 +09:00
Jean-Baptiste Dominguez
c715fdcb41 Rename incomingData to incomingDataService 2018-09-04 11:24:07 +09:00
Sebastiaan Pasma
383d811067
Multi-line buttons fix 2018-09-03 14:44:09 +02:00
Sebastiaan Pasma
b1bf269ca2
Review transaction screen: iPhone X fee summary display fix 2018-09-03 11:54:15 +02:00
Brendon Duncan
1c2c381317 Can now scan good data after scanning bad data. 2018-09-03 16:56:30 +12:00
Jean-Baptiste Dominguez
6f28f6ba2b redir cb 2018-09-03 13:31:58 +09:00
Brendon Duncan
afa9fad9d2 Now parses wallet import data. 2018-09-03 14:12:12 +12:00
Jean-Baptiste Dominguez
e8b3476ea1
Merge pull request #318 from Bitcoin-com/wallet/task/500
Update bitcoin-uri-service.js
2018-09-03 10:37:25 +09:00
Brendon Duncan
f84b1e4f35 Changed name to amountInSatoshis. 2018-09-03 13:02:28 +12:00
Brendon Duncan
48b8bbf90a Added amountSatoshis. 2018-09-03 12:53:12 +12:00
Jean-Baptiste Dominguez
b4d42215d3 add copay invitation in incomingData 2018-09-03 09:08:12 +09:00
Jean-Baptiste Dominguez
6e52aaca2d 1st cleaning for incomingData 2018-09-03 08:28:22 +09:00
Jean-Baptiste Dominguez
1708eeef82 Fix address format 2018-08-31 18:48:16 +09:00
Jean-Baptiste Dominguez
ddd867092c Refactor incomingData 2018-08-31 18:37:04 +09:00
Jean-Baptiste Dominguez
fa15b26792
Update bitcoin-uri.service.js
Add the conversion to satoshi however a currency can be precised, in that case, the satoshi conversion should be not operated.
2018-08-31 18:36:40 +09:00
Jean-Baptiste Dominguez
2b8c2d1c61
Merge pull request #316 from Bitcoin-com/wallet/task/500
Changed testnet to isTestnet.
2018-08-31 16:45:40 +09:00
Jean-Baptiste Dominguez
7fa2ab7ff4 Merge 2018-08-31 16:11:58 +09:00
Jean-Baptiste Dominguez
dd59169d5f adapt for the request specific amount. Clean comments and code, and more. 2018-08-31 16:09:31 +09:00
Brendon Duncan
ef23746de6 Changed testnet to isTestnet. 2018-08-31 17:14:58 +12:00
Brendon Duncan
c4d9b94a86 Merged latest changes for detecting addresses. 2018-08-30 20:49:03 +12:00
Brendon Duncan
421c4ca26a Bugfix for displaying error message. 2018-08-30 20:46:58 +12:00
Brendon Duncan
6a68d73e3a Now handles spaces after address prefix. 2018-08-30 20:20:51 +12:00
Brendon Duncan
918451f3da Scanning or pasting ordinary URL gives the option to open it in a browser. 2018-08-30 19:56:18 +12:00
Jean-Baptiste Dominguez
2c0432e292 3rd step enhancement send flow 2018-08-30 16:03:51 +09:00
Brendon Duncan
98f317dea7 Merged more permissive Bitcoin Cash URIs. 2018-08-30 18:16:26 +12:00
Jean-Baptiste Dominguez
480cfe43ca
Merge pull request #312 from Bitcoin-com/wallet/task/500
Upgrade the bitcoin uri service and its integration
2018-08-30 14:41:38 +09:00
Brendon Duncan
986f85e7aa The send tab paste button now recognises a wider variety of Bitcoin Cash prefixes. 2018-08-30 17:18:26 +12:00
Brendon Duncan
9877e13390 Corrected the addres for display in the Review screen cashAddr. 2018-08-30 16:34:21 +12:00
Brendon Duncan
5ad9c7bf49 "Testnet not supported" message when pasting. 2018-08-30 15:55:29 +12:00