From d9b17b2ecae3231609382d9fa1579314537ca7a0 Mon Sep 17 00:00:00 2001 From: Constantin A <10349490+C1710@users.noreply.github.com> Date: Sat, 5 May 2018 16:45:18 +0200 Subject: [PATCH 1/2] Update README.md --- emojicompat/FileMojiCompat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emojicompat/FileMojiCompat/README.md b/emojicompat/FileMojiCompat/README.md index 9aee2887a..b6295b488 100644 --- a/emojicompat/FileMojiCompat/README.md +++ b/emojicompat/FileMojiCompat/README.md @@ -68,5 +68,5 @@ But please be aware that changing the emoji font using this snippet isn't very e ``` In this case, the font specified in `assets/NoEmojiCompat.ttf` will be used until `/storage/emulated/0/Android/[yourpackage]/files/emoji.ttf` exists and includes a valid `EmojiCompat` font. This method combines the easy approach of `AssetEmojiCompatConfig` and the flexibility of `FileEmojiCompatConfig` with some tradeoffs on the usability side. -If you need a different asset path for your fallback file, you can simply add it as another argument when creating this font. This feature has been introduced in `1.0.7`. +If you need a different asset path for your fallback file, you can simply add it as another argument when creating this font. This feature has been introduced in `1.0.7`. **_PLEASE use at least this method in your app. It's always better to give the users a choice._** From 643bbcde8ba7aaa67cc3d69a71207bcfe96e2f8d Mon Sep 17 00:00:00 2001 From: Constantin A <10349490+C1710@users.noreply.github.com> Date: Sat, 5 May 2018 16:52:51 +0200 Subject: [PATCH 2/2] Update README.md --- emojicompat/FileMojiCompat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emojicompat/FileMojiCompat/README.md b/emojicompat/FileMojiCompat/README.md index b6295b488..882c69e71 100644 --- a/emojicompat/FileMojiCompat/README.md +++ b/emojicompat/FileMojiCompat/README.md @@ -68,5 +68,5 @@ But please be aware that changing the emoji font using this snippet isn't very e ``` In this case, the font specified in `assets/NoEmojiCompat.ttf` will be used until `/storage/emulated/0/Android/[yourpackage]/files/emoji.ttf` exists and includes a valid `EmojiCompat` font. This method combines the easy approach of `AssetEmojiCompatConfig` and the flexibility of `FileEmojiCompatConfig` with some tradeoffs on the usability side. -If you need a different asset path for your fallback file, you can simply add it as another argument when creating this font. This feature has been introduced in `1.0.7`. +If you need a different asset path for your fallback file, you can simply add it as another argument for `FileEmojiCompatConfig`. This feature has been introduced in `1.0.7`. **_PLEASE use at least this method in your app. It's always better to give the users a choice._**