aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch2014-02-098-81/+310
| | | | details action.
* reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch2014-02-075-100/+164
| | | | now connected on creation of the conversation. no reconnect required
* wrote the scariest code ever to fetch srv records from dns. todo use real ↵Daniel Gultsch2014-02-073-2/+106
| | | | dns servers and dont hard code 8.8.8.8
* refresh contact listDaniel Gultsch2014-02-076-40/+102
|
* basic muc support. reworked contact list stuffDaniel Gultsch2014-02-0511-175/+390
|
* reworked edit account dialog. advanced options are now gone. tls option ↵Daniel Gultsch2014-02-042-56/+27
| | | | available instead
* delete account code now accessible againDaniel Gultsch2014-02-046-41/+30
|
* allow to temporarily disable accountsDaniel Gultsch2014-02-045-22/+144
|
* reworked account managment. now status display actually worksDaniel Gultsch2014-02-047-156/+283
|
* basic notificationsDaniel Gultsch2014-02-036-236/+321
|
* fixed a bug in xml parsingDaniel Gultsch2014-02-034-8/+10
|
* tls is no optionalDaniel Gultsch2014-02-025-60/+91
|
* will update messages on conversation update as wellDaniel Gultsch2014-02-022-3/+15
|
* fetching roster. fixed sending messages as type chatDaniel Gultsch2014-02-0212-75/+286
|
* more cleanup. more listenersDaniel Gultsch2014-02-0114-64/+243
|
* more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch2014-02-0111-84/+179
|
* parser works but some stuff still needs some refactoringDaniel Gultsch2014-01-315-13/+109
|
* first draft on xml parser and communication. a long way to go. code ↵Daniel Gultsch2014-01-309-1/+614
| | | | definitly not perfect. will refactor asap
* added foreign keys constrains. old conversation will actually be removed now ↵Daniel Gultsch2014-01-291-26/+46
| | | | like the ui claims
* 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-289-27/+485
|
* conversation archiveable. new conversation will find or restart old ↵Daniel Gultsch2014-01-278-108/+341
| | | | conversations
* chat bubbles. yeahDaniel Gultsch2014-01-267-20/+153
|
* all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch2014-01-2511-273/+366
|
* basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch2014-01-2411-84/+276
|
* some history fixesDaniel Gultsch2014-01-244-50/+100
|
* inital commitDaniel Gultsch2014-01-2412-0/+653