From e50910590903b1db6c9ff3fa107935076d898c2e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 26 Apr 2015 12:40:03 +0200 Subject: [PATCH] added changelog. removed deprecated todo list --- CHANGELOG.md | 8 ++++++++ todo.md | 23 ----------------------- 2 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 todo.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bf27656..ae267086e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ###Changelog +####Version 1.3.0 +* swipe conversations to end them +* quickly enable / disable account via slider +* share multiple images at once +* expert option to distrust system CAs +* mlink compatibility +* bug fixes + ####Version 1.2.0 * Send current location. (requires [plugin](https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation)) * Invite multiple contacts at once diff --git a/todo.md b/todo.md deleted file mode 100644 index bace5987f..000000000 --- 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.