aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hover effectDaniel Gultsch2014-03-011-1/+38
|
* rebrandingDaniel Gultsch2014-02-2843-230/+235
|
* fixed a small graphic glitchDaniel Gultsch2014-02-281-10/+12
|
* made pgp decrypt stuff a little bit more bearableDaniel Gultsch2014-02-283-25/+45
|
* basic pgp support.Daniel Gultsch2014-02-2811-48/+514
|
* add contact to roster if a new conversation is createdDaniel Gultsch2014-02-233-66/+95
|
* bug fixes for faulty roster fetch and otr bug between two sc instancesDaniel Gultsch2014-02-223-12/+13
|
* subscription mgmt worksDaniel Gultsch2014-02-214-34/+199
|
* fixed broken bitsetsDaniel Gultsch2014-02-211-2/+2
|
* adding and removing roster items now possible. basic error display on error ↵Daniel Gultsch2014-02-209-76/+204
| | | | messages
* more speed optimizationsDaniel Gultsch2014-02-191-25/+29
|
* roster versioning. roster updates on air. performance fixes in conversation ↵Daniel Gultsch2014-02-199-285/+482
| | | | listview
* made presences chooser. raw draft. just kinda worksDaniel Gultsch2014-02-163-48/+67
|
* show unknown otr fingerprint wariningDaniel Gultsch2014-02-1610-139/+402
|
* basic otr supportDaniel Gultsch2014-02-1311-105/+602
|
* offline messagesDaniel Gultsch2014-02-115-46/+103
|
* conference histories are now working. only the actually needed history is ↵Daniel Gultsch2014-02-114-7/+31
| | | | queried
* small bugfix. messages were not marked as read when conversation was openDaniel Gultsch2014-02-101-3/+5
|
* reworked notification a bitDaniel Gultsch2014-02-107-37/+86
|
* fixed a bug where account options where toggled instead of set off. fixed ↵Daniel Gultsch2014-02-108-53/+121
| | | | null pointer for missing selfi. made sefli optional
* contact badgesDaniel Gultsch2014-02-109-126/+319
|
* carbonsDaniel Gultsch2014-02-096-94/+202
|
* 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-092-6/+8
|
* 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
|