aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util/MucDetailsContextMenuHelper.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-2/+2
2020-02-14add 'show avatar' to context menu in chat viewChristian Schneppe1-1/+16
to show a bigger avatar
2019-11-16add possibility to block muc user from mucChristian Schneppe1-2/+17
2019-10-27show attachment button in private muc messagesChristian Schneppe1-0/+1
2019-10-27add user to roster on avatar long pressChristian Schneppe1-8/+13
2019-10-26always show 'contact details' on avatar long press in non-anonChristian Schneppe1-3/+6
2019-09-22show username as title in context menu when long clicking avatar in MUCChristian Schneppe1-1/+24
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-09-19fixed direct invites after adhocChristian Schneppe1-1/+1
2019-09-19fixed some minor NPEChristian Schneppe1-4/+2
2019-06-08fix some more NPEChristian Schneppe1-1/+1
2019-04-26use mediated invite on reinvite if user is not memberChristian Schneppe1-1/+5
2019-04-01add ability to kick user from room and not just ban themChristian Schneppe1-32/+53
2019-02-18fix NPE while getting userChristian Schneppe1-1/+1
2019-02-18do not show 'manage permissions' submenu when only 'remove from room' is visibleChristian Schneppe1-1/+0
2019-02-08brought back 'moderated' config in advanced modeChristian Schneppe1-5/+9
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-1/+10
2019-02-07rights managment in mucChristian Schneppe1-9/+26
2019-02-04remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe1-6/+5
enough to also kick
2019-01-27show context menu when long pressing own account pictureChristian Schneppe1-1/+5
2019-01-27add context menu for muc user adapterChristian Schneppe1-7/+33
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe1-2/+13
2018-09-12code cleanup for group chat user context menuChristian Schneppe1-51/+65
2018-09-12start new conversations by long press on avatarChristian Schneppe1-0/+149