aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-03added null check to Jid.of in edit accountChristian Schneppe1-3/+3
2018-05-03handle invalid image boundsChristian Schneppe2-4/+8
2018-05-03organize listeners in listsChristian Schneppe2-165/+93
2018-05-03only highlight alphanumeric charsChristian Schneppe2-2/+22
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe3-28/+46
2018-05-02fixed omemo by default setting for users on same domainChristian Schneppe1-2/+2
2018-05-02do not invoke onPushFailed() on timeoutChristian Schneppe2-7/+12
2018-05-02fixed crash with samsung recorderChristian Schneppe1-2/+2
2018-05-02show keyboard only on fresh activityChristian Schneppe1-1/+3
2018-05-02persist search across device rotationsChristian Schneppe4-6/+52
2018-05-02only search text messagesChristian Schneppe3-8/+7
2018-05-02fixed search term parser for empty termsChristian Schneppe1-2/+18
2018-05-02search term parsing + highlightingChristian Schneppe8-22/+128
2018-05-02create fts tableChristian Schneppe1-2/+16
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe2-14/+38
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe2-4/+11
2018-05-02use the correct SendButtonIconChristian Schneppe1-7/+7
2018-05-02added 'view conversation' to context menuChristian Schneppe3-3/+14
2018-05-02modified some iconsChristian Schneppe6-18/+15
2018-05-02check if jid was valid before parsing muc status or event msgsChristian Schneppe2-6/+16
2018-05-02fix crash on ShareLocationActivityChristian Schneppe1-1/+1
2018-05-02highlight search term in search resultsChristian Schneppe3-0/+54
2018-05-02convert empty resources in messages to bare jidChristian Schneppe2-2/+13
2018-05-02show message search as icon in actionbarChristian Schneppe1-1/+2
2018-05-02remove old codeChristian Schneppe3-116/+0
2018-05-02do not crash when inner message contains invalid jidChristian Schneppe1-2/+2
2018-05-02added search result context menu + date separatorsChristian Schneppe13-71/+360
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe12-51/+232
2018-05-02use styled colors for online/offline textChristian Schneppe7-12/+12
2018-04-30remove old resourcesChristian Schneppe9-87/+0
2018-04-30dynamically reference app name in version stringChristian Schneppe1-2/+2
2018-04-30use GIF to describe gifs instead of imageChristian Schneppe2-1/+4
2018-04-30click on avatars in message search opens contact detailsChristian Schneppe6-25/+43
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe8-39/+129
2018-04-30very much unoptimized search functionalityChristian Schneppe26-126/+634
2018-04-30add more styling to search activityChristian Schneppe19-4/+146
2018-04-29mock (non functional) search activityChristian Schneppe30-31/+420
2018-04-29add debug output to how many messages were deletedChristian Schneppe1-2/+3
2018-04-29null check when cleaning avatars for mucChristian Schneppe1-2/+5
2018-04-29properly catch and ignore IllegalStateException instead of using commitAllowS...Christian Schneppe1-2/+13
2018-04-29fine tuned style of toolbar search viewChristian Schneppe5-5/+68
2018-04-29added scrollbars to conversation overviewChristian Schneppe1-0/+1
2018-04-29do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe1-7/+1
2018-04-29migrate recording activity to view binderChristian Schneppe10-203/+224
2018-04-29scroll to bottom even if last visible item is heigher than viewChristian Schneppe1-9/+20
2018-04-29fix text size in snackbarsChristian Schneppe2-1/+20
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe4-137/+133
2018-04-29use styled borderless buttonChristian Schneppe15-47/+59
2018-04-29do not use omemo by default for own serverChristian Schneppe2-2/+9
2018-04-29fixed updating of server message id after dedupChristian Schneppe2-5/+8