aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-31execute phone contact changes in singlethreadexecutorDaniel Gultsch1-53/+44
2016-05-30handle app links for conferencesDaniel Gultsch1-0/+10
2016-05-28schedule first idle ping on service creationDaniel Gultsch1-0/+4
2016-05-28added idle ping in 10min intervalsDaniel Gultsch1-8/+23
2016-05-27don't push default muc conf twiceDaniel Gultsch1-0/+3
2016-05-26add 'create conference' dialogDaniel Gultsch1-3/+20
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-9/+10
2016-05-23Revert "Prevent presences from being cleared on connection"Christian Schneppe1-1/+2
This reverts commit 6a6112daeb5677594ab047f6fa6fe843b1b49f0c.
2016-05-21update ui after affiliation changesDaniel Gultsch1-0/+3
2016-05-19also save form elements in disco storageDaniel Gultsch1-2/+2
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-14/+4
2016-05-16change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch1-0/+1
conference
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-5/+21
2016-05-15send caps hash in muc joinDaniel Gultsch1-6/+1
this prevents desktop clients from iq'ing use when they join
2016-05-13show presence of other resources as templateDaniel Gultsch1-0/+10
2016-05-13reset attempt count when reconnecting because of timeoutDaniel Gultsch1-0/+3
2016-05-13use 'phone' or 'tablet' as default resourceDaniel Gultsch1-1/+1
2016-05-13add lock domain and magic create domain to known hostsDaniel Gultsch1-0/+6
2016-05-13do not show last-seen metric in UIDaniel Gultsch1-4/+2
2016-05-13show presence of other resources as templateDaniel Gultsch1-0/+10
2016-05-12reset attempt count when reconnecting because of timeoutDaniel Gultsch1-0/+3
2016-05-12use 'phone' or 'tablet' as default resourceDaniel Gultsch1-1/+1
2016-05-10add lock domain and magic create domain to known hostsDaniel Gultsch1-0/+6
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-4/+2
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-5/+5
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch1-2/+3
2016-05-04spelling fixesklemens1-1/+1
2016-05-02ping all accounts at the same timeDaniel Gultsch1-5/+17
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-0/+1
2016-04-23Prevent presences from being cleared on connectionChristian S1-2/+1
Sometimes when enabling/reenabling accounts the initial presences that the server sends get cleared shortly after connecting. This might also be what caused siacs/Conversations#1705. This commit fixes the status inconsistencies I have experienced, though there might be more causes for the problems described in that issue.
2016-04-23don't create templates for empty status messagesDaniel Gultsch1-2/+6
2016-04-22expert setting to manually change presenceDaniel Gultsch1-2/+38
2016-04-19added magic create welcome screenDaniel Gultsch1-0/+12
2016-04-16changed default values to match preferences.xmlChristian S1-2/+2
2016-04-15make foreground service always enabledChristian S1-5/+1
and don't let the user choose the foreground settings
2016-04-14removed unnecessary call to stopSelf() after logging outDaniel Gultsch1-5/+11
2016-04-14removed unused call to cancel eventsDaniel Gultsch1-1/+0
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-2/+2
2016-04-12minor code cleanupDaniel Gultsch1-3/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-25/+79
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-0/+10
2016-04-05better detect broken pepDaniel Gultsch1-0/+1
mark pep as broken when publishing bundle or device list failed reset 'brokenness' when account is getting disabled
2016-04-04removed unnecessary wait for disconnectDaniel Gultsch1-6/+0
2016-04-01check max http file size when attaching filesDaniel Gultsch1-4/+7
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-2/+1
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-27Update ShortcutBadger to version 1.1.4Christian S1-2/+2
2016-03-27fixed bug in ShortcutBadgerChristian S1-2/+2
2016-03-27Update ShortcutBadger to version 1.1.4Christian S1-2/+2