aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small message optimizationsChristian Schneppe2019-05-041-8/+9
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-38/+65
|
* use styled warning for message errorChristian Schneppe2019-04-121-1/+5
|
* fix url detection for webpreviewsChristian Schneppe2019-03-311-1/+11
|
* rework max file upload size in server infoChristian Schneppe2019-03-311-7/+1
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-29/+36
|
* fix some more NPEChristian Schneppe2019-02-221-11/+13
|
* show file too large instead of generic delivery failedChristian Schneppe2019-02-211-2/+15
|
* improve RichPreviewChristian Schneppe2019-02-201-8/+25
|
* change isDatasaverDisabled integration for web previewChristian Schneppe2019-02-091-1/+2
|
* load FileOrImage before web previewChristian Schneppe2019-02-091-2/+2
|
* small fixes for web previewChristian Schneppe2019-02-091-1/+4
| | | | make links clickable and don't use transform links toLowerCase()
* show web link previews in chatChristian Schneppe2019-02-091-7/+53
| | | | fixes #113
* optimize importsChristian Schneppe2019-02-081-11/+0
|
* refactored avatar workers into single classChristian Schneppe2019-01-271-103/+8
|
* make bitmap worker task staticChristian Schneppe2019-01-271-4/+8
|
* extend open with to audio filesChristian Schneppe2019-01-251-10/+2
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-251-1/+1
| | | | preperation to be able to query the database for all images
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-1/+1
|
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-3/+3
|
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-21/+74
| | | | fixes #170 and #236
* fixed some rare crashes caused by race conditionsChristian Schneppe2018-12-271-5/+5
|
* implement self healing omemoChristian Schneppe2018-12-041-0/+2
| | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
* fix crash with xmpp urisChristian Schneppe2018-11-211-1/+6
|
* separate contacts and groups shared via xmpp urisChristian Schneppe2018-11-081-1/+6
|
* use material colorsMartin/Geno2018-11-081-1/+9
|
* design message borderMartin/Geno2018-11-071-1/+1
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+5
|
* change apk iconChristian Schneppe2018-10-201-5/+10
|
* fix crashes with EmojiTextViewChristian Schneppe2018-10-011-1/+1
|
* use internal viewer for images and videosChristian Schneppe2018-09-261-23/+0
|
* show conversation media in contact/conference detailsChristian Schneppe2018-09-261-24/+2
|
* change text highlight colorChristian Schneppe2018-09-141-1/+1
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-2/+2
|
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-111-0/+4
|
* switch between earphone and speaker while playing soundsChristian Schneppe2018-08-301-1/+9
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-71/+9
|
* Improved URL matchingChristian Schneppe2018-06-171-17/+38
|
* Revert "fade in images and avatars" because of strange flickeringChristian Schneppe2018-06-041-7/+0
| | | | This reverts commit 6bf3ef887a57d7427d4b4cccac3a1c1adcb14377.
* fade in images and avatarsChristian Schneppe2018-06-031-0/+7
|
* add support for S3 file transfersChristian Schneppe2018-05-261-32/+37
|
* fix some crashes on Android 4 devicesChristian Schneppe2018-05-211-5/+6
|
* temporarly fix crash with resending files via buttonChristian Schneppe2018-05-181-0/+3
|
* max out emoji enlargment at 42 emojisChristian Schneppe2018-05-161-5/+4
|
* apply styling helper to conversation overviewChristian Schneppe2018-05-141-1/+1
|
* fix taking videoChristian Schneppe2018-05-141-3/+3
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+5
|
* encode and decode % and # in invite linksChristian Schneppe2018-05-051-6/+1
|
* handle invalid image boundsChristian Schneppe2018-05-031-3/+1
|