Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BatedUrGonnaDie/glitchify
Tweaks for the official twitch.tv android app
https://github.com/BatedUrGonnaDie/glitchify
android module tweaks twitch xposed
Last synced: 26 days ago
JSON representation
Tweaks for the official twitch.tv android app
- Host: GitHub
- URL: https://github.com/BatedUrGonnaDie/glitchify
- Owner: BatedUrGonnaDie
- License: mit
- Created: 2016-10-19T12:28:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T00:45:26.000Z (over 4 years ago)
- Last Synced: 2024-08-03T13:01:51.239Z (4 months ago)
- Topics: android, module, tweaks, twitch, xposed
- Language: Java
- Homepage: https://forum.xda-developers.com/xposed/modules/mod-glitchify-tweaks-additions-official-t3483569
- Size: 245 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-twitch-dev - BatedUrGonnaDie/glitchify - Tweaks for the official twitch.tv android app. (Libraries / Java)
README
# Glitchify
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## Development
This project uses Android Studio for the IDE. The example to get started will use that.
1. Clone the repo `git clone https://github.com/batedurgonnadie/glitchify`.
2. Open the project with Android Studio.
3. Start making a patch or feature.
4. Submit a PR with said patch or feature.### Proguard only PR's
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`.