aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+2
2017-03-14update shortcutbadger asyncChristian Schneppe1-9/+20
2017-03-14don't open conversation when opening contact detailsChristian Schneppe1-0/+55
2017-03-11rename media directoriesChristian Schneppe1-0/+1
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+5
2017-03-09set last clear date to time of last messageChristian Schneppe1-1/+7
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-1/+31
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe1-1/+4
2017-03-05change bitrate with video quality settings tooChristian Schneppe1-2/+15
2017-03-04make video resolution configurableChristian Schneppe1-1/+14
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-7/+6
2017-03-04make x509 verification node world readableChristian Schneppe1-11/+38
2017-02-22send 'online' presences also while typing a messageChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe1-3/+3
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe1-3/+4
2017-02-22npe checksChristian Schneppe1-1/+4
2017-02-22bump mam namespaceChristian Schneppe1-2/+3
2017-02-22rethink mam catchup strategiesChristian Schneppe1-7/+12
2017-02-15don't delete chats after restart / reconnectChristian Schneppe1-0/+1
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe1-3/+6
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-3/+7
2017-02-10clear avatar cache when system name changesChristian Schneppe1-4/+6
2017-02-09also try to resend failed uploads while sending pingChristian Schneppe1-0/+7
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+33
2017-02-08support aesgcm:// style urlsChristian Schneppe1-0/+6
2017-02-08fixed scrolling and async loading of message of new conversation startChristian Schneppe1-13/+25
2017-01-29configurable local message retention period.Christian Schneppe1-13/+54
2017-01-29change video filename and lower bitrate for smaller filesChristian Schneppe1-2/+4
2017-01-25reworked videocompressionChristian Schneppe1-206/+74
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe1-0/+20
2017-01-21reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe1-14/+15
2017-01-16handle swiping away from recent apps correctlyChristian Schneppe1-0/+5
2017-01-16correct check if there is a scheduled pending intentChristian Schneppe1-4/+5
2017-01-15don't start backup at startup if there is a scheduled pending intentChristian Schneppe1-8/+15
2017-01-14fixed avatar republish missing the mime typeChristian Schneppe1-11/+7
2017-01-14reworked wakelock for video compressionChristian Schneppe1-3/+5
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe1-1/+12
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-2/+4
2016-12-25ignore debug outputChristian Schneppe1-1/+2
2016-12-25catch NPE while sharing video from content uri and make it workingChristian Schneppe1-135/+216
2016-12-18don't reconnect accout when system reports no internet connectionChristian Schneppe1-2/+6
2016-12-18add support for RFC7711 to MTMChristian Schneppe1-2/+2
2016-11-24always force close a connection when disabling from error stateChristian Schneppe1-1/+1
2016-11-24introduced blind trust before verification modeChristian Schneppe1-0/+4
2016-11-24offer verification directly from the trust keys screenChristian Schneppe1-2/+6
2016-11-24use constants for some preferencesChristian Schneppe1-3/+4
2016-11-24when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe1-2/+2
2016-11-20removed some unecessary lockingChristian Schneppe1-19/+19
2016-11-20check if thread was interrupted before doing operations on socketChristian Schneppe1-2/+1
2016-11-20issue ping after network changeChristian Schneppe1-4/+2