Columba 0.8.14-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.8.14-beta-armeabi-v7a.apk
| armeabi-v7a | Older 32-bit ARM phones & tablets |
columba-0.8.14-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.8.14-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.8.14-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:
c87a20134cdd5d68c97456cd14974d25891f3e817d6abdb7556c25ca0086044c columba-0.8.14-beta-arm64-no-sentry.apk
19504e0d0cee7648a2ba69495a68e4f6c033a4ce8ae3c62682694c2e2496b57f columba-0.8.14-beta-arm64.apk
d7d82cc95504e04dc3029eec7c809af8d6eff77716f8c8f044d07d210b5e7257 columba-0.8.14-beta-armeabi-v7a-no-sentry.apk
bf1eee3ba20155c6e77fcd1e11dd2072a36877c941bc77cfc9d0f3ece3a947c5 columba-0.8.14-beta-armeabi-v7a.apk
195d462505a7fd2aafe6b62e19ed183848ffd71c35f86f5f9f25be9b5493539a columba-0.8.14-beta-universal-no-sentry.apk
3718e05fc265af501fff109759111e39423aa9813ec69c1a4694805007e74eee columba-0.8.14-beta-universal.apk
83c387f4227966a99855e4d196d2b3dda9804ce1f19b5ecb6f90be35e513e249 columba-0.8.14-beta-x86_64-no-sentry.apk
eb80af658c6c28a124772d86220600d20ebd453e4e872f6d65a04f9c70a6a403 columba-0.8.14-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: strip URI scheme prefixes from hostname input by @torlando-tech in #533
- fix: prevent delivered message status from regressing by @torlando-tech in #536
- fix: strip port from pasted URLs, sanitize RNode/UDP hosts by @torlando-tech in #538
- fix: move app initialization off main thread to prevent ANR (COLUMBA-26) by @torlando-tech in #543
Full Changelog: v0.8.12-beta...v0.8.14-beta