aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor getServerIdentity() to parse disco result directlyChristian Schneppe2017-01-151-34/+21
|
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-5/+5
|
* add support for RFC7711 to MTMChristian Schneppe2016-12-181-1/+2
|
* support for jid escapting when displaying localpart onlyChristian Schneppe2016-12-181-0/+14
|
* close socket after failed stream openChristian Schneppe2016-11-201-47/+50
|
* check if thread was interrupted before doing operations on socketChristian Schneppe2016-11-201-77/+88
|
* issue ping after network changeChristian Schneppe2016-11-201-1/+1
|
* don't reset last connect time on network changeChristian Schneppe2016-11-201-2/+4
|
* reformat codeChristian Schneppe2016-11-1941-4173/+4175
|
* fixed npe when jingle partner is using unknown candidateChristian Schneppe2016-11-071-0/+4
|
* extracting stanza-id where by=accountChristian Schneppe2016-11-071-0/+4
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+9
|
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-261-1/+18
|
* code cleanupChristian Schneppe2016-10-181-2/+0
|
* synchronize access to json key storage in account modelChristian Schneppe2016-10-131-12/+7
|
* reset sending to waiting on every errorChristian Schneppe2016-10-081-1/+3
|
* create new instances of key manager every time it's usedChristian Schneppe2016-10-081-3/+6
|
* try to fix messages stuck at sendingChristian Schneppe2016-10-081-1/+2
|
* add some more errors to UI if there where errors during account creationChristian Schneppe2016-09-241-1/+10
| | | | might fix #95
* don't wait for disco when not having stream managmentDaniel Gultsch2016-09-231-1/+1
|
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-231-0/+4
|
* store jid if it was changed during bindChristian Schneppe2016-09-171-2/+5
|
* don't use display version of jidsDaniel Gultsch2016-09-141-14/+10
|
* Use JID returned by the server during bindSam Whited2016-09-141-1/+1
| | | | Not just the resourcepart
* Support ANONYMOUS SASLSam Whited2016-09-141-0/+3
|
* Fix typolicaon-kter2016-09-141-1/+1
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-081-4/+10
|
* broader exception catchersDaniel Gultsch2016-09-021-1/+1
|
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+2
|
* made payment required error standard compliantDaniel Gultsch2016-08-261-4/+5
|
* send register IQs without full fromDaniel Gultsch2016-08-261-3/+4
|
* display error status for missing internet permissionDaniel Gultsch2016-08-261-6/+8
|
* add payment required errorDaniel Gultsch2016-08-261-1/+16
|
* use direct ssl when port was manually set to 5223Daniel Gultsch2016-08-111-2/+24
| | | | this should create a work around for the oracle xmpp server
* explictly set account status to offline when waiting for pushDaniel Gultsch2016-08-111-1/+2
|
* changed package id inside manifest and projectChristian Schneppe2016-07-2943-0/+4775