Skip to content

Releases: synonymdev/bitkit-android

v2.3.0

08 Jun 10:33
v2.3.0
5bd5bee

Choose a tag to compare

Store Release Notes

Bitkit widgets just got a major upgrade. You can now add Bitkit widgets directly to your Android home screen and check useful Bitcoin context without opening the app. We also redesigned the widgets experience inside Bitkit, with better discovery, cleaner previews, and flexible compact or wide layouts. Bitcoin, at a glance.


ℹ️ Note: On some devices, home-screen widgets may stay stale when Power saving is on until you open Bitkit. Known limitation — tracking: #992


Changelog

Added

  • Added Trezor hardware wallet support for connecting devices, signing messages, and managing on-chain transactions. #792
  • Connection issues overlay with connectivity fixes across Send, Receive, and Transfer flows #878
  • Home screen widgets foundation with Glance, including price widget as the first implementation #895
  • Return to Bitkit after Pubky Ring approval, cancellation, or error callbacks #917
  • Headlines home screen widget with v61 wide and compact layouts, including redesigned in-app preview and edit screens #919
  • Bitcoin Blocks home screen widget with v61 wide and compact layouts, including redesigned in-app preview and edit screens #922
  • Support public Paykit contact payments. #924
  • Bitcoin Facts home screen widget with v61 wide and compact layouts, including redesigned in-app facts card and preview screen #926
  • Bitcoin Weather home screen widget with v61 wide and compact layouts, including redesigned in-app weather card, preview, and edit screens #927
  • Added private Paykit contact payments with dedicated contact endpoints, rotation, cleanup, and restore-safe address reservations. #936
  • Added contact payment flows, activity contact attribution, and payment preference controls for private payments. #945
  • Added BTCPay wallet connection support for sharing Bitcoin receive descriptors. #961
  • Added a Legacy Recovery option in developer settings to help recover funds from affected legacy channel closes. #974
  • Home widgets can now be resized between compact and wide from the preview sheet, with a redesigned two-column grid, inline edit mode, and an interactive compact calculator. #985

Changed

  • Redesign price widget with v61 wide and compact layouts, new preview and edit screens, and tap-to-edit behavior #914
  • Activity, Shop and Settings now keep their tabs pinned with a drop shadow as content scrolls behind them, the Add Widget button shows its icon, and the Shop list has more bottom spacing. #916
  • Redesigned the Bitcoin Calculator widget to v61 design and replaced the OS keyboard with a dark-themed in-app numpad #942
  • Hide experimental Paykit profile, contacts, and contact payment controls behind a developer setting. #954
  • The add widget experience now opens as a bottom-sheet flow with in-sheet previews instead of full-screen picker pages. #972
  • Improve Pubky profile restore, contact editing, and contact routing flows #905

Fixed

  • Fix Spending and Savings screens scrolling behind top bar and add gradient fade effect #892
  • Align currency settings and calculator widget behavior with iOS #884
  • Align onboarding slides and Create Wallet screen image size, spacing, and dots layout with iOS #904
  • Align tab colors, Show details button, notifications bell figure, and home activity count with iOS #907
  • Payment QR scans now route reliably and avoid unnecessary delays when Lightning channels are unavailable. #925
  • Fix gift card flow showing false-positive confetti when the LSP payment fails, and re-opening unexpectedly after an app language change. #929
  • Improved public contact payment flows for manual Pubky entry, add-contact payments, and RBF activity display. #931
  • Fix several OS widget issues including an intermittent crash when removing or cancelling a home screen widget, ordering of widget options, and the color of disabled checkboxes in widget configuration screens. #935
  • Improved OS widgets so previews, settings, currency display, and OS-home interactions match v61 design iteration. #952
  • Improved logs, support diagnostics and channel peer recovery after wallet restore. #969
  • The Support page now shows the current copyright year automatically. #971
  • Android home-screen widgets now refresh after unlocking and keep retrying with backoff while connectivity is still coming back. #978
  • Improved BTCPay setup link handling so Bitkit opens supported connection links reliably and shows clearer setup errors. #979
  • Bitkit no longer crashes when Android stops the background Lightning node service. #987
  • Bitkit now handles unexpected native on-chain lookup failures without crashing. #989
  • New widgets now open on compact size in the preview carousel, matching iOS, and the add-widgets list keeps its scroll position when navigating back. #990
  • Fix probe results and add keysend probes #920
  • Align top bar back arrow and passphrase input cursor/placeholder with iOS #906
  • Polish Terms of Use screen padding to match iOS #903

Full Changelog: v2.2.0...v2.3.0

v2.2.0

09 Apr 09:47
v2.2.0
e6cd61e

Choose a tag to compare

Store Release Notes

This release brings a redesigned Settings experience with tabbed navigation, a unified send flow with clearer payment options and Lightning support for more payment types, and new onboarding when you have no Lightning connections yet. Support and PIN flows are easier to follow, and we fixed several issues including payment precision, a settings-screen freeze, and stability when returning to Receive.


What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2

24 Mar 19:15
v2.1.2
5e71129

Choose a tag to compare

Store Release Notes

Fixed an issue with Lightning channel monitor recovery after an update that could prevent the Lightning node from starting or syncing correctly.


Full Changelog: v2.1.1...v2.1.2

v2.1.1

20 Mar 07:53
v2.1.1
170a50d

Choose a tag to compare

Store Release Notes

Fixed an issue that could prevent the Lightning node from starting after updating from a previous version.


Full Changelog: v2.1.0...v2.1.1

v2.1.0

11 Mar 18:11
v2.1.0
f06acec

Choose a tag to compare

Store Release Notes

Added support for all Bitcoin address types, a new pending payment screen during sends, and pending payment notifications. Improved Lightning peer discovery and channel recovery reliability, fixed currency display formatting, and locked screen orientation for a more stable experience.


What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

24 Feb 16:50
2c6828c

Choose a tag to compare

Hotfix: improved Lightning peer discovery and reconnection reliability after infrastructure updates. Updated trusted peer handling reduces failed retries and helps channels reconnect more consistently.

What's Changed

  • feat: peer cards with labels + use ldk-node from GH by @ovitrif in #800
  • fix: update LND4 IP and bump ldk-node to rc.26 by @ben-kaufman in #798

Full Changelog: v2.0.2...v2.0.3

Updater

19 Feb 17:42
b769ed3

Choose a tag to compare

Updater Pre-release
Pre-release

This "release" serves as the static file store to signal to Bitkit Android when an update is available.

v2.0.2

19 Feb 08:35
3bade05

Choose a tag to compare

Highlights

This release focuses on stability, UX polish, and Lightning reliability: better payment and transfer error handling, fixes for balance visibility and tab navigation, backup/restore flows, and improvements to QR and deep-link handling.

Bug fixes

Payments & Lightning
Remove empty message parameter from BIP21 URLs (@jvsena42, #750)
Improve Lightning payment failure messages (@ben-kaufman, #741)
Strip Lightning scheme prefix from scanned QR codes (@jvsena42, #767)
Fix node lifecycle race condition after background payment (@jvsena42, #740)
Handle dust change in max transfer to spending (@jvsena42, #748)

Network & sync
Auto-recover stale network graph cache (@jvsena42, #765)
Add network error retry for transfer polling (@jvsena42, #763)
Don’t close store on sub-resource errors (@jvsena42, #773)
Update balance on channel close from connections (@jvsena42, #774)
Skip auto-refresh for disabled widgets (@jvsena42, #757)

Privacy & balance
Hide monetary values in activity detail (@jvsena42, #752)
Lift hide-balance state to parent composable (@jvsena42, #755)
Skip backup warning after wallet restore (@jvsena42, #747)

UI & navigation
Show tab bar on savings and spending screens (@jvsena42, #751)
Disable Details button until activity is available (@jvsena42, #759)
Prevent accidental sheet dismissal when tapping amount (@jvsena42, #756)
Fix blurry splash screen icon (@jvsena42, #783)
Add spacing before suffix currency symbol (@ovitrif, #785)
Place currency symbol correctly based on locale (@piotr-iohk, #771)

Other
Increase Chatwoot timeout to 1 minute (@jvsena42, #749)
Clearer QR code decoding error message (@jvsena42, #762)
Fix crash on backup confirm mnemonic screen (@jvsena42, #782)
Unified deep-link Lightning selection (@jvsena42, #776)
Delete VSS network graph using new FFI client (@ovitrif, #775)

New features
External scores from Blocktank — use Blocktank-provided scores (@jvsena42, #781)
VSS LDK debug UI — debug interface for VSS/LDK (@ovitrif, #779)
Probing tool in dev settings — probing tool added to developer settings (@jvsena42, #766)

Refactors & maintenance
Move backup verification logic to BackupRepo (@jvsena42, #754)
Bump version 2.0.1 → 2.0.2 (#744, #786)
Expand issue templates (@piotr-iohk, #753)
Update README for production (@jvsena42, #758)

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Feb 01:50
v2.0.1
667f69d

Choose a tag to compare

Bitkit 2.0 is a major upgrade with fully rebuilt native apps. Enjoy faster performance, a smoother interface, background Lightning payments with Wake to Pay, improved reliability, a built in Bitcoin Map, cleaner send and receive flows, and seamless migration that keeps your wallet and settings.