Columba 0.7.5-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.7.5-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.7.5-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.7.5-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:
59401102104928cbed20e19a0e66be423abc122e7ab2069bbe9a0f379146a0ec columba-0.7.5-beta-arm64-no-sentry.apk
2b68dc93066940de5cd2f9c4ed0de463228ec4211ff0e683bd3c9836741ad112 columba-0.7.5-beta-arm64.apk
31cf67e5df67e01335c1beabc25534b6095a1207aaca11586d3eebf1353eb3dd columba-0.7.5-beta-universal-no-sentry.apk
831e957f163db468c79d1aa33bf6002b58c9670bddf607c5a18200206dbb5ff3 columba-0.7.5-beta-universal.apk
1e5451a4430e3bfb06e0b91113b4ac9f19942257feff65b28781aabc1eb700fa columba-0.7.5-beta-x86_64-no-sentry.apk
e74303ce1bc0470db5fa170b43ad2dd440b05061961633849601caadf2255392 columba-0.7.5-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- make http links clickable in messages by @MatthieuTexier in #373
- fix(deps): update RNS to fix socket leak in TCPInterface by @torlando-tech in #393
- Refactor test infrastructure and enable stricter detekt rules by @torlando-tech in #394
- fix(db): replace dead Sideband server, add BackboneInterface support by @torlando-tech in #395
- fix(ui): prevent loading spinner flickering on list screens by @torlando-tech in #396
New Contributors
- @MatthieuTexier made their first contribution in #373
Full Changelog: v0.7.4-beta...v0.7.5-beta