Releases: Keinta15/Magisk-iOS-Emoji
Releases · Keinta15/Magisk-iOS-Emoji
v17.4.7
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
v17.4.7-patch1
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 (
- 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
v17.4.6
What's Changed
- Updated
META-INF
(see 3e9dd3b). - Restructured
customize.sh
code (see 16ef755), making it easier to update. - Added
service.sh
(see e7ae407), eliminating the need for troubleshooting steps. Instead, simply restart your device.
Full Changelog: v17.4.1...v17.4.6
v17.4.1
- Added Magisk 27005+ Support (on b8339eb thanks to E85Addict)
- Added OverlayFS Support (on b9e6e0f thanks to bugreportion)
- Moved away from install.sh as recommended on Magisk Docs and moved to customize.sh (added on bc52d16)