UI / UX: refactor message editing text box

- add thumbs up emojis button
_ add an animation that makes emojis  button disappear when beginning
  editing
- move the camera and share buttons to the right
- the camera and share buttons are now permanently displayed
- In the conversation page, when we go back to the home page thank to
 the left edge and we quickly come back to the conversation page,
 there was a bug in the text-field: it is now fixed

Change-Id: I26262893346dcea2a9cd93e59e6df2581297dd92
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/Ring/Ring.xcodeproj/project.pbxproj b/Ring/Ring.xcodeproj/project.pbxproj
index 4218b62..428281a 100644
--- a/Ring/Ring.xcodeproj/project.pbxproj
+++ b/Ring/Ring.xcodeproj/project.pbxproj
@@ -1831,7 +1831,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "cd ../../daemon/build-ios-arm64\nmake -j4\ncd ../../client-ios\ncp -r ../daemon/src/dring fat/include/\nfind ../daemon/build-ios-arm64/ -name '*.a' -exec cp '{}' fat/lib \\;";
+			shellScript = "cd ../../daemon/build-ios-arm64\nmake -j4\ncd ../../client-ios\ncp -r ../daemon/src/dring fat/include/\nfind ../daemon/build-ios-arm64/ -name '*.a' -exec cp '{}' fat/lib \\;\n";
 		};
 /* End PBXShellScriptBuildPhase section */