aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* double check that muc message is ours if true jid is knownChristian Schneppe2019-03-061-2/+7
|
* copy intent extras in eventreceiverChristian Schneppe2019-03-061-0/+5
|
* only show images and videos in media browserChristian Schneppe2019-03-061-1/+3
|
* show progress while loading media filesChristian Schneppe2019-03-061-0/+4
|
* try to catch some NPEChristian Schneppe2019-03-065-16/+18
|
* fix some more NPEChristian Schneppe2019-02-222-15/+22
|
* be sure that default omemo encryption is set offChristian Schneppe2019-02-211-3/+3
|
* add password forgotten item to edit profile menuChristian Schneppe2019-02-211-0/+29
| | | | fixes #295
* show file too large instead of generic delivery failedChristian Schneppe2019-02-213-9/+54
|
* refresh cached RichPreviews after 7 daysChristian Schneppe2019-02-211-0/+18
|
* Deduplicate presencesChristian Schneppe2019-02-214-11/+7
| | | | possibly fixes #303
* improve RichPreviewChristian Schneppe2019-02-205-229/+357
|
* fix some more NPEsChristian Schneppe2019-02-184-3/+16
|
* try to fix some NPE in RichPreviewChristian Schneppe2019-02-182-1/+179
|
* fix NPE while getting userChristian Schneppe2019-02-181-1/+1
|
* after switching from forced foreground to foreground notification needs updateChristian Schneppe2019-02-182-3/+10
|
* fixed regression of search hint not updating in StartConversation screenChristian Schneppe2019-02-181-1/+8
|
* allow filtering in participant viewChristian Schneppe2019-02-182-6/+84
|
* show notification when backup is done or failedChristian Schneppe2019-02-183-32/+100
| | | | show success notification only if backup was started manually
* do not show 'manage permissions' submenu when only 'remove from room' is visibleChristian Schneppe2019-02-181-1/+0
|
* change isDatasaverDisabled integration for web previewChristian Schneppe2019-02-092-9/+6
|
* print available stream features / mechanisms on incompat serverChristian Schneppe2019-02-092-0/+21
|
* don't let users share private group chatsChristian Schneppe2019-02-091-1/+1
|
* respect Android datasaver and if enabled don't load imagesChristian Schneppe2019-02-091-5/+10
|
* load FileOrImage before web previewChristian Schneppe2019-02-091-2/+2
|
* automatically hide and show FAB in MediaViewerActivityChristian Schneppe2019-02-091-0/+31
| | | | integrate lib FullscreenVideoView as files
* small fixes for web previewChristian Schneppe2019-02-092-3/+6
| | | | make links clickable and don't use transform links toLowerCase()
* show MediaBrowser icon in chat viewChristian Schneppe2019-02-093-3/+14
|
* use the term channel in destroy dialog and some other stringsChristian Schneppe2019-02-093-28/+43
|
* show web link previews in chatChristian Schneppe2019-02-096-13/+257
| | | | fixes #113
* catch activity not found when trying to open contact appChristian Schneppe2019-02-081-16/+20
|
* brought back 'moderated' config in advanced modeChristian Schneppe2019-02-083-19/+44
|
* reset inviteuri after successful generationChristian Schneppe2019-02-082-13/+37
|
* use ad-hoc commands for invite links if server supports thisChristian Schneppe2019-02-084-0/+94
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-084-0/+98
| |
* | optimize importsChristian Schneppe2019-02-0845-145/+2
| |
* | hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-089-82/+57
| |
* | integrate single profile mode in CreatePublicChannelDialogChristian Schneppe2019-02-081-0/+8
| |
* | allow corrections in all mucsChristian Schneppe2019-02-071-2/+1
| |
* | rights managment in mucChristian Schneppe2019-02-071-9/+26
| |
* | show different room settings for channels and groupsChristian Schneppe2019-02-076-54/+156
| |
* | provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-0710-113/+442
| |
* | show dialog with created password in MagicCreateActivityChristian Schneppe2019-02-041-8/+25
| |
* | Revert "WelcomeActivity: Add QR code scanner button"Christian Schneppe2019-02-041-24/+0
| | | | | | | | This reverts commit 7b9ced9fb752ee485b657daf6d827f311ed6e8bc.
* | fix xmpp uri links that have a aditional chars after joinChristian Schneppe2019-02-041-1/+1
| | | | | | | | for example xmpp:foo@bar.tld?join,
* | remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe2019-02-045-54/+12
| | | | | | | | enough to also kick
* | make sure that http upload/download is not startetd multiple timesChristian Schneppe2019-02-043-40/+71
| |
* | rename some variablesChristian Schneppe2019-02-043-3/+3
| |
* | schedule another ping 30s after connectivity_changeChristian Schneppe2019-02-042-3/+31
| |
* | fixed context menu on self contactChristian Schneppe2019-02-041-1/+1
| |