Skip to content

Commit

Permalink
2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Jul 13, 2023
1 parent 84a5afe commit 8f11bf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 8 additions & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@

<!-- The first letter of each line of the changelog denotes if it's about a new Version, Addition, Fix or Change and should not be translated. -->
<string-array name="changelog_lines">
<item>V 2.10.8</item>
<item>A Add rudimentary emote autocomplete.</item>
<item>F Video comments should load without needing to reconnect.</item>
<item>F Fix badges not loading and causing a crash.</item>
<item>C Bump minimum Android version to Android Lollipop 5.0.</item>
<item>C Reduce minimum chat size threshold for large tablets.</item>
<item>C Close stream on navigation back if initial orientation is landscape.</item>

<item>V 2.10.7</item>
<item>F Fix VOD chat only displaying one page of comments.</item>
<item>A Add chat notifications (subs, gifts, etc).</item>
Expand Down Expand Up @@ -462,14 +470,5 @@
<item>F Fix thumbnails not displaying correctly before Android 5.0.</item>
<item>F Fix some controls being hidden on Night and True night themes.</item>
<item>C Use semantic versioning again.</item>

<item>V 2.519</item>
<item>A The video now gets tinted to improve the visibility of controls.</item>
<item>F BTTV emotes should be working again.</item>
<item>A Top streams and games now only show streams in your system language.</item>
<item>F Chat messages won\'t glitch out at the end of a VOD.</item>
<item>F The app icon should be working for older version of Android.</item>
<item>C Improved Spanish translations.</item>
<item>C Caching improvements.</item>
</string-array>
</resources>

0 comments on commit 8f11bf8

Please sign in to comment.