aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/ui/NewConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-28rebrandingDaniel Gultsch1-338/+0
2014-02-23add contact to roster if a new conversation is createdDaniel Gultsch1-1/+4
2014-02-11offline messagesDaniel Gultsch1-2/+0
2014-02-10fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch1-1/+1
2014-02-09carbonsDaniel Gultsch1-1/+4
2014-02-09presences are now somewhat stored and displayed to the user via the contact d...Daniel Gultsch1-0/+13
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ...Daniel Gultsch1-58/+84
2014-02-07refresh contact listDaniel Gultsch1-12/+55
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-89/+41
2014-02-04allow to temporarily disable accountsDaniel Gultsch1-1/+1
2014-02-03basic notificationsDaniel Gultsch1-2/+2
2014-02-03fixed a bug in xml parsingDaniel Gultsch1-1/+3
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch1-2/+23
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch1-8/+12
2014-01-28ui flow for first startup with no existing accountDaniel Gultsch1-19/+45
2014-01-28refactored newconversationactivty to use array adapterDaniel Gultsch1-143/+147
2014-01-28account managementDaniel Gultsch1-10/+6
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch1-5/+4
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch1-8/+48
2014-01-24basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch1-6/+16
2014-01-24some history fixesDaniel Gultsch1-0/+1