Columba 0.7.4-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.7.4-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.7.4-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.7.4-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:
66bb76f954b66026727627a2da8ccfe6c69981d364a7cff529e43ae55760e454 columba-0.7.4-beta-arm64-no-sentry.apk
f9b09216bc2cede6531d46364361c3aedb2d4ed7d5f18fcb44f9532e0cff6160 columba-0.7.4-beta-arm64.apk
40ca29ae19488674b8c39e128efd796e115c6bf8ab3ba3a4bed90fa3349169cd columba-0.7.4-beta-universal-no-sentry.apk
af09544dcfc60e03e3d4a967df08712344316b9a48b628f4574750bc84284b0a columba-0.7.4-beta-universal.apk
665d44bbbed577d43918f3ccf74ace4f5ce99fb10b299cf78c26dafdbc0e4e50 columba-0.7.4-beta-x86_64-no-sentry.apk
10004bbf366fab5f1a03836c99214d054a7751e7c9713d7bbe1001a2f0967276 columba-0.7.4-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix(map): persist location permission UI dismissal across tab switches by @torlando-tech in #381
- fix: eliminate ANR from DebugViewModel IPC calls by @torlando-tech in #382
- fix: relay loop resolution (Phase 4) by @torlando-tech in #383
- feat: Add memory profiling with Sentry breadcrumbs for OOM investigation by @torlando-tech in #386
- fix(db): add fallback for SQLite json_extract on older Android by @torlando-tech in #387
Full Changelog: v0.7.3-beta...v0.7.4-beta