aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/MucOptions.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe2020-01-241-2/+2
* attempt to fix some rare crashesChristian Schneppe2019-10-261-1/+1
* update ui after bookmark changeChristian Schneppe2019-10-261-2/+3
* migrate to AndroidXChristian Schneppe2019-09-201-2/+2
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-311-6/+10
* implement client support for muc pushChristian Schneppe2019-06-251-0/+5
* hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-081-1/+1
* show different room settings for channels and groupsChristian Schneppe2019-02-071-4/+12
* refactored group chat members into seperate screenChristian Schneppe2019-01-271-3/+28
* normalize nicks before getting them from bookmarks or pepChristian Schneppe2019-01-251-8/+21
* deduplicate disco responseChristian Schneppe2018-12-271-2/+2
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-1/+2
* some code reorder for actionbar titlesChristian Schneppe2018-12-041-9/+0
* remove role=none participant when first online participant joinsChristian Schneppe2018-12-041-1/+1
* do not add self as crytpo target in MUCChristian Schneppe2018-11-231-1/+1
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-231-5/+17
* added interface to edit nickChristian Schneppe2018-11-231-1/+7
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-231-1/+1
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+1
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-317/+307
* 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
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-0/+1
* 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
* fixed MucOptions.getName()Christian Schneppe2018-07-091-5/+3
* do not include white listed domains in room listChristian Schneppe2018-06-291-12/+12
* fixed some extended muc info handling. match what ejabberd doesChristian Schneppe2018-06-291-6/+19
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-27/+31
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-1/+14
* display avatar in groupsChristian Schneppe2018-04-271-0/+4
* persist some muc configurationsChristian Schneppe2018-04-131-11/+18
* migrate to xmpp-addrChristian Schneppe2018-04-021-13/+12
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-1/+1
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-0/+4
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-0/+5
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-171-1/+1
* clear muc avatar after going onlineChristian Schneppe2017-12-271-1/+3
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-6/+28
* try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe2017-12-161-0/+1
* some bug fixesChristian Schneppe2017-11-281-1/+4
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-11/+23
* black list certain local parts and show domain insteadChristian Schneppe2017-10-291-11/+2
* don’t use xmpp or jabber as default muc nickChristian Schneppe2017-09-041-1/+11
* fixed conference naming for joined people not in your contact listChristian Schneppe2017-09-041-2/+8
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-2/+8
* limited offline support for pgp group chatsChristian Schneppe2017-04-261-1/+7
* display chat states in conferencesChristian Schneppe2017-03-111-1/+14
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-0/+35