Skip to content

v0.23.0-libwallet-0.50.0-hotfix.1

Compare
Choose a tag to compare
@TruszczynskiA TruszczynskiA released this 30 Aug 11:12
· 5 commits to master since this release
08e029d
  • Created new home screen
  • Replaced old home screen with new one
  • Reimplemented Transaction History Screen
  • New Screen is now available when user tap on the "View all transactions" button on the home screen
  • Reimplemented QR code scanner. Now, the scanner is more versatile. The developer can now specify the expected data types that will be passed back to the presenter VC, all other data types will be handled by the scanner itself in a default way.
  • Updated Transaction Send Screen UI
  • Speed up RotaryMenuView animations
  • Updated FFI version to 0.50.0.hotfix.1
  • Updated min. valid FFI version to 0.50.0.hotfix.1
  • Fixed issue with misaligned fractional numbers on the home screen. Now they will be presented properly on devices with iOS older than 16.4.0
  • Updated "send" tab bar icon
  • The app will no longer crash on slower devices when the user navigates to the transaction list screen
  • Added a help button next to the "Available to spend" label on the home screen.
  • Transactions presented on the screen are now clickable and move the user to the transaction details screen on tap.
  • Fixed issue with refreshing data on the home screen. Now, the list of recent transactions will update more frequently
  • Fixed soft-locks on the screens where the software keyboard is used. Now, the keyboard will dismiss when the user taps anywhere on the screen.
  • Fixed issue with misaligned balance label on the home screen
  • Hidden block explorer buttons.