Columba 0.7.3-beta
Installation
Download the APK matching your device's CPU architecture.
Architecture-specific APKs (recommended — smaller download):
| APK | Architecture | Devices |
|---|---|---|
columba-0.7.3-beta-arm64.apk
| arm64-v8a | Most modern Android phones & tablets |
columba-0.7.3-beta-x86_64.apk
| x86_64 | Chromebooks, emulators, some tablets |
columba-0.7.3-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:
433bec90efb72d06523fcd2de75f1e6b147147d41ee09e6c528deedc2bd050e6 columba-0.7.3-beta-arm64-no-sentry.apk
cae53892b7af542dad22bb1d1a7545c928c0ab5c12ffb82a4872c2be8c1b1d6a columba-0.7.3-beta-arm64.apk
07dd7cae384cc072530d5855db865e79d667ce708484e162c9587f57eb0e5ee3 columba-0.7.3-beta-universal-no-sentry.apk
097cf57e7ad587a2da7e461b469b97194747c7920e93ca83f8c43465ab67243c columba-0.7.3-beta-universal.apk
bf6ec5c9a051ef3b78e224a98bc8a7d1dfd1072a210fe56fe6d52c25d679100c columba-0.7.3-beta-x86_64-no-sentry.apk
d3b5b8a14a16ed19323a38efbb4e2c748ae536c89a1bca50f7a627398cf024f0 columba-0.7.3-beta-x86_64.apk
What's Changed
See the release notes below for details.
What's Changed
- fix: prevent BadTokenException crash when showing dialogs (fixes #347) by @torlando-tech in #349
- feat: Complete Sentry.io integration with privacy-focused build variants by @torlando-tech in #351
- fix: handle missing battery optimization intent on MEIZU devices by @torlando-tech in #352
- feat(sentry): enable comprehensive tracing and performance monitoring by @torlando-tech in #353
- fix: configure Sentry environment and enable for debug builds by @torlando-proton in #358
- chore(ci): upload release APK artifact after CI passes by @torlando-proton in #357
- Add ABI splits for per-architecture APKs by @torlando-proton in #359
- fix(ci): use correct keystore secrets for APK signing by @torlando-proton in #362
- fix: Performance degradation and relay selection loop (#340, #343) by @torlando-tech in #355
- fix: persist permission card dismissed state across tab switches (#342) by @torlando-proton in #356
- fix: Batch identity restoration to prevent OOM (COLUMBA-4/5) by @torlando-proton in #370
- fix: Break relay selection feedback loop (COLUMBA-3) by @torlando-proton in #368
- style: clarify distinctUntilChanged comment, ktlint formatting by @torlando-tech in #374
- ci: bump actions/cache from 4 to 5 by @dependabot[bot] in #363
- fix: Restore relay selection after backup import by @torlando-proton in #369
- Fix Clear All Announces to preserve My Contacts (#365) by @torlando-tech in #375
- fix: offline map rendering after extended offline period (#354) by @torlando-tech in #376
- fix(build): unify app ID across sentry and noSentry variants by @torlando-tech in #377
- Modify RNodeConfigValidator and Test to allow SF5 and SF6 by @derpyspike in #378
- fix(02.3): ensure loading states show on every tab switch by @torlando-tech in #379
New Contributors
- @torlando-proton made their first contribution in #358
- @derpyspike made their first contribution in #378
Full Changelog: v0.7.2-beta...v0.7.3-beta