Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some more NPE | Christian Schneppe | 2019-06-08 | 1 | -1/+1 |
| | |||||
* | wait with presence selection until attachment commit | Christian Schneppe | 2019-05-04 | 1 | -0/+9 |
| | |||||
* | use mediated invite on reinvite if user is not member | Christian Schneppe | 2019-04-26 | 1 | -1/+5 |
| | |||||
* | add ability to kick user from room and not just ban them | Christian Schneppe | 2019-04-01 | 1 | -32/+53 |
| | |||||
* | fix url detection for webpreviews | Christian Schneppe | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | fix NPE while getting user | Christian Schneppe | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | do not show 'manage permissions' submenu when only 'remove from room' is visible | Christian Schneppe | 2019-02-18 | 1 | -1/+0 |
| | |||||
* | show web link previews in chat | Christian Schneppe | 2019-02-09 | 1 | -0/+1 |
| | | | | fixes #113 | ||||
* | brought back 'moderated' config in advanced mode | Christian Schneppe | 2019-02-08 | 2 | -18/+43 |
| | |||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 3 | -4/+1 |
| | |||||
* | hide lock icon in channels; modify muc user context | Christian Schneppe | 2019-02-08 | 2 | -6/+17 |
| | |||||
* | rights managment in muc | Christian Schneppe | 2019-02-07 | 1 | -9/+26 |
| | |||||
* | show different room settings for channels and groups | Christian Schneppe | 2019-02-07 | 1 | -0/+111 |
| | |||||
* | remove warning messages for kick after ban failing. on modern servers ban is ↵ | Christian Schneppe | 2019-02-04 | 1 | -6/+5 |
| | | | | enough to also kick | ||||
* | show context menu when long pressing own account picture | Christian Schneppe | 2019-01-27 | 1 | -1/+5 |
| | |||||
* | add context menu for muc user adapter | Christian Schneppe | 2019-01-27 | 1 | -7/+33 |
| | |||||
* | refactored group chat members into seperate screen | Christian Schneppe | 2019-01-27 | 1 | -1/+2 |
| | |||||
* | refactored avatar workers into single class | Christian Schneppe | 2019-01-27 | 1 | -0/+111 |
| | |||||
* | extend open with to audio files | Christian Schneppe | 2019-01-25 | 1 | -0/+13 |
| | |||||
* | added epub and azw mime types. try to resolve application/octet-stream by ↵ | Christian Schneppe | 2018-12-27 | 1 | -2/+2 |
| | | | | file extension instead. added preview icons for ebooks | ||||
* | set min Columns in GridManager to 1 | Christian Schneppe | 2018-12-15 | 1 | -1/+4 |
| | |||||
* | Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locally | Christian Schneppe | 2018-12-14 | 1 | -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 | ||||
* | make jids appear as monospace in dialogs | Christian Schneppe | 2018-10-20 | 1 | -0/+22 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 1 | -3/+3 |
| | |||||
* | catch NPE in configureAttachmentMenu | Christian Schneppe | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | bring back private group messages for all muc and fix broken highlight in muc | Christian Schneppe | 2018-09-27 | 1 | -2/+13 |
| | |||||
* | do not show 'paste as quote' if clip is NULL | Christian Schneppe | 2018-09-27 | 1 | -4/+7 |
| | |||||
* | do not show media overview in contact/conference details when missing ↵ | Christian Schneppe | 2018-09-26 | 1 | -0/+5 |
| | | | | storage permission | ||||
* | clear parent activities pending view intent before calling ↵ | Christian Schneppe | 2018-09-26 | 1 | -0/+6 |
| | | | | startAcitvityForResult() | ||||
* | use internal viewer for images and videos | Christian Schneppe | 2018-09-26 | 1 | -12/+34 |
| | |||||
* | show conversation media in contact/conference details | Christian Schneppe | 2018-09-26 | 3 | -0/+135 |
| | |||||
* | use different menu items for record video and take photo | Christian Schneppe | 2018-09-23 | 2 | -7/+25 |
| | |||||
* | show media preview in messagebubble like text messages | Christian Schneppe | 2018-09-23 | 2 | -6/+11 |
| | |||||
* | make media previews survive rotations | Christian Schneppe | 2018-09-23 | 1 | -1/+33 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 4 | -106/+135 |
| | | | | multiple files | ||||
* | code cleanup for group chat user context menu | Christian Schneppe | 2018-09-12 | 1 | -51/+65 |
| | |||||
* | start new conversations by long press on avatar | Christian Schneppe | 2018-09-12 | 1 | -0/+149 |
| | |||||
* | make QUICK_SHARE_ATTACHMENT_CHOICE configurable | Christian Schneppe | 2018-08-28 | 1 | -6/+5 |
| | |||||
* | add a quick action for voice recording | Christian Schneppe | 2018-08-05 | 1 | -1/+4 |
| | | | | | * is enabled as default * can be disabled in settings | ||||
* | introduced config flag to show attachment button instead of quick actions | Christian Schneppe | 2018-08-05 | 3 | -10/+55 |
| | |||||
* | handle non participating mucs a bit better | Christian Schneppe | 2018-07-09 | 1 | -0/+6 |
| | |||||
* | fixed npe in paste as quote | Christian Schneppe | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | offer paste as quote for html clips | Christian Schneppe | 2018-07-09 | 1 | -1/+4 |
| | |||||
* | open/close soft keyboard in quick edit | Christian Schneppe | 2018-06-29 | 1 | -1/+10 |
| | |||||
* | linkify subject + open xmpp directly w/o going through start conv activity | Christian Schneppe | 2018-06-29 | 1 | -0/+106 |
| | |||||
* | add ‘paste as quote’ for api >= 23 | Christian Schneppe | 2018-06-16 | 1 | -0/+83 |
| | |||||
* | add animators for more activities | Christian Schneppe | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | encode and decode % and # in invite links | Christian Schneppe | 2018-05-05 | 1 | -0/+41 |
| | |||||
* | hide record audio feature if mircophone is not available | Christian Schneppe | 2018-05-03 | 1 | -4/+19 |
| | | | | hide share location feature if location service is not available | ||||
* | persist search across device rotations | Christian Schneppe | 2018-05-02 | 1 | -0/+3 |
| |