Releases: AlphaWallet/alpha-wallet-android
Releases · AlphaWallet/alpha-wallet-android
v3.40.2 General improvement release
- Optimise Token engine database updates
- Optimise Wallet card updates and make app more responsive
- Support ENS avatars (using any format including SVG)
- Improve UX for payment request QR
- Use DAS name safe fallback
- Add 1Inch swap for Arbitrum and Mainnet
- Fix for changing network on 1Inch
- Fix some issues with scanning QR codes
- Fix 'Reload Token Data'
- Fix for WalletConnect usage from browser app on same phone
- Fix wallet process re-start
- Improve watch wallet import
- Add GitHub issues to support
- Add DexGuru tickers
- Lookup BSC token icons
- Refresh tickers when changing currency
- Fix more memory leaks
- Fix various layout and click area issues
- Fix some crash issues
- Improve private key import to be more user-friendly and less fussy.
- Modernise more code and use more native methods for internal app comms
- Overhaul WalletConnect background service integration
- Improve old layouts
- Add Abritrum & testnet
- Move to Etherscan for gas oracle
- Improve ticker update to use fewer calls and less susceptible to oracle loss
- Improve QR scan response flow
v3.40.1
Stability Release - minor improvements and fixes.
- Support DAS name lookup for accounts
- Fix memory leaks for better performance
- Ensure all Tokens load correctly for new wallet
- Improve QR scanning
- Fix for DApp raw transaction send
- Fix layout artefacts
- Upgrade code to latest Android standards
- Improve icon display on main wallet page
v3.4 Release
- Supports ERC1155
- Vietnamese localisation
- EIP3085 custom chains
- Upgrade notifications
- Fix for high volume account lockups
- WalletConnect chain select
- "Rate me" dialog
Hotfix for chain balance update
- Fix for base chain balances sometimes not updating correctly.
- Added Wallet naming.
- Add Polygon Quickswap button.
- Update browser homepage for Polygon.
- General stability improvements and bugfixes.
Provider connection and stability upgrade
- Fix for Dapp provider (connection to wallet) issues.
- WalletConnect stability improvements.
- Improved Speedup/Cancel transaction flow.
- Fix for DappBrowser soft keyboard use issue.
- Using best RPC routes for xDai.
- Fix Optimistic balance and sending.
- Added Cronos testnet.
- General stability improvements and bugfixes.
v3.35.1 Hotfix for Biometrics library upgrade
- Switch to latest Android biometric security libraries in case of newer firmware that no longer supports older Fingerprint manager.
- Updates of xDai and BSC RPC endpoints to latest recommended.
Node connection and stability upgrade
- Updated chain node points (Polygon, xDai, Optimism) for better stability and speed.
- Fixed IPFS NFT token loading.
- Updated Android SDK code to latest standards.
- Added token data refresh in Settings->Advanced.
- Fixed other reported issues.
Stability and performance upgrade
- Add French localisation.
- Fixes some App Not Responding (ANR) freeze issues.
- Fix for some chains not picking up newer transactions.
- Fix for walletconnect session connection issue.
- Auto check all supported networks for balance.
- Just-In-Time loading of NFT assets to speed up discovery.
- Try to load NFT assets from metadata directly if required.
- Support SVG NFT images.
- Dappbrowser authentication fix.
Universal ERC721 NFT Support Release
- Includes support of ERC721 for most chains (all those covered by Etherscan, Blockscout plus Polygon and Fantom).
- Adds support for Polygon, Avalanche and Fantom.
- Fixes and optimisations.
Patch for 3.30
As 3.30.0 but with the final artefact of the Realm upgrade fixed.
In summary, Realm v10 introduced many safety features and enforced normalised behaviour similar to network activity; ie no Realm stores on the main thread, and no realm storage using a realm accessor declared on a different thread. This triggered a review of all Realm usage in wallet, which was normalised to the correct behaviour.