From 969b5ef545c8475759c0f8fcbc13b2d173ef37e6 Mon Sep 17 00:00:00 2001 From: Simon Shi Date: Tue, 24 May 2022 01:14:07 +0000 Subject: [PATCH] Disable warning for RRO * Closes #39 --- customize.sh | 8 ++++---- extra/changelog.md | 9 +++++++++ module.prop | 2 +- version.json | 3 ++- 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 extra/changelog.md diff --git a/customize.sh b/customize.sh index a5b8bde..fc973ab 100644 --- a/customize.sh +++ b/customize.sh @@ -71,12 +71,12 @@ sed ' //,/<\/family>/ {/<\/family>/! d; /<\/family>/ s/.*/ /}; ' $MIRRORPATH$FILECUSTOMPATH$FILECUSTOM > $MODPATH$SYSTEMFILECUSTOMPATH$FILECUSTOM -else +# else # RRO oem fonts customization https://source.android.com/devices/automotive/hmi/car_ui/fonts # TODO: pattern for general customizationType -ui_print "=================================" -ui_print "! Please report your $FILECUSTOMPATH$FILECUSTOM." -ui_print "=================================" +# ui_print "=================================" +# ui_print "! Please report your $FILECUSTOMPATH$FILECUSTOM." +# ui_print "=================================" fi fi ui_print "- Migration done." diff --git a/extra/changelog.md b/extra/changelog.md new file mode 100644 index 0000000..a2c0b56 --- /dev/null +++ b/extra/changelog.md @@ -0,0 +1,9 @@ +# Changelog v21 +**Please use lite version if you want to use Magisk Hide.** + +Support module updating for magisk canary. #35 +Fixes Google Sans customization check. #36 +Disable warning for RRO #39 + +> The fonts have been modified by subset_noto_cjk.py to remove cmap entries for characters that should default to emoji style in Android. +> The fonts have been modified to have chws table. See https://github.com/kojiishi/east_asian_spacing for more details. \ No newline at end of file diff --git a/module.prop b/module.prop index 4f8466d..256fe65 100644 --- a/module.prop +++ b/module.prop @@ -4,4 +4,4 @@ version=21 (Sans-2.004-VF/Serif-2.000R) versionCode=21 author=simonsmh description=NotoCJK (NotoSansCJK & NotoSerifCJK) full weight fonts patch for every Android devices. -updateJson=https://cdn.jsdelivr.net/gh/simonsmh/notocjk@master/version.json \ No newline at end of file +updateJson=https://cdn.jsdelivr.net/gh/simonsmh/notocjk/version.json \ No newline at end of file diff --git a/version.json b/version.json index c90dcf0..bc86eb4 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { "version": "21 (Sans-2.004-VF/Serif-2.000R)", "versionCode": 21, - "zipUrl": "https://github.com/simonsmh/notocjk/releases/download/21/notocjk.zip" + "zipUrl": "https://github.com/simonsmh/notocjk/releases/download/21/notocjk.zip", + "changelog": "https://cdn.jsdelivr.net/gh/simonsmh/notocjk/extra/changelog.md" }