Skip to content

Commit

Permalink
CHANGELOG v0.0.7
Browse files Browse the repository at this point in the history
- adds on-tap handler for emotes added by bttv-android
  • Loading branch information
FoseFx committed Feb 20, 2021
1 parent 10b8695 commit cd2aa92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Everytime you get a new version of the code (e.g. using git pull or git checkout

[license-badge]: https://img.shields.io/github/license/bttv-android/bttv?style=flat-square
[license-file]: ./LICENSE
[bttv-version]: https://img.shields.io/badge/current%20version-v0.0.6-blue?style=flat-square
[bttv-version]: https://img.shields.io/badge/current%20version-v0.0.7-blue?style=flat-square
[base-version]: https://img.shields.io/badge/build%20on-v10.1.0-blueviolet?style=flat-square
[latest-release]: https://github.com/bttv-android/bttv/releases/latest
[enable-guide]: https://www.howtogeek.com/696504/how-to-install-third-party-app-stores-on-android/
Expand Down
4 changes: 2 additions & 2 deletions monke.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 471846e9e..5bb1d0d4f 100644
+++ 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="0061000010" android:versionName="0.0.6-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="0071000010" android:versionName="0.0.7-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"/>
@@ -9,2 +9,3 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down Expand Up @@ -184,7 +184,7 @@ index e5846b005..b14268886 100644
+++ 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.6" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.0.7" />
<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.6-alpha";
public static final String bttvVersion = "v0.0.7-alpha";

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

0 comments on commit cd2aa92

Please sign in to comment.