Columba 0.8.11-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.8.11-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.8.11-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.8.11-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.8.11-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:
32c6c5ddbd20d49791783bd7ef8e025659acf29e743064adf35887351a9700e5 columba-0.8.11-beta-arm64-no-sentry.apk
313664621f82b0490945a82f38642b82c0d5eb092f004894c3b094c084d75abe columba-0.8.11-beta-arm64.apk
72abae24870da8a2b4a047b0ff1d7bc71290c83c4066e0a3fccc70ebad983e3d columba-0.8.11-beta-armeabi-v7a-no-sentry.apk
96d2f30d29066b724bfa5aa38ba52086088426b00977fd755d05725d57281c9c columba-0.8.11-beta-armeabi-v7a.apk
5efaa8211a725a341bb5509a6d50b2cd181de724a074ab9562fb4a730869961a columba-0.8.11-beta-universal-no-sentry.apk
5f9ae5e4994eb68c1a08c4c600bbe0ee556148a114ccc08e115d4579d19e3feb columba-0.8.11-beta-universal.apk
8f84490a729f5b7fc2c939a529475a7179c022a7d83a1d573b8d28500583f0b2 columba-0.8.11-beta-x86_64-no-sentry.apk
1e8be203d6cc7fa59b6a4ff8fc40b3f5d126dcd8f0541deb41479c49904479d3 columba-0.8.11-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: move AIDL binder calls off main thread to prevent ANR (COLUMBA-3X) by @torlando-tech in #523
- fix: RNode announces via BLE shown with Bluetooth icon by @torlando-tech in #526
- fix: restore foreground notification after user swipe on Android 13+ by @torlando-tech in #528
Full Changelog: v0.8.10-beta...v0.8.11-beta