aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-28rebrandingDaniel Gultsch42-6406/+0
2014-02-28fixed a small graphic glitchDaniel Gultsch1-10/+12
2014-02-28made pgp decrypt stuff a little bit more bearableDaniel Gultsch3-25/+45
2014-02-28basic pgp support.Daniel Gultsch11-48/+514
2014-02-23add contact to roster if a new conversation is createdDaniel Gultsch3-66/+95
2014-02-22bug fixes for faulty roster fetch and otr bug between two sc instancesDaniel Gultsch3-12/+13
2014-02-21subscription mgmt worksDaniel Gultsch4-34/+199
2014-02-21fixed broken bitsetsDaniel Gultsch1-2/+2
2014-02-20adding and removing roster items now possible. basic error display on error m...Daniel Gultsch9-76/+204
2014-02-19more speed optimizationsDaniel Gultsch1-25/+29
2014-02-19roster versioning. roster updates on air. performance fixes in conversation l...Daniel Gultsch9-285/+482
2014-02-16made presences chooser. raw draft. just kinda worksDaniel Gultsch3-48/+67
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch10-139/+402
2014-02-13basic otr supportDaniel Gultsch11-105/+602
2014-02-11offline messagesDaniel Gultsch5-46/+103
2014-02-11conference histories are now working. only the actually needed history is que...Daniel Gultsch4-7/+31
2014-02-10small bugfix. messages were not marked as read when conversation was openDaniel Gultsch1-3/+5
2014-02-10reworked notification a bitDaniel Gultsch7-37/+86
2014-02-10fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch8-53/+121
2014-02-10contact badgesDaniel Gultsch9-126/+319
2014-02-09carbonsDaniel Gultsch6-94/+202
2014-02-09made contact details a little bit more pretty. more colorsDaniel Gultsch1-2/+19
2014-02-09send messages in mucs are no longer displayed twiceDaniel Gultsch2-6/+8
2014-02-09presences are now somewhat stored and displayed to the user via the contact d...Daniel Gultsch8-81/+310
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ...Daniel Gultsch5-100/+164
2014-02-07wrote the scariest code ever to fetch srv records from dns. todo use real dns...Daniel Gultsch3-2/+106
2014-02-07refresh contact listDaniel Gultsch6-40/+102
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch11-175/+390
2014-02-04reworked edit account dialog. advanced options are now gone. tls option avail...Daniel Gultsch2-56/+27
2014-02-04delete account code now accessible againDaniel Gultsch6-41/+30
2014-02-04allow to temporarily disable accountsDaniel Gultsch5-22/+144
2014-02-04reworked account managment. now status display actually worksDaniel Gultsch7-156/+283
2014-02-03basic notificationsDaniel Gultsch6-236/+321
2014-02-03fixed a bug in xml parsingDaniel Gultsch4-8/+10
2014-02-02tls is no optionalDaniel Gultsch5-60/+91
2014-02-02will update messages on conversation update as wellDaniel Gultsch2-3/+15
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch12-75/+286
2014-02-01more cleanup. more listenersDaniel Gultsch14-64/+243
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch11-84/+179
2014-01-31parser works but some stuff still needs some refactoringDaniel Gultsch5-13/+109
2014-01-30first draft on xml parser and communication. a long way to go. code definitly...Daniel Gultsch9-1/+614
2014-01-29added foreign keys constrains. old conversation will actually be removed now ...Daniel Gultsch1-26/+46
2014-01-28ui flow for first startup with no existing accountDaniel Gultsch3-37/+83
2014-01-28refactored newconversationactivty to use array adapterDaniel Gultsch3-144/+154
2014-01-28account managementDaniel Gultsch9-27/+485
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch8-108/+341
2014-01-26chat bubbles. yeahDaniel Gultsch7-20/+153
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch11-273/+366
2014-01-24basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch11-84/+276
2014-01-24some history fixesDaniel Gultsch4-50/+100