mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-06 23:00:15 +00:00
Update managing emoji categories (#1515)
This commit is contained in:
parent
880c7eaf33
commit
95d4bfe97c
27 changed files with 2117 additions and 2798 deletions
|
@ -197,6 +197,8 @@ public final class Constants {
|
|||
public static final int CODE_GRAVE_ACCENT = '`';
|
||||
public static final int CODE_CIRCUMFLEX_ACCENT = '^';
|
||||
public static final int CODE_TILDE = '~';
|
||||
public static final int RECENTS_TEMPLATE_KEY_CODE_0 = 0x30;
|
||||
public static final int RECENTS_TEMPLATE_KEY_CODE_1 = 0x31;
|
||||
|
||||
public static final String REGEXP_PERIOD = "\\.";
|
||||
public static final String STRING_SPACE = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue