Commit graph

1296 commits

Author SHA1 Message Date
clear
5890df86db
cw-60: fill amount on scan qr on exchange page (#309)
* cw-60: fill amount on scan qr on exchange page
2022-03-31 18:54:45 +01:00
Serhii
1cd90cf57d
Cw 09 implement picker screen with ability to search (#250)
* Added new picker screen with search bar and currency icons
2022-03-31 15:16:42 +01:00
mkyq
f3cf20c395
Merge pull request #312 from cake-tech/Fixed-Monero-Nav-Bar-Title
Fixed the render flex error caused by menu widget title in monero wallet
2022-03-31 15:32:20 +02:00
mkyq
2b22aa8c42
Merge pull request #298 from cake-tech/readme
Add more details to readme
2022-03-31 15:23:46 +02:00
mkyq
589cec700d
Merge pull request #314 from cake-tech/android_build_zlib
build: android: use git repo for zlib
2022-03-31 15:23:16 +02:00
M
1c380580a8 Merge remote-tracking branch 'origin/main' 2022-03-31 14:00:52 +01:00
M
524dbb3e2a Remove extra error handling 2022-03-31 14:00:31 +01:00
clear-xmr
de3dcb9e02 build: android: use git repo for zlib 2022-03-31 14:37:50 +02:00
mkyq
67e935b692
Merge pull request #311 from cake-tech/monero_17_3
Update Monero to v0.17.3.0
2022-03-31 14:03:47 +02:00
Rafia Rahman Chowdhury
dee69310ce
Fixed CW-61 app now saves notes permanently (#299)
* Fixed CW-61 app now saves notes permanently.
2022-03-31 13:00:22 +01:00
clear
3046581a91
android: build: allow configuring build threads (#313) 2022-03-31 12:58:30 +01:00
M
5c78fd01a8 Default blockchain picker should had date picker 2022-03-31 12:48:06 +01:00
Paul Verbeke
4697fc15be
i18n: fix french translations syntax errors and typos (#308) 2022-03-30 20:08:20 +02:00
mkyq
01150ef2a7
Hv (#295)
* hv
* Change build version
2022-03-30 17:57:04 +02:00
RafiaChy
612ab94033 Fixed the render flex error caused by menu widget title in monero wallet 2022-03-30 19:13:09 +06:00
clear-xmr
cf046b4682 Update Monero to v0.17.3.0 2022-03-30 12:45:48 +02:00
Serhii
e7e419bc83
Updated receive screen (#297)
* Updated receive screen

* fixed format
2022-03-23 18:53:53 +01:00
Serhii
d88ecdb2bb
Fixed qr image on Receive screen for Litecoin (#296) 2022-03-23 18:13:53 +01:00
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