aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util/MyLinkify.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show web link previews in chatChristian Schneppe2019-02-091-0/+1
| | | | fixes #113
* optimize importsChristian Schneppe2019-02-081-2/+0
|
* Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe2018-12-141-1/+20
| | | | | | | | | | | | | | xmpp-addr: Backfill missing class method for Java 1.7 This backfills missing class methods for `java.nio.charset.StandardCharsets` and `java.util.Objects` for compatibility with platforms which do not support these (mainly Android SDK versions <= 18). Change `minSdkVersion` to 18, backfill missing methods This reduces the minimum SDK version to 18 (Android 4.3), which notably is the last supported version for the BlackBerry OS 10.3 Android compatibility layer. Drop support for Android 4.1 and 4.2
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+106