aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-27interrupt sub thread in resolverChristian Schneppe1-1/+6
2018-09-27copy into new array when returning from resolverChristian Schneppe1-6/+10
2018-09-27behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe1-4/+31
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe1-0/+6
2018-09-26do not use BC provider on android 22+Christian Schneppe1-0/+4
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe1-1/+1
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-2/+2
2018-09-13speed up DNSChristian Schneppe1-103/+145
2018-09-13initial work toward api 26+Christian Schneppe2-2/+75
2018-08-26disabled by default variant of XEP-0392Christian Schneppe2-0/+33
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-0/+2
2018-07-09support mam:1Christian Schneppe1-2/+0
2018-07-09make xmppuri deal with null inputChristian Schneppe1-1/+4
2018-07-09restart file observer when permisson are grantedChristian Schneppe1-0/+5
2018-07-09reset subject and name on emptyChristian Schneppe1-0/+4
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-0/+46
2018-07-09refined create conference dialogChristian Schneppe1-0/+14
2018-06-17Improved URL matchingChristian Schneppe1-2/+0
2018-06-16fix geo uri regexChristian Schneppe1-1/+1
2018-06-16catch OOM in FileObserverChristian Schneppe1-1/+6
2018-05-26Do not use TLS_FALLBACK_SCSVChristian Schneppe1-0/+1
2018-05-26add support for S3 file transfersChristian Schneppe4-2/+65
2018-05-21make file observer listen for movesChristian Schneppe1-1/+1
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-0/+16
2018-05-17changed jid of push serverChristian Schneppe2-3/+10
2018-05-16do not load conversations with null jidChristian Schneppe1-0/+8
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe1-5/+29
2018-05-16split heighlights by special charactersChristian Schneppe1-0/+3
2018-05-14apply styling helper to conversation overviewChristian Schneppe3-8/+146
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-0/+1
2018-05-05XmppUri code cleanupChristian Schneppe1-14/+10
2018-05-05encode and decode % and # in invite linksChristian Schneppe2-1/+18
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe2-1/+9
2018-05-05remove " from fts queriesChristian Schneppe1-1/+1
2018-05-03only highlight alphanumeric charsChristian Schneppe1-0/+20
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe1-0/+28
2018-05-02persist search across device rotationsChristian Schneppe1-0/+11
2018-05-02only search text messagesChristian Schneppe1-2/+2
2018-05-02fixed search term parser for empty termsChristian Schneppe1-2/+18
2018-05-02search term parsing + highlightingChristian Schneppe2-1/+103
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe1-2/+2
2018-05-02highlight search term in search resultsChristian Schneppe1-0/+43
2018-05-02added search result context menu + date separatorsChristian Schneppe1-2/+5
2018-04-30use GIF to describe gifs instead of imageChristian Schneppe1-1/+3
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2-9/+35
2018-04-30very much unoptimized search functionalityChristian Schneppe5-7/+50
2018-04-29migrate recording activity to view binderChristian Schneppe1-0/+15
2018-04-29fix text size in snackbarsChristian Schneppe1-0/+18
2018-04-29removed 'received' prefix from descriptionChristian Schneppe1-18/+4
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-0/+59