aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-09presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch8-81/+310
details action.
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch5-100/+164
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 Gultsch3-2/+106
dns servers and dont hard code 8.8.8.8
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 ↵Daniel Gultsch2-56/+27
available instead
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 ↵Daniel Gultsch9-1/+614
definitly not perfect. will refactor asap
2014-01-29added foreign keys constrains. old conversation will actually be removed now ↵Daniel Gultsch1-26/+46
like the ui claims
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 ↵Daniel Gultsch8-108/+341
conversations
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