Commit graph

1635 commits

Author SHA1 Message Date
Serhii
2becd32ab8 Merge branch 'CW-118-Allow-disabling-of-fiat' of https://github.com/cake-tech/cake_wallet into CW-118-Allow-disabling-of-fiat 2022-12-08 09:56:08 +02:00
Serhii
a1dd22232b [skip ci] fix fiat settings display 2022-12-08 09:56:04 +02:00
OmarHatem
d2fe7b26e0 Remove unused fiat_rate_update.dart [skip ci] 2022-12-08 00:26:19 +02:00
OmarHatem
dac0b02c7d Disable updating fiat rate if the option is disabled [skip ci] 2022-12-08 00:11:09 +02:00
OmarHatem
55b37164dc - Make getters to ease attribute access
- Add the old 'disable_fiat' translation
- rename getters to be more bool like names
2022-12-07 22:07:32 +02:00
Serhii
37ca795756 [skip ci] change fiat api UI to swich mode 2022-12-07 15:31:33 +02:00
Serhii
228e157b39 [skip ci] Update localization 2022-12-07 14:04:14 +02:00
Serhii
c757a06293 Merge branch 'CW-118-Allow-disabling-of-fiat' of https://github.com/cake-tech/cake_wallet into CW-118-Allow-disabling-of-fiat 2022-12-07 12:47:46 +02:00
Serhii
e472c84466 Merge branch 'main' into CW-118-Allow-disabling-of-fiat 2022-12-07 12:47:38 +02:00
Serhii
f4148e0989 [skip ci] rework UI for disable fiat mode 2022-12-07 12:44:08 +02:00
Omar Hatem
117a8beec4
Fix localization generation error 2022-12-06 19:40:39 +02:00
Serhii
214c1fe0db Merge branch 'main' into CW-118-Allow-disabling-of-fiat 2022-12-06 17:37:12 +02:00
Omar Hatem
50fd6accef
Merge pull request #623 from cake-tech/fix-trade-datails-screen-for-SideShift
CW-255 SideShift confirm sending screen bug
2022-12-06 17:30:05 +02:00
Omar Hatem
fa5c705bc8
Add nullability to status String [skip ci] 2022-12-06 17:29:44 +02:00
Serhii
f29f17476c add null check [skip ci] 2022-12-06 17:14:07 +02:00
Serhii
35b7c05bc1 fix null check 2022-12-06 11:41:25 +02:00
Omar Hatem
945dc8e859
Merge pull request #650 from cake-tech/CW-73-check-support-of-exchange-for-open-alias
[CW-73] check support of exchange for open alias
2022-12-05 16:54:07 +02:00
Omar Hatem
dc60123f79
Merge pull request #529 from cake-tech/CW-182-allow-trusted-nodes
Cw 182 allow trusted nodes
2022-12-04 02:17:35 +02:00
Omar Hatem
707df3717d
Merge pull request #662 from cake-tech/CW-259-fix-change-now-trade
[CW-259] Fix Change now trade issue
2022-12-03 23:49:45 +02:00
Omar Hatem
6be2d6f2ef
Merge pull request #648 from cake-tech/CW-251-fix-duplicate-nodes
CW-251-fix-duplicate-nodes
2022-12-03 23:38:07 +02:00
OmarHatem
98da1c221d revert nullability change with navigation in authentication state change [skip_ci] 2022-12-03 23:36:27 +02:00
OmarHatem
116e468581 calculate best rate based on deposit/receive amount 2022-12-02 23:20:06 +02:00
OmarHatem
3bcd31ac44 calculate best rate based on min/max amount 2022-12-02 20:38:16 +02:00
Omar Hatem
66dcd8db56
Merge pull request #663 from cake-tech/add-bash-file-to-generate-all-models
Model Generator bash
2022-12-02 18:30:49 +02:00
Omar Hatem
a281124c18
Merge pull request #654 from cake-tech/CW-234-Gift-cards-filter-button-null-exception
[CW-234] gift cards filter button null exception
2022-12-02 15:03:33 +02:00
OmarHatem
091ac41ee2 allow null minimum amount in limits 2022-12-01 22:37:13 +02:00
OmarHatem
dd99508d3e Fix static amount value for determining best rate and replace it with the input the user types 2022-12-01 22:11:51 +02:00
Omar Hatem
bfcd3ee002
Merge pull request #643 from cake-tech/CW-223-settings-reorganization
Cw 223 settings reorganization
2022-12-01 21:37:43 +02:00
OmarHatem
914fffe51c Initialize wallet directly from constructor argument [skip ci] 2022-12-01 21:33:17 +02:00
Godwin Asuquo
03748d680a [skip ci] format files 2022-12-01 21:21:51 +02:00
OmarHatem
8d9c0f2a46 Add bash script to run all generation commands in one time 2022-12-01 20:47:13 +02:00
OmarHatem
cbe31aa5aa Revert allowing nullable values for input and refund addresses 2022-12-01 18:21:19 +02:00
OmarHatem
47764835c3 Fix nullability issue in create trade response 2022-12-01 18:09:21 +02:00
Omar Hatem
c547295a02
Merge pull request #658 from cake-tech/CW-257-bitcoin-explorer-mempool.space
[CW-257] Change Bitcoin block explorer to mempool.space
2022-12-01 17:26:41 +02:00
Omar Hatem
b0370b3e44
Merge pull request #640 from cake-tech/CW-221-Change-synchronization-status-text
Change synchronization status text
2022-12-01 16:33:11 +02:00
OmarHatem
ffd0079e1d Check if user already has onion node before adding it 2022-12-01 14:29:03 +02:00
Godwin Asuquo
658d4766c6 Merge branch 'CW-223-settings-reorganization' of https://github.com/cake-tech/cake_wallet into CW-223-settings-reorganization 2022-11-30 15:28:29 +02:00
Godwin Asuquo
28abb4ded0 Add localization strings 2022-11-30 15:28:27 +02:00
OmarHatem
f54e2ec00e Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-251-fix-duplicate-nodes 2022-11-30 01:38:35 +02:00
OmarHatem
59ee7aa975 Add onion node to already existing users 2022-11-30 01:37:56 +02:00
Serhii
fa91ccfdbf Merge branch 'main' into fix-trade-datails-screen-for-SideShift 2022-11-29 20:05:38 +02:00
Justin Ehrenhofer
6685fb5804 [CW-257] Change Bitcoin block explorer to mempool.space 2022-11-29 11:05:38 -06:00
Omar Hatem
6353cda016
Merge pull request #656 from cake-tech/CW-000-rename-test-apk
Rename generated test app and apk
2022-11-29 18:42:35 +02:00
OmarHatem
03a64b1685 Rename app and apk to ease testing process 2022-11-29 15:49:24 +02:00
OmarHatem
d38b3b0e06 Finalize upload to artifacts and renaming 2022-11-29 15:19:51 +02:00
OmarHatem
e264cb326d Try uploading renamed apk file 2022-11-29 15:15:56 +02:00
OmarHatem
5364dd8710 Try uploading renamed apk file 2022-11-29 15:01:20 +02:00
OmarHatem
bd1a5cf3f7 Try uploading renamed apk file 2022-11-29 14:56:27 +02:00
OmarHatem
e516bd7a07 Try uploading renamed apk file 2022-11-29 14:55:29 +02:00
OmarHatem
903cd7bf6f Try uploading renamed apk file 2022-11-29 14:53:15 +02:00