aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-24refactored AudioPlayerChristian Schneppe1-0/+280
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-2/+8
2017-09-19don't change video compression quality for files longer than 8 secondsChristian Schneppe2-6/+3
2017-09-19Don't leave conferences before joinChristian Schneppe1-1/+4
2017-09-18show permanent notification while transcoding videoChristian Schneppe3-113/+173
2017-09-18made video thumbnail available during uploadChristian Schneppe1-0/+1
2017-09-17Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2-23/+14
foregroundservice active) Fixes #138
2017-09-17additional null checks around 'read by' intentChristian Schneppe1-2/+7
2017-09-04NotificationService: add button to mark conversation as readChristian Schneppe1-0/+2
2017-09-04use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe1-12/+13
2017-08-13no automatic reconnect on registration failuresChristian Schneppe1-2/+2
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-0/+3
2017-08-13send unavailable presence before joinChristian Schneppe1-7/+3
2017-08-13do not crash on some very rare loggingChristian Schneppe1-1/+5
2017-08-13some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe1-27/+31
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe1-1/+1
isGeoUri and isXmppUri
2017-08-01change access model of omemo pep nodes after every publishChristian Schneppe1-3/+3
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-1/+5
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-2/+1
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-1/+1
2017-08-01update datebubblesChristian Schneppe1-1/+1
2017-08-01do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe1-0/+3
2017-08-01refactored retrieval of default preferencesChristian Schneppe2-26/+37
2017-08-01put settings defaults into resource fileChristian Schneppe4-30/+35
2017-08-01add publish-options helper classChristian Schneppe1-0/+4
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-6/+6
2017-06-25deduplicate notificationsChristian Schneppe1-1/+0
2017-06-25Added preference to control Heads-up NotificationsChristian Schneppe1-1/+2
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-0/+2
2017-06-11make launching app shortcuts work with disabled accountsChristian Schneppe1-1/+1
2017-06-01fix NPE when bookmark jid is null on creating suggestionsChristian Schneppe1-1/+2
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe3-4/+164
2017-05-31do not turn send button green unless history is caught upChristian Schneppe1-0/+16
2017-05-31synchronize on dedicated lock for catchup instead of accountChristian Schneppe1-4/+5
2017-05-19fall back to jingle only in 1:1Christian Schneppe1-1/+2
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe1-1/+16
2017-05-17use mam reference instead of timestampChristian Schneppe2-52/+55
2017-05-17synchronize around adding query to query mapChristian Schneppe1-1/+3
2017-05-10jump directly to account on errorChristian Schneppe1-4/+17
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe3-12/+15
2017-05-09suggest bookmarked conferences servers in join conference dialogChristian Schneppe1-0/+6
2017-05-09don't load signed prekeys on startupChristian Schneppe1-3/+11
2017-05-09send read marker after reading message in android autoChristian Schneppe1-1/+1
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe1-0/+13
and waiting for sm catchup
2017-05-09avoid race condition that lead to double notification soundChristian Schneppe1-1/+3
2017-05-09Add messages to Notification for Android Auto on Android M and olderChristian Schneppe1-2/+10
In the previous implementation for Android Auto, messages are only added on Android N and above. In order to support older Android versions, the messages need to be added always.
2017-04-26while restoring state deal with conversations that don't have accountsChristian Schneppe1-2/+8
2017-04-26send pgp signature when creating ad hoc conferencesChristian Schneppe1-1/+1
2017-04-21reworked unique id generation for notification intentsChristian Schneppe1-8/+9
2017-04-21Add Android Auto support to notificationsChristian Schneppe2-6/+25
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