aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not crash on some very rare loggingChristian Schneppe2017-08-131-1/+5
|
* some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe2017-08-131-27/+31
|
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-1/+1
| | | | isGeoUri and isXmppUri
* change access model of omemo pep nodes after every publishChristian Schneppe2017-08-011-3/+3
|
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-1/+5
|
* fixed otr jingle file size reportingChristian Schneppe2017-08-011-2/+1
|
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-1/+1
|
* update datebubblesChristian Schneppe2017-08-011-1/+1
|
* do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe2017-08-011-0/+3
|
* refactored retrieval of default preferencesChristian Schneppe2017-08-012-26/+37
|
* put settings defaults into resource fileChristian Schneppe2017-08-014-30/+35
|
* add publish-options helper classChristian Schneppe2017-08-011-0/+4
|
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-6/+6
|
* deduplicate notificationsChristian Schneppe2017-06-251-1/+0
|
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-1/+2
|
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-241-0/+2
|
* make launching app shortcuts work with disabled accountsChristian Schneppe2017-06-111-1/+1
|
* fix NPE when bookmark jid is null on creating suggestionsChristian Schneppe2017-06-011-1/+2
|
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-313-4/+164
|
* do not turn send button green unless history is caught upChristian Schneppe2017-05-311-0/+16
|
* synchronize on dedicated lock for catchup instead of accountChristian Schneppe2017-05-311-4/+5
|
* fall back to jingle only in 1:1Christian Schneppe2017-05-191-1/+2
|
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+16
|
* use mam reference instead of timestampChristian Schneppe2017-05-172-52/+55
|
* synchronize around adding query to query mapChristian Schneppe2017-05-171-1/+3
|
* jump directly to account on errorChristian Schneppe2017-05-101-4/+17
|
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-103-12/+15
|
* suggest bookmarked conferences servers in join conference dialogChristian Schneppe2017-05-091-0/+6
|
* don't load signed prekeys on startupChristian Schneppe2017-05-091-3/+11
|
* send read marker after reading message in android autoChristian Schneppe2017-05-091-1/+1
|
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-0/+13
| | | | and waiting for sm catchup
* avoid race condition that lead to double notification soundChristian Schneppe2017-05-091-1/+3
|
* Add messages to Notification for Android Auto on Android M and olderChristian Schneppe2017-05-091-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.
* while restoring state deal with conversations that don't have accountsChristian Schneppe2017-04-261-2/+8
|
* send pgp signature when creating ad hoc conferencesChristian Schneppe2017-04-261-1/+1
|
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-212-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
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-181-2/+1
| | | | …otherwise show resend button
* reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe2017-04-181-19/+1
|
* Add reply button in wear designChristian Schneppe2017-04-181-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.
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-0/+1
|
* use async message loading only when called from UIChristian Schneppe2017-04-131-9/+14
|
* show first instead of last message in notification previewChristian Schneppe2017-04-131-5/+7
|
* Optimized imports from entire projectChristian Schneppe2017-04-131-6/+1
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-4/+1
|
* Changes the deprecated getColor() methodChristian Schneppe2017-04-051-1/+2
|
* deduplicate notification soundsChristian Schneppe2017-03-261-1/+0
|
* make image compression configurableChristian Schneppe2017-03-261-0/+26
|
* count messages in backlog to not renotify on prior notificationsChristian Schneppe2017-03-231-7/+33
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+2
| | | | …in Conversations only enviroments