Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

3.2.0

Compare
Choose a tag to compare
@dbuarque dbuarque released this 01 Apr 12:57
· 4 commits to master since this release
fa63b31

BUG FIXES:

• Fix bug when the user changes the account in the Browser and back to the Balance screen;
• Fix bug when the user creates or restores the wallet.
• The price was not loading for the first time;
• Fix all load more buttons;
• Use USDT as default BTC swap just if the USDT is available in the list;
• Fix bug when making a transaction by scanning a QRCode;
• The app was crashing when clicking twice on token from Portfolio screen;
• The Token filter was not impacting in the Balance screen, just if closes the app and return;
• Fix issue on withdraw vote rewards;
• Transaction icon direction was always showing as received;
• Show the token balance on Swap screen even if the user has never going on the account;
• Fix token price decimals in the Token Detail screen;
• Fix the close icon in the select account search field;
• The Balance was not updating correctly after a transaction;
• Pin modal was not showing when the app came from a background and there is another pin shown;
• Fix the wrong precision on the Transaction list;
• Fix the Seed layout for small screens;
• Fix duplicated transactions when the load more is called;
• Transaction detail is inverting "To" and "From" fields;
• Adjust font size to fit in button in the Vote screen;
• Fix the swap address input scroll;
• Fix crash when trying to unfreeze or play some DApps;
• USDT price variation was showing null in the Portfolio screen;
• Fix crash when the selecting Account is clicked twice;
• Fix the black bar in the browser;
• Fix the account with a long name was break the UI;
• Fix the filter button layout.

FEATURES:

• Add Ethereum support;
• Add Ethereum coin option on the Swap screen;
• Add landscape mode in the Browser;
• Add new Create/Restore account flow;
• Add option to pay the fee with TWX for BTC and ETH swap;
• Fetch a dynamic network fee for BTC and ETH;
• Make BTC-USDT pair default swap for BTC;
• Add USD option in the Send screen;
• Add percentage bar button in the Swap screen;
• Display an icon for watch mode wallets on select wallet modal.

IMPROVEMENTS:

• Add retry option when could not fetch the keyPair list in the Swap screen;
• Fetch the prices just when the KeyPairs load in the Swap screen;
• Improve the optimistic UI on the transactions list;
• Block the USDT option when the token doesn't have a price in the Send screen;
• Set 6 as max precision on the available value and the minimum value in the Swap screen;
• Clear the amount field after the user changes the select token in the Send screen;
• UI improvements to load balance, accounts, and transactions.