aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finish of backlog only for one particular accountChristian Schneppe2017-01-152-3/+18
|
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-0/+13
|
* 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
|
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-3/+4
|
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-2/+4
|
* make direct reply string translatable in NotificationServiceChristian Schneppe2017-01-021-2/+2
|
* 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
|
* add support for RFC7711 to MTMChristian Schneppe2016-12-181-2/+2
|
* better handle the case when same user is joined with multiple nicks in the ↵Christian Schneppe2016-11-291-1/+1
| | | | same room
* always force close a connection when disabling from error stateChristian Schneppe2016-11-241-1/+1
|
* introduced blind trust before verification modeChristian Schneppe2016-11-241-0/+4
| | | | read more about the concept on https://gultsch.de/trust.html
* explictly scan for aztec and qr codes onlyChristian Schneppe2016-11-241-31/+1
|
* added share button to account detailsChristian Schneppe2016-11-241-0/+222
|
* show proper avatar for 'self' contactChristian Schneppe2016-11-241-0/+3
|
* offer verification directly from the trust keys screenChristian Schneppe2016-11-241-2/+6
|
* use constants for some preferencesChristian Schneppe2016-11-241-3/+4
|
* when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe2016-11-241-2/+2
|
* removed some unecessary lockingChristian Schneppe2016-11-201-19/+19
|
* check if thread was interrupted before doing operations on socketChristian Schneppe2016-11-201-2/+1
|
* issue ping after network changeChristian Schneppe2016-11-201-4/+2
|
* lower reconnection timeChristian Schneppe2016-11-201-1/+1
|
* synchronzie on xmpp service around all state changesChristian Schneppe2016-11-201-106/+116
|
* don't reset last connect time on network changeChristian Schneppe2016-11-201-5/+5
|
* reformat codeChristian Schneppe2016-11-1910-4895/+4896
|
* set preference switch to enable, disable or do automatic video compressionChristian Schneppe2016-11-191-1/+16
| | | | | | automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-0/+22
|
* parse omemo fingerprints from urisChristian Schneppe2016-11-181-0/+25
|
* reset startup count when swiped away (only count kills)Christian Schneppe2016-11-181-315/+309
|
* extract affiliations from unavailable presenceChristian Schneppe2016-11-151-1/+1
|
* close video compression notification on errorsChristian Schneppe2016-11-151-0/+2
|
* don't add outcasts or non-members in members-only rooms back to listChristian Schneppe2016-11-121-3/+3
|
* brought restart threshold down to 8 times in 8hChristian Schneppe2016-11-111-0/+9
|
* add frequent restart detectionChristian Schneppe2016-11-081-0/+4
|
* fixed regression of showing delivery failed after receiptChristian Schneppe2016-11-081-2/+1
|
* removed unnecessary push_modeChristian Schneppe2016-11-072-35/+11
|
* leaving low ping timeout mode after coming onlineChristian Schneppe2016-11-071-35/+46
|
* schedule correct wakeup call when in low ping timeout modeChristian Schneppe2016-11-071-3/+4
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+13
|
* connect instantly in low ping mode after going offlineChristian Schneppe2016-10-261-2/+7
|
* don't leave low timeout mode prematurelyChristian Schneppe2016-10-261-3/+3
|
* introduced low ping timeout mode after gcm pushChristian Schneppe2016-10-261-2/+12
|
* some checks before video compression and don't compress videos...Christian Schneppe2016-10-261-9/+14
| | | | ...with Android < Lollipop
* include pgp signature only in non anonymous mucsChristian Schneppe2016-10-211-2/+2
|
* make VideoCompression notification persistentChristian Schneppe2016-10-211-0/+1
|
* update conversation in database background threadChristian Schneppe2016-10-181-4/+9
|