aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add exception handling when loading default resourceChristian Schneppe2016-10-181-1/+10
|
* code cleanupChristian Schneppe2016-10-183-5/+0
|
* little notification improvements for video compressionChristian Schneppe2016-10-161-0/+16
|
* fix bug with wake lock for video compressionChristian Schneppe2016-10-111-4/+2
|
* don't use sending state on muc pms without smacksChristian Schneppe2016-10-101-2/+2
|
* little bug fixes and improvements to VideoCompressorChristian Schneppe2016-10-081-2/+3
|
* reset sending to waiting on every errorChristian Schneppe2016-10-081-0/+8
|
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-081-1/+1
|
* refresh error notification after 'try again'Christian Schneppe2016-10-081-0/+1
|
* issue ping after push was receivedChristian Schneppe2016-10-081-1/+3
|
* try to fix messages stuck at sendingChristian Schneppe2016-10-081-1/+2
|
* make error notification dismissableChristian Schneppe2016-10-052-42/+38
|
* Allow to dismiss the notification from a wear reply.Christian Schneppe2016-09-282-10/+20
| | | | | - use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested)
* don't reset encryption choice to auto on archivingDaniel Gultsch2016-09-261-2/+0
|