Columba 0.9.1-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.9.1-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.9.1-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.9.1-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.9.1-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:
45267120b326422b8c3f40d3078c7deb38600fd8917871b7e7dd995a1f262526 columba-0.9.1-beta-arm64-no-sentry.apk
a22c8da5792a45ba380d93fe6a6be533db7eafe2231a1be28034f3bc66175382 columba-0.9.1-beta-arm64.apk
c5888f68a8078fcbee0e17b68047d587968967fb272cff767976c108d33b9012 columba-0.9.1-beta-armeabi-v7a-no-sentry.apk
825fe5ecc7336941167f96a1b596a6944f12c5ed8f0a3a0359fb5cf60c652171 columba-0.9.1-beta-armeabi-v7a.apk
da4235f4c7871a1e59a8171d0a16b471805133cc3ebea0b770d22d48060f5e8e columba-0.9.1-beta-universal-no-sentry.apk
1694ca0ce315ba9e87fa792747c3c64ed6153152de350331f8a0d42f089d2b15 columba-0.9.1-beta-universal.apk
3c69783209c76415012b113be646e30af8da17aa4e43b92f040860e3d98d147e columba-0.9.1-beta-x86_64-no-sentry.apk
a5661b3a6eec430b42ed1ac41757daed4d1fc8febe972c8b1fe2518600544c94 columba-0.9.1-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: use ContextCompat.startForegroundService to support API 24+ by @torlando-tech in #563
Full Changelog: v0.9.0-beta...v0.9.1-beta