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