aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* offline messagesDaniel Gultsch2014-02-112-7/+12
|
* small bugfix. messages were not marked as read when conversation was openDaniel Gultsch2014-02-101-3/+5
|
* reworked notification a bitDaniel Gultsch2014-02-102-17/+27
|
* fixed a bug where account options where toggled instead of set off. fixed ↵Daniel Gultsch2014-02-103-12/+28
| | | | null pointer for missing selfi. made sefli optional
* contact badgesDaniel Gultsch2014-02-103-6/+58
|
* carbonsDaniel Gultsch2014-02-092-8/+13
|
* made contact details a little bit more pretty. more colorsDaniel Gultsch2014-02-091-2/+19
|
* send messages in mucs are no longer displayed twiceDaniel Gultsch2014-02-091-1/+1
|
* presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch2014-02-094-5/+105
| | | | details action.
* reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch2014-02-071-58/+84
| | | | now connected on creation of the conversation. no reconnect required
* refresh contact listDaniel Gultsch2014-02-073-29/+77
|
* basic muc support. reworked contact list stuffDaniel Gultsch2014-02-054-110/+74
|
* reworked edit account dialog. advanced options are now gone. tls option ↵Daniel Gultsch2014-02-041-56/+24
| | | | available instead
* delete account code now accessible againDaniel Gultsch2014-02-043-35/+26
|
* allow to temporarily disable accountsDaniel Gultsch2014-02-043-18/+112
|
* reworked account managment. now status display actually worksDaniel Gultsch2014-02-042-42/+71
|
* basic notificationsDaniel Gultsch2014-02-033-9/+9
|
* fixed a bug in xml parsingDaniel Gultsch2014-02-031-1/+3
|
* tls is no optionalDaniel Gultsch2014-02-021-2/+5
|
* will update messages on conversation update as wellDaniel Gultsch2014-02-022-3/+15
|
* fetching roster. fixed sending messages as type chatDaniel Gultsch2014-02-024-51/+58
|
* more cleanup. more listenersDaniel Gultsch2014-02-013-22/+77
|
* more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch2014-02-012-8/+23
|
* first draft on xml parser and communication. a long way to go. code ↵Daniel Gultsch2014-01-301-0/+1
| | | | definitly not perfect. will refactor asap
* ui flow for first startup with no existing accountDaniel Gultsch2014-01-283-37/+83
|
* refactored newconversationactivty to use array adapterDaniel Gultsch2014-01-283-144/+154
|
* account managementDaniel Gultsch2014-01-284-22/+351
|
* conversation archiveable. new conversation will find or restart old ↵Daniel Gultsch2014-01-274-93/+224
| | | | conversations
* chat bubbles. yeahDaniel Gultsch2014-01-263-8/+95
|
* all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch2014-01-253-84/+176
|
* basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch2014-01-243-46/+91
|
* some history fixesDaniel Gultsch2014-01-243-50/+95
|
* inital commitDaniel Gultsch2014-01-246-0/+414