aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs (follow)
Commit message (Expand)AuthorAgeFilesLines
* possible fix for some weird notification bugsDaniel Gultsch2014-04-031-3/+3
* be compatible with openkeychain api v3Daniel Gultsch2014-04-035-21/+59
* increased version and fixed one last null pointerDaniel Gultsch2014-04-031-0/+4
* call change status listener after disable accountDaniel Gultsch2014-04-031-0/+1
* fixed null pointerDaniel Gultsch2014-04-032-5/+12
* fixed #27Daniel Gultsch2014-04-033-2/+13
* Merge pull request #40 from rtreffer/minidnsDaniel Gultsch2014-04-032-13/+59
|\
| * Add ability to use a provided ipv4 address on connectRene Treffer2014-04-032-13/+59
* | tryping to resolve the wake lock bugDaniel Gultsch2014-04-033-9/+9
* | cleared up logging a little bit. no need for an entire stack trace at this pointDaniel Gultsch2014-04-031-10/+5
* | Merge pull request #39 from rtreffer/minidnsDaniel Gultsch2014-04-031-91/+100
|\|
| * Switch to a small DNS library for DNS resolving.Rene Treffer2014-04-031-91/+100
* | added permenant notification when one or more accounts are unable to connectDaniel Gultsch2014-04-035-17/+51
|/
* fixed add account dialog showing up multiple timesDaniel Gultsch2014-04-011-3/+5
* fixed digest-md5 auth to work with prosody as well. thank you Florian SchmausDaniel Gultsch2014-04-011-1/+1
* fixed #30 - added support for digest-md5 - only works with Icewarp 11???git a...Daniel Gultsch2014-03-312-16/+89
* changed all them beautifull colorsDaniel Gultsch2014-03-311-1/+1
* null pointer fixDaniel Gultsch2014-03-311-0/+3
* null pointer fixDaniel Gultsch2014-03-311-2/+2
* ground work to support multiple auth mechanismsDaniel Gultsch2014-03-301-2/+26
* finally fixed #notificationgateDaniel Gultsch2014-03-293-9/+8
* treat dns timeouts as temporary. also increased timeoutDaniel Gultsch2014-03-282-3/+8
* fixed login issue with latest ejabberdDaniel Gultsch2014-03-281-2/+1
* streamlined sasl codeDaniel Gultsch2014-03-281-16/+4
* fixed another null pointer reported by he crash reporter. this thing is awesomeDaniel Gultsch2014-03-281-0/+3
* fixed null pointer issueDaniel Gultsch2014-03-281-1/+1
* tryping to fix #24 - notificationgate - since i still cant reproduce this pat...Daniel Gultsch2014-03-283-4/+15
* crash reporterDaniel Gultsch2014-03-272-0/+82
* code cleanupDaniel Gultsch2014-03-271-16/+8
* more dns fixes. hopefully the lastDaniel Gultsch2014-03-271-81/+95
* dont add new muc to rosterDaniel Gultsch2014-03-271-1/+1
* fixed null pointer with missing status msgDaniel Gultsch2014-03-271-3/+8
* further dns improvementsDaniel Gultsch2014-03-271-60/+72
* fixed a couple of muc issues. added jingle listener (which doesn't do anythin...Daniel Gultsch2014-03-2710-32/+173
* fixed error with leaving mucsDaniel Gultsch2014-03-261-1/+2
* made work around not being a work around any moreDaniel Gultsch2014-03-262-6/+2
* fixed settings opening twice from manage accounts activityDaniel Gultsch2014-03-251-3/+0
* more srv lookup fixesDaniel Gultsch2014-03-251-1/+12
* using actual dns servers provided by the systemDaniel Gultsch2014-03-251-2/+31
* fixed array out of boundsDaniel Gultsch2014-03-251-1/+4
* holding wake locks during onStartCommandDaniel Gultsch2014-03-235-21/+20
* more otr fixesDaniel Gultsch2014-03-213-19/+24
* tryed to fix more otr bugs. new resource settingDaniel Gultsch2014-03-216-51/+55
* otr safety guardDaniel Gultsch2014-03-211-1/+10
* sending offline msgsDaniel Gultsch2014-03-211-8/+7
* fixed users profile pictureDaniel Gultsch2014-03-214-10/+15
* added no-copyDaniel Gultsch2014-03-205-53/+36
* otr messages are now ignored if conversations isnt 100% sure the message is oursDaniel Gultsch2014-03-197-132/+199
* rename in muc fixedDaniel Gultsch2014-03-195-33/+26
* fix bug with presences with no resource attachedDaniel Gultsch2014-03-181-25/+29