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