Releases

Back to module

vv18.4 build 18400

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)
  • display_name() function
    Added function to display app names instead of package name com.facebook.katana

  • Case-Insensitive Font Detection
    Modified replace_emoji_fonts() in service.sh to use:
    find -iname "*emoji*.ttf" instead of case-sensitive matching

  • Cache Clearing Lag
    Rewrote clear_cache() to eliminate delays caused by recursive find in /data
    New implementation uses direct path targeting for faster cleanup

v17.4.6

  • 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.

v17.4.1

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