Columba 0.8.10-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.8.10-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.8.10-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.8.10-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.8.10-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:
3c92b2d843cba43d66a9c0d2155f53566e708f9dfc32a71f737555f0efabe61d columba-0.8.10-beta-arm64-no-sentry.apk
dc030c1fc90cad7f16c66397f4c301d4d5ca86851d5fff079a48351af321f5af columba-0.8.10-beta-arm64.apk
7a941e1e39db934dc8f2fd9d57e3528371820f93545a999626dbc1a9549107a7 columba-0.8.10-beta-armeabi-v7a-no-sentry.apk
eddb586db7c24aee1ac14d3cca27c0cf627308f8c15eb64b6ff0d60a99c2ce6d columba-0.8.10-beta-armeabi-v7a.apk
841d4677946c254b141e7625960c20a3273327978c61411c73ea5b7fede784c2 columba-0.8.10-beta-universal-no-sentry.apk
e01f1d98f46c8dcae5ec6b5f7f90108a3bbaa7aa671a4f862586869023a3570f columba-0.8.10-beta-universal.apk
5357fcd72d9c15a836c5bd34a426dc9280a730d6d5fefbdf819f7bc81bb75807 columba-0.8.10-beta-x86_64-no-sentry.apk
b7cfe1422dcbf771bed1dc3ce7464933b27353e386119b60060d2e20c77ab363 columba-0.8.10-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: don't request Bluetooth permission for USB-connected RNodes by @torlando-tech in #493
- fix: use build-time config for copyright year by @torlando-tech in #511
- fix: nRF52 DFU flashing and frequency band detection by @torlando-tech in #508
- fix: QR scanning fails on LineageOS due to camera row stride mismatch by @torlando-tech in #512
- fix: resolve DeadObjectException, OOM, and ANR from Sentry (v0.8.x) by @torlando-tech in #513
- fix: send pending file notification eagerly on propagation fallback by @torlando-tech in #515
- fix: use Dispatchers.IO for EventHandler coroutines by @torlando-tech in #517
- fix: announce interface identification when transport disabled by @torlando-tech in #520
- fix: shutdown now stops foreground service (#455) by @torlando-tech in #522
Full Changelog: v0.8.9-beta...v0.8.10-beta