aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* ban can be disabled in Config.javaChristian Schneppe2018-05-052-2/+8
* XmppUri code cleanupChristian Schneppe2018-05-051-14/+10
* encode and decode % and # in invite linksChristian Schneppe2018-05-058-13/+78
* filter sequences of more than 3 ltr-rtlChristian Schneppe2018-05-053-3/+11
* improved logging for node configuration changeChristian Schneppe2018-05-053-5/+11
* remove " from fts queriesChristian Schneppe2018-05-051-1/+1
* add animationsChristian Schneppe2018-05-032-0/+16
* fixed regression of not highlighting current conversation in overviewChristian Schneppe2018-05-031-2/+7
* hide record audio feature if mircophone is not availableChristian Schneppe2018-05-032-4/+21
* added null check to Jid.of in edit accountChristian Schneppe2018-05-031-3/+3
* handle invalid image boundsChristian Schneppe2018-05-032-4/+8
* organize listeners in listsChristian Schneppe2018-05-032-165/+93
* only highlight alphanumeric charsChristian Schneppe2018-05-032-2/+22
* hide treatAsDownloadable in search resultsChristian Schneppe2018-05-033-28/+46
* fixed omemo by default setting for users on same domainChristian Schneppe2018-05-021-2/+2
* do not invoke onPushFailed() on timeoutChristian Schneppe2018-05-022-7/+12
* fixed crash with samsung recorderChristian Schneppe2018-05-021-2/+2
* show keyboard only on fresh activityChristian Schneppe2018-05-021-1/+3
* persist search across device rotationsChristian Schneppe2018-05-023-5/+51
* only search text messagesChristian Schneppe2018-05-023-8/+7
* fixed search term parser for empty termsChristian Schneppe2018-05-021-2/+18
* search term parsing + highlightingChristian Schneppe2018-05-028-22/+128
* create fts tableChristian Schneppe2018-05-021-2/+16
* get video dimensions from bitmap instead of meta dataChristian Schneppe2018-05-022-14/+38
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-022-4/+11
* use the correct SendButtonIconChristian Schneppe2018-05-021-7/+7
* added 'view conversation' to context menuChristian Schneppe2018-05-021-3/+10
* check if jid was valid before parsing muc status or event msgsChristian Schneppe2018-05-022-6/+16
* fix crash on ShareLocationActivityChristian Schneppe2018-05-021-1/+1
* highlight search term in search resultsChristian Schneppe2018-05-023-0/+54
* convert empty resources in messages to bare jidChristian Schneppe2018-05-022-2/+13
* remove old codeChristian Schneppe2018-05-022-64/+0
* do not crash when inner message contains invalid jidChristian Schneppe2018-05-021-2/+2
* added search result context menu + date separatorsChristian Schneppe2018-05-0211-71/+312
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-0212-51/+232
* use styled colors for online/offline textChristian Schneppe2018-05-023-11/+3
* remove old resourcesChristian Schneppe2018-04-301-33/+0
* dynamically reference app name in version stringChristian Schneppe2018-04-301-2/+2
* use GIF to describe gifs instead of imageChristian Schneppe2018-04-301-1/+3
* click on avatars in message search opens contact detailsChristian Schneppe2018-04-304-23/+41
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-308-39/+129
* very much unoptimized search functionalityChristian Schneppe2018-04-3025-125/+631
* add more styling to search activityChristian Schneppe2018-04-302-0/+57
* mock (non functional) search activityChristian Schneppe2018-04-297-24/+209
* add debug output to how many messages were deletedChristian Schneppe2018-04-291-2/+3
* null check when cleaning avatars for mucChristian Schneppe2018-04-291-2/+5
* properly catch and ignore IllegalStateException instead of using commitAllowS...Christian Schneppe2018-04-291-2/+13
* fine tuned style of toolbar search viewChristian Schneppe2018-04-291-0/+13
* do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe2018-04-291-7/+1
* migrate recording activity to view binderChristian Schneppe2018-04-294-144/+122