aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix account detection in EnterNameActivityChristian Schneppe2019-04-022-3/+5
|
* small improvement to auto hide fab in MediaViewerActivityChristian Schneppe2019-04-021-1/+5
|
* remove logging from delete from serverChristian Schneppe2019-04-011-1/+0
|
* add ability to kick user from room and not just ban themChristian Schneppe2019-04-011-32/+53
|
* rename "advanced mode" in WelcomeActivity to "I have an account"Christian Schneppe2019-03-311-2/+2
|
* add ability to delete account also from serverChristian Schneppe2019-03-313-2/+37
| | | | fixes #315
* fix automatic backup creationChristian Schneppe2019-03-311-1/+1
|
* try to fix a crash during fragment detectionChristian Schneppe2019-03-311-1/+2
|
* differ between group chat and channel in tablet modeChristian Schneppe2019-03-311-1/+2
|
* fix url detection for webpreviewsChristian Schneppe2019-03-314-4/+15
|
* add account > 0 check to inviteUser menuChristian Schneppe2019-03-312-2/+7
|
* catch exceptions in NotificationServiceChristian Schneppe2019-03-311-1/+7
|
* rework max file upload size in server infoChristian Schneppe2019-03-313-34/+12
|
* do sent/received correct based on true counterpart introduced in ↵Christian Schneppe2019-03-311-1/+1
| | | | | | fec6d7a90c443ef0ef86464bd2fb49cdc56d1587 only for type=groupchat
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-319-48/+296
|
* fix some crashesChristian Schneppe2019-03-143-3/+6
|
* rework user name input during account creationChristian Schneppe2019-03-142-21/+16
|
* fix backup creation for older installationsChristian Schneppe2019-03-142-8/+16
| | | | If you had problems importing the backup you need to create a new backup after this patch
* version 2.2.0Christian Schneppe2019-03-061-2/+1
|
* fixed security exception when attempting to display image in notificationChristian Schneppe2019-03-061-5/+10
|
* find activity even if wrapped in context wrapperChristian Schneppe2019-03-061-3/+7
|
* 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
|