diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-03-06 14:25:17 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-03-06 14:25:17 +0100 |
commit | a385b6ce0b534bb45a355af514c06153f96e7be0 (patch) | |
tree | e173365cf889255db1eac3584b84c22f0dc2fbfa /todo.md | |
parent | f25a82461007f43c23960720d6d94d2db5c8c7f7 (diff) |
added short todo list
Diffstat (limited to 'todo.md')
-rw-r--r-- | todo.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/todo.md b/todo.md new file mode 100644 index 00000000..79489fe3 --- /dev/null +++ b/todo.md @@ -0,0 +1,15 @@ +===GSOC teaser tasks=== +====update Contacts last seen for muc messages as well=== +The contact class (entities/Contact) has the ability to save the last time that Conversations + received a message from that contact. Currently this time only gets updated for one-on-one + messages. In non-anonymous mucs messages from a contact should also update the last seen + time. +====Select multiple Contact in Choose Contact Activity==== +Currently the choose Contact activity allows only for one contact to be selected. A long +press on one contact should bring the activity in a mode where the user can select multiple +contacts. +The Activity should then return an array of contacts instead of just one +====Request and respond to message receipts in MUC PNs==== +Private MUC messages either dont request message receipts or dont respond to them. The source +of error should be determined and eliminated. A rather small tasks that just teaches you a bit +about the stanza parser and generator in Conversations |