aboutsummaryrefslogtreecommitdiffstats
path: root/gen (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-20adding and removing roster items now possible. basic error display on error ↵Daniel Gultsch1-2/+3
messages
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch1-37/+47
2014-02-13basic otr supportDaniel Gultsch1-8/+9
2014-02-10fixed a bug where account options where toggled instead of set off. fixed ↵Daniel Gultsch1-1/+1
null pointer for missing selfi. made sefli optional
2014-02-09made contact details a little bit more pretty. more colorsDaniel Gultsch1-33/+35
2014-02-09presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch1-34/+40
details action.
2014-02-07refresh contact listDaniel Gultsch1-45/+48
2014-02-04reworked edit account dialog. advanced options are now gone. tls option ↵Daniel Gultsch1-31/+24
available instead
2014-02-04delete account code now accessible againDaniel Gultsch1-2/+3
2014-02-04allow to temporarily disable accountsDaniel Gultsch1-9/+14
2014-02-03basic notificationsDaniel Gultsch1-1/+2
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch1-2/+1
2014-01-28refactored newconversationactivty to use array adapterDaniel Gultsch1-46/+40
2014-01-28account managementDaniel Gultsch1-51/+75
2014-01-27conversation archiveable. new conversation will find or restart old ↵Daniel Gultsch1-1/+2
conversations
2014-01-26chat bubbles. yeahDaniel Gultsch1-11/+19
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch1-0/+1
2014-01-24basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch1-19/+17
2014-01-24some history fixesDaniel Gultsch1-29/+29