aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/widget/RichLinkView.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-1/+2
2020-01-31optimize importsChristian Schneppe1-1/+2
2019-09-20migrate to AndroidXChristian Schneppe1-2/+1
2019-09-07improve webpreviews during offline timesChristian Schneppe1-2/+3
2019-03-14fix some crashesChristian Schneppe1-1/+2
2019-03-06try to catch some NPEChristian Schneppe1-10/+7
2019-02-20improve RichPreviewChristian Schneppe1-29/+31
2019-02-18try to fix some NPE in RichPreviewChristian Schneppe1-1/+1
2019-02-09change isDatasaverDisabled integration for web previewChristian Schneppe1-8/+4
2019-02-09respect Android datasaver and if enabled don't load imagesChristian Schneppe1-5/+10
2019-02-09show web link previews in chatChristian Schneppe1-0/+184
fixes #113