openclaw/apps/android/app
JARVIS 75023f3323 feat(android): add clickable URLs in chat messages
URLs in chat messages (http:// and https://) are now rendered as
tappable links that open in the browser. The links are styled with
the primary color and underlined for visibility.

- Detects URLs with a regex that handles paths, query params, and fragments
- Strips trailing punctuation (.,!?:;) to avoid catching them in the URL
- Uses ClickableText + LocalUriHandler for native Android URL handling
- Adds unit tests for URL parsing logic
2026-01-27 22:03:26 +01:00
..
src feat(android): add clickable URLs in chat messages 2026-01-27 22:03:26 +01:00
build.gradle.kts Branding: update bot.molt bundle IDs + launchd labels 2026-01-27 14:46:50 -06:00