Releases: AlphaWallet/alpha-wallet-android
Releases · AlphaWallet/alpha-wallet-android
Release 1-32-3
Merge pull request #547 from AlphaWallet/RELEASE-1-32-3 Release 1-32-3
Release 1.31.0
Release 1.31.0
Experimental release for testing
Regarding compatibility issues.
Release 1.30.1
Largely an overhaul of the wallet contract infrastructure - overhaul the transaction decoder to determine the type of contract token from the constructor data and ensure tokens are handled according to this determination.
- Greater emphasis on abstraction.
- Fixed personal and data signing for some websites that don't accept traditional Bitcoin style signing.
- Streamline the token and transaction handling methods and ensure a single path wallet functionality.
- Reduce the resources consumed by the wallet - eg decouple the transaction list from the transaction view - fetch tx data 'Just-In-Time' to the screen using Android native recycler view to fetch the expanded database details.
- Enhance ENS with full history of successfully used ENS addresses.
- Various optimisations and fixes.
This release is a stepping stone to the forthcoming 'iFrame' system; ensuring a clean platform to build upon.
Release 1.1.0
- Full ERC721 support.
- ENS support.
- ENS lookup for Tenzorum ID.
- Enhanced support for DApp broswer.
- Supports ERC875 dynamic definition lookup.
- Stability, network optimisation and speed improvements.
1.0.6
This release addresses a problem with XML smart-contract addresses.
XML-schema version 1
- Update the xml from using schema 0.5 to v1. A validator will be issued in the coming releases.
- Improve token import experience.
- Display issuer correctly.
- Show live wallet balance for all wallets on wallet page.
- Show USD value of eth to be transferred on 'Transfer' page.
- Fix various UI display issues.
- Fix Ticket Duplication issue.
Official live release
- Fix display of date on ticket details.
- Add ability to show all transactions affecting the user, not just direct transactions (eg transactions where wallet user was credited with tokens without any payment/gas coming from user).
- Add function to view contract address.
- Correct timezone used for ticket detail breakdown.
- Add official and unknown import details for known contract addresses.
- Auto-set the network eg Mainnet/Ropsten etc. when importing tokens.
- Improvements for Android O.
- Fix for locale and network switching.
- Fix token visibility.
- Use full token names if token is Stormbird verified.
- Fix for outstanding magiclink generation issues.
- Overhaul UI to display complete ticket information.