Columba 0.9.19-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.9.19-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.9.19-beta-arm64-v8a.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.9.19-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.9.19-beta-universal.apk
| All | Universal fallback (larger download) |
Telemetry variants:
Each architecture also has a -no-sentry variant without crash reporting for maximum privacy.
Not sure which to pick? Most Android phones use arm64-v8a. If unsure, use the universal APK.
Verification
See SECURITY.md for verification instructions.
Signing Certificate Fingerprints:
SHA-256: 02:2B:12:20:48:63:A3:1F:BF:07:5B:C9:F9:34:1E:33:52:78:80:2E:80:C9:27:A4:75:46:E4:7E:2F:4A:0C:5F
SHA-1: 0A:6B:AE:58:4E:D7:B5:D0:35:8B:3C:7B:65:11:D6:3A:81:21:0D:CE
SHA256 Checksums:
91696c86eaf946d334268554e55ce085f5a405c6b2142ead87179fdc0626f4d7 columba-0.9.19-beta-arm64-v8a-no-sentry.apk
734c6eca8335e2220021d6c631243d39f1d43085b63d36a3b878e39ce5aabd64 columba-0.9.19-beta-arm64-v8a.apk
ba42d0bc7d036bfa8e6a8f743428531880c432d8382e3b1f7a4f9f546042c874 columba-0.9.19-beta-armeabi-v7a-no-sentry.apk
7af4194d48f1de6be72d77a57313d91fa1a18181ec04fc7eb888701176a2a0d2 columba-0.9.19-beta-armeabi-v7a.apk
424bcc78862ece35dc3754a1b56d825bb1c93107751a343cc3d71f9c70a958c0 columba-0.9.19-beta-universal-no-sentry.apk
897238791e0db8a8810c0386657e4fbf386e27aecdb10abeec46bc0be9d87fb8 columba-0.9.19-beta-universal.apk
8597cb0e8fd11f1411385db5a755875400d9ad3ff4d137ee90d02a1006cc59e6 columba-0.9.19-beta-x86_64-no-sentry.apk
592a213a83a2cd4ba357554395c095f64b4a94bc3367d9b1a03801dc2dbb9d37 columba-0.9.19-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- deps(deps): bump the kotlin group with 2 updates by @dependabot[bot] in #634
- deps(deps): bump the testing group with 2 updates by @dependabot[bot] in #635
- fix: CI flaky tests and dependency resolution retry (backport) by @torlando-tech in #651
- fix: show notifications when app backgrounded on active conversation by @torlando-tech in #648
- fix: prevent binder buffer exhaustion causing crash loop by @torlando-tech in #654
- fix: sort messages by received time (backport to v0.9.x) by @torlando-tech in #656
- fix: prevent duplicate notifications on restart (backport to v0.9.x) by @torlando-tech in #658
- ci: trigger CI on release/* branches by @torlando-tech in #661
- fix: remove broken cherry-pick artifacts that prevent compilation by @torlando-tech in #659
- fix: catch SecurityException when location permission revoked while backgrounded by @torlando-tech in #663
- fix: path persistence + proactive path resolution by @torlando-tech in #664
Full Changelog: v0.9.18-beta...v0.9.19-beta