Skip to content

Releases: symbol/mobile-wallet

[0.4.2][v0.4.2] - 08-Feb-2021

08 Feb 10:48
fa1e45b
Compare
Choose a tag to compare

[0.4.2][v0.4.2] - 08-Feb-2021

Milestone: catapult-server@v0.10.0.6

This version only works with the latest testnet (0.10.0.6), it is not backward compatible.

⚠️ This version(0.14.0) resets the previous user profile and locally stored data. The new HD path will generate different keys and addresses from an existing testnet mnemonic phrases. It is highly recommended to backup your test account profiles before using this version, especially the private keys of your seed(HD) accounts. Old testnet private keys can still be restored / re-imported as privateKey accounts in this new version.

Added

  • Dynamic fees support. Now the options for the fee selection are calculated dynamically depending on the network load.
  • Added logout warning to prevent user losing their keys
  • Seed index presented in account details
  • iPad support with full width app.
  • Error notification when transactions are invalid
  • Backup paper wallet for iOS now is more user-friendly
  • Harvesting keys are now saved on device and user can explore / see them
  • Decrypt message on the sender side.

Changed

  • Changed delegated harvesting process. Support persisting linked private keys locally for remote & local harvesting (node owners) purposes.
  • Changed HD seed account generation to use profile network type rather than node network type.

Fixed

  • Main seed account is not hideable
  • Fixed 0 default value for transactions
  • Editing address book was causing a double entry
  • Preventing long inputs in the address book contact
  • Button for signing multisig was not appearing properly
  • Fixed UI pin code text for japanese
  • Multisig transaction list now is live (added the listener)
  • Fixed required balance message for harvesting screen
  • iOS back arrow on side panel was difficult to click
  • Fixed scaling issues for iOS screens
  • Fixed some missing hardcoded translations
  • Other UI issues

v0.4.1 - End of sprint release

15 Dec 13:23
Compare
Choose a tag to compare

[0.4.1][v0.4.1] - 15-Dec-2020

Added

  • Added scan QR functionality allowing to scan following QR types:
    • ContactQR
    • AddressQR
    • TransferTransactionQR
    • Account QR

Fixed

  • Fixed no message displayed on harvesting screen when the account had insufficient balance
  • Fixed generated invoice QR had a wrong amount
  • Fixed language switch didn't update the language unless you restarted the application
  • Fixed changing a node was reseting the selected account
  • Fixed android back up page was not appearing if pin code was set
  • Fixed when importing private key the second time there was no warning
  • Improved balance widget to avoid showing 0 balance when loading
  • Fixed big amount went to a new line
  • Fixed notification not fully visible

First feature release

26 Nov 07:57
Compare
Choose a tag to compare

Release note

[0.4][v0.4] - 20-Nov-2020

Account management

  • Import account by mnemonic
  • Import account by MnemonicQR
  • Create new account
  • Back up account with paper wallets
  • Back up account by mnemonic verification
  • Display account details on dashboard
  • Add child accounts by index
  • Add accounts to profile by private key or scanning QR
  • Edit account names
  • Remove accounts
  • Display account details
  • See account in explorer link
  • Add testnet mosaics with the faucet

Send / Receive

  • Send transfer transactions with multiple mosaics
  • Send transfer transactions with message encrypted
  • Prepare transfer transactions QRs
  • Notifications of incoming and outgoing transactions. (Confirmed and unconfirmed)

Transaction list

  • Display full transaction history
  • All transactions have now a link to explorer
  • Filter transactions by send and received
  • See transactions from your multisig accounts
  • Decrypt transaction messages
  • Sign aggregate bonded transactions from your account or from your multisig accounts

Harvesting

  • Delegated Harvesting part 2
  • Show delegated harvesting info (blocks collected and fees earned)
  • Allow start delegated harvesting form simple account
  • Allow stop delegated harvesting form simple account
  • Allow change node of delegated harvesting form simple account

Mosaics

  • See mosaics information through mosaic list
  • Transfer mosaics with simple transfer transactions
  • See expired mosaics

News

  • See the latest news from nem with the RSS channel

Settings

  • Switch between locales. (Currently only English supported)
  • Turn on / off passcode and touch / face ID
  • Logout and remove all data from your account
  • Bad network connection / node down alert
    NOTE: We have known issues which have been logged and will look for fixing them in the next release.