aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* while restoring state deal with conversations that don't have accountsChristian Schneppe2017-04-261-2/+8
|
* send pgp signature when creating ad hoc conferencesChristian Schneppe2017-04-261-1/+1
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-0/+4
| | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-181-2/+1
| | | | …otherwise show resend button
* reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe2017-04-181-19/+1
|
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-0/+1
|
* use async message loading only when called from UIChristian Schneppe2017-04-131-9/+14
|
* Optimized imports from entire projectChristian Schneppe2017-04-131-6/+1
|
* make image compression configurableChristian Schneppe2017-03-261-0/+26
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+2
| | | | …in Conversations only enviroments
* update shortcutbadger asyncChristian Schneppe2017-03-141-9/+20
|
* don't open conversation when opening contact detailsChristian Schneppe2017-03-141-0/+55
|
* rename media directoriesChristian Schneppe2017-03-111-0/+1
|
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-1/+5
|
* set last clear date to time of last messageChristian Schneppe2017-03-091-1/+7
|
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-091-1/+31
|
* extract stanza-id from muc reflectionsChristian Schneppe2017-03-091-1/+4
|
* change bitrate with video quality settings tooChristian Schneppe2017-03-051-2/+15
|
* make video resolution configurableChristian Schneppe2017-03-041-1/+14
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-7/+6
|
* make x509 verification node world readableChristian Schneppe2017-03-041-11/+38
|
* send 'online' presences also while typing a messageChristian Schneppe2017-02-221-1/+1
|
* Fix a typo in legacyChristian Schneppe2017-02-221-3/+3
|
* migrate domain and host exemption into seperate classChristian Schneppe2017-02-221-3/+4
|
* npe checksChristian Schneppe2017-02-221-1/+4
|
* bump mam namespaceChristian Schneppe2017-02-221-2/+3
|
* rethink mam catchup strategiesChristian Schneppe2017-02-221-7/+12
|
* don't delete chats after restart / reconnectChristian Schneppe2017-02-151-0/+1
| | | | fixes #102
* fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe2017-02-141-3/+6
|
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-121-3/+7
|
* clear avatar cache when system name changesChristian Schneppe2017-02-101-4/+6
|
* also try to resend failed uploads while sending pingChristian Schneppe2017-02-091-0/+7
|
* resend failed uploads automatically if filesize smaller than configured ↵Christian Schneppe2017-02-091-0/+33
| | | | AutoAcceptFilesize
* support aesgcm:// style urlsChristian Schneppe2017-02-081-0/+6
|
* fixed scrolling and async loading of message of new conversation startChristian Schneppe2017-02-081-13/+25
|
* configurable local message retention period.Christian Schneppe2017-01-291-13/+54
|
* change video filename and lower bitrate for smaller filesChristian Schneppe2017-01-291-2/+4
|
* reworked videocompressionChristian Schneppe2017-01-251-206/+74
|
* cleaning up crypto targets when conference member is getting removedChristian Schneppe2017-01-251-0/+20
|
* reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe2017-01-211-14/+15
|
* handle swiping away from recent apps correctlyChristian Schneppe2017-01-161-0/+5
|
* correct check if there is a scheduled pending intentChristian Schneppe2017-01-161-4/+5
|
* don't start backup at startup if there is a scheduled pending intentChristian Schneppe2017-01-151-8/+15
|
* fixed avatar republish missing the mime typeChristian Schneppe2017-01-141-11/+7
|
* reworked wakelock for video compressionChristian Schneppe2017-01-141-3/+5
|
* automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe2017-01-091-1/+12
|
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-2/+4
|
* ignore debug outputChristian Schneppe2016-12-251-1/+2
|
* catch NPE while sharing video from content uri and make it workingChristian Schneppe2016-12-251-135/+216
|
* don't reconnect accout when system reports no internet connectionChristian Schneppe2016-12-181-2/+6
|