Skip to content

Commit

Permalink
Disable warning for RRO
Browse files Browse the repository at this point in the history
* Closes #39
  • Loading branch information
simonsmh authored May 24, 2022
1 parent 91a0d85 commit 969b5ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 4 additions & 4 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ sed '
/<family customizationType=\"new-named-family\" name=\"google-sans-text-bold-italic\">/,/<\/family>/ {/<\/family>/! d;
/<\/family>/ s/.*/ <alias name="google-sans-text-bold-italic" to="google-sans-text" weight="700" style="italic" \/>/};
' $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."
Expand Down
9 changes: 9 additions & 0 deletions extra/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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
updateJson=https://cdn.jsdelivr.net/gh/simonsmh/notocjk/version.json
3 changes: 2 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 969b5ef

Please sign in to comment.