Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add contact to roster if a new conversation is created | Daniel Gultsch | 2014-02-23 | 4 | -75/+109 |
| | |||||
* | updated readme | Daniel Gultsch | 2014-02-23 | 1 | -2/+16 |
| | |||||
* | added readme | Daniel Gultsch | 2014-02-23 | 1 | -0/+16 |
| | |||||
* | bug fixes for faulty roster fetch and otr bug between two sc instances | Daniel Gultsch | 2014-02-22 | 3 | -12/+13 |
| | |||||
* | subscription mgmt works | Daniel Gultsch | 2014-02-21 | 4 | -34/+199 |
| | |||||
* | fixed broken bitsets | Daniel Gultsch | 2014-02-21 | 1 | -2/+2 |
| | |||||
* | adding and removing roster items now possible. basic error display on error ↵ | Daniel Gultsch | 2014-02-20 | 12 | -79/+263 |
| | | | | messages | ||||
* | more speed optimizations | Daniel Gultsch | 2014-02-19 | 1 | -25/+29 |
| | |||||
* | roster versioning. roster updates on air. performance fixes in conversation ↵ | Daniel Gultsch | 2014-02-19 | 11 | -289/+491 |
| | | | | listview | ||||
* | made presences chooser. raw draft. just kinda works | Daniel Gultsch | 2014-02-16 | 3 | -48/+67 |
| | |||||
* | show unknown otr fingerprint warining | Daniel Gultsch | 2014-02-16 | 14 | -176/+549 |
| | |||||
* | basic otr support | Daniel Gultsch | 2014-02-13 | 18 | -113/+611 |
| | |||||
* | 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 | 11 | -37/+86 |
| | |||||
* | fixed a bug where account options where toggled instead of set off. fixed ↵ | Daniel Gultsch | 2014-02-10 | 10 | -55/+127 |
| | | | | null pointer for missing selfi. made sefli optional | ||||
* | contact badges | Daniel Gultsch | 2014-02-10 | 10 | -136/+331 |
| | |||||
* | carbons | Daniel Gultsch | 2014-02-09 | 6 | -94/+202 |
| | |||||
* | center status | Daniel Gultsch | 2014-02-09 | 1 | -7/+10 |
| | |||||
* | made contact details a little bit more pretty. more colors | Daniel Gultsch | 2014-02-09 | 3 | -86/+121 |
| | |||||
* | 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 | 11 | -116/+428 |
| | | | | 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 | 13 | -86/+166 |
| | |||||
* | basic muc support. reworked contact list stuff | Daniel Gultsch | 2014-02-05 | 12 | -176/+396 |
| | |||||
* | reworked edit account dialog. advanced options are now gone. tls option ↵ | Daniel Gultsch | 2014-02-04 | 4 | -161/+63 |
| | | | | available instead | ||||
* | delete account code now accessible again | Daniel Gultsch | 2014-02-04 | 8 | -44/+36 |
| | |||||
* | allow to temporarily disable accounts | Daniel Gultsch | 2014-02-04 | 17 | -33/+183 |
| | |||||
* | reworked account managment. now status display actually works | Daniel Gultsch | 2014-02-04 | 8 | -159/+286 |
| | |||||
* | basic notifications | Daniel Gultsch | 2014-02-03 | 8 | -237/+323 |
| | |||||
* | 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 | 20 | -113/+185 |
| | |||||
* | 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 | 10 | -1/+616 |
| | | | | 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 | 6 | -259/+220 |
| | |||||
* | account management | Daniel Gultsch | 2014-01-28 | 17 | -81/+785 |
| | |||||
* | conversation archiveable. new conversation will find or restart old ↵ | Daniel Gultsch | 2014-01-27 | 14 | -116/+402 |
| | | | | conversations | ||||
* | chat bubbles. yeah | Daniel Gultsch | 2014-01-26 | 14 | -79/+273 |
| | |||||
* | all access to the persistance layer is now done via the new xmppservice | Daniel Gultsch | 2014-01-25 | 14 | -273/+383 |
| | |||||
* | basic persistance layer. refactor some parts of the conversation activity | Daniel Gultsch | 2014-01-24 | 15 | -160/+341 |
| | |||||
* | reverted file | Daniel Gultsch | 2014-01-24 | 1 | -0/+82 |
| | |||||
* | clean up | Daniel Gultsch | 2014-01-24 | 58 | -52/+0 |
| |