Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
- Nothing, I just needed to test the updater

VERSION:	0.0.5-alpha
BASE:		10.1.0
  • Loading branch information
FoseFx committed Feb 18, 2021
1 parent 5c47d95 commit 7680d58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BTTV-android ![GitHub](https://img.shields.io/github/license/bttv-android/bttv?style=flat-square) ![bttv version](https://img.shields.io/badge/current%20version-v0.0.4-blue?style=flat-square) ![build on](https://img.shields.io/badge/build%20on-v10.1.0-blueviolet?style=flat-square)
# BTTV-android ![GitHub](https://img.shields.io/github/license/bttv-android/bttv?style=flat-square) ![bttv version](https://img.shields.io/badge/current%20version-v0.0.5-blue?style=flat-square) ![build on](https://img.shields.io/badge/build%20on-v10.1.0-blueviolet?style=flat-square)

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

Expand Down
8 changes: 4 additions & 4 deletions monke.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 471846e9e..a07099935 100644
index 471846e9e..25c110206 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.android.app" platformBuildVersionCode="29" platformBuildVersionName="10">
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0041000010" android:versionName="0.0.4-alpha" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.bttvandroid.app" platformBuildVersionCode="29" platformBuildVersionName="10">
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0051000010" android:versionName="0.0.5-alpha" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.bttvandroid.app" platformBuildVersionCode="29" platformBuildVersionName="10">
<uses-feature android:name="android.hardware.type.pc" android:required="false"/>
@@ -115,3 +115,3 @@
<service android:name="tv.twitch.android.shared.app.indexing.AppIndexingUpdateService" android:permission="android.permission.BIND_JOB_SERVICE"/>
Expand Down Expand Up @@ -163,12 +163,12 @@ index 000000000..631e667f1
+ android:layout_marginBottom="30dp" />
+</LinearLayout>
diff --git a/res/layout/settings_logout_footer.xml b/res/layout/settings_logout_footer.xml
index e5846b005..b8f9e9559 100644
index e5846b005..8cee35daa 100644
--- a/res/layout/settings_logout_footer.xml
+++ b/res/layout/settings_logout_footer.xml
@@ -4,2 +4,3 @@
<ImageView android:layout_gravity="center_horizontal" android:id="@id/app_settings_icon" android:padding="@dimen/default_margin" android:layout_width="@dimen/settings_footer_logo_size" android:layout_height="@dimen/settings_footer_logo_size" android:src="@drawable/ic_twitch_glitch_uv" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.0.4" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.0.5" />
<TextView android:textColor="@color/text_alt" android:gravity="center" android:id="@id/app_settings_version" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/version_label" />
diff --git a/res/mipmap-anydpi-v26/ic_launcher.xml b/res/mipmap-anydpi-v26/ic_launcher.xml
index 3b06a9d16..202eb42e8 100644
Expand Down
2 changes: 1 addition & 1 deletion source/bttv/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import android.util.Log;

public class Data {
public static final String bttvVersion = "v0.0.4-alpha";
public static final String bttvVersion = "v0.0.5-alpha";

public static int currentBroadcasterId = -1;
public static Context ctx;
Expand Down

0 comments on commit 7680d58

Please sign in to comment.