Commit graph

141 commits

Author SHA1 Message Date
Omar Hatem
82b513d1f8
V4.6.3 bug fixes (#896)
* Add blocking screenshots native function to Monero.com [skip ci]

* Fix seeds QR data

* Update app versions and release notes [skip ci]

* Update only build number for macos since it wasn't released yet [skip ci]

* Fix adding sub-address

* Fix Accounts Popup UI

* Update app versions and release notes [skip ci]

* Fix add/edit node issue

* Update app versions and release notes [skip ci]

* Fix input fields focus/keyboard issues

* Update app versions and release notes [skip ci]
2023-04-26 14:59:27 +02:00
Omar Hatem
9d47e0e67c
V4.6.3_1.3.3 (#893)
* - Update App versions
- Add release notes

* Modify Monero.com release notes

* Fix issues with Frozen balance for Monero.com build

* Update cake wallet app build number
2023-04-24 14:02:17 +02:00
Omar Hatem
9e7009f339
V4.6.2 Bug Fixes (#874)
* Added a temporary workaround for empty receive addresses

* Fix Typo in PR template

* Make existing node private [skip ci]

* Fix transactions page background color [skip ci]

* Update ios version for internal test build [skip ci]

* update macos version for internal test build [skip ci]
2023-04-17 21:09:26 +02:00
Omar Hatem
c5477e4f9e
Dashboard desktop view (#737)
* Add build scripts for macOS. Add macos for cw_monero plugin. Add macos proj to the application.

* - Update Flutter secure storage to work with macos
- Enable uni links only on Mobile
- Update devcelocale to work with macos

* Add network access to mac

* Change Dashboard view on desktop size screens

* Add on Tap to desktop_action_button.dart
Remove unused functions

* Fix arch match for monero lib for darwin x86_64 -> x86-64

* Add Bundle ID in entitlements files through app config script

* Update deployment target to 10.13

* Revert back to Cake fork for secure storage

* Revert back to Cake fork for secure storage

* Revert mac os version

* Revert mac os version

* Add platform channel specific code for mac os

* Add desktop sidebar

* [skip ci] Add desktop sidebar

* [skip ci] Add desktop sidebar

* - Remove legacy migration from macos
- Remove wake lock native code and just use the ready made package

* Remove wake lock native code and just use the ready made package

* Remove unstoppable domain from macos since it's not supported

* Temporarily fetch unstoppable domains only on mobile

* refactor desktop settings sidebar

* Ignore increasing brightness for non-mobile platforms

* Add Wallet selection dropdown to dashboard desktop view

* Generate MacOS icons

* localize settings

* fix dashboard sidebar and responsive utils

* Change Mac os app name and bundle id

* Fix exchange page as fullScreenDialog

* Remove constants

* - Refactor onRamper to have a single point of modification
- Enlarge initial app size
- update Flutter and Packages

* Add pubspec.lock and Podfile.lock to gitignore

* Remove Podfile.lock from cache

* Fix bug on sidebar reset

* Fix issues from code review

* [skip ci] reformat desktop dashboard

* [skip ci] reformat desktop dashboard

* Revert removing .lock files

* Revert changes in .gitignore

* [skip ci] remove .project changes

* [skip ci] remove .project changes

* Separate Dashboard desktop view from mobile view

* constraint images and pincoded box

* Remove drawer from mac os

* - Listen to keyboard events in PIN screen
- Fix PIN buttons style

* Fix desktop nav bar UI

* Add Marketplace to dashboard view

* Update trailing icon to open transaction page

* Update widget contraints

* Add empty trailing to center page title on desktop

* Refresh desktop dashboard actions on wallet change

* Change ionia welcome page animation

* Fix Constrained width screens UI

* Refactor sidebar state management

* remove empty line

* Add max width constrain to Welcome page

* Change Exchange page UI depending on platform

* - Change design/paddings for Send page on desktop view
- Make AddTemplateButton instead of having it duplicated in send/exchange

* Fix Desktop dashboard actions background color

* Constrain primary Buttons width

* Make side menu items toggle back to dashboard

* Add padding to support page

* Add width constraints to desktop dashboard

* Fix UI issues, paddings and alignments

* Rename misleading variable
Change initial mac window size

* Fix wallet create in settings

* remove unnecessary code

* remove unnecessary code

* Remove duplicated constrains

* - Use close icon on main screens
- Minor UI fixes

* fix pageview controller reset index

* Add create and restore wallet options to dropdown menu

* Fix desktop background color and address book view issues

* Fix input field

* Add onFieldSubmitted to allow "enter" button interaction

* Fix issue from code review

* Fix Popup width constraint and add focus orders

* Fix variable name

* Fix issues from code review

* refactor dropdown items

* Fix alignment in create and restore wallet screens

* Fix dropdown change state bug

Hide scanner for desktop

* remove space

* override navbar with desktopnavbar

* Remove autofocus

* remove unused code

* Fix ionia input field alignment

* Replace removed code

* Add app lock feature on mac

* Add assertion to avoid null

* Add Nano currency image

* Enable adding contact from send screen

* Fix UI issues
Add missing translation

* pop only PIN screen after successful auth

* Add back wallet settings page to desktop settings actions

* Fix Navigation animation for settings screens

* Fixate MobX version to fix restore issue

* CW-324 Refresh current settings page if wallet changed (#811)

* Fix refresh current settings page if wallet changed

* Fix refresh current settings page if wallet changed

* Refresh Wallet Seeds/Keys List upon wallet change

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>

* Remove navigation workaround for duplicate key, and fix the issue by handling creation/disposing of global key (#840)

* Cw 323 add wallet list to settings on mac (#843)

* Remove navigation workaround for duplicate key, and fix the issue by handling creation/disposing of global key

* - Register Wallet List as singleton in Desktop to be modify the same instance from settings and dropdown
- General Fixes and Enhancements

* Fix Changing/Restoring wallet from settings

* Fix Create wallet not showing seeds screens if launched from settings

* Add max width constraint for Alerts

* - Add Desktop API keys
- Fix Change back up password issue
- Fix Popup width

* Sync Mac with latest main updates

* Swap Transactions icon with lock icon

* Save backup file locally on desktop

* Sync with latest main updates

* Fix Navigation issues with anonpay

* Update macos build version

* Remove deprecated custom wake lock code for Android

* Remove Legacy CryptoSwift package from MacOS

* - Refactor Payfura page code
- Add OnRamper new configs to onramper_buy_provider.dart
- Fix Conflicts with main

* Updated device locale package

* Update android tools

* Revert changes and update only gradle version

* Downgrade android tools version

* Update gradle version

* Update package/gradle/plugin version

* - Fixate device locale version
- Downgrade gradle version

* Update kotlin version

* Update gradle version

* Trial for a custom fork from devicelocale

* Fixate shared preferences package version

* Revert gradle version

* Revert kotlin version

* Downgrade gradle version

* Downgrade gradle version

* Repair cache and clean before build

* Fixate flutter version

* update google services version

* revert google services version

* Force shared pref android version

* Override shared prefs android package version

* Override shared prefs android package [skip ci]

---------

Co-authored-by: M <m@cakewallet.com>
Co-authored-by: Godwin Asuquo <godilite@gmail.com>
Co-authored-by: Godwin Asuquo <41484542+godilite@users.noreply.github.com>
2023-04-14 06:39:08 +02:00
Omar Hatem
a3622fa90c
Update app versions (#860) 2023-04-03 20:42:12 +02:00
Omar Hatem
ab4d020560
New Version Updates v4.6.1 and v1.3.1 (#837) 2023-03-20 17:15:14 +02:00
OmarHatem
c986fce562 Update app versions 2023-03-06 20:09:17 +02:00
OmarHatem
0517efc711 Update build versions 2023-03-06 19:21:04 +02:00
OmarHatem
f874557037 Update build version for monero ios 2023-03-03 02:05:33 +02:00
OmarHatem
f7e7024ffe Update app versions 2023-03-03 01:52:46 +02:00
OmarHatem
4ab7edf90b Separate test build apk from overriding the original app 2023-03-01 07:01:17 +02:00
OmarHatem
1481ebc229 Separate test build apk from overriding the original app 2023-03-01 06:34:10 +02:00
OmarHatem
23128dbe3c Separate test build apk from overriding the original app 2023-03-01 05:40:52 +02:00
OmarHatem
576152de99 New Release versions
- Cake Wallet 4.5.8
- Monero.com 1.2.7
2023-02-08 21:42:23 +02:00
OmarHatem
a6adfc15d3 Update android build version for Cake Wallet [skip ci] 2023-02-03 01:15:23 +02:00
OmarHatem
6072fd09d6 Update app version 2023-02-02 15:54:59 +02:00
Justin Ehrenhofer
0dc7474e62 Bump Haven to 3.0.7
https://github.com/haven-protocol-org/haven-main/compare/v3.0.3...v3.0.7
2023-01-23 14:31:44 -06:00
Justin Ehrenhofer
5c742d127b Bump Haven to 3.0.3 2023-01-11 14:46:32 -06:00
OmarHatem
38b21e3254 new version
- cake wallet: v4.5.6
- monero: v1.2.5
2023-01-04 20:39:36 +02:00
OmarHatem
033560cf3a Test upgrading haven repo 2022-12-29 03:52:40 +02:00
OmarHatem
a3afcc19fe New App Version Cake Wallet v4.5.5 - Monero v1.2.4 2022-12-22 20:00:16 +02:00
OmarHatem
947d1e2f7c Pump app versions and build numbers [skip ci] 2022-12-15 22:15:03 +02:00
OmarHatem
8e01b2d67a Revert script changes in injecting app details [skip ci] 2022-12-14 19:27:44 +02:00
Omar Hatem
b4aff67467
Revert script changes in injecting app details [skip ci] 2022-12-14 19:21:51 +02:00
OmarHatem
de37b25f92 Revert script changes in injecting app details [skip ci] 2022-12-14 19:19:57 +02:00
OmarHatem
8a12683137 - Update version to 4.5.3 for cakewallet; 1.2.2 for monero.com
- Fix android script to injecting app details
2022-12-14 17:19:45 +02:00
mkyq
3d836d5dce
Update android build version for cakewallet to 136; monero.com 32. (#633) 2022-11-16 22:00:59 -05:00
mkyq
841b69aef7
Android exported (#632)
* Add android:exported="true" to android activity.

* Update build version for android for cakewallet to 135; monero.com 31.
2022-11-16 21:55:26 -05:00
mkyq
91941e7c80
Update build number for android cakewallet to 134; monero.com to 30. (#631) 2022-11-16 20:19:23 -05:00
mkyq
35007fcf3e
Update version to 4.5.1 for cakewallet; 1.2.1 for monero.com. (#629) 2022-11-16 18:33:12 -05:00
M
1efced7607 Update build version for cake wallet to 132; monero.com 28 2022-11-10 13:11:10 -05:00
mkyq
b6a6bf88ba
Update build number for cakewallet to 130; monero.com to 26 (#606) 2022-11-07 15:54:50 -05:00
mkyq
0a0f9e80fd
Update build version for cakewallet to 129; monero.com to 25 (#600) 2022-11-04 17:51:27 -04:00
mkyq
d40cd3ebad
Update build version for cake wallet to 128 (#594) 2022-11-03 19:14:48 -04:00
mkyq
8683b0f435
Update version for cake wallet to 4.5.0 and monero.com to 1.2.0 (#592) 2022-11-03 18:16:58 -04:00
mkyq
289f382eda
Merge branch 'main' into flutter-upgrade 2022-11-03 15:27:35 -04:00
M
a4a9ca2e73 Update build version 2022-10-27 17:36:53 -04:00
M
81cec4ae20 Update build version 2022-10-26 15:34:56 -04:00
M
d2b951f735 Update build version and build number 2022-10-21 12:45:24 -04:00
Omar Hatem
6046385236
Cw 178 additional accents for exchange (#526)
* Fix SimpleSwap create exchange (#522)

* Check for status code 201 instead of 200 to follow SimpleSwap API documentation

* allow 200 and 201 success status code

* Changed app version to 4.4.7 (1.1.1 for monero.com)

* Add new currencies
Separate a list for unsupported currencies for SideShift
Fix currencies normalization symbols

* Add new currencies

* Add Currencies validation and possible length

Co-authored-by: M <m@cakewallet.com>
2022-10-20 13:23:36 -04:00
M
40e4f7de1f Changed app version to 4.4.7 (1.1.1 for monero.com) 2022-09-26 17:15:51 -04:00
M
04e059a3de Update build number for android 2022-09-15 08:23:42 -04:00
M
b978132fcf Update ios build number for monero.com 2022-09-14 19:04:46 -04:00
M
3f931ed8f2 Update ios build number 2022-09-14 16:15:11 -04:00
mkyq
d137e570df
Update cake wallet version to 4.4.6 and monero.com to 1.1.0 (#503) 2022-09-07 14:30:50 +01:00
M
805d72219e Copy lib unbound to monero dir. 2022-08-10 15:40:39 +01:00
M
f44bf9eb00 Update versions for Cake Wallet and Monero.com 2022-08-09 17:58:51 +01:00
M
8919fdc4d2 Update OpenSSL, add unbound for android build scripts 2022-08-09 17:31:33 +01:00
M
7662598f78 Update unbound script for ios. 2022-08-09 11:40:16 +01:00
M
84cb0b704c Fix for build openssl for ios. 2022-08-04 22:26:39 +01:00