aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-12fixed 2 issues reported by new linterChristian Schneppe1-1/+1
2019-09-11include user into quote messageChristian Schneppe1-0/+1
2019-09-09add 1080p as video resolution and set default to 720pChristian Schneppe1-4/+8
2019-09-09include ticker information in notificationChristian Schneppe1-15/+15
2019-09-09catch exception in updaterChristian Schneppe1-11/+17
2019-09-07improve webpreviews during offline timesChristian Schneppe1-0/+1
2019-09-07send multiple downloads and uploads into queueChristian Schneppe1-0/+2
2019-09-03fix some crashesChristian Schneppe2-34/+44
2019-08-31include pgp sig and status in presence to non anon mucChristian Schneppe1-14/+2
2019-08-31do not put default nick into bookmark if none has been set beforeChristian Schneppe1-5/+12
2019-08-31refactored filename and extension parsingChristian Schneppe1-0/+19
2019-08-31make config flag for leave before joinChristian Schneppe1-2/+4
2019-08-31catch IllegalArgumentException when reading backup fileChristian Schneppe1-0/+2
2019-08-31do password empty check in dialog not in restore backup serviceChristian Schneppe1-9/+1
2019-08-31allow backup to be restored from selected fileChristian Schneppe1-19/+63
2019-08-31make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2-4/+10
2019-07-17create share button in backup done notificationChristian Schneppe1-61/+78
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe2-11/+12
2019-07-03disable muc push on archive instead of leaveChristian Schneppe1-4/+4
2019-07-03correct webpreview cache pathsChristian Schneppe1-4/+3
2019-07-01migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe1-13/+38
2019-07-01rate limit muc pings / joins. never run two pings at same timeChristian Schneppe1-4/+26
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-3/+24
2019-07-01implement FCM push for group chatsChristian Schneppe1-7/+13
2019-07-01code cleanup & small fixesChristian Schneppe2-16/+11
2019-06-27catch NPEChristian Schneppe1-15/+22
2019-06-25implement client support for muc pushChristian Schneppe1-0/+35
2019-06-25show taken time for deleted webpreview cacheChristian Schneppe1-1/+2
2019-06-25fix jingle file transferChristian Schneppe1-13/+10
2019-06-23make backup compatible to Conversations (only works for Android >= 8)Christian Schneppe1-1/+16
2019-06-23Revert "BackupExport format like Conversations (#342)"Christian Schneppe1-10/+2
2019-06-23catch NPEChristian Schneppe1-0/+3
2019-06-22BackupExport format like Conversations (#342)genofire1-2/+10
2019-06-22change behavior of unencrypted chats warningChristian Schneppe1-2/+1
2019-06-22performance improvement of message expiryChristian Schneppe1-3/+9
2019-06-21shedule webpreview cache deletionChristian Schneppe1-0/+20
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe1-0/+5
2019-06-20attempt to keep messages waiting until muc is connectedChristian Schneppe1-3/+22
2019-06-18self ping (xep-0410) after receiving invite to mucChristian Schneppe1-2/+22
2019-06-17don’t crash when attempting to publish bookmarks while offlineChristian Schneppe1-1/+2
2019-06-17MessageStyle notifications replace car extenderChristian Schneppe1-21/+13
2019-06-08fix some more NPEChristian Schneppe1-0/+3
2019-06-08change music volume during audio playbackChristian Schneppe1-0/+1
2019-05-19separate received and sent filesChristian Schneppe1-1/+1
2019-05-19run postDelayed in background threadChristian Schneppe1-1/+4
2019-05-18performance improvementsChristian Schneppe1-14/+18
2019-05-04some bug fixesChristian Schneppe1-1/+4
2019-05-04fix export error for non-unicode numbersChristian Schneppe1-1/+1
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-9/+15
2019-04-28added Tor support to channel searchChristian Schneppe2-4/+27