aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+9
|
* setting room subject also sets room nameChristian Schneppe2018-01-171-1/+2
|
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-22/+15
| | | | create avatar in background thread
* fixup for pep omemo notification dedupChristian Schneppe2017-12-161-1/+1
|
* support error messages in quick edit dialogChristian Schneppe2017-12-161-1/+5
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+4
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-221-2/+7
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-2/+3
|
* excute db read and writes on different threadsChristian Schneppe2017-11-211-22/+14
|
* trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe2017-11-211-33/+55
| | | | such
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-8/+7
|
* Resync has_enabled_account setting after delete and on startChristian Schneppe2017-10-291-4/+7
|
* correct hasEnabledAccountsChristian Schneppe2017-10-061-0/+9
|
* EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-061-0/+6
|
* execute video compression on seperate threadChristian Schneppe2017-09-241-2/+7
|
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-241-8/+8
|
* don't change video compression quality for files longer than 8 secondsChristian Schneppe2017-09-191-2/+2
|
* Don't leave conferences before joinChristian Schneppe2017-09-191-1/+4
|
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-113/+22
|
* made video thumbnail available during uploadChristian Schneppe2017-09-181-0/+1
|
* Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2017-09-171-3/+13
| | | | | | foregroundservice active) Fixes #138
* additional null checks around 'read by' intentChristian Schneppe2017-09-171-2/+7
|
* no automatic reconnect on registration failuresChristian Schneppe2017-08-131-2/+2
|
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-0/+3
|
* send unavailable presence before joinChristian Schneppe2017-08-131-7/+3
|
* 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
|
* 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
|
* 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-011-19/+29
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-23/+23
|
* add publish-options helper classChristian Schneppe2017-08-011-0/+4
|
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-6/+6
|
* 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-311-4/+12
|
* fall back to jingle only in 1:1Christian Schneppe2017-05-191-1/+2
|
* use mam reference instead of timestampChristian Schneppe2017-05-171-6/+11
|
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-101-2/+2
|
* 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
|
* 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
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-0/+4
| | | | | | | | | | 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