aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed package id inside manifest and projectChristian Schneppe2016-07-291-3513/+0
|
* fixed regression in file delete detection due to missing !Daniel Gultsch2016-07-271-1/+1
|
* added more logging for file deletionDaniel Gultsch2016-07-271-6/+11
|
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-251-19/+23
|
* call update file params from threadDaniel Gultsch2016-07-131-16/+16
| | | | now that file params has more work to do we should make sure we always call it from a sperate thread
* vibrate on new messages when app is openChristian Schneppe2016-06-291-0/+7
|
* display toast on pgp errorDaniel Gultsch2016-06-201-2/+12
|
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-141-0/+11
|
* refactored pgp decryptionDaniel Gultsch2016-06-141-3/+14
|
* set last seen true as defaultChristian Schneppe2016-06-121-1/+1
|
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-101-14/+5
|
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-061-5/+34
|\
| * swap sending presence and csiDaniel Gultsch2016-06-041-3/+3
| |
| * opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-6/+34
| |
* | change default resource to mobileChristian Schneppe2016-06-041-2/+1
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-041-1/+6
|\|
| * disconnect account in background after deletion. fixes #1861Daniel Gultsch2016-06-031-1/+6
| |
* | changed default resource to 'mobile'Christian Schneppe2016-06-021-1/+1
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-021-1/+8
|\|
| * deactive grace period when receiving screen on actionDaniel Gultsch2016-06-011-1/+8
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-011-0/+1
|\|
| * deactivate grace period when coming to foregroundDaniel Gultsch2016-06-011-0/+1
| |
* | optimize importsChristian Schneppe2016-05-311-1/+0
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-311-53/+54
|\|
| * execute phone contact changes in singlethreadexecutorDaniel Gultsch2016-05-311-53/+44
| |
| * handle app links for conferencesDaniel Gultsch2016-05-301-0/+10
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-281-8/+27
|\|
| * schedule first idle ping on service creationDaniel Gultsch2016-05-281-0/+4
| |
| * added idle ping in 10min intervalsDaniel Gultsch2016-05-281-8/+23
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-271-9/+30
|\|
| * don't push default muc conf twiceDaniel Gultsch2016-05-271-0/+3
| |
| * add 'create conference' dialogDaniel Gultsch2016-05-261-3/+20
| |
| * make newly created conferences private by defaultDaniel Gultsch2016-05-261-9/+10
| |
* | Revert "Prevent presences from being cleared on connection"Christian Schneppe2016-05-231-1/+2
| | | | | | | | This reverts commit 6a6112daeb5677594ab047f6fa6fe843b1b49f0c.
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-221-0/+3
|\|
| * update ui after affiliation changesDaniel Gultsch2016-05-211-0/+3
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-201-7/+14
|\|
| * also save form elements in disco storageDaniel Gultsch2016-05-191-2/+2
| |
| * refactored muc item parsing to also parse muc status messagesDaniel Gultsch2016-05-171-14/+4
| |
| * change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch2016-05-161-0/+1
| | | | | | | | conference
| * keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-161-5/+21
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-151-6/+1
|\|
| * send caps hash in muc joinDaniel Gultsch2016-05-151-6/+1
| | | | | | | | this prevents desktop clients from iq'ing use when they join
| * show presence of other resources as templateDaniel Gultsch2016-05-131-0/+10
| |
| * reset attempt count when reconnecting because of timeoutDaniel Gultsch2016-05-121-0/+3
| |
| * use 'phone' or 'tablet' as default resourceDaniel Gultsch2016-05-121-1/+1
| |
| * add lock domain and magic create domain to known hostsDaniel Gultsch2016-05-101-0/+6
| |
| * do not show last-seen metric in UIDaniel Gultsch2016-05-101-4/+2
| |
* | show presence of other resources as templateDaniel Gultsch2016-05-131-0/+10
| |
* | reset attempt count when reconnecting because of timeoutDaniel Gultsch2016-05-131-0/+3
| |