From a385b6ce0b534bb45a355af514c06153f96e7be0 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Fri, 6 Mar 2015 14:25:17 +0100 Subject: added short todo list --- todo.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 todo.md (limited to 'todo.md') 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 -- cgit v1.2.3 From ce9aede11c4deee28df5e5419bef646967f111f4 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Fri, 6 Mar 2015 14:27:09 +0100 Subject: fixed markdown syntax in todo list --- todo.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'todo.md') diff --git a/todo.md b/todo.md index 79489fe3..8ec2cd24 100644 --- a/todo.md +++ b/todo.md @@ -1,15 +1,18 @@ -===GSOC teaser tasks=== -====update Contacts last seen for muc messages as well=== +##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==== + +####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==== + +####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 -- cgit v1.2.3 From 16c6f8d2fff851f389c03eab2d3afb8e82547aab Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Fri, 6 Mar 2015 14:39:05 +0100 Subject: another teaser task for gsoc --- todo.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'todo.md') diff --git a/todo.md b/todo.md index 8ec2cd24..bace5987 100644 --- a/todo.md +++ b/todo.md @@ -16,3 +16,8 @@ The Activity should then return an array of contacts instead of just one 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 + +####Edit dynamic tags / groups +The context menu for the contact list (StartConversationActivity) should offer the ability to +edit groups. (Any UI decissions are left to you) Quick suggestion though: Dialog with +checkboxes for existing groups and some way to enter new tags. -- cgit v1.2.3