Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 1.3.0 Release #869

Merged
merged 9 commits into from
Oct 4, 2023
8 changes: 8 additions & 0 deletions source/mainnet/net/guides/export-import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,16 @@ How to back up and import

Backup is not available in |mw-gen2| or |bw|. They use a secret recovery phrase to :ref:`recover your accounts, identities, and private keys<recover-wallet>`. You cannot import a backup from |mw-gen1| or Desktop Wallet to either |mw-gen2| or |bw|.

.. note::

The option to view the secret recovery phrase is available in |mw-gen2| for Android version 1.3.0 or greater in the Wallet Settings |wallet-settings|. However you cannot simply upgrade to version 1.3.0 and use this feature. Instead, you must either create a new wallet or recover your wallet to be able to see this option in Wallet Settings.

If you need to export your private key to use in Concordium Client (for example, to work with smart contracts or to set up baking), see :ref:`Export a private key<export-key>`.


.. |morepage| image:: ../images/more-ellipsis.png
:alt: Three dots button

.. |wallet-settings| image:: ../images/settings.png
:alt: gear wheel
:width: 40px
32 changes: 20 additions & 12 deletions source/mainnet/net/release-notes/release-notes-lp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,37 @@ Wallets
|mw-gen2| for Android
---------------------

August 16, 2023
October 4, 2023

Version 1.3.0 contains several fixes for the WalletConnect functionality, including some fixes to the user interface and error messages, and also a crash when sending funds. It also contains the ability to view the secret recovery phrase if you need to record it again.

Version 1.2.1 contains the following:
.. note::

- Fixed end destination when exiting add/remove watched tokens.
The option to view the secret recovery phrase is not available simply by upgrading to version 1.3.0. Instead, you must either create a new wallet or recover your wallet to be able to use this option.

- Fixed item overlap issues with transaction details screen
.. dropdown:: Previous releases

- Removed all tokens with balance < 0 when selecting tokens for transfer
.. dropdown:: |mw-gen2| 1.2.1 - August 16, 2023

- Removed token thumbnail and added name in token details activity
Version 1.2.1 contains the following:

- Transfer token flow now ends in the proper place
- Fixed end destination when exiting add/remove watched tokens.

- Fixed issue where ID pub duplicated id error showed
- Fixed item overlap issues with transaction details screen

- Ensured compatibility with the upcoming P6 protocol update.
- Removed all tokens with balance < 0 when selecting tokens for transfer

- Changed text in tokens screen and added item decorator for divider in TokensFragment.
- Removed token thumbnail and added name in token details activity

- Removed the ability to select other tokens when transferring from TokenDetailsActivity
- Transfer token flow now ends in the proper place

.. dropdown:: Previous releases
- Fixed issue where ID pub duplicated id error showed

- Ensured compatibility with the upcoming P6 protocol update.

- Changed text in tokens screen and added item decorator for divider in TokensFragment.

- Removed the ability to select other tokens when transferring from TokenDetailsActivity

.. dropdown:: |mw-gen2| 1.2.0 - June 27, 2023

Expand Down
Loading