Changelog
v18.4
- Added 18.4 Emojis (Unicode 16.0). Thanks to samuelngs/apple-emoji-linux for the source.
- Added action.sh for user convenience
- Updated log function to display messages properly when running the action
v17.4.7
Facebook Lite/Messenger Lite Support
Added emoji replacement compatibility for:- Facebook Lite (
com.facebook.lite) - Messenger Lite (
com.facebook.mlite)
- Facebook Lite (
display_name()function
Added function to display app names instead of package namecom.facebook.katanaCase-Insensitive Font Detection
Modifiedreplace_emoji_fonts()inservice.shto use:find -iname "*emoji*.ttf"instead of case-sensitive matchingCache Clearing Lag
Rewroteclear_cache()to eliminate delays caused by recursivefindin/data
New implementation uses direct path targeting for faster cleanup
v17.4.6
- Updated
META-INF(see 3e9dd3b). - Restructured
customize.shcode (see 16ef755), making it easier to update. - Added
service.sh(see e7ae407), eliminating the need for troubleshooting steps. Instead, simply restart your device.
v17.4.1
- Added Magisk 27005+ Support (on b8339eb thanks to E85Addict)
- Added OverlayFS Support (on b9e6e0f thanks to reddxae)
- Moved away from
install.shas recommended on Magisk Docs and moved tocustomize.sh(added on bc52d16)
v17.4
- Added 17.4 Emojis
v16.4
- Added 16.4 Emojis
- Fixed Typo
v15.4.6
- Added Android 12 Support
- Fixed typo on extraction
- Added Android 13 Support