aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/widget/RichLinkView.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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