Skip to content

Releases: tari-project/wallet-android

v0.24.1-b279-libwallet-v0.52.0

28 Dec 12:10
698bc04
Compare
Choose a tag to compare
  • Fixed bugs
  • Fixed security issues
  • Updated FFI library up to v0.52.0
  • Updated Yat library
  • New ProGuard rules added
  • Fixed Sentry logs

v0.24.0-b274-libwallet-0.52.0

16 Nov 12:48
v0.24.0-b274-libwallet-0.52.0
74142f9
Compare
Choose a tag to compare
  • Updated yat lib for Android 14
  • Support for Android 14
  • Updated libs
  • New rules for R8
  • Fixed tor deeplinks support
  • Added data collection consent
  • Changed sentry server
  • Updated wallet info screen
  • Updated build config
  • Lint update
  • Introduced passcode feature
  • Stabilized Bluetooth flow
  • Fixed issue with bypassing auth on the main screen
  • Fixed several reported UX/UI issues

v0.23.0-b256-libwallet-0.50.0-hotfix.1

31 Aug 10:40
v0.23.0-b256-libwallet-0.50.0-hotfix
4becc10
Compare
Choose a tag to compare
  • 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
  • Updated "send" tab bar button
  • Transactions presented on the screen are now clickable and move the user to the transaction details screen on tap
  • Hidden block explorer buttons.
  • Added support for tor QR codes
  • Fixed a few dark mode issues
  • Reworked granular permissions handling and permission handling itself
  • Fixed crashes from sentry related to bad parcing

v0.21.1-b251-libwallet-0.49.0-rc.2

17 Jul 07:17
v0.21.1-b251-libwallet-0.49.0-rc.2
592c7b6
Compare
Choose a tag to compare

Updates:

  • Contact sharing
  • Sharing via Bluetooth
  • Sharing via NFC
  • Sharing via QR code and links
  • Reworked permission granting
  • FFI updated up to 0.49.2-rc-2
  • Sharing your profile
  • Settings for BLE
  • Moved send functionality to the contact list
  • Added receive button into profile screen
  • Added filtration of empty phone contacts
  • Aligning with iOS
  • Added soft update for the lists
  • Added contact name edit inside transaction details
  • Added transaction history into the contact
  • Added new icon licenses

Fixed:

  • Case when the contact list doesn't update at all
  • Case when the tx list doesn't load at all
  • Fixed broken UI in tx details
  • Fixed available to spend icon space in order to better accessibility
  • Fixed wrong destination after sending flow
  • Fixed Yat issue
  • Several issues from Sentry

v0.19.0-b232-libwallet-0.44.0

10 Feb 10:55
v0.19.0-b232-libwallet-0.44.0
585162f
Compare
Choose a tag to compare
  • Updated FFI up to 0.44.0
  • Enabled backups again, dropbox and google drive
  • Added RFC stages
  • Added security onboarding flow
  • Fixed several lint problems
  • Updated several UI libs
  • Introduced Canary leak tools for dev build
  • Fixed several issues with previous release:
    • White mode: disabled state of button - blue to gray
    • Issues with tariInput
    • Fixed broken shadows problem
    • Fit shadow in several places
    • Fixed navigation after sending taris
    • Fixed dialog UI

v0.18.0-b227-libwallet-0.43.2

09 Jan 08:28
7b1148f
Compare
Choose a tag to compare

Features:

  • log files management
  • dark mode:
    • Added palettes and styles for three modes
    • Transferred not needed activities to fragments
    • Extracted several common views as widgets like toolbar, tariIcon, tariBackgrounds and e.t.h
    • Replaced all screens with tari widgets
    • Bring unified shadow solution
    • Cleared resources: colors and drawables
    • Replaced colors in place into corresponding color attributes or widget

v0.17.0-b225-libwallet-0.41.0

05 Dec 08:37
177e8ef
Compare
Choose a tag to compare

Description of done:

Features:
  • Reworked backup process
  • Added ability to upload backup right into dropbox
  • Added ability to recovery backups between platforms in both ways
  • Added ability to easily add new backup options
  • Updated FFI up to 0.41.0 and several intermediate updates
  • Updated designs for log files
  • Updated design for reporting bugs to sentry
  • Cleaned up unused resources
  • Updated libraries
  • Updated gradle, fixed stuff for newest gradle
  • Extracted dialog manager
  • Removed faucet
  • Refactored jni layer, removed about 800 lines just extracting common code
FIxes:
  • Several bugs related to google drive backuping
  • Lint issues for the newest android version
  • Several fixes for making work the newest android version

v0.16.0-b216-libwallet-0.38.5

18 Oct 08:49
184cc6c
Compare
Choose a tag to compare

Fixes:

  • Fixed foreground task switcher
  • Fixed navigation from notification
  • Fixed notification during the recovery process, it stopped the recovery
  • Fixed 426 after backup (basically FFI side fixed it)
  • Fixed 428 after backups, was a concurrency problem
  • Fixed balance updating process
  • Fixed tx list updating after breaking\splitting coins
  • Fixed error on getting faucet utxos
  • Updated faucet txs flow, now it's adding as pending not completed txs
  • Small UI fixes as well
  • Fixed crash when phone don't have enough memory for barcode
  • Fixed sentry crashes or added additional logs

Features:

  • Updated FFI to 0.38.5
  • Updated network to Esmeralda
  • Updated debug activity and added the ability to open it everywhere in the app
  • Updated logging system, added sink logs into sentry
  • Updated gathering logs from the whole application with tags and additional information
  • Added sink logs into a separate file which the user can send us and see by himself

Technical tasks:

  • Update backup logic
  • Made code audition
  • Updated navigation architecture to a new convenient one
  • Clean up excessive loggers from code
  • Updated obsolete android related code
  • Updated WalletService, split files, added stub proxy, bringing some architecture here
  • Refactored FFI layer, removed about 800 lines of boilerplate code
  • Reviewed notification infrastructure
  • Refactored the giphy, removed duplicates and e.t.h

v0.15.2-b204-libwallet-0.32.12

28 Jul 08:04
740342c
Compare
Choose a tag to compare
  • Fixed lint error
  • Fixed reasonable lint warnings
  • Updated connectivity statuses
  • Fixed broken refresher on tx list
  • Fixed wallet crash on creating process related to the wrong thread
  • Setup lint for ignoring NewApi issues because they are not reliable on bitrise

v0.15.0-b202-libwallet-0.32.12

14 Jul 13:08
6ca5169
Compare
Choose a tag to compare
  • Implemented utxo list functionality, with 2 types of list, split and join buttons
  • Introduced the very last FFI version
  • Extracted touchingView for the top of txList
  • Updated dependencies
  • Updated Gradle version
  • Fixed deeplink formatting issue
  • FIxed all settings fading issue
  • Fixed 24th seed word hint selection