aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-04use also rounded avatars in widgetChristian Schneppe1-1/+3
2018-06-04catch more exceptions in scheduleWakeUpCallChristian Schneppe1-0/+2
2018-06-01add more logging to setIsInForegroundChristian Schneppe2-1/+3
2018-05-26improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe1-1/+10
2018-05-26add support for S3 file transfersChristian Schneppe2-12/+6
2018-05-21Make nickname matching case-sensitiveChristian Schneppe1-1/+1
2018-05-21prefetch omemo device lists only if muc has omemo enabledChristian Schneppe1-2/+3
2018-05-21make fcm receiver ignore messages when all accounts are disabledChristian Schneppe1-1/+1
2018-05-21migrate to fcm libraryChristian Schneppe1-7/+7
2018-05-17detect yalp store installsChristian Schneppe1-1/+1
2018-05-17changed jid of push serverChristian Schneppe1-1/+1
2018-05-17some tor modificationsChristian Schneppe1-1/+1
2018-05-17do not use end in catchup mam queriesChristian Schneppe1-7/+24
2018-05-17add null checkChristian Schneppe1-4/+4
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-4/+8
2018-05-16fix exceptionsChristian Schneppe1-2/+2
2018-05-14apply styling helper to conversation overviewChristian Schneppe1-2/+2
2018-05-05improved logging for node configuration changeChristian Schneppe1-0/+1
2018-05-03organize listeners in listsChristian Schneppe1-141/+80
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe1-4/+16
2018-05-02do not invoke onPushFailed() on timeoutChristian Schneppe1-3/+3
2018-05-02only search text messagesChristian Schneppe1-5/+4
2018-05-02search term parsing + highlightingChristian Schneppe2-4/+4
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe1-14/+29
2018-04-30very much unoptimized search functionalityChristian Schneppe4-24/+177
2018-04-29null check when cleaning avatars for mucChristian Schneppe1-2/+5
2018-04-29do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe1-7/+1
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe1-12/+13
2018-04-29catch run time exception when starting service from event receiverChristian Schneppe1-1/+5
2018-04-29removed 'received' prefix from descriptionChristian Schneppe1-3/+1
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe2-15/+6
2018-04-29wrap all calls to notification manager in exception handler to catch dead obj...Christian Schneppe1-12/+44
2018-04-27include node when requesting disco featuresChristian Schneppe1-15/+19
2018-04-27display avatar in groupsChristian Schneppe2-55/+50
2018-04-24fixed condition to accept lmc if user reference existsChristian Schneppe1-7/+1
2018-04-24load currently open conversation fasterChristian Schneppe1-5/+19
2018-04-23change icon sizeChristian Schneppe1-23/+25
2018-04-23support contact shortcutsChristian Schneppe2-8/+69
2018-04-22code cleanupChristian Schneppe1-2/+2
2018-04-22only mark visible messages as readChristian Schneppe1-13/+20
2018-04-21more theme workingChristian Schneppe1-2/+1
2018-04-13persist some muc configurationsChristian Schneppe1-4/+4
2018-04-13end view if conversation was archivedChristian Schneppe1-0/+11
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-0/+2
2018-04-13make receipt handling work with out of order receiptsChristian Schneppe1-1/+14
2018-04-12fixed cache key generation for messages w/o full jidChristian Schneppe1-8/+26
2018-04-12messages coming from known muc server are treated as muc when creating conver...Christian Schneppe1-4/+1
2018-04-12improved logging while deleting old cache filesChristian Schneppe1-2/+3
2018-04-12use utf-8 in barcodesChristian Schneppe1-39/+53
2018-04-12write roster only for active accountsChristian Schneppe1-1/+1