mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 11:56:09 -04:00
Update emoji list in LatinIME too and disable
tested not working on 15.1 shows as cross boxes or double characters Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
86b7525400
commit
7b2eb1079a
9 changed files with 3794 additions and 22 deletions
|
@ -117,9 +117,9 @@ fi;
|
|||
#fi;
|
||||
#fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
#if enterAndClear "external/noto-fonts"; then
|
||||
#cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
#fi;
|
||||
|
||||
if enterAndClear "external/svox"; then
|
||||
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
|
||||
|
@ -348,6 +348,7 @@ fi;
|
|||
if enterAndClear "packages/inputmethods/LatinIME"; then
|
||||
applyPatch "$DOS_PATCHES_COMMON/android_packages_inputmethods_LatinIME/0001-Voice.patch"; #Remove voice input key (DivestOS)
|
||||
applyPatch "$DOS_PATCHES_COMMON/android_packages_inputmethods_LatinIME/0002-Disable_Personalization.patch"; #Disable personalization dictionary by default (GrapheneOS)
|
||||
#cp -f "$DOS_PATCHES_COMMON/emoji-categories.xml" java/res/values-v19/emoji-categories.xml;
|
||||
fi;
|
||||
|
||||
if enterAndClear "packages/providers/ContactsProvider"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue