A mod of the Twitch Android Mobile App adding BetterTTV, FrankerFaceZ and 7TV emotes

Overview

license: MIT bttv version build on GitHub release (latest by date) GitHub all releases Discord

bttv-android

A mod of the Twitch Android Mobile App adding BetterTTV, FrankerFaceZ and 7TV emotes

This project is not affiliated to Twitch Interactive Inc, NightBot LLC, Dan Salvato LLC or the SevenTV project! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND!

Hero image

We need you

You can help this project by contributing translations on crowdin.

Features

  • BTTV, FFZ and 7TV Emotes
  • Auto-Claim Bonus Channel Points
  • Auto Updater
  • Sleep Timer
  • Highlight Keywords
  • Split Chat

Known issues

  • Amazon Video Watch Parties require the Twitch App to be installed on the device and the optional step in the install instructions below
  • Animated Emotes occasionally glitch on some devices

Install

  1. Skim through this guide on how to enable third party app istallations
  2. Go to the latest release page and download the .apk file of the mod. It periodically checks for new releases so you only have to download it once from there. How to download
  3. (Optional) Prevent Twitch from opening when you interact with twitch.tv links: Long-press on the Twitch App -> "App Info" -> "Advanced" -> "Open by default" -> "Open supported links" -> "Ask every time" (might vary depending on OEM)

Build it yourself

This patch is meant to be applied to version 12.1.2 of the official twitch app Make sure you use this version before you create an issue!

Easy way: Docker

Prerequisites:

Docker

How to:

  1. Clone this repo

  2. Get the Twitch App's apk files (e.g from here, or here)

    Please make sure you get it from a non-shady source!

    If you have downloaded a single .apk file, name it twitch.apk

    If you have downloaded a bundle of .apk files put them in a .zip archive and name it twitch.zip

    Note: Apkmirror publishes bundles as .apkm files, those are just zip files, so rename them to twitch.zip

  3. Run the builder:

    docker run --rm -ti \
       -v path/to/twitch.apk:/usr/build/twitch.apk \
       -v /path/to/dist:/usr/build/dist \
       -v path/to/patches:/usr/build/patches \
       -v /path/to/mod:/usr/build/mod \
       -v /path/to/.all-contributorsrc:/usr/build/.all-contributorsrc \
       ghcr.io/bttv-android/builder
    

    If you are in the same directory as the apk file you can copy and paste:

    docker run --rm -ti \
       -v $(pwd)/twitch.apk:/usr/build/twitch.apk \
       -v $(pwd)/.bttv-cache:/usr/build/.bttv-cache \
       -v $(pwd)/dist:/usr/build/dist \
       -v $(pwd)/patches:/usr/build/patches \
       -v $(pwd)/mod:/usr/build/mod \
       -v $(pwd)/.all-contributorsrc:/usr/build/.all-contributorsrc \
       ghcr.io/bttv-android/builder
    
  4. The dist directory will contain the patched apk file!

  5. Transfer to device and install apk

  6. Remove the builder again: docker rmi ghcr.io/bttv-android/builder

Hard way

Prerequisites:

Tool Env variable Default
Bash Has to be in /bin
Git Has to be in PATH
Java JDK JAVA_PATH and JAVAC_PATH java and javac (from PATH)
Android SDK or install using Android Studio BUILDTOOLS_PATH ~/Android/Sdk
ApkTool APKTOOL_PATH /opt/apktool/apktool.jar
Uber APK Signer UBER_APK_SIGNER_PATH /opt/uber-apk-signer/uber-apk-signer-1.2.1.jar
Baksmali BAKSMALI_PATH /opt/baksmali/baksmali-2.4.0.jar
build-companion BUILD_COMPANION /opt/build-companion

How to:

If you get stuck at any point, just remove the disass dir and try again

  1. Download and install prerequisites
  2. Get the Twitch App's apk files (e.g from here), drop them zipped in this directory and call it "twitch.zip"

    Please make sure you get it from a non-shady source! If you have adb installed follow this guide (Method 3)

  3. The ./initworkspace script will disassemble the apks, build the sources, apply monkey patches and build the new apk for you
  4. Transfer to device and install apk

    (Adb installed and device connected? Try the : ./install script)

This repo is mirrored on Gitlab.

Made with β™₯️ by @FoseFx and contributors. MIT License.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Max Baumann

🚧

LEMIBANDDEXARI

🌍 πŸ€” πŸ›

Stephan

πŸ€” 🌍

Corentin Detry

πŸ› 🌍

Dione Batista

🌍 πŸ›

ErΕ‘s DΓ‘niel

πŸ›

Xslash

🌍

Artur

🌍

YOEL_44

🌍

albertopasqualetto

🌍

kendricktsoi

🌍

ashamefuldog

πŸ€”

Zeuxis29

🌍

xplod62

πŸ€”

colahobi

πŸ€”

Christiano Rangel

πŸ› πŸ€”

GauravM512

πŸ€” πŸ›

Dennis Magee

πŸ›

Senpai206

πŸ›

ReggX

πŸ€”

ZerolCamb

🌍

Mete

🌍

splizh

🌍

Ikko Ashimine

πŸ“–

KeepSOBP

🌍

jhurag

🌍

Avernys

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

Comments
  • Updater doesn't download update

    Updater doesn't download update

    Manually updated to 0.7.1. Got notification today that an update to 0.8.0 is available Opened updater Progress bar doesn't load, nothing happens. No prompt to allow access Went in settings - special access - install unknown apps, enabled BTTV. Still nothing.

    Android 11, LG v60

    bug unconfirmed 
    opened by RootPC 15
  • "app non-installed"

    I'm using your app for 2 months, all was good until today when I tried to update, my download manager says "app non installed" at the end of the update download even if it worked perfectly before this update 😭

    bug confirmed 
    opened by ARTH-V-R 13
  • The chat freeze on vods

    The chat freeze on vods

    Bug Report

    Current Behavior The chat freezes on the vods. We are two to have noticed this bug. This bug is new since the update v0.16.0-beta.

    Environment

    • bttv-android version: v0.16.0-beta
    bug 
    opened by LEMIBANDDEXARI 10
  • webp anim 7TV Emotes aren't animated

    webp anim 7TV Emotes aren't animated

    Bug Report

    Current Behavior Emotes on 7TV that should be animated are just static

    Expected behavior/code 7TV Emotes are animated

    Environment

    • bttv-android version: v0.8.2
    • Android version: 10
    • Device: OnePlus 6T
    bug confirmed 
    opened by StephanBruh 10
  • Bring back is the sleeping timer ⏰

    Bring back is the sleeping timer ⏰

    Existing Issues

    • [X] I have searched for existing issues, this is not a duplicate.

    Unmodded Twitch

    • [X] I have checked and this issue only occurs using bttv-android and not with the unmodded Twitch App

    What happened?

    Hello Hello !! Since bttv v0.31.0-beta, we lost the sleeping timer button in the live, but not in the Vods. Can you bring back the button in the live streams like bttv v0.30.1-beta ? Thanking you in advance ✌️

    bttv-android version

    v0.33.0-beta

    android version

    12

    device

    Poco F4 GT

    Anything else?

    No response

    bug 
    opened by HamzaKov 9
  • Some twitch emotes and added emotes are in

    Some twitch emotes and added emotes are in "negative colors"

    Current Behavior Some twitch emotes like Kappa , bttv and others added emotes like KEKW ,even some channel emotes for sub(doesn't seem to do it everytime like the twitch or bttv ones though, I can't seem to redo it on purpose sorry) , when send in tchat look like they are in negative colors

    Expected behavior/code The expected thing would be "normal" colors in tchat , because when you are on the "emote keyboard" the colors are the normal ones .

    Environment

    • bttv-android version: bttv v0.17.0(but it was already there in 0.16.0 )
    • Android version: MIUI Global 12.5.2
    • Device:Mi 9T pro

    Additional context/Screenshots https://youtu.be/iAWAc1Lubgw (sorry for the low quality video I hope it's good enough for you to see the bug)

    Ps: Sorry for any typos and I hope what I wrote is understandable πŸ˜…

    bug unconfirmed 
    opened by Thobo35000 9
  • App gets really laggy after using for some time

    App gets really laggy after using for some time

    Bug Report

    Current Behavior If I use the app for 4 or 5 hours watching streams non-stop it gets pretty laggy, the fps for the stream and animations lower, my phone gets hot, and my battery is consumed faster than the official twitch app. This is easily fixed by restarting the app, after restarting the lag instantly stops and everything is smooth again.

    Expected behavior/code Watch the streams without lagging, this issue doesn't happen in official twitch app.

    Environment

    • bttv-android version: v0.8.0-beta
    • Android version: 10
    • Device: Redmi Note 8 Pro
    bug wontfix perf 
    opened by Epicnicity322 8
  • BTTV and Watch Partys

    BTTV and Watch Partys

    So with the latest Update on v.0.18.0, you put a "Watch Party fix" in the patch notes. I was wondering how you've done that and today I got the opportunity to look what kind of patch this is.

    A new pop up screen with an introduction how to use BTTV and Amazon Prime Video showing up on screen. It says,that you have to download the OG Twitch App in order to watch the Party on the BTTV App. I followed the other introductions and was excited. For a short time.

    Now,when I open a stream,I get the message that I have to connect my Amazon Prime with Twitch. What I already did. But the problem now is,when I tap on that message,it does nothing. I just can tap on it, but thats it. I've tried to have both apps, BTTV & the OG App, parallel open. But it doesn't worked either.

    I don't know if I misunderstood the "fix" message (if yes I'm totally sorry for putting an Issue for it), like to patch the infinite loop, but I followed your introduction and it still doesn't work. At least for me. It's even showing me in the BTTV App, that I'm able to log out from Amazon Prime.

    Have I done something wrong?

    bug confirmed 
    opened by NumbPat 6
  • Make update notifications less frequent

    Make update notifications less frequent

    Having an application maintaining itself outside of an app store, and having a project being maintained is unironically really cool, and I really do appreciate it.

    But....Could we recieve the update push notifications less frequently please? I was not able to turn them off or do a 'remind me later', and the app was reminding me that there's an update every 30 minutes or so until the point I eventually downloaded and installed the update.

    Android 10, Samsung Galaxy S8

    bug confirmed 
    opened by Spkz 6
  • Pop up window

    Pop up window

    Existing Issues

    • [X] I have searched for existing issues, this is not a duplicate.

    Unmodded Twitch

    • [ ] I have checked and this issue only occurs using bttv-android and not with the unmodded Twitch App

    What happened?

    The pop up window seems broken, when you try to move it across the screen it goes back to the bottom of the screen and closes itself.

    bttv-android version

    0.34.0-beta

    android version

    11

    device

    Samsung galaxy a50

    Anything else?

    No response

    bug 
    opened by Ivanajusup 5
  • Blacklist does not block out message

    Blacklist does not block out message

    Existing Issues

    • [X] I have searched for existing issues, this is not a duplicate.

    Unmodded Twitch

    • [X] I have checked and this issue only occurs using bttv-android and not with the unmodded Twitch App

    What happened?

    I added a the word vagina to the blacklist. It gets added to the blacklist dialog box but doesn't remove chat messages with the word.

    I tried to add capitalisation and plural and it still doesn't work.

    Thanks for your response.

    bttv-android version

    0.30.1-beta

    android version

    12

    device

    Pixel 3

    Anything else?

    No response

    bug 
    opened by mklwong 5
  • problem on devices with notch

    problem on devices with notch

    In horizontal mode, a black bar is shown in the part of the notch, the same is done by activating the option to show notch with the default option of any android Screenshot_2022-12-06-14-24-01-172_tv twitch bttvandroid app

    opened by GXFOS 1
  • Clips are sped up

    Clips are sped up

    Existing Issues

    • [X] I have searched for existing issues, this is not a duplicate.

    Unmodded Twitch

    • [X] I have checked and this issue only occurs using bttv-android and not with the unmodded Twitch App

    What happened?

    Clips play the video at insane speed but the audio at normal speed, timer counts down as usual. Clips do not stop once the sped up video is done it just keeps playing until the audio is finished.

    This does not happen with every clip, seems random.

    https://youtu.be/4Lyd9EetmYc

    bttv-android version

    0.33.0-beta

    android version

    Android 12 One UI 4.1

    device

    S21 Ultra 5G

    Anything else?

    No response

    bug 
    opened by Sleepywalker69 1
  • Clips don't play in real time

    Clips don't play in real time

    Since the latest update 0.32.1, clips dont play in real time, but the video speeds up and is done within a fraction fo the clip section, while audio stays real time.

    Observed on my Samsung A52

    opened by Dakror 1
  • See changelog before update to a newer version

    See changelog before update to a newer version

    Feature Request!

    Is your feature request related to a problem? Please describe.

    When you click on install a new update you see the changelog in the background while installing the update already.

    Describe the solution you'd like

    When clicking installing new updated, show the changelog screen with a install button on the bottom, so you can see what has changed in the newer versiob and decide if you want to update or not.

    feature request 
    opened by ALainxD 1
  • Removal region block for predictions

    Removal region block for predictions

    I dont know if it is possible to do it, but would nice to remove the geoblock with the stream predictions so everyone is able to vote with channelpoints. Some countrys forbid twitch to allow users put channelpoints in predictions. (Kinda stupid because you cant put something of worth in to gamble with like real money, but is enough for countrys to forbid it)

    feature request 
    opened by mickey66092 1
Releases(v0.35.0-beta)
  • v0.35.0-beta(Jan 5, 2023)

    Changelog

    0.35.0-beta

    • rebase to v14.3.2
    • yes, the "Send message" text may be off-center, that's a bug in this version and needs to be fixed on twitch's end

    0.34.0-beta

    • rebase to v14.1.0

    0.33.0-beta

    • rebase to v14.0.0

    0.32.1-beta

    • rebase to v13.6.2
    • fix blacklist issue

    0.31.0-beta

    • rebase to v13.4.1
    • remove uptime feature as it is now a native feature
    • fix wide emotes

    0.30.1-beta

    • fix split chat color in dark mode
    • improve emote quality
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.35.0-beta.apk(126.81 MB)
  • v0.34.0-beta(Nov 10, 2022)

    Changelog

    0.34.0-beta

    • rebase to v14.1.0

    0.33.0-beta

    • rebase to v14.0.0

    0.32.1-beta

    • rebase to v13.6.2
    • fix blacklist issue

    0.31.0-beta

    • rebase to v13.4.1
    • remove uptime feature as it is now a native feature
    • fix wide emotes

    0.30.1-beta

    • fix split chat color in dark mode
    • improve emote quality
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.34.0-beta.apk(109.97 MB)
  • v0.33.0-beta(Oct 21, 2022)

    Changelog

    v0.33.0-beta

    • rebase to v14.0.0

    0.32.1-beta

    • rebase to v13.6.2
    • fix blacklist issue

    0.31.0-beta

    • rebase to v13.4.1
    • remove uptime feature as it is now a native feature
    • fix wide emotes

    0.30.1-beta

    • fix split chat color in dark mode
    • improve emote quality

    0.30.0-beta

    • add blacklist feature
    • rebase to v13.3.1

    0.29.0-beta

    • rebase to v13.2.0
    • add third party badges:
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.33.0-beta.apk(109.93 MB)
  • v0.32.1-beta(Sep 3, 2022)

    Changelog

    0.32.1-beta

    • rebase to v13.6.2
    • fix blacklist issue

    0.31.0-beta

    • rebase to v13.4.1
    • remove uptime feature as it is now a native feature
    • fix wide emotes

    0.30.1-beta

    • fix split chat color in dark mode
    • improve emote quality

    0.30.0-beta

    • add blacklist feature
    • rebase to v13.3.1

    0.29.0-beta

    • rebase to v13.2.0
    • add third party badges:
      • bttv
      • FFZ
      • 7TV
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.32.1-beta.apk(108.18 MB)
  • v0.31.0-beta(Aug 12, 2022)

    Changelog

    0.31.0-beta

    • rebase to v14.4.1
    • remove uptime feature as it is now a native feature
    • fix wide emotes

    0.30.1-beta

    • fix split chat color in dark mode
    • improve emote quality

    0.30.0-beta

    • add blacklist feature
    • rebase to v13.3.1

    0.29.0-beta

    • rebase to v13.2.0
    • add third party badges:
      • bttv
      • FFZ
      • 7TV
      • Chatterino
    • adding support for svgs
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.31.0-beta.apk(98.64 MB)
  • v0.30.1-beta(Jul 7, 2022)

  • v0.30.0-beta(Jul 6, 2022)

    Changelog

    0.30.0-beta

    • add blacklist feature
    • rebase to v13.3.1

    0.29.0-beta

    • rebase to v13.2.0
    • add third party badges:
      • bttv
      • FFZ
      • 7TV
      • Chatterino
    • adding support for svgs

    0.28.0-beta

    • rebase to v13.1.0

    0.27.0-beta

    • rebase to v13.0.0
    • fix deleted messages issue

    0.26.0-beta

    • rebase to v12.8.0
    • fix crash related to anon chat feature
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.30.0-beta.apk(98.31 MB)
  • v0.29.0-beta(Jun 16, 2022)

    Changelog

    0.29.0-beta

    • rebase to v13.2.0
    • add third party badges:
      • bttv
      • FFZ
      • 7TV
      • Chatterino
    • adding support for svgs

    0.28.0-beta

    • rebase to v13.1.0

    0.27.0-beta

    • rebase to v13.0.0
    • fix deleted messages issue

    0.26.0-beta

    • rebase to v12.8.0
    • fix crash related to anon chat feature
    • add bttv emote toggles to bottom chat settings (more are planned)
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.29.0-beta.apk(98.50 MB)
  • v0.28.0-beta(Jun 5, 2022)

    Changelog

    0.28.0-beta

    • rebase to v13.1.0

    0.27.0-beta

    • rebase to v13.0.0
    • fix deleted messages issue

    0.26.0-beta

    • rebase to v12.8.0
    • fix crash related to anon chat feature
    • add bttv emote toggles to bottom chat settings (more are planned)

    0.25.1-beta

    • rebase to v12.7.1

    0.25.0-beta

    • rebase to v12.7.0

    0.24.0-beta

    • rebase to v12.6.0
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.28.0-beta.apk(98.13 MB)
  • v0.27.0-beta(May 24, 2022)

    Changelog

    0.27.0-beta

    • rebase to v13.0.0
    • fix deleted messages issue

    0.26.0-beta

    • rebase to v12.8.0
    • fix crash related to anon chat feature
    • add bttv emote toggles to bottom chat settings (more are planned)

    0.25.1-beta

    • rebase to v12.7.1

    0.25.0-beta

    • rebase to v12.7.0

    0.24.0-beta

    • rebase to v12.6.0

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.27.0-beta.apk(97.88 MB)
  • v0.26.0-beta(Apr 21, 2022)

    Changelog

    0.26.0-beta

    • rebase to v12.8.0
    • fix crash related to anon chat feature
    • add bttv emote toggles to bottom chat settings

    0.25.1-beta

    • rebase to v12.7.1

    0.25.0-beta

    • rebase to v12.7.0

    0.24.0-beta

    • rebase to v12.6.0

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.26.0-beta.apk(97.63 MB)
  • v0.25.1-beta(Apr 10, 2022)

    Changelog

    0.25.1-beta

    • rebase to v12.7.1

    0.25.0-beta

    • rebase to v12.7.0

    0.24.0-beta

    • rebase to v12.6.0

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.25.1-beta.apk(97.50 MB)
  • v0.25.0-beta(Apr 6, 2022)

    Changelog

    0.25.0-beta

    • rebase to v12.7.0

    0.24.0-beta

    • rebase to v12.6.0

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.25.0-beta.apk(97.51 MB)
  • v0.24.0-beta(Mar 24, 2022)

    Changelog

    0.24.0-beta

    • rebase to v12.6.0

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.24.0-beta.apk(90.42 MB)
  • v0.23.1-beta(Mar 13, 2022)

    Changelog

    0.23.1-beta

    • fix issue that prevented install for some users

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.23.1-beta.apk(90.17 MB)
  • v0.23.0-beta(Mar 12, 2022)

    Changelog

    0.23.0-beta

    • rebase to v12.5.2

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle

    v0.19.0-beta

    • add anon chat
    • add some bttv-android settings to stream settings
    • fix bug related to Watch Parties
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.23.0-beta.apk(90.17 MB)
  • v0.22.2-beta(Feb 25, 2022)

    Changelog

    0.22.2-beta

    • rebase to v12.4.1
    • fix url-after-mention bug
    • fix bttv settings crash

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle

    v0.19.0-beta

    • add anon chat
    • add some bttv-android settings to stream settings
    • fix bug related to Watch Parties

    v0.18.0-beta

    • fix watch parties
    • add "Show Uptime" option
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.22.2-beta.apk(91.11 MB)
  • v0.21.0-beta(Feb 17, 2022)

    Changelog

    v0.21.0-beta

    • rebase to v12.3.0
    • anon chat issues fixed

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle

    v0.19.0-beta

    • add anon chat
    • add some bttv-android settings to stream settings
    • fix bug related to Watch Parties

    v0.18.0-beta

    • fix watch parties
    • add "Show Uptime" option

    v0.17.2-beta

    • rebase to v12.1.2
    • stabilize split chat
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.21.0-beta.apk(90.99 MB)
  • v0.20.0-beta(Feb 2, 2022)

    Changelog

    v0.20.0-beta

    • rebase to v12.2.0
    • add devtools toggle

    v0.19.0-beta

    • add anon chat
    • add some bttv-android settings to stream settings
    • fix bug related to Watch Parties

    v0.18.0-beta

    • fix watch parties
    • add "Show Uptime" option

    v0.17.2-beta

    • rebase to v12.1.2
    • stabilize split chat

    v0.17.0-beta

    • rebase to v12.1.1

    v0.16.0-beta

    • rebase to v12.0.1
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.20.0-beta.apk(91.05 MB)
  • v0.19.0-beta(Jan 9, 2022)

    Changelog

    v0.19.0-beta

    • add anon chat
    • add some bttv-android settings to stream settings
    • fix bug related to Watch Parties

    v0.18.0-beta

    • fix watch parties
    • add "Show Uptime" option

    v0.17.2-beta

    • rebase to v12.1.2
    • stabilize split chat

    v0.17.0-beta

    • rebase to v12.1.1

    v0.16.0-beta

    • rebase to v12.0.1

    v0.15.1-beta

    • fix a split-chat related bug
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.19.0-beta.apk(91.34 MB)
  • v0.18.0-beta(Jan 1, 2022)

  • v0.17.2-beta(Dec 15, 2021)

    Changelog

    v0.17.2-beta

    • rebase to v12.1.2
    • stabilize split chat

    v0.17.0-beta

    • rebase to v12.1.1

    v0.16.0-beta

    • rebase to v12.0.1

    v0.15.1-beta

    • fix a split-chat related bug

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.17.2-beta.apk(91.32 MB)
  • v0.17.1-beta(Dec 15, 2021)

    Changelog

    v0.17.1-beta

    • rebase to v12.1.2
    • stabilize split chat

    v0.17.0-beta

    • rebase to v12.1.1

    v0.16.0-beta

    • rebase to v12.0.1

    v0.15.1-beta

    • fix a split-chat related bug

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.17.1-beta.apk(91.32 MB)
  • v0.17.0-beta(Dec 8, 2021)

    Changelog

    v0.17.0-beta

    • rebase to v12.1.1

    v0.16.0-beta

    • rebase to v12.0.1

    v0.15.1-beta

    • fix a split-chat related bug

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>

    v0.14.1-beta

    • fix webp animations (again)
    • adjust split chat colors
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.17.0-beta.apk(91.32 MB)
  • v0.16.0-beta(Nov 24, 2021)

    Changelog

    v0.16.0-beta

    • rebase to v12.0.1

    v0.15.1-beta

    • fix a split-chat related bug

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>

    v0.14.1-beta

    • fix webp animations (again)
    • adjust split chat colors

    v0.14.0-beta

    • rebase to v11.7.0
    • add split chat feature
    • Emotes now behave like animated sub emotes, you disable this in the settings
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.16.0-beta.apk(91.05 MB)
  • v0.15.1-beta(Nov 17, 2021)

    Changelog

    v0.15.1-beta

    • fix a split-chat related bug

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>

    v0.14.1-beta

    • fix webp animations (again)
    • adjust split chat colors

    v0.14.0-beta

    • rebase to v11.7.0
    • add split chat feature
    • Emotes now behave like animated sub emotes, you disable this in the settings

    v0.13.1-beta

    • add "show deleted messages" feature
    • fix some bugs related to missing emotes
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.15.1-beta.apk(90.30 MB)
  • v0.15.0-beta(Nov 4, 2021)

    Changelog

    v0.15.0-beta

    • rebase to v11.9.0
    • improve the highlight keyword dialog
    • highlight keywords in VODs
    • you can now highlight users like this: <fosefx>

    v0.14.1-beta

    • fix webp animations (again)
    • adjust split chat colors

    v0.14.0-beta

    • rebase to v11.7.0
    • add split chat feature
    • Emotes now behave like animated sub emotes, you disable this in the settings

    v0.13.1-beta

    • add "show deleted messages" feature
    • fix some bugs related to missing emotes

    v0.13.0-beta

    • rebase to v11.6.0
    • add "Get Bits" Button with redirect
    • adding spaces between emotes back
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.15.0-beta.apk(90.30 MB)
  • v0.14.1-beta(Oct 18, 2021)

    Changelog

    v0.14.1-beta

    • fix webp animations (again)
    • adjust split chat colors

    v0.14.0-beta

    • rebase to v11.7.0
    • add split chat feature
    • Emotes now behave like animated sub emotes, you disable this in the settings

    v0.13.1-beta

    • add "show deleted messages" feature
    • fix some bugs related to missing emotes

    v0.13.0-beta

    • rebase to v11.6.0
    • add "Get Bits" Button with redirect
    • adding spaces between emotes back

    v0.12.0-beta

    • gift subs now redirect to sub web page
    • update to base v11.5.0
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.14.1-beta.apk(95.42 MB)
  • v0.14.0-beta(Oct 5, 2021)

    Changelog

    v0.14.0-beta

    • rebase to v11.7.0
    • add split chat feature
    • Emotes now behave like animated sub emotes, you disable this in the settings

    v0.13.1-beta

    • add "show deleted messages" feature
    • fix some bugs related to missing emotes

    v0.13.0-beta

    • rebase to v11.6.0
    • add "Get Bits" Button with redirect
    • adding spaces between emotes back

    v0.12.0-beta

    • gift subs now redirect to sub web page
    • update to base v11.5.0

    v0.11.0-beta

    • update to base v11.4.0
    • "Subscribe"-Buttons now open web page
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.14.0-beta.apk(94.14 MB)
  • v0.13.1-beta(Sep 24, 2021)

    Changelog

    v0.13.1-beta

    • add "show deleted messages" feature
    • fix some bugs related to missing emotes

    v0.13.0-beta

    • rebase to v11.6.0
    • add "Get Bits" Button with redirect
    • adding spaces between emotes back

    v0.12.0-beta

    • gift subs now redirect to sub web page
    • update to base v11.5.0

    v0.11.0-beta

    • update to base v11.4.0
    • "Subscribe"-Buttons now open web page

    v0.10.1-beta

    • minor changes

    v0.10.0-beta

    • bump base to 11.3.0
    • subscription message are now parsed
    Source code(tar.gz)
    Source code(zip)
    bttv-v0.13.1-beta.apk(93.86 MB)
Owner
A mod of the Twitch Android App adding BetterTTV, FrankerFaceZ and 7TV emotes
null
TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.

https://discord.gg/GyyzU6T TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system

Glitchfiend 31 Dec 12, 2022
Hanabi Ores - a simple Minecraft Mod adding Ores (no joke), Tools and Armors

HanabiOres-1.16.5 What is Hanabi Ores ? Hanabi Ores is a Minecraft mod adding new Ores (no joke) and Tools / Armors. This mod's base is SNMT 1.16.5 (h

Hanabi Corp. 1 Mar 2, 2022
A mod for Fabric that makes it easier to see what type of axolotl is in your inventory by changing the texture and adding a tooltip

AxolotlViewer for Fabric AxolotlViewer makes it easier to see what type of axolotl is in your inventory. It adds the colour of the axolotl to the buck

Conor Byrne 4 Jan 2, 2023
A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

AeonLucid 4 Dec 20, 2022
An elegant Minecraft mod template for the Fabric mod loader

Fabric Example Mod Lorem ipsum dolor sit amet Example is a Minecraft mod that lorem ipsum dolor sit amet. Ut mi lectus, egestas a justo nec, hendrerit

Axieum 24 Dec 25, 2022
Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

David M. 3 Oct 21, 2022
A Java game development framework that deploys to JVM, HTML5, Android and iOS.

PlayN PlayN is a cross-platform Java game development library written in Java that targets HTML5 browsers (via GWT), desktop JVMs, Android and iOS dev

null 237 Dec 9, 2022
πŸ—ΊοΈ Minecraft map editor and mod

A Minecraft Map Editor... that runs in-game! With selections, schematics, copy and paste, brushes, and scripting! Use it in creative, survival in sing

EngineHub 2.7k Jan 1, 2023
A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.

Enhanced Block Entities EBE is a 100% client side mod for Minecraft on the Fabric mod loader which aims to increase the performance of block entity re

null 151 Dec 30, 2022
Minecraft 1.16.5 Utility Mod for Anarchy and Crystal PvP

Fabric 1.16.5 port for GameSense. A more interesting readme will be coming soon, but check out the main repo at https://github.com/IUDevman/gamesense-

null 23 Dec 2, 2022
DankTech is an attempt to recreate the Dank Storage mod (and \dank\null\ etc.) from a plugin.

DankTech is an attempt to recreate the Dank Storage mod, /dank/null and OpenBlocks /dev/null in the form of a plugin. Features The plugin currently fe

null 9 Feb 6, 2022
A Minecraft Java mod that adds 48 pieces of functional, decorative and unique furniture that fit with the vanilla style.

FurniDeco ( ?? WIP) FurniDeco adds 25 pieces of functional, decorative and unique-looking furniture that fit with the vanilla style. With more than 80

Arexon 2 Jul 3, 2022
WinterJam 2021 Submission. A Minecraft Mod revolving around winter and holiday-themed things.

Discord, Modrinth, CurseForge The Winterly Craft RPG Minecraft Among Us Squid Game About Tyap-Lyap's MMD WinterJam 2021 Submission. A Minecraft Mod re

Tyap-Lyap Modding Club! 9 Dec 27, 2022
A mod that lets you create "contracts" that transfer ownership of pets and other tameable entities.

Pet Transfer A simple mod for Fabric that lets you create contracts that can transfer ownership of pets and other tameable creatures. No Forge port pl

Emirikol 2 Jan 14, 2022
The loader for mods under Fabric. It provides mod loading facilities and useful abstractions for other mods to use, which is compatible with spigot now

Silk The loader for mods under Fabric. It provides mod loading facilities and useful abstractions for other mods to use, which is compatible with spig

null 1 Oct 1, 2022
A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology

Ancientology Description A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology. This uses the Forge modding API

null 8 Aug 12, 2022
spark client is a utility mod for anarchy server made by dvd, geza3d and me

Spark-Client spark client is a utility mod for anarchy server made by dvd, geza3d and me.

null 42 Dec 11, 2022