No description
Find a file
torlando-tech dcc15b6b4f fix: prevent crash when leaving WiFi range
Add debouncing and state safety checks to prevent TOCTOU race conditions
when network change callbacks fire rapidly during wrapper shutdown.

Defense in depth:
- 500ms debounce coalesces rapid network callbacks into single event
- CoroutineScope moves callback off Binder thread to controlled context
- State check verifies wrapper is fully ready before accessing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 01:51:24 -05:00
.github ci: add numpy to Python test dependencies 2026-01-16 22:06:23 -05:00
app fix: prevent crash when leaving WiFi range 2026-01-18 01:51:24 -05:00
data feat: show caller display name on voice call screens 2026-01-16 22:06:23 -05:00
docs Update UserGuide.md 2026-01-16 00:02:46 +00:00
domain initial commit 2025-11-30 19:59:14 -05:00
gradle test: fix voice call unit tests and make bridges testable 2026-01-16 22:04:40 -05:00
python fix: update mute test to verify mute_transmit(False) instead of unmute_transmit 2026-01-16 22:06:23 -05:00
reticulum Merge pull request #278 from torlando-tech/feature/tcp-server-interface 2026-01-16 23:39:12 -05:00
scripts feat: add dynamic ProGuard bridge verification script 2026-01-03 22:03:07 -05:00
.claude_settings.json fix: Address QA issues for reaction bubbles 2025-12-24 23:57:46 -05:00
.codecov.yml ci: exclude Compose UI files with @Preview from coverage 2025-12-18 19:30:14 -05:00
.editorconfig style: suppress detekt warnings for complex BLE bridge functions 2026-01-01 20:08:05 -05:00
.envrc.example initial commit 2025-11-30 19:59:14 -05:00
.gitignore Remove LINK_SPEED_PROBE_DESIGN.md from version control 2026-01-13 17:56:05 -05:00
audit-dispatchers-full.sh fix: add THREADING: allowed suppression for Python callback boundary 2025-12-16 18:39:56 -05:00
audit-dispatchers.sh fix: add THREADING: allowed suppression for Python callback boundary 2025-12-16 18:39:56 -05:00
build-and-launch.sh initial commit 2025-11-30 19:59:14 -05:00
build.gradle.kts feat: upgrade Kotlin to 2.2.21 with dependency updates 2025-12-29 15:55:21 -05:00
columba-icon.svg initial commit 2025-11-30 19:59:14 -05:00
deploy.sh feat: add automatic RNode reconnection and interface status UI 2025-12-08 21:58:48 -05:00
detekt-config.yml fix: TDD fixes for PR #36 and custom mode UX improvements 2025-12-09 16:00:12 -05:00
FUNDING.yml initial commit 2025-11-30 19:59:14 -05:00
gradle.properties initial commit 2025-11-30 19:59:14 -05:00
gradlew initial commit 2025-11-30 19:59:14 -05:00
gradlew.bat initial commit 2025-11-30 19:59:14 -05:00
LICENSE initial commit 2025-11-30 19:59:14 -05:00
obtainium.json feat: add Obtainium configuration for easy app updates 2025-12-11 18:03:45 -05:00
README.md Add NomadNet APK download instructions 2026-01-15 20:35:54 -05:00
SECURITY.md Fix formatting in SECURITY.md for clarity 2026-01-03 17:53:26 -05:00
settings.gradle.kts initial commit 2025-11-30 19:59:14 -05:00

alt text

Columba

Columba is a simple messaging app for the Reticulum network on Android. Send LXMF messages without relying on the internet, cell towers, or any central servers.

Built with a native Android interface and Material Design 3, Columba brings mesh networking to your pocket in a familiar, easy-to-use package.

What You Can Do

  • Message without infrastructure - Send messages even when the internet is down or unavailable
  • Connect multiple ways - Use Bluetooth LE to connect to those around you anywhere, Wifi for those at home, LoRa radio via RNode for those at a distance, or use TCP to connect to any Reticulum server around the world
  • Stay private - End-to-end encryption with no accounts, no tracking, and no central servers
  • Build your network - Help relay messages for others and expand the mesh
  • Keep your identity - Generate your messaging identity right on your device
  • Manage multiple identities - Easily swap between multiple identities
  • Export and import identities - Keep an external backup of your keys, or migrate to a new device
  • Share your identity via QR Code - Built in QR code scanner and generator for sharing your identity with others
  • Custom Color Themes - Don't like the default colors? Rice to your heart's content!

Getting Started

Download the latest release from Releases and install on your Android device. See SECURITY.md for APK verification instructions.

Get it on Obtainium

Alternatively, you can download the apk via NomadNet at 8d1788fdb4e9f85303cfdf7481e721c7:/page/index.mu

About Reticulum

Reticulum is a networking stack that lets devices communicate directly with each other, forming resilient mesh networks. It is optimized for low bandwidth, high latency connections, and can communicate over nearly any medium. Columba uses LXMF (Lightweight Extensible Message Format) to send messages across the Reticulum network, and uses a native Android implementation of ble-reticulum to enable messaging over BLE with other Android and Linux devices.

Want to learn more? Visit Reticulum's documentation.

Why "Columba"

Columba, latin for "dove," is a constellation in the southern sky depicting a dove. Doves are commonly a symbol of peace and hope, and have been used as messengers throughout history.