aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix crash during lookup for updatesChristian Schneppe2018-07-291-2/+1
* use TOR for updaterChristian Schneppe2018-07-281-23/+25
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+10
* handle non participating mucs a bit betterChristian Schneppe2018-07-091-1/+1
* change listener lock strategieChristian Schneppe2018-07-091-38/+28
* support mam:1Christian Schneppe2018-07-092-12/+77
* add missing importChristian Schneppe2018-07-091-0/+1
* use sets instead of list for listenersChristian Schneppe2018-07-091-57/+90
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-092-9/+19
* restart file observer when permisson are grantedChristian Schneppe2018-07-091-1/+10
* reset subject and name on emptyChristian Schneppe2018-07-091-2/+2
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-1/+14
* refined create conference dialogChristian Schneppe2018-07-091-10/+11
* non functional muc edit buttonChristian Schneppe2018-06-291-8/+0
* do not include white listed domains in room listChristian Schneppe2018-06-291-3/+2
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+11
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-17/+2
* try to stop transcoding notification in some rare casesChristian Schneppe2018-06-291-0/+2
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-9/+66
* do not include read only chats in contact chooserChristian Schneppe2018-06-171-3/+8
* introduced config setting to hide error notificationChristian Schneppe2018-06-171-0/+4
* use also rounded avatars in widgetChristian Schneppe2018-06-041-1/+3
* catch more exceptions in scheduleWakeUpCallChristian Schneppe2018-06-041-0/+2
* add more logging to setIsInForegroundChristian Schneppe2018-06-012-1/+3
* improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe2018-05-261-1/+10
* add support for S3 file transfersChristian Schneppe2018-05-262-12/+6
* Make nickname matching case-sensitiveChristian Schneppe2018-05-211-1/+1
* prefetch omemo device lists only if muc has omemo enabledChristian Schneppe2018-05-211-2/+3
* make fcm receiver ignore messages when all accounts are disabledChristian Schneppe2018-05-211-1/+1
* migrate to fcm libraryChristian Schneppe2018-05-211-7/+7
* detect yalp store installsChristian Schneppe2018-05-171-1/+1
* changed jid of push serverChristian Schneppe2018-05-171-1/+1
* some tor modificationsChristian Schneppe2018-05-171-1/+1
* do not use end in catchup mam queriesChristian Schneppe2018-05-171-7/+24
* add null checkChristian Schneppe2018-05-171-4/+4
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-4/+8
* fix exceptionsChristian Schneppe2018-05-161-2/+2
* apply styling helper to conversation overviewChristian Schneppe2018-05-141-2/+2
* improved logging for node configuration changeChristian Schneppe2018-05-051-0/+1
* organize listeners in listsChristian Schneppe2018-05-031-141/+80
* hide treatAsDownloadable in search resultsChristian Schneppe2018-05-031-4/+16
* do not invoke onPushFailed() on timeoutChristian Schneppe2018-05-021-3/+3
* only search text messagesChristian Schneppe2018-05-021-5/+4
* search term parsing + highlightingChristian Schneppe2018-05-022-4/+4
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-301-14/+29
* very much unoptimized search functionalityChristian Schneppe2018-04-304-24/+177
* null check when cleaning avatars for mucChristian Schneppe2018-04-291-2/+5
* do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe2018-04-291-7/+1
* fixed caps hash generation for empty form valuesChristian Schneppe2018-04-291-12/+13
* catch run time exception when starting service from event receiverChristian Schneppe2018-04-291-1/+5