Remove text emoji/kamoji using extended Unicode

The original text-emoji set in #5200 added a number of unicode
characters only available in newer versions of Android using the
Noto font set. This severely reduces the text-emoji set to be
compatible with older versions of Android using Roboto or Droid.

Fixes #5249
Closes #5265

// FREEBIE
This commit is contained in:
Brad Erickson 2016-02-19 11:36:21 -08:00 committed by Moxie Marlinspike
parent 08e2221dc0
commit ca5bd84a67

View file

@ -161,24 +161,15 @@ public class EmojiPages {
":-P", "B-)", ":-$", ":-*", "O:-)", "=-O",
"O_O", "O_o", "o_O", ":O", ":-!", ":-x",
":-|", ":-\\", ":-(", ":'(", ":-[", ">:-(",
"(\u0361\u2022 \u035c\u0296 \u0361\u2022)", "(\u0361\u00b0 \u035c\u0296 \u0361\u00b0)",
"^.^", "^_^", "\u2022\u1d17\u2022",
"\u01aa(\u02d8\u2323\u02d8)\u0283", "\\(\u02c6\u02da\u02c6)/",
"\\(\u2022\u25e1\u2022)/", "(\u273f\u25e0\u203f\u25e0)",
"(\u3063\u2312\u203f\u2312)\u3063", "(\u3063'\u0437')\u3063",
"(\u10e6\u02d8\u2323\u02d8\u10e6)", "~(\u02d8\u25be\u02d8~)",
"\u1555( \u141b )\u1557", "\u00af\\(\u00b0_o)/\u00af",
"\u00af\\_(\u30c4)_/\u00af", "(\u2500\u203f\u203f\u2500)",
"(\u00ac_\u00ac)", "(>_<)",
"(\u0360\u25c9_\u25c9\u1dc5 )", "(\u2565\ufe4f\u2565)",
"\u0ca5_\u0ca5", "\u0ca0_\u0ca0",
"\u1566(\u00f2_\u00f3\u02c7)\u1564", "(\u0e07\ufe21'-'\ufe20)\u0e07",
"(\u261e\uff9f\u30ee\uff9f)\u261e", "\u261c(\uff9f\u30ee\uff9f\u261c)",
"\u261c(\u2312\u25bd\u2312)\u261e", "(\u256f\u00b0\u25a1\u00b0)\u256f\ufe35",
"\u253b\u2501\u253b", "\u252c\u2500\u252c",
"\u25e1\u30ce(\u00b0\u2013\u00b0\u30ce)", "\u30fd(\u00b0\u25c7\u00b0 )\u30ce",
"(\u2609\u0303\u2092\u2609)", "(^._.^)\uff89",
"\u0e05^\u2022\ufecc\u2022^\u0e05", "(\u2022_\u2022) ",
"(\u2022_\u2022)>\u2310\u25a0-\u25a0", " (\u2310\u25a0_\u25a0)",
"^.^", "^_^", "\\(\u02c6\u02da\u02c6)/",
"\u30fd(\u00b0\u25c7\u00b0 )\u30ce", "\u00af\\(\u00b0_o)/\u00af",
"\u00af\\_(\u30c4)_/\u00af", "(\u00ac_\u00ac)",
"(>_<)", "(\u2565\ufe4f\u2565)", "(\u261e\uff9f\u30ee\uff9f)\u261e",
"\u261c(\uff9f\u30ee\uff9f\u261c)", "\u261c(\u2312\u25bd\u2312)\u261e",
"(\u256f\u00b0\u25a1\u00b0)\u256f\ufe35", "\u253b\u2501\u253b",
"\u252c\u2500\u252c", "\u30ce(\u00b0\u2013\u00b0\u30ce)",
"(^._.^)\uff89", "\u0e05^\u2022\ufecc\u2022^\u0e05",
"(\u2022_\u2022)", " \u25a0-\u25a0\u00ac <(\u2022_\u2022) ",
"(\u25a0_\u25a0\u00ac)"
}, null));
}