Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Jul 31, 2024
1 parent e8050c2 commit 08dccab
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 212 deletions.
21 changes: 21 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ The App is divided in two part, **Apk** and **Web** you can check it version in

The app has a building update check function, so whenever there is a update a red text will show up bellow the main pages clock, also a short warning will pop on the screen let you know if is a **Apk** or **Web** update.

Version March to July 2024 Apk Version 3.0.363
==============

* Add a red icon when the channel is live for the User channel and channel search screen
* Improve User live side panel loading
* Improve User channel screen loading
* Player: Migrate from Exoplayer to Media3, the Exoplayer changed its name to Media3 and stop received updates on the old project, if anyone has any issue regarding playback please open a GitHub issue or send an email
* Change Featured to Front Page (name change only)
* Add User Videos section
* Improve channel search results order, Twitch provides no order on the result, do a local ordering to show a more constant result
* Add search Live
* Add Search Videos
* Show all counters on all game screens
* Fix sometimes opening the wrong VOD for "Open the Last VOD" (the one of the options that show when a live end)
* Fix preview animated image not always showing
* Fix VOD seek preview image not always showing
* Improve exiting a search or search content as Channel content you enter after a search, before the app sometimes exit a search on the wrong section
* Improve app exit functionality
* Improve disable mature content with a password, now after enabling mature the old pass will be deleted, add a new one if disable again
* General app text improves, this is an open source app anyone that wanna improve app text or add translations can the process is simple
* Other General improvements

Version September 2023 to March 2024
==============
Expand Down
14 changes: 8 additions & 6 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,28 @@ var version = {
publishVersionCode: 363, //Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
ApkUrl: 'https://github.com/fgl27/SmartTwitchTV/releases/download/363/SmartTV_twitch_3_0_363.apk',
WebVersion: 'July 2024',
WebTag: 677, //Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
WebTag: 679, //Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
changelog: [
{
title: 'Version March to July 2024 Apk Version 3.0.363',
changes: [
'Player: Migrate from Exoplayer to Media3, the Exoplayer changed name to Media3 and stop received updates on the old project, if anyone has any issue regarding playback please open github issue or send a email',
'Change featured to front page (name change only)',
'Add a red icon when the channel is live for the User channel and channel search screen',
'Improve User live side panel loading',
'Improve User channel screen loading',
'Player: Migrate from Exoplayer to Media3, the Exoplayer changed its name to Media3 and stop received updates on the old project, if anyone has any issue regarding playback please open a GitHub issue or send an email',
'Change Featured to Front Page (name change only)',
'Add User Videos section',
'Improve channel search results order, Twitch provides no order on the result, do a local ordering to show a more constant result',
'Add search Live',
'Add Search Videos',
'Show all counters on all game screens',
'Fix sometimes opening the wrong VOD for "Open the Last VOD" (one of the options that shows when a live end)',
'Fix sometimes opening the wrong VOD for "Open the Last VOD" (the one of the options that show when a live end)',
'Fix preview animated image not always showing',
'Fix VOD seek preview image not always showing',
'Improve exiting a search or search content as Channel content you enter after a search, before the app sometimes exit a search on the wrong section',
'Improve app exit functionality',
'Improve disable mature content with a password, now after enabling mature the old pass will be deleted, add a new one if disable again',
'General app text improves, this is a open source app anyone that wanna to improve app text or add translations can the process is simple',
'General UI/UX improvements, make it easier to use or understand the app',
'General app text improves, this is an open source app anyone that wanna improve app text or add translations can the process is simple',
'Other General improvements'
]
}
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 08dccab

Please sign in to comment.