aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* small fixes for web previewChristian Schneppe2019-02-092-3/+6
* 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
* 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
* | fix xmpp uri links that have a aditional chars after joinChristian Schneppe2019-02-041-1/+1
* | remove warning messages for kick after ban failing. on modern servers ban is ...Christian Schneppe2019-02-045-54/+12
* | 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
* | rework MediaViewerActivityChristian Schneppe2019-02-041-62/+36
* | add ability to delete last sent message also on remote devicesChristian Schneppe2019-01-271-1/+24
* | show sub menu fabs for create group chatsChristian Schneppe2019-01-271-22/+47
* | show context menu when long pressing own account pictureChristian Schneppe2019-01-272-19/+33
* | changed order of users and media in muc detailsChristian Schneppe2019-01-272-2/+2
* | add context menu for muc user adapterChristian Schneppe2019-01-277-49/+104
* | refactored group chat members into seperate screenChristian Schneppe2019-01-278-200/+362
* | Fix type in presenceChristian Schneppe2019-01-271-1/+1
* | refactored avatar workers into single classChristian Schneppe2019-01-2716-390/+200
* | do not require starttls when connecting over to .onion domainChristian Schneppe2019-01-271-2/+2
* | scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-273-13/+73
* | migrate conversation list row to binderChristian Schneppe2019-01-271-119/+89
* | make bitmap worker task staticChristian Schneppe2019-01-277-37/+68
* | WelcomeActivity: Add QR code scanner buttonChristian Schneppe2019-01-271-0/+24