Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Refine Pinyin symbol keyboard and add Emoji support #3056

Merged
merged 3 commits into from
Mar 31, 2020

Conversation

daoshengmu
Copy link
Contributor

Fixes #2974,

  • Refine Pinyin symbol keyboard
  • Emoji
  • Long press for the domain key
  • Fixed crashes when typing backslash in Pinyni keyboard.

I notice we will have crashes when typing backslash \ in Pinyni keyboard only. It might be caused by updating to Android 29 due to Java 1.4 String.replaceFirst(). [1]

In conclusion, we need to replace \\ with \\\\.

[1] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6421039

@daoshengmu daoshengmu self-assigned this Mar 26, 2020
@daoshengmu daoshengmu force-pushed the pinyinSymbolKeyboard branch from d591891 to a233cf5 Compare March 26, 2020 22:48
@bluemarvin
Copy link
Contributor

@keianhzo I'm going to land this. If you have any issues please file a follow up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Chinese Pinyin symbol keyboard
2 participants