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