Columba 0.8.2-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.8.2-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.8.2-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.8.2-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. 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:
7d235c6ce1681c9ecc29a8490b68e20e725f23afc47ad15ac0a8961f026c3048 columba-0.8.2-beta-arm64-no-sentry.apk
580d352f5fe471eac242a0653cd72118882d1f87445a9d8fb72f216ce9febaa9 columba-0.8.2-beta-arm64.apk
46e6a080edf189a2b459242eb475b21b7ac027175ca159402b693ae8e10e0bfd columba-0.8.2-beta-universal-no-sentry.apk
109fd072bdd7722e2795d57c702c6c91818b700753f536925c3efdadcd8653ea columba-0.8.2-beta-universal.apk
ac08f04aaa4004b49373e05e460c71bbbf536852bba6ce5aa579a1669a7f1810 columba-0.8.2-beta-x86_64-no-sentry.apk
e51fc3ce6b3892e39439b7757e55895362a075ca1d2e5f665b5585c91aa3546e columba-0.8.2-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- Update API level check to Android 14 (Upside Down Cake) by @sentry[bot] in #440
- fix: replace SIGKILL with graceful ACTION_STOP during service restart by @torlando-tech in #441
- fix: correct API guard for associatedDevice (COLUMBA-2D) by @torlando-tech in #442
- Prevent duplicate notifications for already-read messages by @torlando-tech in #438
- fix: add timeout to triggerSync() to prevent Background ANR by @torlando-tech in #443
- fix: resolve COLUMBA-28 OOM in findByIdentityHash by @torlando-tech in #437
- fix: inline TileJSON sources in cached style to prevent offline tile loss by @torlando-tech in #439
- fix: resolve persistent "Syncing with relay..." notification that never dismisses by @torlando-tech in #436
- refactor: simplify relay auto-selection to one-shot pattern by @torlando-tech in #434
- Refresh message timestamps when app resumes from background by @torlando-tech in #420
- Add custom scrollbar component to LazyColumn lists by @torlando-tech in #432
- fix: ABI version code collision across patch releases by @torlando-tech in #445
- fix: prevent relay unset dialog buttons from overflowing by @torlando-tech in #446
New Contributors
Full Changelog: v0.8.1-beta...v0.8.2-beta