aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+1
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+1
* introduced error code for server not opening stream after auth or starttlsChristian Schneppe2018-10-011-193/+194
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
* store avatars received over muc presence in contactChristian Schneppe2018-09-272-318/+312
* sync roster after setting pgp idChristian Schneppe2018-09-131-1/+4
* speed up DNSChristian Schneppe2018-09-131-4/+1
* code cleanup for group chat user context menuChristian Schneppe2018-09-121-1/+0
* start new conversations by long press on avatarChristian Schneppe2018-09-121-0/+10
* do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2018-09-111-0/+1
* show jids from address book in Start Conversation screen if only one account ...Christian Schneppe2018-09-111-0/+7
* do grace period calculation only on positive periodsChristian Schneppe2018-08-261-2/+4
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+31
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-0/+1
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+4
* 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