diff --git a/res/layout/chat_bubble_alt_outgoing.xml b/res/layout/chat_bubble_alt_outgoing.xml
index 44a75fc29..9b8b2fdaa 100644
--- a/res/layout/chat_bubble_alt_outgoing.xml
+++ b/res/layout/chat_bubble_alt_outgoing.xml
@@ -8,6 +8,7 @@
diff --git a/res/values/non_localizable_custom.xml b/res/values/non_localizable_custom.xml
index 59aadd0ff..8a40f9c35 100644
--- a/res/values/non_localizable_custom.xml
+++ b/res/values/non_localizable_custom.xml
@@ -21,7 +21,7 @@
false
true
true
- true
+ true
false
true
diff --git a/src/org/linphone/ui/BubbleChat.java b/src/org/linphone/ui/BubbleChat.java
index e2bf3cf7b..70883c7e0 100644
--- a/src/org/linphone/ui/BubbleChat.java
+++ b/src/org/linphone/ui/BubbleChat.java
@@ -65,7 +65,7 @@ public class BubbleChat {
emoticons.put(":-*", R.drawable.emo_im_kissing);
emoticons.put(":*", R.drawable.emo_im_kissing);
emoticons.put(":-/", R.drawable.emo_im_undecided);
- emoticons.put(":/ ", R.drawable.emo_im_undecided);
+ emoticons.put(":/ ", R.drawable.emo_im_undecided); // The space after is needed to avoid bad display of links
emoticons.put(":-\\", R.drawable.emo_im_undecided);
emoticons.put(":\\", R.drawable.emo_im_undecided);
emoticons.put(":-O", R.drawable.emo_im_surprised);
@@ -110,7 +110,7 @@ public class BubbleChat {
text = getTextWithHttpLinks(message);
}
- if (context.getResources().getBoolean(R.bool.display_messages_time)) {
+ if (context.getResources().getBoolean(R.bool.display_messages_time_and_status)) {
LinearLayout layout;
if (context.getResources().getBoolean(R.bool.display_time_aside)) {
if (isIncoming) {