* Update build docs and migrate Android builds to Docker
* Update NDK and move steps directly into Dockerfile
* Fix NDK installation via script and Dockerfile
* Migrate to @MrCyjaneK's existing Dockerfile (with optimizations)
* Add .dockerignore and migrate Dockerfile to root of project
* Revert .gitignore changes
* Update Android and Linux builds and resolve Linux build issue
* Fix git repo for Linux and Android build instructions
* Set branch to latest release in build docs
* Ensure `flutter clean` is run before building
* Fix Linux completion example
* Don't build Zano for Linux
* Apply suggestions from code review
Co-authored-by: cyan <cyjan@mrcyjanek.net>
* Explicitly add automake package to Dockerfile
* Improve logging on Android and Linux builds via Docker
* Improve Dockerfile comments and ordering
* Fix issues in macOS and iOS builds docs (thanks @MrCyjaneK)
* Update docs/builds/IOS.md [skip ci]
* Update docs/builds/IOS.md [skip ci]
* Update docs/builds/MACOS.md [skip ci]
* Update docs/builds/IOS.md [skip ci]
* Fix and improve iOS and macOS build docs
* Windows build doc improvements
Co-authored-by: cyan <cyjan@mrcyjanek.net>
* add missing dependency to Dockerfile
* Update Windows build docs
* More fixes and optimizations to the Windows build docs
* Add git config to Windows build doc
* Fix shell location/commands in Windows build doc
* Fix WSL commands in Windows build doc
* Apply suggestions from code review
Co-authored-by: cyan <cyjan@mrcyjanek.net>
---------
Co-authored-by: cyan <cyjan@mrcyjanek.net>
* feat: Enhance Wallet Groups Implementation by using hashedIdentifiers instead of parentAddresses
* fix: Call updateWalletGroups even if group has an hash identifier
* feat: Add secrets to workflow
* feat: Enhance Wallet Groups Implementation by using hashedIdentifiers instead of parentAddresses
* Handle wallet grouping edgecase where wallet is restored via non seed medium
* fix: Valid wallet/wallet groups not showing up when choosing wallet/groups for creating new wallets
* CW-934 Implement passphrase creation for zano
* Update monero_c dependency to latest commit
Fix issue with zano keys not showing during sync
Fix delays when invoking read only commands in zano
Fix extra padding above passphrase
Reduced lag during app use
* feat: Redesign HW Account select screen
* fix: Avoid "Bluetooth disabled" Exception on dispose of HW Connection screen
* feat: Proceed on Ledger Modal is not dismissible by tapping out
* feat: Gracefully ignore errors thrown by monero ledger keep alive function
* feat: Close a monero ledger wallet on wallet change
* fix: Leave connect screen without connecting
* add libmd to linked libraries
* ios 16 fixes, new moneroc, simulator support
* update app version [skip ci]
* update monero.com as well [skip ci]
* migrate away from {Monero,Wownero,Zano}Wallet.framework
Generate .xcframework dynamically
Fix mweb requiring manual steps in xcode
* fix app_config.sh when .dylib are not yet present
* fix typo in model_generator.sh
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>