aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-24parse install referrer from gplayChristian Schneppe2-2/+2
2019-12-13first step to remove OTR encryptionChristian Schneppe1-1/+3
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2-2/+2
2019-11-16add possibility to block muc user from mucChristian Schneppe1-2/+17
2019-11-10show overlay to set avatar at the right bottom cornerChristian Schneppe1-1/+1
2019-11-02introduce setting to completely disable (OMEMO) encryptionChristian Schneppe1-1/+1
2019-11-02move some more config variables to match different app modesChristian Schneppe1-1/+2
2019-10-27show attachment button in private muc messagesChristian Schneppe2-3/+7
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-21introduce app intro and some help screensChristian Schneppe1-0/+39
2019-09-20added overlay to avatar in EditAccountActivityChristian Schneppe1-3/+19
2019-09-20migrate to AndroidXChristian Schneppe9-12/+12
2019-09-20replace YouTube links with Invidious linksChristian Schneppe1-0/+28
2019-09-19fixed direct invites after adhocChristian Schneppe1-1/+1
2019-09-19fixed some minor NPEChristian Schneppe1-4/+2
2019-09-11include user into quote messageChristian Schneppe1-2/+3
2019-08-31when sharing text from PAM to PAM use quotesChristian Schneppe1-0/+3
2019-06-17handle some rare npeChristian Schneppe2-6/+12
2019-06-08fix some more NPEChristian Schneppe1-1/+1
2019-05-04wait with presence selection until attachment commitChristian Schneppe1-0/+9
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-03-31fix url detection for webpreviewsChristian Schneppe1-1/+1
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-09show web link previews in chatChristian Schneppe1-0/+1
2019-02-08brought back 'moderated' config in advanced modeChristian Schneppe2-18/+43
2019-02-08optimize importsChristian Schneppe3-4/+1
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe2-6/+17
2019-02-07rights managment in mucChristian Schneppe1-9/+26
2019-02-07show different room settings for channels and groupsChristian Schneppe1-0/+111
2019-02-04remove warning messages for kick after ban failing. on modern servers ban is ...Christian Schneppe1-6/+5
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
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-1/+2
2019-01-27refactored avatar workers into single classChristian Schneppe1-0/+111
2019-01-25extend open with to audio filesChristian Schneppe1-0/+13
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by fil...Christian Schneppe1-2/+2
2018-12-15set min Columns in GridManager to 1Christian Schneppe1-1/+4
2018-12-14Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe1-1/+20
2018-10-20make jids appear as monospace in dialogsChristian Schneppe1-0/+22
2018-10-03rework MediaViewerActivityChristian Schneppe1-3/+3
2018-10-01catch NPE in configureAttachmentMenuChristian Schneppe1-0/+3
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe1-2/+13
2018-09-27do not show 'paste as quote' if clip is NULLChristian Schneppe1-4/+7
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe1-0/+5
2018-09-26clear parent activities pending view intent before calling startAcitvityForRe...Christian Schneppe1-0/+6
2018-09-26use internal viewer for images and videosChristian Schneppe1-12/+34