aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-05-02 12:11:14 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-05-02 12:11:14 +0200
commitf97aaab014d4d7c9b3748eb78dd60ef00fa8f896 (patch)
tree0f04c9ef72f2a99f56eca50f58d80b17b71e6f22 /todo.md
parentdbe170bd353562c64d1d495e10a4d5ed80dfd233 (diff)
parent8617932aad2f9604d7d5ce1321da6926a7bf2f37 (diff)
Merge tag '1.3.0'
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/todo.md b/todo.md
deleted file mode 100644
index bace5987..00000000
--- a/todo.md
+++ /dev/null
@@ -1,23 +0,0 @@
-##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
-
-####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.