aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-28rebrandingDaniel Gultsch12-2197/+0
2014-02-28made pgp decrypt stuff a little bit more bearableDaniel Gultsch2-4/+40
2014-02-28basic pgp support.Daniel Gultsch4-41/+203
2014-02-23add contact to roster if a new conversation is createdDaniel Gultsch1-1/+4
2014-02-22bug fixes for faulty roster fetch and otr bug between two sc instancesDaniel Gultsch1-8/+10
2014-02-21subscription mgmt worksDaniel Gultsch1-16/+77
2014-02-20adding and removing roster items now possible. basic error display on error m...Daniel Gultsch3-64/+121
2014-02-19more speed optimizationsDaniel Gultsch1-25/+29
2014-02-19roster versioning. roster updates on air. performance fixes in conversation l...Daniel Gultsch1-68/+137
2014-02-16made presences chooser. raw draft. just kinda worksDaniel Gultsch2-47/+66
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch2-67/+217
2014-02-13basic otr supportDaniel Gultsch2-20/+33
2014-02-11offline messagesDaniel Gultsch2-7/+12
2014-02-10small bugfix. messages were not marked as read when conversation was openDaniel Gultsch1-3/+5
2014-02-10reworked notification a bitDaniel Gultsch2-17/+27
2014-02-10fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch3-12/+28
2014-02-10contact badgesDaniel Gultsch3-6/+58
2014-02-09carbonsDaniel Gultsch2-8/+13
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 Gultsch1-1/+1
2014-02-09presences are now somewhat stored and displayed to the user via the contact d...Daniel Gultsch4-5/+105
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ...Daniel Gultsch1-58/+84
2014-02-07refresh contact listDaniel Gultsch3-29/+77
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch4-110/+74
2014-02-04reworked edit account dialog. advanced options are now gone. tls option avail...Daniel Gultsch1-56/+24
2014-02-04delete account code now accessible againDaniel Gultsch3-35/+26
2014-02-04allow to temporarily disable accountsDaniel Gultsch3-18/+112
2014-02-04reworked account managment. now status display actually worksDaniel Gultsch2-42/+71
2014-02-03basic notificationsDaniel Gultsch3-9/+9
2014-02-03fixed a bug in xml parsingDaniel Gultsch1-1/+3
2014-02-02tls is no optionalDaniel Gultsch1-2/+5
2014-02-02will update messages on conversation update as wellDaniel Gultsch2-3/+15
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch4-51/+58
2014-02-01more cleanup. more listenersDaniel Gultsch3-22/+77
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch2-8/+23
2014-01-30first draft on xml parser and communication. a long way to go. code definitly...Daniel Gultsch1-0/+1
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 Gultsch4-22/+351
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch4-93/+224
2014-01-26chat bubbles. yeahDaniel Gultsch3-8/+95
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch3-84/+176
2014-01-24basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch3-46/+91
2014-01-24some history fixesDaniel Gultsch3-50/+95