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