[Libreoffice-commits] online.git: android/lib

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 21 13:01:31 UTC 2020


 android/lib/build.gradle |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 82e182b04faea8ff963fa727237dc7087bd02b52
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Feb 21 12:05:34 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Feb 21 14:01:14 2020 +0100

    android: add EmojiOneColor font in the hope of some emoji support
    
    Change-Id: Iab2caa1200ee2d1904eeca15e309b490e6050dc2
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89194
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index 857d4add6..9618f5710 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -96,6 +96,7 @@ task copyUnpackAssets(type: Copy) {
         // Note: restrict list of fonts due to size considerations - no technical reason anymore
         // ToDo: fonts would be good candidate for using Expansion Files instead
         includes = [
+                "EmojiOne*.ttf",
                 "Liberation*.ttf",
                 "Caladea-*.ttf",
                 "Carlito-*.ttf",


More information about the Libreoffice-commits mailing list