aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09do not add in_roster flag when restoring from diskChristian Schneppe1-1/+0
2018-07-09store own affiliation and role to diskChristian Schneppe1-62/+47
2018-07-09support mam:1Christian Schneppe1-7/+7
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe1-0/+1
2018-07-09shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe1-0/+6
2018-07-09fixed MucOptions.getName()Christian Schneppe1-5/+3
2018-07-09reset subject and name on emptyChristian Schneppe1-11/+12
2018-06-29do not include white listed domains in room listChristian Schneppe1-12/+12
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe1-0/+4
2018-06-29code clean up in contact details presence handlingChristian Schneppe1-1/+4
2018-06-29fixed some extended muc info handling. match what ejabberd doesChristian Schneppe2-13/+21
2018-06-29use room name (if available and != localpart) as group nameChristian Schneppe2-32/+48
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-1/+14
2018-06-17do not include read only chats in contact chooserChristian Schneppe1-1/+1
2018-06-17deduplicate tags + translate 'blocked' tagChristian Schneppe1-5/+8
2018-05-26add support for S3 file transfersChristian Schneppe1-1/+1
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-2/+3
2018-05-16do not load conversations with null jidChristian Schneppe1-8/+2
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-1/+1
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe1-2/+2
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe1-24/+2
2018-05-02fixed omemo by default setting for users on same domainChristian Schneppe1-2/+2
2018-05-02added search result context menu + date separatorsChristian Schneppe2-10/+13
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-1/+2
2018-04-30very much unoptimized search functionalityChristian Schneppe5-30/+268
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe2-121/+119
2018-04-29do not use omemo by default for own serverChristian Schneppe2-2/+9
2018-04-29never use isStranger logic in conversation with selfChristian Schneppe1-2/+4
2018-04-29some OTR fixesChristian Schneppe1-1/+3
2018-04-29fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe1-2/+2
2018-04-27include node when requesting disco featuresChristian Schneppe1-2/+9
2018-04-27display avatar in groupsChristian Schneppe1-0/+4
2018-04-24keep track of user object in messagesChristian Schneppe1-0/+12
2018-04-24all contacts in roster are 'trusted'Christian Schneppe1-1/+1
2018-04-23get escaped localpart as username. should fixed saslChristian Schneppe1-1/+1
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+4
2018-04-22only mark visible messages as readChristian Schneppe1-10/+11
2018-04-22introduced sroll to bottom buttonChristian Schneppe1-0/+19
2018-04-13persist some muc configurationsChristian Schneppe2-12/+29
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-9/+12
2018-04-13add ruleset to disable omemo-by-default for certain providersChristian Schneppe1-2/+11
2018-04-13getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe1-0/+3
2018-04-13code cleanup in Contact classChristian Schneppe1-18/+22
2018-04-13ignore bookmark name of 'None'Christian Schneppe3-16/+26
2018-04-12fix getNextEncryptionChristian Schneppe1-4/+5
2018-04-12presist http upload availibilityChristian Schneppe1-3/+2
2018-04-08show message draft in conversation overviewChristian Schneppe1-92/+121
2018-04-07use escaped form of jid where approriateChristian Schneppe1-2/+2
2018-04-07return contact and account.getServer() as StringChristian Schneppe4-11/+12
2018-04-07cache bookmark jid in bookmarkChristian Schneppe1-1/+4