aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* set autojoin=true after following inviteChristian Schneppe2019-10-261-117/+127
|
* update ui after bookmark changeChristian Schneppe2019-10-261-0/+10
|
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-2/+2
|
* leave/join on bookmark modifactionsChristian Schneppe2019-10-261-19/+33
|
* Bookmarks2: support retractionChristian Schneppe2019-10-261-8/+8
|
* support for delete bookmarks2Christian Schneppe2019-10-261-7/+27
|
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-60/+76
|
* make export of chats as txt working againChristian Schneppe2019-10-191-0/+9
| | | | fixes #402
* catch exception while setting useragentChristian Schneppe2019-10-191-1/+5
|
* Use a more meaningful name for old statusChristian Schneppe2019-10-021-3/+3
|
* account deletion: only attempt to delete omemo id when connectedChristian Schneppe2019-09-291-6/+9
|
* show resource prompt when sending uncompressed videoChristian Schneppe2019-09-291-1/+14
|
* delete omemo keys when deleting accountChristian Schneppe2019-09-291-1/+2
|
* correct file locations for EmojiServiceChristian Schneppe2019-09-231-26/+0
|
* Google Play version use downloadable Emojis instead of bundledChristian Schneppe2019-09-232-37/+15
|
* improved logging for messages waiting for joinChristian Schneppe2019-09-201-8/+23
|
* migrate to AndroidXChristian Schneppe2019-09-2013-29/+28
|
* fixed R8 weirdnessChristian Schneppe2019-09-191-4/+3
|
* fixed direct invites after adhocChristian Schneppe2019-09-192-5/+20
|
* cancel spinning wheel on muclumbus errorChristian Schneppe2019-09-191-9/+13
|
* fixed some minor NPEChristian Schneppe2019-09-191-1/+6
|
* clear notifications when deleting accountChristian Schneppe2019-09-191-1/+2
|
* keep track of previously edited idsChristian Schneppe2019-09-131-2/+6
|
* catch empty password exceptions in ExportBackupServiceChristian Schneppe2019-09-131-2/+6
|
* set Messenger identity as userAgent for RichPreview and ChannelDiscoveryChristian Schneppe2019-09-121-0/+23
|
* fixed 2 issues reported by new linterChristian Schneppe2019-09-121-1/+1
|
* include user into quote messageChristian Schneppe2019-09-111-0/+1
|
* add 1080p as video resolution and set default to 720pChristian Schneppe2019-09-091-4/+8
|
* include ticker information in notificationChristian Schneppe2019-09-091-15/+15
|
* catch exception in updaterChristian Schneppe2019-09-091-11/+17
|
* improve webpreviews during offline timesChristian Schneppe2019-09-071-0/+1
|
* send multiple downloads and uploads into queueChristian Schneppe2019-09-071-0/+2
|
* fix some crashesChristian Schneppe2019-09-032-34/+44
|
* include pgp sig and status in presence to non anon mucChristian Schneppe2019-08-311-14/+2
|
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-311-5/+12
|
* refactored filename and extension parsingChristian Schneppe2019-08-311-0/+19
|
* make config flag for leave before joinChristian Schneppe2019-08-311-2/+4
|
* catch IllegalArgumentException when reading backup fileChristian Schneppe2019-08-311-0/+2
|
* do password empty check in dialog not in restore backup serviceChristian Schneppe2019-08-311-9/+1
|
* allow backup to be restored from selected fileChristian Schneppe2019-08-311-19/+63
|
* make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2019-08-312-4/+10
|
* create share button in backup done notificationChristian Schneppe2019-07-171-61/+78
|
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-172-11/+12
|
* disable muc push on archive instead of leaveChristian Schneppe2019-07-031-4/+4
| | | | leave can be triggered in conference details and doesn’t mean we don’t want pushes
* correct webpreview cache pathsChristian Schneppe2019-07-031-4/+3
|
* migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe2019-07-011-13/+38
|
* rate limit muc pings / joins. never run two pings at same timeChristian Schneppe2019-07-011-4/+26
|
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-011-3/+24
| | | | when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
* implement FCM push for group chatsChristian Schneppe2019-07-011-7/+13
|
* code cleanup & small fixesChristian Schneppe2019-07-012-16/+11
|