Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic otr support | Daniel Gultsch | 2014-02-13 | 11 | -105/+602 |
| | |||||
* | offline messages | Daniel Gultsch | 2014-02-11 | 5 | -46/+103 |
| | |||||
* | conference histories are now working. only the actually needed history is ↵ | Daniel Gultsch | 2014-02-11 | 4 | -7/+31 |
| | | | | queried | ||||
* | small bugfix. messages were not marked as read when conversation was open | Daniel Gultsch | 2014-02-10 | 1 | -3/+5 |
| | |||||
* | reworked notification a bit | Daniel Gultsch | 2014-02-10 | 7 | -37/+86 |
| | |||||
* | fixed a bug where account options where toggled instead of set off. fixed ↵ | Daniel Gultsch | 2014-02-10 | 8 | -53/+121 |
| | | | | null pointer for missing selfi. made sefli optional | ||||
* | contact badges | Daniel Gultsch | 2014-02-10 | 9 | -126/+319 |
| | |||||
* | carbons | Daniel Gultsch | 2014-02-09 | 6 | -94/+202 |
| | |||||
* | made contact details a little bit more pretty. more colors | Daniel Gultsch | 2014-02-09 | 1 | -2/+19 |
| | |||||
* | send messages in mucs are no longer displayed twice | Daniel Gultsch | 2014-02-09 | 2 | -6/+8 |
| | |||||
* | presences are now somewhat stored and displayed to the user via the contact ↵ | Daniel Gultsch | 2014-02-09 | 8 | -81/+310 |
| | | | | details action. | ||||
* | reworked new conversation activity again. less asking more knowing. mucs are ↵ | Daniel Gultsch | 2014-02-07 | 5 | -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 Gultsch | 2014-02-07 | 3 | -2/+106 |
| | | | | dns servers and dont hard code 8.8.8.8 | ||||
* | refresh contact list | Daniel Gultsch | 2014-02-07 | 6 | -40/+102 |
| | |||||
* | basic muc support. reworked contact list stuff | Daniel Gultsch | 2014-02-05 | 11 | -175/+390 |
| | |||||
* | reworked edit account dialog. advanced options are now gone. tls option ↵ | Daniel Gultsch | 2014-02-04 | 2 | -56/+27 |
| | | | | available instead | ||||
* | delete account code now accessible again | Daniel Gultsch | 2014-02-04 | 6 | -41/+30 |
| | |||||
* | allow to temporarily disable accounts | Daniel Gultsch | 2014-02-04 | 5 | -22/+144 |
| | |||||
* | reworked account managment. now status display actually works | Daniel Gultsch | 2014-02-04 | 7 | -156/+283 |
| | |||||
* | basic notifications | Daniel Gultsch | 2014-02-03 | 6 | -236/+321 |
| | |||||
* | fixed a bug in xml parsing | Daniel Gultsch | 2014-02-03 | 4 | -8/+10 |
| | |||||
* | tls is no optional | Daniel Gultsch | 2014-02-02 | 5 | -60/+91 |
| | |||||
* | will update messages on conversation update as well | Daniel Gultsch | 2014-02-02 | 2 | -3/+15 |
| | |||||
* | fetching roster. fixed sending messages as type chat | Daniel Gultsch | 2014-02-02 | 12 | -75/+286 |
| | |||||
* | more cleanup. more listeners | Daniel Gultsch | 2014-02-01 | 14 | -64/+243 |
| | |||||
* | more code cleanup for xmpp parser. more eventy. nice unknown contact pictures | Daniel Gultsch | 2014-02-01 | 11 | -84/+179 |
| | |||||
* | parser works but some stuff still needs some refactoring | Daniel Gultsch | 2014-01-31 | 5 | -13/+109 |
| | |||||
* | first draft on xml parser and communication. a long way to go. code ↵ | Daniel Gultsch | 2014-01-30 | 9 | -1/+614 |
| | | | | definitly not perfect. will refactor asap | ||||
* | added foreign keys constrains. old conversation will actually be removed now ↵ | Daniel Gultsch | 2014-01-29 | 1 | -26/+46 |
| | | | | like the ui claims | ||||
* | ui flow for first startup with no existing account | Daniel Gultsch | 2014-01-28 | 3 | -37/+83 |
| | |||||
* | refactored newconversationactivty to use array adapter | Daniel Gultsch | 2014-01-28 | 3 | -144/+154 |
| | |||||
* | account management | Daniel Gultsch | 2014-01-28 | 9 | -27/+485 |
| | |||||
* | conversation archiveable. new conversation will find or restart old ↵ | Daniel Gultsch | 2014-01-27 | 8 | -108/+341 |
| | | | | conversations | ||||
* | chat bubbles. yeah | Daniel Gultsch | 2014-01-26 | 7 | -20/+153 |
| | |||||
* | all access to the persistance layer is now done via the new xmppservice | Daniel Gultsch | 2014-01-25 | 11 | -273/+366 |
| | |||||
* | basic persistance layer. refactor some parts of the conversation activity | Daniel Gultsch | 2014-01-24 | 11 | -84/+276 |
| | |||||
* | some history fixes | Daniel Gultsch | 2014-01-24 | 4 | -50/+100 |
| | |||||
* | inital commit | Daniel Gultsch | 2014-01-24 | 12 | -0/+653 |