aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe1-2/+1
…otherwise show resend button
2017-04-18reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe1-19/+1
2017-04-18Add reply button in wear designChristian Schneppe1-1/+1
The existing reply button for Android wear has been re-used from the action bar. Instead of a 'send' icon, a 'reply' icon better matches the intended action. Moreover, action icons for Android wear are solid white instead of half transparent.
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-0/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-9/+14
2017-04-13show first instead of last message in notification previewChristian Schneppe1-5/+7
2017-04-13Optimized imports from entire projectChristian Schneppe1-6/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-4/+1
2017-04-05Changes the deprecated getColor() methodChristian Schneppe1-1/+2
2017-03-26deduplicate notification soundsChristian Schneppe1-1/+0
2017-03-26make image compression configurableChristian Schneppe1-0/+26
2017-03-23count messages in backlog to not renotify on prior notificationsChristian Schneppe1-7/+33
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+2
…in Conversations only enviroments