Undo phone number linking
This commit is contained in:
parent
f76a78a862
commit
a29e55f982
2 changed files with 4 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class DetailAdapter(private val activity: Activity, private val lifecycleScope:
|
|||
messageView.autoLinkMask = 0
|
||||
markwon.setMarkdown(messageView, message.toString())
|
||||
} else {
|
||||
messageView.autoLinkMask = Linkify.WEB_URLS or Linkify.EMAIL_ADDRESSES or Linkify.PHONE_NUMBERS
|
||||
messageView.autoLinkMask = Linkify.WEB_URLS
|
||||
messageView.text = message
|
||||
}
|
||||
messageView.movementMethod = BetterLinkMovementMethod.getInstance()
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
Features:
|
||||
* Add configurable "Alert when connection is lost" setting (#1665, #1662, #1652, #1655, thanks to @tintamarre, @sjozs, @TheRealOne78, and @DAE51D for reporting)
|
||||
* Suppress connection alerts and stop foreground service when there is no network (ntfy-android#165, thanks to @tintamarre for the contribution)
|
||||
|
||||
Bug fixes + maintenance:
|
||||
* Undo automatic phone number linking for numbers in message body (ntfy-android#170, thanks to @acortelyou for the contribution)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue