Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b74bcb1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am c120199f: Import emoji unicode point list from Hangouts

* commit 'c120199f':
  Import emoji unicode point list from Hangouts
parents d6833c59 c120199f
Loading
Loading
Loading
Loading
+922 −0

File added.

Preview size limit exceeded, changes collapsed.

+922 −0

File added.

Preview size limit exceeded, changes collapsed.

+79 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!-- Note: This emoji code point list is valid prior to JB-MR2 (API < 18).
     There is another emoji code point list for JB-MR2 and KLP and later under
     res/xml/values-v1[89].-->
<resources>
    <!-- Dummy codeArrays for recents emoji keyboard.
         Do not remove these keys, because they are used as a template. -->
    <array
        name="emoji_recents"
        format="string"
    >
        <item>52</item>
        <item>45</item>
        <item>43</item>
        <item>45</item>
        <item>4E</item>
        <item>54</item>
    </array>
    <array
        name="emoji_nature"
        format="string"
    >
    </array>
    <array
        name="emoji_symbols"
        format="string"
    >
    </array>
    <array
        name="emoji_faces"
        format="string"
    >
    </array>
    <array
        name="emoji_objects"
        format="string"
    >
    </array>
    <array
        name="emoji_places"
        format="string"
    >
    </array>
    <array
        name="emoji_emoticons"
        format="string"
    >
        <item>=-O</item>
        <item>:-P</item>
        <item>;-)</item>
        <item>:-(</item>
        <item>:-)</item>
        <item>:-!</item>
        <item>:-$</item>
        <item>B-)</item>
        <item>:O</item>
        <item>:-*</item>
        <item>:-D</item>
        <item>:\'(</item>
        <item>:-\\</item>
        <item>O:-)</item>
        <item>:-[</item>
    </array>
</resources>