aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rebrandingDaniel Gultsch2014-02-281-944/+0
|
* fixed a small graphic glitchDaniel Gultsch2014-02-281-10/+12
|
* made pgp decrypt stuff a little bit more bearableDaniel Gultsch2014-02-281-21/+5
|
* basic pgp support.Daniel Gultsch2014-02-281-2/+116
|
* add contact to roster if a new conversation is createdDaniel Gultsch2014-02-231-65/+80
|
* bug fixes for faulty roster fetch and otr bug between two sc instancesDaniel Gultsch2014-02-221-4/+2
|
* subscription mgmt worksDaniel Gultsch2014-02-211-8/+70
|
* adding and removing roster items now possible. basic error display on error ↵Daniel Gultsch2014-02-201-11/+42
| | | | messages
* roster versioning. roster updates on air. performance fixes in conversation ↵Daniel Gultsch2014-02-191-213/+177
| | | | listview
* show unknown otr fingerprint wariningDaniel Gultsch2014-02-161-51/+16
|
* basic otr supportDaniel Gultsch2014-02-131-63/+242
|
* offline messagesDaniel Gultsch2014-02-111-36/+85
|
* conference histories are now working. only the actually needed history is ↵Daniel Gultsch2014-02-111-6/+22
| | | | queried
* reworked notification a bitDaniel Gultsch2014-02-101-5/+6
|
* fixed a bug where account options where toggled instead of set off. fixed ↵Daniel Gultsch2014-02-101-21/+36
| | | | null pointer for missing selfi. made sefli optional
* contact badgesDaniel Gultsch2014-02-101-88/+104
|
* carbonsDaniel Gultsch2014-02-091-20/+49
|
* send messages in mucs are no longer displayed twiceDaniel Gultsch2014-02-091-5/+7
|
* presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch2014-02-091-69/+90
| | | | details action.
* reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch2014-02-071-20/+37
| | | | now connected on creation of the conversation. no reconnect required
* wrote the scariest code ever to fetch srv records from dns. todo use real ↵Daniel Gultsch2014-02-071-1/+1
| | | | dns servers and dont hard code 8.8.8.8
* refresh contact listDaniel Gultsch2014-02-071-3/+16
|
* basic muc support. reworked contact list stuffDaniel Gultsch2014-02-051-54/+210
|
* allow to temporarily disable accountsDaniel Gultsch2014-02-041-3/+10
|
* reworked account managment. now status display actually worksDaniel Gultsch2014-02-041-72/+90
|
* basic notificationsDaniel Gultsch2014-02-031-167/+198
|
* fixed a bug in xml parsingDaniel Gultsch2014-02-031-4/+2
|
* tls is no optionalDaniel Gultsch2014-02-021-42/+48
|
* fetching roster. fixed sending messages as type chatDaniel Gultsch2014-02-021-4/+61
|
* more cleanup. more listenersDaniel Gultsch2014-02-011-26/+74
|
* first draft on xml parser and communication. a long way to go. code ↵Daniel Gultsch2014-01-301-1/+40
| | | | definitly not perfect. will refactor asap
* account managementDaniel Gultsch2014-01-281-0/+16
|
* conversation archiveable. new conversation will find or restart old ↵Daniel Gultsch2014-01-271-2/+28
| | | | conversations
* all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch2014-01-251-9/+29
|
* inital commitDaniel Gultsch2014-01-241-0/+29