Commit graph

1878 commits

Author SHA1 Message Date
Justin Ehrenhofer
873408f1d9
Add more details to readme
This will help users find various links they are looking for, and it will help promote the app. Can merge after #295.
2022-03-23 09:06:16 -05:00
Rafia Rahman Chowdhury
c10d5ef83c
Balance Container redesigned according to Figma (#287)
* Balance Container redesigned according to Figma

* injected BalancePage to di.dart page

* removed an empty line and injected BalancePage using GetIt
2022-03-18 11:47:57 +01:00
clear
efd4a259f7
i18n: fix french translations syntax error (#294) 2022-03-17 13:25:47 +01:00
Rafia Rahman Chowdhury
987e6f21ee
Redesigned bottom bar of main screen according Figma (#279)
* Redesigned bottom bar of main screen according Figma

* used receiced_icon from figma instead of that present in asset/image folder

* removed border colors for dark and light modes

* removed fixed width and height
2022-03-15 17:13:34 +03:00
Godwin Asuquo
d2cc812884
Cw 45 implement yat sending (#269)
* resolve YAT emoji

* remove animation in route builder

change YAT api

* remove yat sending page

* fix crypto address resolving

* check if text is emoji

* use getter for string extension hasOnlyEmojis

* refactor parsed domain from address

* update PR based on changes from code review

* import missing dependencies
2022-03-15 12:11:53 +03:00
Serhii
23913c01dc
Cw 53 allow renaming of currently selected account and subaddress (#291)
* fixed address cell background

* fixed account title padding

* fixed format
2022-03-15 11:31:45 +03:00
Mathias Herberts
3f19564da4
Added French localization (#290)
* Initial commit of French localization

* Added French

* Changed translation for view key to stick to the one used in Moneropedia
2022-03-09 15:06:34 +03:00
Dimitris Apostolou
48653f53a4
Fix typos (#276) 2022-03-09 14:43:18 +03:00
Serhii
d05f392aae
Added routing to the sync indicator (#288)
* Added routing to the sync indicator

* fixed format

* fixed format

* resolved issues
2022-03-08 14:11:55 +03:00
Serhii
12c5ed27dc
fixed subaddress label (#281)
* fixed subaddress label

* Added name length check
2022-03-08 14:11:32 +03:00
Godwin Asuquo
d14150f4b1
Add ach payment amount on buy page (#282) 2022-03-07 13:13:39 +03:00
Serhii
dd47a82a0d
sync status icon added on the Send and Exchange screens (#267)
* added sync status icon

* resolved issues from code review

* resolved issues from code review

* resolved issues from code review
2022-02-21 16:30:48 +02:00
Serhii
872098d6b8
Cw 43 subaddress renaming visual bug (#271)
* changed background

* fixed format

* fix issues from review
2022-02-11 15:49:46 +02:00
mkyq
2bdd8b98d0
Merge pull request #266 from cake-tech/CW-40
coded to hide available balance in hidden mode
2022-02-10 13:49:06 +02:00
mkyq
61478ce479
Merge pull request #265 from cake-tech/CW-37
Changed The QRCode background color from Navy Blue to Black in dark m…
2022-02-10 12:29:59 +02:00
mkyq
9629ddde2a
Merge pull request #268 from cake-tech/CW-47-Fix-UI-on-the-exchage-screen
Fixed divider color
2022-02-10 10:58:26 +02:00
Serhii-Borodenko
19f58d59d7 Fixed divider color 2022-02-09 13:43:22 +02:00
RafiaChy
3a6f69fd73 coded to hide available balance in hidden mode 2022-02-08 21:30:41 +06:00
M
5902fbf36d Change project version 2022-02-08 10:59:52 +02:00
M
d20d7f9097 Merge remote-tracking branch 'origin/main' 2022-02-08 10:57:13 +02:00
M
56cd6c26ed Fixes for network based pairs for changenow. Fixes for address validation for ustd address. 2022-02-08 10:57:02 +02:00
RafiaChy
73338728fb Changed The QRCode background color from Navy Blue to Black in dark mode. 2022-02-07 20:32:09 +06:00
mkyq
a158836972
Merge pull request #264 from cake-tech/CW-28-Move-currency-piker-on-the-exchange-screen
Moved currency piker button to the left side
2022-02-07 12:52:12 +02:00
Serhii-Borodenko
68c3304219 fixed format 2022-02-07 00:17:39 +02:00
Serhii-Borodenko
ed0c43d864 Moved currency piker button to the left side 2022-02-07 00:02:13 +02:00
M
d049579af0 Change build number 2022-02-03 20:04:52 +02:00
M
e7e8d5008a Fix for backup restore 2022-02-03 20:04:16 +02:00
M
2480e4d984 Change app version 2022-02-03 15:52:40 +02:00
M
4923de4511 Checkbox for fixed mode on exchange screen 2022-02-03 15:49:34 +02:00
M
e326507b4d Merge remote-tracking branch 'origin/main' 2022-02-03 14:37:42 +02:00
M
01735a998c Fix for transaction details for electrum transactions 2022-02-03 14:37:32 +02:00
mkyq
594eb5d480
Merge pull request #259 from cake-tech/CW-25-xmr-node-visual-bug
Cw 25 xmr node visual bug
2022-02-03 14:25:10 +02:00
M
c1a830ea27 Merge remote-tracking branch 'origin/main' 2022-02-03 14:12:13 +02:00
M
d6f3d0bd16 Change version for monero.com 2022-02-03 14:12:02 +02:00
Godwin Asuquo
aba7b6fc45 remove unused import 2022-02-03 12:46:45 +01:00
mkyq
be473dfd93
Merge pull request #252 from cake-tech/CW-24
soft keyboard dismisses when generate-name icon is pressed
2022-02-03 13:45:56 +02:00
RafiaChy
e0f3eb4b20 removed unused variables and initState 2022-02-03 17:08:39 +06:00
Godwin Asuquo
c162e34ef4 remove unused code 2022-02-03 11:23:22 +01:00
Godwin Asuquo
1bc5dd9e46 fix issues from code review 2022-02-03 11:16:24 +01:00
Godwin Asuquo
9e1753539f implement Digest Auth 2022-02-02 15:36:18 +01:00
Godwin Asuquo
b90e610327 fix red indicator for XMR nodes 2022-02-02 13:57:26 +01:00
M
05c4d26634 Fixes for backups for monero.com app 2022-02-02 14:40:40 +02:00
M
66d4b959af Change bundle id for monero.com android app 2022-02-01 10:47:12 +02:00
M
8b47e82d4b Change build version for ios monero.com app 2022-01-31 17:51:10 +02:00
mkyq
7a059ed5a2
Merge pull request #258 from cake-tech/CW-20-rework-templates-on-exchange-screen
rework templates on exchange screen
2022-01-31 16:48:33 +02:00
Godwin Asuquo
fb7e3662e2 remove itemcount 2022-01-31 15:44:08 +01:00
M
b20313fc77 Update app version 2022-01-31 16:29:40 +02:00
Godwin Asuquo
26f108ceb6 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-20-rework-templates-on-exchange-screen 2022-01-31 14:20:40 +01:00
Godwin Asuquo
63016825e2 rework templates on exchange screen 2022-01-31 14:17:31 +01:00
mkyq
ae390ecab2
Merge pull request #249 from cake-tech/CW-6-filter-available-templates-on-send-screen
filter templates by current wallet type
2022-01-31 15:17:24 +02:00