Skip to content

Releases: tari-project/wallet-android

v0.5.1-b144-libwallet-0.16.9

26 Nov 12:55
12ddb5b
Compare
Choose a tag to compare
  • #610 Fix for a bug that caused the automated backup to fail after wallet reset (i.e. delete).

v0.5.0-b143-libwallet-0.16.9

04 Nov 11:43
cf78550
Compare
Choose a tag to compare
  • New testnet release.
  • FFI library 0.16.9 update.
  • Delete wallet option in settings.
  • Network compatibility check after application update and wallet restore.
  • Various UI and bug fixes and improvements.

v0.5.0-b143-libwallet-0.16.9-BETA

02 Nov 10:51
cf78550
Compare
Choose a tag to compare
Pre-release
  • Improves dialog button text sizes.
  • Fixes a typo.

v0.5.0-b142-libwallet-0.16.9-BETA

30 Oct 14:37
427a833
Compare
Choose a tag to compare
Pre-release
  • Delete Wallet option in settings.
  • Network compatibility check after application update and wallet restore.
  • UI fixes and minor bug fixes.

v0.5.0-b141-libwallet-0.16.9-BETA

28 Oct 18:43
4c53831
Compare
Choose a tag to compare
Pre-release
  • New testnet release.
  • FFI library 0.16.9 update.
  • Various bug-fixes and improvements.

v0.4.1-jniLibs-0.16.4

04 Sep 12:07
3dad5b7
Compare
Choose a tag to compare
  • d19f69c - Update README
  • 85e1fc6 - #547 Process deeplink on first app launch
  • 192d446 - Merge pull request #548 from nyarian/bugfix/deeplink_not_opening_send_tx_page_on_startup
  • 68528db - Prevent gem icon jump for splash screen
  • f3b13d0 - #318 Cleanup logs once in half an hour upper bounded by 30 MB
  • 04635cc - Merge pull request #550 from nyarian/feature/logs_scheduled_cleanup
  • eaafe36 - Merge pull request #549 from nyarian/bugfix/remove_splash_screen_jump
  • f9e83e6 - Improves the FFI layer. Completes the FFI instrumented test suite #455.
  • 488fec9 - Merge pull request #552 from tari-project/ffi-instrumented-tests-improvement
  • d64be05 - #553 Shot TX push notification if current tab is not txlist
  • 545201f - Merge branch 'development' into bugfix/tx_notification_on_not_tx_list
  • c5d854d - Merge pull request #554 from nyarian/bugfix/tx_notification_on_not_tx_list
  • f76e9d3 - #366 Fix accidental screen track events duplication
  • 0d29632 - Transaction list and GIPHY integration UI polish re #545 #544.
  • 3bab70b - Merge pull request #555 from tari-project/tx-list-and-giphy-ui-polish
  • 930ac4b - Merge branch 'development' into bugfix/matomo_duplicated_events
  • 8fc0867 - #563 Add long contact name cutoff on the second line only
  • b33dafc - Merge pull request #568 from nyarian/bugfix/long_contact_name_cutoff
  • bac38cb - #558 #559 Change TX status color and add canceled status text copy to the list
  • 005d497 - Merge pull request #561 from nyarian/bugfix/show_cancelled_status_in_tx_list
  • e304fb2 - Merge branch 'development' into bugfix/matomo_duplicated_events
  • 63f8b4a - Merge pull request #567 from nyarian/bugfix/matomo_duplicated_events
  • c7ff1cd - #537 Fix a duplicated pending inbound transaction after wallet restoration
  • 03eb1fc - Merge pull request #572 from nyarian/bugfix/duplicated_transaction_after_restoration
  • 9cbe1f4 - Updates to FFI lib 0.16.2, which introduces rolling log files. Fixes Tor port to 18101. Bump build and version numbers.
  • 09fbc83 - #543 #522 Replace Giphy components with custom ones to match the wireframes
  • afb1d54 - Change notifications text color tari-project/wallet-andorid#574
  • ada6134 - Merge pull request #569 from nyarian/ui/custom_giphy_components_squashed
  • 0be9140 - Merge pull request #580 from tari-project/ffi-0.16.2-update
  • f429ee8 - Merge pull request #582 from nyarian/bugfix/push_notification_font_color
  • e571677 - Hide gif status view by default on tx details page
  • 23de02a - Merge pull request #583 from nyarian/bugfix/loading_gif_for_gifless_tx
  • a26c1d2 - #576 Fix gifs ordering and remove giphy sdk components, add colored backgrounds during loading
  • 7f2dea5 - Merge pull request #586 from nyarian/bugfix/inappropriate_tx_list_gifs_squashed
  • 274eabe - Add about tab to the debug screen as per #575.
  • 2d4be7d - #587 Add gifs search background darkening on initial appearing
  • b8e1dc6 - Merge pull request #588 from tari-project/debug-screen-about-tab
  • 52b499d - Merge pull request #589 from nyarian/bugfix/gifs_dialog_appearance_fading
  • 910bdc3 - Persist user-defined base node configuration throughout different runs. Let the user reset to Tari base nodes when they have a custom base node configured. Expose the addBaseNode function through the wallet service. Related to #556. Update to libwallet 0.16.4. Bump build number.
  • 1d8d044 - Merge pull request #590 from tari-project/custom-base-node-updates
  • 601a3b4 - #591
  • 9fe9174 - Merge pull request #592 from nyarian/bugfix/tx_list_placeholders
  • 45d1ef4 - Correct a file-name case.
  • a35fb5a - Rename jniLibs to libwallet for the wallet library. Update dependency library versions.
  • 3dad5b7 - Merge pull request #593 from tari-project/change-libwallet-dir-and-lib-updates

v0.4.1-jniLibs-0.16.2-BETA

26 Aug 14:54
f429ee8
Compare
Choose a tag to compare
Pre-release
  • d19f69c - Update README
  • 85e1fc6 - #547 Process deeplink on first app launch
  • 192d446 - Merge pull request #548 from nyarian/bugfix/deeplink_not_opening_send_tx_page_on_startup
  • 68528db - Prevent gem icon jump for splash screen
  • f3b13d0 - #318 Cleanup logs once in half an hour upper bounded by 30 MB
  • 04635cc - Merge pull request #550 from nyarian/feature/logs_scheduled_cleanup
  • eaafe36 - Merge pull request #549 from nyarian/bugfix/remove_splash_screen_jump
  • f9e83e6 - Improves the FFI layer. Completes the FFI instrumented test suite #455.
  • 488fec9 - Merge pull request #552 from tari-project/ffi-instrumented-tests-improvement
  • d64be05 - #553 Shot TX push notification if current tab is not txlist
  • 545201f - Merge branch 'development' into bugfix/tx_notification_on_not_tx_list
  • c5d854d - Merge pull request #554 from nyarian/bugfix/tx_notification_on_not_tx_list
  • f76e9d3 - #366 Fix accidental screen track events duplication
  • 0d29632 - Transaction list and GIPHY integration UI polish re #545 #544.
  • 3bab70b - Merge pull request #555 from tari-project/tx-list-and-giphy-ui-polish
  • 930ac4b - Merge branch 'development' into bugfix/matomo_duplicated_events
  • 8fc0867 - #563 Add long contact name cutoff on the second line only
  • b33dafc - Merge pull request #568 from nyarian/bugfix/long_contact_name_cutoff
  • bac38cb - #558 #559 Change TX status color and add canceled status text copy to the list
  • 005d497 - Merge pull request #561 from nyarian/bugfix/show_cancelled_status_in_tx_list
  • e304fb2 - Merge branch 'development' into bugfix/matomo_duplicated_events
  • 63f8b4a - Merge pull request #567 from nyarian/bugfix/matomo_duplicated_events
  • c7ff1cd - #537 Fix a duplicated pending inbound transaction after wallet restoration
  • 03eb1fc - Merge pull request #572 from nyarian/bugfix/duplicated_transaction_after_restoration
  • 9cbe1f4 - Updates to FFI lib 0.16.2, which introduces rolling log files. Fixes Tor port to 18101. Bump build and version numbers.
  • 09fbc83 - #543 #522 Replace Giphy components with custom ones to match the wireframes
  • afb1d54 - Change notifications text color tari-project/wallet-andorid#574
  • ada6134 - Merge pull request #569 from nyarian/ui/custom_giphy_components_squashed
  • 0be9140 - Merge pull request #580 from tari-project/ffi-0.16.2-update
  • f429ee8 - Merge pull request #582 from nyarian/bugfix/push_notification_font_color

v0.4.0-jniLibs-0.16.0

07 Aug 14:47
7252f17
Compare
Choose a tag to compare
  • e9cc766 - #487
  • 6109ef7 - Merge branch 'development' into epic/nav_bar_navigation_squashed
  • 8268359 - Merge pull request #515 from nyarian/epic/nav_bar_navigation_squashed
  • 76381ec - Transaction list design update per #488.
  • 3826f97 - Merge pull request #516 from tari-project/tx-list-design-update
  • 570832d - Display pending transactions first in the transaction list. Fixes an issue caused a wrong display in transaction list for outbound transactions.
  • 0de0fe2 - Merge pull request #519 from tari-project/tx-list-ordering-fix
  • 2961551 - Update transaction list timestamp in real time per #517.
  • e366cde - Merge pull request #520 from tari-project/tx-list-tx-date-update-timer
  • b64039a - #511 Authorize backup settings page opening by biometric check
  • dc86ffd - Merge pull request #526 from nyarian/bugfix/backup_settings_authorization
  • 26310f6 - #512 Delete local backups on backups disable from backup settings page
  • 6163e95 - #514 Separate backup prompt warning strings for private and regular builds
  • 3fb7a3d - Merge pull request #528 from nyarian/bugfix/gdrive_string_in_private_build
  • a5184ba - Merge pull request #527 from nyarian/bugfix/local_backups_deletion
  • 465f2c7 - #513 Show correct backup prompt modal for threshold Tari values
  • 8dde84f - #523 Remove double memfree in jniCreateWallet
  • ec59d8b - Merge pull request #529 from nyarian/bugfix/8000_tx_wrong_prompt
  • b6817ff - Merge pull request #530 from nyarian/bugfix/android_11_crash
  • d5d4385 - #502 Giphy integration in transaction list, transaction details and add note screens.
  • 3a8a211 - Merge pull request #521 from nyarian/feature/giphy_squashed
  • 5d84095 - Bump version number & update release notes for v0.4.0b131-beta.
  • 94e8156 - Update release workflow for beta release.
  • 0a164d7 - Reload store page on internet connection resume in case of error
  • 6b54aae - Merge pull request #532 from nyarian/improvement/store_controls
  • 1e60e80 - Display auth failed dialog only if activity is started \ resumed
  • 77c1cbf - Merge pull request #533 from nyarian/bugfix/auth_failed_dialog_window_token
  • 31e7f86 - Remove isEmpty check for note text
  • 2475958 - Merge pull request #534 from nyarian/bugfix/remove_failfast_for_empty_note_case
  • 7a030c8 - Updated the README file #402. Introduced sentry-example.properties and the creation of the default sentry.properties by the build process.
  • f53318c - Merge pull request #535 from tari-project/update-readme
  • 3b18a49 - Update README to use the images from the development branch.
  • 68964b3 - Merge pull request #536 from tari-project/change-readme-screenshot-branch
  • 741760a - Transaction details should display the transaction from the list if it's opened from the list, or load the transaction fresh if it's opened through a push notification. Transaction details small layout fix. Bump build number.
  • 7252f17 - Merge pull request #539 from tari-project/tx-details-fix

v0.4.0-jniLibs-0.16.0-BETA

05 Aug 08:21
94e8156
Compare
Choose a tag to compare
Pre-release
  • e9cc766 - #487
  • 6109ef7 - Merge branch 'development' into epic/nav_bar_navigation_squashed
  • 8268359 - Merge pull request #515 from nyarian/epic/nav_bar_navigation_squashed
  • 76381ec - Transaction list design update per #488.
  • 3826f97 - Merge pull request #516 from tari-project/tx-list-design-update
  • 570832d - Display pending transactions first in the transaction list. Fixes an issue caused a wrong display in transaction list for outbound transactions.
  • 0de0fe2 - Merge pull request #519 from tari-project/tx-list-ordering-fix
  • 2961551 - Update transaction list timestamp in real time per #517.
  • e366cde - Merge pull request #520 from tari-project/tx-list-tx-date-update-timer
  • b64039a - #511 Authorize backup settings page opening by biometric check
  • dc86ffd - Merge pull request #526 from nyarian/bugfix/backup_settings_authorization
  • 26310f6 - #512 Delete local backups on backups disable from backup settings page
  • 6163e95 - #514 Separate backup prompt warning strings for private and regular builds
  • 3fb7a3d - Merge pull request #528 from nyarian/bugfix/gdrive_string_in_private_build
  • a5184ba - Merge pull request #527 from nyarian/bugfix/local_backups_deletion
  • 465f2c7 - #513 Show correct backup prompt modal for threshold Tari values
  • 8dde84f - #523 Remove double memfree in jniCreateWallet
  • ec59d8b - Merge pull request #529 from nyarian/bugfix/8000_tx_wrong_prompt
  • b6817ff - Merge pull request #530 from nyarian/bugfix/android_11_crash
  • d5d4385 - #502 Giphy integration in transaction list, transaction details and add note screens.
  • 3a8a211 - Merge pull request #521 from nyarian/feature/giphy_squashed
  • 5d84095 - Bump version number & update release notes for v0.4.0b131-beta.
  • 94e8156 - Update release workflow for beta release.

v0.3.0-jniLibs-0.16.0

27 Jul 12:23
5910aa6
Compare
Choose a tag to compare
  • 677e2ad - Add alternative implementation for COWAL.removeIf, as Android 7 JDK distrubution does not have this method yet
  • a25a8c1 - Make outboundTxIdsToBePushNotified thread-safe
  • fb48d9e - Merge branch 'development' into bugfix/sentry_193_concurrent_modification_exception
  • fa81100 - Merge branch 'development' into bugfix/sentry_123_and_125_concurrent_array_list_remove_if_for_android_7_jdk_distribution
  • e533be9 - Merge pull request #469 from nyarian/bugfix/sentry_193_concurrent_modification_exception
  • 8e8a68b - Merge branch 'development' into bugfix/sentry_123_and_125_concurrent_array_list_remove_if_for_android_7_jdk_distribution
  • a6c9452 - Merge pull request #470 from nyarian/bugfix/sentry_123_and_125_concurrent_array_list_remove_if_for_android_7_jdk_distribution
  • 7179bfd - Add default message to the FFIException
  • 82d0c4d - Automated and full encrypted and partial non-encrypted backups. Local backups for privacy build and GDrive backups for regular build #453. Implement wallet backup prompts on the home page #408.
  • f959905 - Merge pull request #472 from tari-project/encrypted-and-auto-backup
  • 1f1fe52 - Merge branch 'development' into imporvement/add_default_message_to_the_ffi_exception
  • f64431c - Merge pull request #471 from nyarian/imporvement/add_default_message_to_the_ffi_exception
  • 773b016 - Change strings for the backup settings entries
  • 9722bd3 - Merge pull request #476 from nyarian/bugfix/backup_and_restore_squashed
  • 15e78f0 - Improves wallet callback listener interface and wallet events by mapping callback parameter types to proper types in application domain.
  • bd98c24 - Merge pull request #477 from tari-project/better-tx-event-mapping
  • 490246b - Retrieve the most recent TX state in TxDetailActivity before displaying it
  • 53018de - Merge pull request #486 from nyarian/bugfix/tx_live_updates_on_notification_navigation
  • b710284 - Show initial backup prompt after the first non-faucet transaction
  • ef7653b - Merge pull request #490 from nyarian/bugfix/backup_prompt_after_first_non_faucedtransaction
  • adffb2d - #489 Restyle "scheduled state" UI representation and refactor data binding
  • ae5bace - Merge branch 'development' into improvement/scheduled_state_ui
  • 155beb9 - Merge pull request #491 from nyarian/improvement/scheduled_state_ui
  • 8ab0958 - #475 Show warning dialog before disabling the backups
  • 4d94375 - #480 Align toggle with the arrow
  • ef14d22 - Merge pull request #492 from nyarian/improvement/storage_turn_off_warning
  • de810aa - Merge pull request #493 from nyarian/bugfix/align_switch_by_the_arrow
  • 67315dd - Enables automated (encrypted) backups after a restore per #479.
  • 40240b3 - #481 Hide "Back Up Now" button if the backup is up to date
  • cfe8509 - Merge pull request #494 from tari-project/enable-backup-after-restore
  • e8a6922 - Merge pull request #495 from nyarian/improvement/hide_back_up_now_if_state_is_up_to_date
  • c9eee11 - Make biometric authentication emit the result only once
  • f26ce24 - Merge pull request #496 from nyarian/bugfix/resume_activity_due_to_multiple_biometrics_results
  • 8aa1540 - Displays backup storage full dialog for user-initiated backup and push notification for scheduled backup per #482 and #485.
  • 058e5d8 - Allow state loss for finalize tx fragment addition
  • 3b54078 - Merge pull request #498 from nyarian/bugfix/continue_to_finalize_tx_crash
  • 2855ad6 - Merge pull request #497 from tari-project/backup-storage-full-dialog-and-push-notification
  • 79d8f0d - Google Drive backup error copy correction per #483 and #484.
  • 090542f - Merge pull request #499 from tari-project/google-drive-backup-error-copy-correction
  • b4ee962 - Support all onion address types in debug base node setting screen per #466.
  • 31159d3 - Merge pull request #500 from tari-project/debug-base-node-setting-onion-v2-address-support
  • 8baf79e - GitHub actions release workflow that builds bundles, signs them, creates the GitHub release, uploads APKs to browserstack and created a new Play Store beta release.
  • ca2add9 - Merge pull request #503 from tari-project/release-workflow
  • 98f486d - #501 Navigate to all settings from wallet backup prompt
  • 4580214 - Merge pull request #504 from nyarian/improvement/back_up_prompt_navigation
  • 7108eb9 - Update release workflow to run on tag pushes only.
  • 4036a68 - Upgrade FFI lib version to 0.16.0, bump build number.
  • 9020166 - Merge pull request #506 from tari-project/ffi-0.16.0-update
  • e485029 - Fixes a regression where a cancelled transaction with a contact did not display contact's name but just the emoji id.
  • e39a42f - Merge pull request #507 from tari-project/display-contact-for-cancell...
Read more