aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-31fix url detection for webpreviewsChristian Schneppe1-1/+11
2019-03-31rework max file upload size in server infoChristian Schneppe1-7/+1
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe1-29/+36
2019-02-22fix some more NPEChristian Schneppe1-11/+13
2019-02-21show file too large instead of generic delivery failedChristian Schneppe1-2/+15
2019-02-20improve RichPreviewChristian Schneppe1-8/+25
2019-02-09change isDatasaverDisabled integration for web previewChristian Schneppe1-1/+2
2019-02-09load FileOrImage before web previewChristian Schneppe1-2/+2
2019-02-09small fixes for web previewChristian Schneppe1-1/+4
2019-02-09show web link previews in chatChristian Schneppe1-7/+53
2019-02-08optimize importsChristian Schneppe1-11/+0
2019-01-27refactored avatar workers into single classChristian Schneppe1-103/+8
2019-01-27make bitmap worker task staticChristian Schneppe1-4/+8
2019-01-25extend open with to audio filesChristian Schneppe1-10/+2
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-1/+1
2019-01-25offer 'open with' in context menu for geo urisChristian Schneppe1-1/+1
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-3/+3
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-21/+74
2018-12-27fixed some rare crashes caused by race conditionsChristian Schneppe1-5/+5
2018-12-04implement self healing omemoChristian Schneppe1-0/+2
2018-11-21fix crash with xmpp urisChristian Schneppe1-1/+6
2018-11-08separate contacts and groups shared via xmpp urisChristian Schneppe1-1/+6
2018-11-08use material colorsMartin/Geno1-1/+9
2018-11-07design message borderMartin/Geno1-1/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-1/+5
2018-10-20change apk iconChristian Schneppe1-5/+10
2018-10-01fix crashes with EmojiTextViewChristian Schneppe1-1/+1
2018-09-26use internal viewer for images and videosChristian Schneppe1-23/+0
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-24/+2
2018-09-14change text highlight colorChristian Schneppe1-1/+1
2018-09-12start new conversations by long press on avatarChristian Schneppe1-2/+2
2018-09-11AudioPlayer: disable screen when holding phone to earChristian Schneppe1-0/+4
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe1-1/+9
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-71/+9
2018-06-17Improved URL matchingChristian Schneppe1-17/+38
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe1-7/+0
2018-06-03fade in images and avatarsChristian Schneppe1-0/+7
2018-05-26add support for S3 file transfersChristian Schneppe1-32/+37
2018-05-21fix some crashes on Android 4 devicesChristian Schneppe1-5/+6
2018-05-18temporarly fix crash with resending files via buttonChristian Schneppe1-0/+3
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe1-5/+4
2018-05-14apply styling helper to conversation overviewChristian Schneppe1-1/+1
2018-05-14fix taking videoChristian Schneppe1-3/+3
2018-05-05add animators for more activitiesChristian Schneppe1-0/+5
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-6/+1
2018-05-03handle invalid image boundsChristian Schneppe1-3/+1
2018-05-03only highlight alphanumeric charsChristian Schneppe1-2/+2
2018-05-02search term parsing + highlightingChristian Schneppe1-5/+5
2018-05-02highlight search term in search resultsChristian Schneppe1-0/+9