aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-1/+1
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-193/+194
2018-10-01catch all exceptions on detecting mime typeChristian Schneppe1-0/+2
2018-09-27store avatars received over muc presence in contactChristian Schneppe2-318/+312
2018-09-13sync roster after setting pgp idChristian Schneppe1-1/+4
2018-09-13speed up DNSChristian Schneppe1-4/+1
run queries in parallel decrease timeout do not fall back to google
2018-09-12code cleanup for group chat user context menuChristian Schneppe1-1/+0
2018-09-12start new conversations by long press on avatarChristian Schneppe1-0/+10
2018-09-11do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe1-0/+1
2018-09-11show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe1-0/+7
is used
2018-08-26do grace period calculation only on positive periodsChristian Schneppe1-2/+4
2018-08-03call onMessageFound outside sync blockChristian Schneppe1-14/+31
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-0/+1
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+4
thanks @acw81
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
*show jid in group details (in advanced mode)
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