Merge branch '92-emoticons' into 'master'
Emoji Support for all user input All text that can be generated by users will show emoji from the shipped sprites by using the `EmojiTextView` instead of the normal `TextView`. For all messages and posts, the custom emoji keyboard is now available as well. For this, a new `LargeTextInputView` has been introduced that is a sub-class of `TextInputView`. In order for the emoticon keyboard to work properly the existing views had to be modified heavily, sometimes resulting in new behavior such as scroll views now being above the fixed input field. Actual testing on a device (preferably with a tiny screen) is recommended to make sure this still works as expected. Screenshots will be included at the end of this post. This MR also disables menu actions rather than hiding them and it includes a fix for a regression that was not showing the keyboard automatically in forums.      Closes #92 See merge request !329
Showing
- briar-android/AndroidManifest.xml 5 additions, 3 deletionsbriar-android/AndroidManifest.xml
- briar-android/res/layout/activity_conversation.xml 3 additions, 2 deletionsbriar-android/res/layout/activity_conversation.xml
- briar-android/res/layout/activity_forum.xml 2 additions, 1 deletionbriar-android/res/layout/activity_forum.xml
- briar-android/res/layout/activity_write_blog_post.xml 9 additions, 38 deletionsbriar-android/res/layout/activity_write_blog_post.xml
- briar-android/res/layout/author_view.xml 1 addition, 1 deletionbriar-android/res/layout/author_view.xml
- briar-android/res/layout/fragment_reblog.xml 38 additions, 37 deletionsbriar-android/res/layout/fragment_reblog.xml
- briar-android/res/layout/fragment_share_message.xml 19 additions, 32 deletionsbriar-android/res/layout/fragment_share_message.xml
- briar-android/res/layout/introduction_message.xml 104 additions, 106 deletionsbriar-android/res/layout/introduction_message.xml
- briar-android/res/layout/list_item_blog.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_blog.xml
- briar-android/res/layout/list_item_blog_comment.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_blog_comment.xml
- briar-android/res/layout/list_item_blog_post.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_blog_post.xml
- briar-android/res/layout/list_item_contact.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_contact.xml
- briar-android/res/layout/list_item_contact_small.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_contact_small.xml
- briar-android/res/layout/list_item_forum.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_forum.xml
- briar-android/res/layout/list_item_forum_post.xml 0 additions, 1 deletionbriar-android/res/layout/list_item_forum_post.xml
- briar-android/res/layout/list_item_introduction_in.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_introduction_in.xml
- briar-android/res/layout/list_item_invitations.xml 2 additions, 2 deletionsbriar-android/res/layout/list_item_invitations.xml
- briar-android/res/layout/list_item_msg_notice_out.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_msg_notice_out.xml
- briar-android/res/layout/list_item_notice_in.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_notice_in.xml
- briar-android/res/layout/list_item_notice_out.xml 1 addition, 1 deletionbriar-android/res/layout/list_item_notice_out.xml
Loading
Please register or sign in to comment