From 1a51815be9fdc12c7c4a2332d304fec8127b5b5b Mon Sep 17 00:00:00 2001 From: samfundev Date: Sat, 29 Apr 2023 22:47:35 -0400 Subject: [PATCH] 2.10.6 --- app/build.gradle | 4 +-- app/src/main/res/values/strings.xml | 39 ++++++++++++++++++----------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 56908383..7d3480d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.perflyst.twire" minSdkVersion 16 targetSdkVersion 33 - versionCode 529 - versionName "2.10.5" + versionCode 530 + versionName "2.10.6" multiDexEnabled true vectorDrawables.useSupportLibrary true diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 84f3f3de..a3b1aa04 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -323,21 +323,32 @@ + V 2.10.6 + F Fix streams and VODs not playing. + A Open chat from channel profile. + F Fix 7TV emotes. + F Fix FFZ emotes and badges. + F Fix orientation lock with the fullscreen button. + F Fix media session. + F Fix going back from setup process. + F Make stream count localized. + F Make placeholder translatable. + V 2.10.5 - F Fix VOD chat locking up - A Handle timeouts and deleted messages - A Add media player notification - A Show stream title while watching stream - A Add indicator when chat is paused due to scrolling - A Other media will now pause when starting content - A Add themed app icon - C Hide message options that don\'t apply to VODs - C Implement better fullscreen toggle - F Fix stream UI not fading out - F Fix the navigation bar not being hidden in fullscreen - C Enable SSL by default - C Keep screen awake when \'Chat Only\' enabled - C Lower max messages to 150 + F Fix VOD chat locking up. + A Handle timeouts and deleted messages. + A Add media player notification. + A Show stream title while watching stream. + A Add indicator when chat is paused due to scrolling. + A Other media will now pause when starting content. + A Add themed app icon. + C Hide message options that don\'t apply to VODs. + C Implement better fullscreen toggle. + F Fix stream UI not fading out. + F Fix the navigation bar not being hidden in fullscreen. + C Enable SSL by default. + C Keep screen awake when \'Chat Only\' enabled. + C Lower max messages to 150. V 2.10.4 F Fix crash on devices not running Android Oreo.