What's Changed
-
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.katana
-
Case-Insensitive Font Detection
Modifiedreplace_emoji_fonts()
inservice.sh
to use:
find -iname "*emoji*.ttf"
instead of case-sensitive matching -
Cache Clearing Lag
Rewroteclear_cache()
to eliminate delays caused by recursivefind
in/data
New implementation uses direct path targeting for faster cleanup
Full Changelog: v17.4.6...v17.4.7