This module provides various tweaks to the official twitch.tv app on android using xposed.
Features:
- Show FFZ emotes directly in chat
- Show FFZ mod badges
- Show BTTV emotes directly in chat
- FFZ and BTTV badges
- Badge hiding
- Combine all bits in one message
- Prevent messages from being removed
- Prevent mods from clearing chat
- Add timestamps to messages
- Adjust username colors to be more readable
This project uses Android Studio for the IDE. The example to get started will use that.
- Clone the repo
git clone https://github.com/batedurgonnadie/glitchify
. - Open the project with Android Studio.
- Start making a patch or feature.
- Submit a PR with said patch or feature.
When submitting patches for only changes to the proguard class names, please increment
versionCode
and versionName
's patch value in app/src/main/AndroidManifest.xml
.