aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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 ↵Christian Schneppe1-0/+5
storage permission
2018-09-26clear parent activities pending view intent before calling ↵Christian Schneppe1-0/+6
startAcitvityForResult()
2018-09-26use internal viewer for images and videosChristian Schneppe1-12/+34
2018-09-26show conversation media in contact/conference detailsChristian Schneppe3-0/+135
2018-09-23use different menu items for record video and take photoChristian Schneppe2-7/+25
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe2-6/+11
2018-09-23make media previews survive rotationsChristian Schneppe1-1/+33
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe4-106/+135
multiple files
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
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe1-6/+5
2018-08-05add a quick action for voice recordingChristian Schneppe1-1/+4
* is enabled as default * can be disabled in settings
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe3-10/+55
2018-07-09handle non participating mucs a bit betterChristian Schneppe1-0/+6
2018-07-09fixed npe in paste as quoteChristian Schneppe1-2/+2
2018-07-09offer paste as quote for html clipsChristian Schneppe1-1/+4
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-1/+10
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+106
2018-06-16add ‘paste as quote’ for api >= 23Christian Schneppe1-0/+83
2018-05-05add animators for more activitiesChristian Schneppe1-0/+1
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-0/+41
2018-05-03hide record audio feature if mircophone is not availableChristian Schneppe1-4/+19
hide share location feature if location service is not available
2018-05-02persist search across device rotationsChristian Schneppe1-0/+3
2018-05-02use the correct SendButtonIconChristian Schneppe1-7/+7