talk-android/app/src/main/java/com/nextcloud/talk/adapters/messages
Marcel Hibbe 22333d2f57
disable text fields for location messages (workaround)
i tried to suppress that zip codes are shown as clickable telephopne numbers. but
  android:autoLink="none"
and
  messageText!!.linksClickable = false
don't seem to work.
as a workaround i disabled the text field completely. so the links are still underlined but nut clickable. and it's also not possible now to mark text and get the context menu.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-06-11 10:22:18 +02:00
..
IncomingLocationMessageViewHolder.kt disable text fields for location messages (workaround) 2021-06-11 10:22:18 +02:00
MagicIncomingTextMessageViewHolder.kt differ between incoming and outcoming messages for location 2021-06-11 10:21:42 +02:00
MagicOutcomingTextMessageViewHolder.kt link swipe-to-reply to messages replyable-flag 2021-06-09 13:50:18 +02:00
MagicPreviewMessageViewHolder.java differ between incoming and outcoming messages for location 2021-06-11 10:21:42 +02:00
MagicSystemMessageViewHolder.java rename HashMap 2021-06-09 13:50:28 +02:00
MagicUnreadNoticeMessageViewHolder.java codacy: Avoid unused imports 2021-05-17 13:35:34 +02:00
OutcomingLocationMessageViewHolder.kt disable text fields for location messages (workaround) 2021-06-11 10:22:18 +02:00
TalkMessagesListAdapter.java codacy: Generics names should be a one letter long and upper case. 2021-05-17 13:40:55 +02:00