Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make OTR setting working | Christian Schneppe | 2020-04-06 | 1 | -4/+4 |
| | |||||
* | use androidx.appcompat.app.AlertDialog and make AlertDialog final | Christian Schneppe | 2020-02-16 | 2 | -5/+5 |
| | |||||
* | add 'show avatar' to context menu in chat view | Christian Schneppe | 2020-02-14 | 1 | -1/+16 |
| | | | | to show a bigger avatar | ||||
* | show PDF preview in MediaBrowserActivity | Christian Schneppe | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | use ToastCompat instead of Toast | Christian Schneppe | 2020-01-31 | 2 | -9/+11 |
| | |||||
* | optimize imports | Christian Schneppe | 2020-01-31 | 7 | -7/+13 |
| | |||||
* | parse install referrer from gplay | Christian Schneppe | 2020-01-24 | 2 | -2/+2 |
| | |||||
* | first step to remove OTR encryption | Christian Schneppe | 2019-12-13 | 1 | -1/+3 |
| | | | | * make OTR available via expert settings and disable it as default | ||||
* | use setFlags instead of addFlags to grant uri permissions | Christian Schneppe | 2019-12-13 | 2 | -2/+2 |
| | |||||
* | add possibility to block muc user from muc | Christian Schneppe | 2019-11-16 | 1 | -2/+17 |
| | |||||
* | show overlay to set avatar at the right bottom corner | Christian Schneppe | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | introduce setting to completely disable (OMEMO) encryption | Christian Schneppe | 2019-11-02 | 1 | -1/+1 |
| | |||||
* | move some more config variables to match different app modes | Christian Schneppe | 2019-11-02 | 1 | -1/+2 |
| | |||||
* | show attachment button in private muc messages | Christian Schneppe | 2019-10-27 | 2 | -3/+7 |
| | |||||
* | add user to roster on avatar long press | Christian Schneppe | 2019-10-27 | 1 | -8/+13 |
| | |||||
* | always show 'contact details' on avatar long press in non-anon | Christian Schneppe | 2019-10-26 | 1 | -3/+6 |
| | |||||
* | show username as title in context menu when long clicking avatar in MUC | Christian Schneppe | 2019-09-22 | 1 | -1/+24 |
| | |||||
* | introduce app intro and some help screens | Christian Schneppe | 2019-09-21 | 1 | -0/+39 |
| | |||||
* | added overlay to avatar in EditAccountActivity | Christian Schneppe | 2019-09-20 | 1 | -3/+19 |
| | | | | in addition to #390 | ||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 9 | -12/+12 |
| | |||||
* | replace YouTube links with Invidious links | Christian Schneppe | 2019-09-20 | 1 | -0/+28 |
| | | | | increases privacy and is configurable via preferences | ||||
* | fixed direct invites after adhoc | Christian Schneppe | 2019-09-19 | 1 | -1/+1 |
| | |||||
* | fixed some minor NPE | Christian Schneppe | 2019-09-19 | 1 | -4/+2 |
| | |||||
* | include user into quote message | Christian Schneppe | 2019-09-11 | 1 | -2/+3 |
| | |||||
* | when sharing text from PAM to PAM use quotes | Christian Schneppe | 2019-08-31 | 1 | -0/+3 |
| | |||||
* | handle some rare npe | Christian Schneppe | 2019-06-17 | 2 | -6/+12 |
| | |||||
* | 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 |
| |