Skip to content

Commit

Permalink
2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Feb 22, 2022
1 parent e2e6df6 commit db59e1f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.perflyst.twire"
minSdkVersion 16
targetSdkVersion 31
versionCode 525
versionName "2.10.1"
versionCode 526
versionName "2.10.2"

multiDexEnabled true
vectorDrawables.useSupportLibrary true
Expand Down
24 changes: 16 additions & 8 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,23 @@

<!-- 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.2</item>
<item>C Migrate to the new Twitch API.</item>
<item>A Add local follows.</item>
<item>F Fix gap in VOD progress bar.</item>
<item>F Fix main activities requesting data twice.</item>
<item>F Fix FFZ badges being put on the wrong users.</item>
<item>C Update French, Finnish, Portuguese (Brazil), Swedish, Turkish, Polish, German, Russian, Spanish, and Chinese (Traditional) translations.</item>

<item>V 2.10.1</item>
<item>A Add 7TV emotes</item>
<item>A Add skip silence feature</item>
<item>F Fix recent emotes crash and support emote themes</item>
<item>A Add source quality for VODs</item>
<item>F Fix room state icons not showing correctly</item>
<item>F Fix crash when chat room state changes</item>
<item>F Fix preview image scaling</item>
<item>C Update Hungarian, French, Portuguese (Brazil), Turkish, Basque, Esperanto, Italian, Polish, German, Russian and Chinese (Simplified) translations</item>
<item>A Add 7TV emotes.</item>
<item>A Add skip silence feature.</item>
<item>F Fix recent emotes crash and support emote themes.</item>
<item>A Add source quality for VODs.</item>
<item>F Fix room state icons not showing correctly.</item>
<item>F Fix crash when chat room state changes.</item>
<item>F Fix preview image scaling.</item>
<item>C Update Hungarian, French, Portuguese (Brazil), Turkish, Basque, Esperanto, Italian, Polish, German, Russian and Chinese (Simplified) translations.</item>

<item>V 2.10.0</item>
<item>A Add playback speed control.</item>
Expand Down

0 comments on commit db59e1f

Please sign in to comment.