aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09use tertiary background color for landscape conversation overviewChristian Schneppe1-1/+5
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-8/+4
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-71/+9
2018-06-29Fix for blank groupchat name issue when ShowPresenceColoredNames is selected ...Ramesh Jangama1-1/+1
2018-06-29fix crash in ListItemAdapterChristian Schneppe1-1/+2
2018-06-17Improved URL matchingChristian Schneppe1-17/+38
2018-06-16catch NPE in AccountAdapterChristian Schneppe1-1/+3
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe4-25/+0
2018-06-03fade in images and avatarsChristian Schneppe4-0/+25
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-17add possibility to de-/activate accountsChristian Schneppe1-0/+24
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe1-5/+4
2018-05-14apply styling helper to conversation overviewChristian Schneppe2-3/+3
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-03fixed regression of not highlighting current conversation in overviewChristian Schneppe1-2/+7
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
2018-05-02remove old codeChristian Schneppe1-16/+0
2018-05-02use styled colors for online/offline textChristian Schneppe2-3/+3
2018-04-30very much unoptimized search functionalityChristian Schneppe1-7/+11
2018-04-29fix some colorsChristian Schneppe1-1/+2
2018-04-29make text clickable in openkeychain missing messageChristian Schneppe1-17/+16
2018-04-25some theme fixesChristian Schneppe1-14/+6
2018-04-24change opacity on emoji only messagesChristian Schneppe1-2/+2
2018-04-24migrate the RecyclerViewChristian Schneppe1-40/+59
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+2
2018-04-23update unreadCountChristian Schneppe1-4/+5
2018-04-22made all text styleableChristian Schneppe1-4/+0
2018-04-22fix crash in resendMessageChristian Schneppe1-13/+3
2018-04-21more theme workingChristian Schneppe3-32/+42
2018-04-08show message draft in conversation overviewChristian Schneppe1-84/+105
2018-04-08remove trailing ) in urlsChristian Schneppe1-22/+28
2018-04-08dynamically get known hosts in dialogChristian Schneppe1-0/+11
2018-04-07return contact and account.getServer() as StringChristian Schneppe2-7/+15
2018-04-07detect irregular unicode in domain partChristian Schneppe1-2/+2
2018-04-07display irregular unicode code pointsChristian Schneppe1-2/+4
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe4-6/+6
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+10
2018-04-01request storage permission when opening messageChristian Schneppe1-0/+7
2018-04-01wip: new status message dialogChristian Schneppe2-124/+220
2018-04-01use text styles in more placesChristian Schneppe1-10/+21
2018-03-31updated manage account activity to new colorsChristian Schneppe1-1/+2
2018-03-29made download button in message adapter workChristian Schneppe1-197/+142