Skip to content

Releases: radixdlt/babylon-wallet-android

1.5.0

02 Apr 08:19
5d2a0e2
Compare
Choose a tag to compare

Changelog:

  • Viewing "history" from your accounts now offers a proper in-app listing of recent transactions on that account.
  • USD value of holdings is here! Using data from Radix Charts, the wallet will now show you the value of your holdings of tokens, LSUs and pool units.
  • Users are now more immediately prompted to write down their seed phrase.
  • Improved signing screens and account pasting fix.
  • Wallet now tells you if a transaction failed because a guarantee was not met.

Pull Requests:

1.4.1

09 Feb 12:54
f4493a8
Compare
Choose a tag to compare

Changelog:

  • Fix security prompt to restore seed phrase for account to properly dismiss after seed phrase restoration
  • Add copy icon to allow raw manifest copying
  • Remove redundant app permissions
  • Fix issues in stake transaction review screen

Pull requests

  • [DO-2207] fix firebase release app build by @duje-begonja-rdx in #797
  • [ABW-2920] Refresh security prompt after seed phrase was restored by @jakub-rdx in #799
  • ABW-2706 - Copy manifest icon added with copy funciton. Icon for collapse state changed. by @raf-rdx in #798
  • [ABW-2924] update kotlin compiler, few libs, move plugins into toml file by @jakub-rdx in #800
  • [ABW-2932] Exclude questionable permissions by @jakub-rdx in #804
  • ABW-2931 resolve assets in stake/pool transactions by @jakub-rdx in #803

1.4.0

02 Feb 16:01
2263f61
Compare
Choose a tag to compare

Changelog:

  • Transactions to stake, unstake, and claim now have friendly transaction review summaries rather than showing as raw transaction manifests.
  • Added a new "Staking" asset category containing LSUs and Stake Claim NFTs (no longer listed in "Pool Units").
  • Staking tab also contains a new at-a-glance summary of your total stakes, unstake requests, and claims in that account.
  • Unstaked XRD can now be claimed directly within the wallet.
  • Added warning for transactions that don't match a known type and can only be shown in raw transaction manifest form.
  • Improved warning message for transactions that are currently invalid but could be committed within their epoch window.
  • Fixed issue where dApp interactions sometimes did not appear correctly in transaction review summaries.
  • Various fixes and improvements

Pull Requests:

1.3.0

19 Dec 11:01
0679614
Compare
Choose a tag to compare

Changelog:

  • Introduce a recovery option for users without backups using bare seed phrases or Ledger hardware wallets. This feature supports both Babylon and Olympia created accounts and enables Olympia importing without the usage of Olympia Desktop Wallet.
  • Show full non-fungible data on the NFT details view.
  • Move Backups from App Settings to Account Security & Settings.
  • Display a warning during transaction preview when deposit rules may prevent a deposit.
  • Improve the onboarding experience for new wallets user by adding an information box.
  • Improve how user errors are displayed, making it easier for users to understand and address issues.
  • Show a warning to users when they are using the app on a rooted device.
  • Fix an issue where app wouldn’t start when the app returned to the foreground.
  • Fix an issue with validators display in the Pool Units tab in Account details.
  • Update UI libraries to address several UI/UX bugs.

1.2.2

13 Dec 17:21
Compare
Choose a tag to compare

Changelog

  • Filter out addresses (from caching layer) that do not belong to the current selected network, before requesting details from gateway.
  • Errors happening inside the cache's stream are not crashing the app, but are propagated to UI.

1.2.1

30 Nov 16:45
4a27e87
Compare
Choose a tag to compare

Changelog:

Pull Requests:

1.2.0

23 Nov 16:59
33233a3
Compare
Choose a tag to compare

Changelog:

  • Improved performance in wallet for users with many accounts and assets
  • Added a temporary transaction “History” button that links from Account view out to new Account “Recent Transactions” page on Dashboard with basic balance update information. Proper in-app History with filtering still in development, but this was a quick way to provide the basics in one tap.
  • Added option to skip the “Babylon” Seed Phrase during the wallet restoration process.
  • Prompt to write down the seed phrase immediately after creating a Persona to ensure its safety.
  • Added verification step to confirm that the seed phrase has been properly written down for added security.
  • Improved UX when transferring the maximum amount of XRD tokens in an account
  • Resolved a bug that affected the ability to view individual NFT items on the Radix Dashboard when redirected from the wallet.
  • Fixed formatting issues related to the display of amounts.
  • Improved wallet recovery from backup for users that do not have Babylon accounts.

Pull Requests:

  • Update LICENSE by @CyonAlexRDX in #629
  • chore: create dependabot.yml for github actions update [DO-1997] by @marek-karwacki-rdx in #631
  • ABW-2551 - Behaviours section hidden for XRD resource. by @raf-rdx in #636
  • Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in #634
  • Bump actions/setup-java from 3.12.0 to 3.13.0 by @dependabot in #635
  • New Crowdin updates by @radixbot in #627
  • State repository functions by @micbakos-rdx in #625
  • Bump ruby/setup-ruby from 1.126.0 to 1.161.0 by @dependabot in #641
  • New Crowdin updates by @radixbot in #643
  • ABW-2498 - When max clicked, dialogs show to confirm which amount we want to insert. by @raf-rdx in #639
  • ABW-2553 - Just one behaviour (SUPPLY_FLEXIBLE) is shown for xrd. by @raf-rdx in #638
  • [Abw-2454] Verify user written seed phrase by @jakub-rdx in #640
  • [ABW-2577] Fix backup recovery for profile with no babylon software accounts by @jakub-rdx in #642
  • [ABW-2451] prompt user to back up seed phrase after creating Persona by @jakub-rdx in #645
  • Bump timheuer/base64-to-file from 48657ba25c726c2e3dcf02efa3639fff9b3d587e to 604a8926a81a2da120d09b06bb76da9bba5aee6e by @dependabot in #646
  • Bump svenstaro/upload-release-action from 2.6.1 to 2.7.0 by @dependabot in #647
  • Bump release-drafter/release-drafter from 5.21.1 to 5.25.0 by @dependabot in #648
  • [ABW-2587] properly set mnemonic word indexes that will be validated by @jakub-rdx in #650
  • New Crowdin updates by @radixbot in #652
  • ABW-2547 / ABW-2583 - Account history button added. NFT dashboard link url encoded. by @raf-rdx in #654
  • ABW-2595 - Max amount button behaviour matched to whats on iOS. When less than 1xrd is applied we show different dialog. by @raf-rdx in #656
  • [ABW-2600] Seed phrase logic refactor and ui change by @jakub-rdx in #653
  • [ABW-2604] Fix formatting for amounts below 1 by @jakub-rdx in #657
  • Resources modal sheets with dynamic content by @micbakos-rdx in #651
  • Assets View & Resources caching by @micbakos-rdx in #644
  • ABW-2448 - Skip main seedphrase during backup restoration flow. by @raf-rdx in #649
  • [ABW-2609] Update detection of main babylon seed phrase recovery by @jakub-rdx in #658
  • Return the currently newly resolved validators with stakes by @micbakos-rdx in #660
  • ABW-2605 - Biometric auth only asked when we need it and when BDFS is created. by @raf-rdx in #659
  • Bump version to 1.2.0 by @giannis-rdx in #661
  • Request explicit metadata for resources in all next pages @micbakos-rdx (#664)
  • ABW-2614 - Skip button moved to the bottom of the page. Refactored RestoreMnemonicsArgs to contain only RestoreProfile case. @raf-rdx (#662)
  • [ABW-2615] Update ledger error handling, remove unused error property and dialog. @jakub-rdx (#663)
  • Skip button made inside the bottomBar of the Scaffold to make it visi… @raf-rdx (#665)

1.1.0

03 Nov 08:52
8c65786
Compare
Choose a tag to compare

Changelog:

Features

  • Accounts and persona hiding
  • Gif support

Bug fixes & Improvements

  • Multiple guarantees are correctly formatted during modification
  • Deposit guarantee formatting improvements
  • Correct Radix Dashboard url shown when navigating from within the app
  • Transaction status messages are more organised and structured
  • Transaction review loading time improved
  • Changed display of seed phrase card when seed phrase is missing
  • Various other bugs and improvements

1.0.6 (18)

13 Oct 09:11
46fd929
Compare
Choose a tag to compare

Changelog:

Features

  • Accounts can be renamed

Bugfixes

  • Fixed a bug preventing completion of transactions with multiple guarantees.
  • Fixed an issue when withdrawing all XRD from an account and paying fees from it.
  • Fixed an issue that could cause backups to be unavailable when recovering to the same device under some circumstances.
  • Seed phrases with no accounts are now visible in settings.
  • Fixed some issues related to asset behaviours.
  • Detection of lost connection with connector extension when adding a Ledger device.

Pull Requests:

1.0.5 (16)

29 Sep 15:21
f3c748f
Compare
Choose a tag to compare

Changelog:

  • Tip formatting improved when typing tip percentage with decimal values.
  • Fixed an issue that some users may experience when connecting/disconnecting to/from multiple dApps (dApp validation error)
  • Add a warning to contact Radix support for users that have their wallet in an invalid state

Pull Requests: