aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-12revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415Christian Schneppe1-24/+1
2016-07-02code cleanupChristian Schneppe1-5/+0
2016-06-20hide all graphical previews in chatlistChristian Schneppe1-6/+9
2016-06-19fixed bug with message preview in chatlistChristian Schneppe1-2/+3
2016-06-14refactored pgp decryptionDaniel Gultsch1-2/+2
2016-06-02changed color of lock iconChristian Schneppe1-1/+0
2016-05-31optimize importsChristian Schneppe2-4/+0
2016-05-29show in ui when text was shortenedDaniel Gultsch1-3/+1
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch1-0/+6
2016-05-28integrate image- and video playerChristian Schneppe1-25/+47
2016-05-28count xmpp uris when disableing text selectionDaniel Gultsch1-3/+16
2016-05-26Add geo: link support in longer messagesGDR!1-0/+5
2016-05-21fixed crash with videopreviews in chatlistChristian Schneppe1-8/+26
2016-05-21show videopreview also in chatlistChristian Schneppe1-3/+8
2016-05-20use glide as image loader and add a simple video previewChristian Schneppe1-4/+27
2016-05-16make "is tiping..." in bold italicChristian Schneppe1-0/+1
2016-05-13update gradle versionChristian Schneppe1-2/+0
2016-05-13changed some colors to match blue themeChristian Schneppe2-5/+2
2016-05-13add "is typing..." to OverviewChristian Schneppe1-125/+134
2016-05-05bug fix in audio playerChristian S1-95/+93
2016-05-05blue themeMatthias Rieber1-8/+12
2016-05-05bug fix in audioplayerChristian S1-1/+2
2016-05-05added audio playerChristian S1-1/+45
2016-04-29properly cancel avatar tasksDaniel Gultsch3-5/+8
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+1
2016-04-15disallow account deactivationChristian S1-11/+0
2016-03-31save otr fingerprint in messageDaniel Gultsch1-1/+1
2016-03-05show always buttons instead of links for filesChristian S1-1/+2
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch1-2/+2
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+14
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-6/+36
2016-01-26hide jid row in list item list when jid is nullDaniel Gultsch1-1/+2
2016-01-19possible fix for showing link instead of button for filesChristian S1-1/+1
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-1/+4
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch1-0/+12
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-13/+1
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-13/+1
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-1/+1
2015-10-29load avatars in message adapter in background taskDaniel Gultsch1-11/+92
2015-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+6
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh1-1/+5
2015-10-20open unknown files with wildcard intentDaniel Gultsch1-9/+14
2015-10-12code clean upDaniel Gultsch2-5/+4
2015-10-02try to catch plattform bugsDaniel Gultsch1-1/+6
2015-09-27catch rare activity not found exception when opening downloaded filesDaniel Gultsch1-4/+9