From 464e084d2884cbfd7b0cae20a5801c0e5d32cae1 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 16 Oct 2015 14:40:28 +0200 Subject: Conversations Plus ChangeLog added --- Conversations-Plus-ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Conversations-Plus-ChangeLog.md diff --git a/Conversations-Plus-ChangeLog.md b/Conversations-Plus-ChangeLog.md new file mode 100644 index 00000000..aa903b6c --- /dev/null +++ b/Conversations-Plus-ChangeLog.md @@ -0,0 +1,13 @@ +###Conversations+ ChangeLog + +####Version 0.0.6 +* Fixes FS#70: Fixed Identity Strings +* Fixes FS#81: Interactive message loading causes "jumps" + +####Version 0.0.5 +* Fixes FS#73: Open list of resources while clicking on JID in contact details +* Fixes FS#72: Open list of resources while long clicking on avatar in conversation overview +* Fixes FS#66: Add option to popup menu to open message details +* Fixes FS#65: Message Details +* Fixes FS#56: Create new logo +* Fixes FS#54: Add new options to message menu \ No newline at end of file -- cgit v1.2.3 From 7435852acb53bd28e43fcd9c8994851327dabcb7 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 16 Oct 2015 16:03:18 +0200 Subject: Fixes FS#82: Background color of conversation list item set to primary background color --- src/main/res/layout/conversation_list_row.xml | 3 ++- src/main/res/values/colors.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index efa10748..e240fa85 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -6,7 +6,8 @@ android:orientation="horizontal" android:padding="8dp" android:descendantFocusability="blocksDescendants" - android:id="@+id/conversationListRowFrame"> + android:id="@+id/conversationListRowFrame" + android:background="@color/primaryBackground"> + @color/grey50 + @color/grey200 #ff259b24 #ff0a7e07 #ff0091ea -- cgit v1.2.3 From 0759a78727c1c36e621951a791b959c26d34f509 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 16 Oct 2015 16:04:46 +0200 Subject: C+ changelog updated --- Conversations-Plus-ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Conversations-Plus-ChangeLog.md b/Conversations-Plus-ChangeLog.md index aa903b6c..b5a574bb 100644 --- a/Conversations-Plus-ChangeLog.md +++ b/Conversations-Plus-ChangeLog.md @@ -1,8 +1,9 @@ ###Conversations+ ChangeLog ####Version 0.0.6 -* Fixes FS#70: Fixed Identity Strings +* Fixes FS#82: Strange layout in share with activity * Fixes FS#81: Interactive message loading causes "jumps" +* Fixes FS#70: Fixed Identity Strings ####Version 0.0.5 * Fixes FS#73: Open list of resources while clicking on JID in contact details -- cgit v1.2.3