Files
ux/lib
agra 34d3616d16 url: detect every scheme, supplementing native http/https/ftp/rtsp
AOSP Patterns.WEB_URL only matches http/https/ftp/rtsp, so chat-text
custom schemes (bl://, tg://, intent://) never reached Dart on Android.
NSDataDetector on iOS catches some but not exhaustively. Add a
Dart-side pass that scans for any RFC-3986 scheme://body and merges
into the native result set via greedy de-overlap, with trailing
sentence-end punctuation trimmed.
2026-05-22 14:35:36 +03:00
..
2026-04-21 16:54:56 +03:00