aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-06make OTR setting workingChristian Schneppe1-4/+4
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2-5/+5
2020-02-14add 'show avatar' to context menu in chat viewChristian Schneppe1-1/+16
to show a bigger avatar
2020-02-12show PDF preview in MediaBrowserActivityChristian Schneppe1-1/+1
2020-01-31use ToastCompat instead of ToastChristian Schneppe2-9/+11
2020-01-31optimize importsChristian Schneppe7-7/+13
2020-01-24parse install referrer from gplayChristian Schneppe2-2/+2
2019-12-13first step to remove OTR encryptionChristian Schneppe1-1/+3
* make OTR available via expert settings and disable it as default
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
in addition to #390
2019-09-20migrate to AndroidXChristian Schneppe9-12/+12
2019-09-20replace YouTube links with Invidious linksChristian Schneppe1-0/+28
increases privacy and is configurable via preferences
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
fixes #113
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
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
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 ↵Christian Schneppe1-2/+2
file extension instead. added preview icons for ebooks
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
xmpp-addr: Backfill missing class method for Java 1.7 This backfills missing class methods for `java.nio.charset.StandardCharsets` and `java.util.Objects` for compatibility with platforms which do not support these (mainly Android SDK versions <= 18). Change `minSdkVersion` to 18, backfill missing methods This reduces the minimum SDK version to 18 (Android 4.3), which notably is the last supported version for the BlackBerry OS 10.3 Android compatibility layer. Drop support for Android 4.1 and 4.2
2018-10-20make jids appear as monospace in dialogsChristian Schneppe1-0/+22
2018-10-03rework MediaViewerActivityChristian Schneppe1-3/+3