From 8f11bf82c77b68f6779b9b10c93311f05f3c748e Mon Sep 17 00:00:00 2001 From: samfundev Date: Wed, 12 Jul 2023 22:17:45 -0400 Subject: [PATCH] 2.10.8 --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1d48205b..c97819ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.perflyst.twire" minSdk 21 targetSdk 33 - versionCode 531 - versionName "2.10.7" + versionCode 532 + versionName "2.10.8" vectorDrawables.useSupportLibrary true diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 24736f7c..0a6bf630 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -323,6 +323,14 @@ + V 2.10.8 + A Add rudimentary emote autocomplete. + F Video comments should load without needing to reconnect. + F Fix badges not loading and causing a crash. + C Bump minimum Android version to Android Lollipop 5.0. + C Reduce minimum chat size threshold for large tablets. + C Close stream on navigation back if initial orientation is landscape. + V 2.10.7 F Fix VOD chat only displaying one page of comments. A Add chat notifications (subs, gifts, etc). @@ -462,14 +470,5 @@ F Fix thumbnails not displaying correctly before Android 5.0. F Fix some controls being hidden on Night and True night themes. C Use semantic versioning again. - - V 2.519 - A The video now gets tinted to improve the visibility of controls. - F BTTV emotes should be working again. - A Top streams and games now only show streams in your system language. - F Chat messages won\'t glitch out at the end of a VOD. - F The app icon should be working for older version of Android. - C Improved Spanish translations. - C Caching improvements.