Files
letro-android/features
Colin S 251c873672 messages: separate custom tab links from normal links
Some links in the `MessagesView` are part of Element X itself,
such as the help pages in `LearnMoreConfig` [1]. These links
should open in an "in-app" Chrome Custom Tab, because they are
basically part of the app.

Web links from chat messages, on the other hand, should open in
the user's preferred web browser as regular tabs.

Separate "regular" links from "custom tab" links with a new
parameter `onLinkClick(..., customTab)`. If true, the link
opens in a custom tab.

Links within `TimelineView` are always opened in a normal tab.

[1]: appconfig/src/main/kotlin/io/element/android/appconfig/LearnMoreConfig.kt
2025-01-28 20:53:22 -06:00
..
2025-01-20 00:26:57 +00:00
2025-01-13 00:30:35 +00:00
2025-01-20 00:26:57 +00:00
2025-01-20 00:26:57 +00:00
2025-01-20 00:26:57 +00:00
2025-01-13 00:30:35 +00:00