aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* copy intent extras in eventreceiverChristian Schneppe2019-03-061-0/+5
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-03-061-2/+6
|\
| * Merge pull request #317 from Echolon/patch-4Christian Schneppe2019-03-041-2/+6
| |\ | | | | | | Update README.md
| | * Update README.mdEcholon2019-03-031-2/+6
| |/
* | only show images and videos in media browserChristian Schneppe2019-03-061-1/+3
| |
* | show progress while loading media filesChristian Schneppe2019-03-063-1/+20
| |
* | 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-214-0/+60
| | | | fixes #295
* show file too large instead of generic delivery failedChristian Schneppe2019-02-214-9/+55
|
* refresh cached RichPreviews after 7 daysChristian Schneppe2019-02-211-0/+18
|
* Deduplicate presencesChristian Schneppe2019-02-214-11/+7
| | | | possibly fixes #303
* version 2.2.0 beta (2019-02-20)Christian Schneppe2019-02-201-2/+2
|
* improve RichPreviewChristian Schneppe2019-02-2013-250/+366
|
* 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
|
* explicitly set profile+level for encoderChristian Schneppe2019-02-181-0/+4
| | | | some modern Androids (namely my Xiaomi Mi A1 after the update to Andorid 9) seem to require that
* fixed typo. s/exits/exists/Christian Schneppe2019-02-181-1/+1
|
* fixed regression of search hint not updating in StartConversation screenChristian Schneppe2019-02-187-7/+14
|
* allow filtering in participant viewChristian Schneppe2019-02-184-6/+96
|
* show notification when backup is done or failedChristian Schneppe2019-02-184-32/+104
| | | | 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
|
* extend max label size slightlyChristian Schneppe2019-02-182-0/+2
|
* version 2.2.0 beta (2019-02-10)Christian Schneppe2019-02-101-2/+3
|
* 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
|
* change bookmarks to multi user 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-0929-1/+1565
| | | | 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()
* version 2.2.0 beta (2019-02-09) + changesChristian Schneppe2019-02-092-2/+20
|
* update libsChristian Schneppe2019-02-091-1/+2
|
* show MediaBrowser icon in chat viewChristian Schneppe2019-02-096-3/+30
|
* use the term channel in destroy dialog and some other stringsChristian Schneppe2019-02-0915-79/+97
|
* show web link previews in chatChristian Schneppe2019-02-0912-16/+329
| | | | 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-085-28/+55
|
* reset inviteuri after successful generationChristian Schneppe2019-02-082-13/+37
|
* use ad-hoc commands for invite links if server supports thisChristian Schneppe2019-02-086-0/+117
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-086-0/+121
| |
* | optimize importsChristian Schneppe2019-02-0853-165/+16
| |
* | show "show password icon" in activity_change_passwordChristian Schneppe2019-02-081-1/+2
| |
* | clean unused resourcesChristian Schneppe2019-02-0847-569/+4
| |
* | hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-0811-114/+94
| |
* | Fix missing depChristian Schneppe2019-02-081-0/+1
| | | | | | | | thanks, closes #300