SubwayTooter-Android-App/_Emoji
tateisu d853517410 sort json keys 2017-09-30 13:36:02 +09:00
..
emoji-data@eb2246bb92 絵文字データ生成につかってるリポジトリをgit submodule で取り込んだ 2017-09-30 10:13:50 +09:00
emojione2.x@ca555ab757 絵文字データ生成につかってるリポジトリをgit submodule で取り込んだ 2017-09-30 10:13:50 +09:00
EmojiData201709.java 絵文字データ生成につかってるリポジトリをgit submodule で取り込んだ 2017-09-30 10:13:50 +09:00
category-pretty.json 絵文字データを整備。絵文字ピッカーを追加 2017-09-26 00:10:05 +09:00
category.json 絵文字データを整備。絵文字ピッカーを追加 2017-09-26 00:10:05 +09:00
makeJavaCode.pl sort json keys 2017-09-30 13:36:02 +09:00
old-emojione.json 絵文字データを整備。絵文字ピッカーを追加 2017-09-26 00:10:05 +09:00
readme.txt emoji-dataのjsonからjavaコードを生成するスクリプトを追加 2017-09-23 16:29:15 +09:00
shortcode-emoji-data-and-old-emojione.json sort json keys 2017-09-30 13:36:02 +09:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

絵文字データをアプリから使いやすい形式に変換します。

* 前準備
mkdir png
git clone git@github.com:iamcal/emoji-data.git

* ビルド
perl makeJavaCode.pl 

* 出力
- png フォルダの中味をアプリの drawable-nodpi フォルダにコピーします。
- EmojiData201709.java の中味を jp.juggler.subwaytooter.util.EmojiData201709 の中に貼り付けます。