Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Oct 25, 2024
1 parent 5949635 commit ffdedf5
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 49 deletions.
18 changes: 12 additions & 6 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@ 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.

WebVersion September / October
Version October 25 2024 Apk Version 3.0.369
==============

* Fix missing information on player top info for some scenarios
* Fix missing information on channel content screens
* Fix not be able to open the game for some scenarios in the thumbnail options
* Fix current game in player content not always showing current game
* Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content
* Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash
* Fix old deleted vod not being deleted from live history
* Fix old deleted Lives not being deleted from live history
* Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content
* Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens
* Improve numeric VODs jump to % function
* Improve media keys Live/VODs jump to 5/30 seconds function
* Other General improvements

WebVersion September / October
==============

* Fix missing information on player top info for some scenarios
* Fix missing information on channel content screens
* Fix not be able to open the game for some scenarios in the thumbnail options
* Fix current game in player content not always showing current game
* Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content
* General etc improvements

WebVersion September 09
Expand Down
2 changes: 1 addition & 1 deletion apk/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.versions = [
publishVersion : '3.0.',
publishVersionCode: 367
publishVersionCode: 369
]
38 changes: 18 additions & 20 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,33 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 367, //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/367/SmartTV_twitch_3_0_367.apk',
WebVersion: 'October 21 2024',
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
publishVersionCode: 369, //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/369/SmartTV_twitch_3_0_369.apk',
WebVersion: 'October 25 2024',
WebTag: 681, //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: 'WebVersion September / October',
title: 'Version October 25 2024 Apk Version 3.0.369',
changes: [
'Fix missing information on player top info for some scenarios',
'Fix missing information on channel content screens',
'Fix not be able to open the game for some scenarios in the thumbnail options',
'Fix current game in player content not always showing current game',
'Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content',
'Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash',
'Fix old deleted vod not being deleted from live history',
'Fix old deleted Lives not being deleted from live history',
'Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content',
'Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens',
'Improve numeric VODs jump to % function',
'Improve media keys Live/VODs jump to 5/30 seconds function',
'Other General improvements'
]
},
{
title: 'WebVersion September / October 21',
changes: [
'Fix missing information on player top info for some scenarios',
'Fix missing information on channel content screens',
'Fix not be able to open the game for some scenarios in the thumbnail options',
'Fix current game in player content not always showing current game',
'Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content',

'General etc improvements'
]
},
Expand All @@ -55,16 +63,6 @@ var version = {
changes: [
"Update the emotes selection screen to improve performance, no magic can improve the performance here more than what is, simply some devices are capable of playing 8k but they can't handle multiple animated images, also some emotes servers are terribly optimized, for example, 7TV"
]
},
{
title: 'Version August 2024 Apk Version 3.0.367',
changes: [
'Update Codec capability & Blocked codecs settings section to support devices that have the same name for multiple codecs',
'Android 10 and up now can see with codecs are hardware or software',
'Due to changes above the codec section was reseted if you make changes to it please redo yours changes',
'General visual improvements',
'Other General improvements'
]
}
]
};
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

38 changes: 18 additions & 20 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4720,24 +4720,32 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 367, //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/367/SmartTV_twitch_3_0_367.apk',
WebVersion: 'October 21 2024',
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
publishVersionCode: 369, //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/369/SmartTV_twitch_3_0_369.apk',
WebVersion: 'October 25 2024',
WebTag: 681, //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: 'WebVersion September / October',
title: 'Version October 25 2024 Apk Version 3.0.369',
changes: [
'Fix missing information on player top info for some scenarios',
'Fix missing information on channel content screens',
'Fix not be able to open the game for some scenarios in the thumbnail options',
'Fix current game in player content not always showing current game',
'Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content',
'Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash',
'Fix old deleted vod not being deleted from live history',
'Fix old deleted Lives not being deleted from live history',
'Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content',
'Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens',
'Improve numeric VODs jump to % function',
'Improve media keys Live/VODs jump to 5/30 seconds function',
'Other General improvements'
]
},
{
title: 'WebVersion September / October 21',
changes: [
'Fix missing information on player top info for some scenarios',
'Fix missing information on channel content screens',
'Fix not be able to open the game for some scenarios in the thumbnail options',
'Fix current game in player content not always showing current game',
'Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content',

'General etc improvements'
]
},
Expand All @@ -4753,16 +4761,6 @@
changes: [
"Update the emotes selection screen to improve performance, no magic can improve the performance here more than what is, simply some devices are capable of playing 8k but they can't handle multiple animated images, also some emotes servers are terribly optimized, for example, 7TV"
]
},
{
title: 'Version August 2024 Apk Version 3.0.367',
changes: [
'Update Codec capability & Blocked codecs settings section to support devices that have the same name for multiple codecs',
'Android 10 and up now can see with codecs are hardware or software',
'Due to changes above the codec section was reseted if you make changes to it please redo yours changes',
'General visual improvements',
'Other General improvements'
]
}
]
};
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/version/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"VersionBase":"3.0","publishVersionCode":367,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/367/SmartTV_twitch_3_0_367.apk","WebVersion":"October 21 2024","WebTag":679,"changelog":[{"title":"WebVersion September / October","changes":["Fix missing information on player top info for some scenarios","Fix missing information on channel content screens","Fix not be able to open the game for some scenarios in the thumbnail options","Fix current game in player content not always showing current game","Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content","Fix old deleted vod not being deleted from live history","Fix old deleted Lives not being deleted from live history","Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content","Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens","Improve numeric VODs jump to % function","Improve media keys Live/VODs jump to 5/30 seconds function","General etc improvements"]},{"title":"WebVersion September 09","changes":["Fix animation lag in the Clip section, Twitch was sending images that were too big causing lags","General performance improvements"]},{"title":"WebVersion August 17","changes":["Update the emotes selection screen to improve performance, no magic can improve the performance here more than what is, simply some devices are capable of playing 8k but they can't handle multiple animated images, also some emotes servers are terribly optimized, for example, 7TV"]},{"title":"Version August 2024 Apk Version 3.0.367","changes":["Update Codec capability & Blocked codecs settings section to support devices that have the same name for multiple codecs","Android 10 and up now can see with codecs are hardware or software","Due to changes above the codec section was reseted if you make changes to it please redo yours changes","General visual improvements","Other General improvements"]}]}
{"VersionBase":"3.0","publishVersionCode":369,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/369/SmartTV_twitch_3_0_369.apk","WebVersion":"October 25 2024","WebTag":681,"changelog":[{"title":"Version October 25 2024 Apk Version 3.0.369","changes":["Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash","Fix old deleted vod not being deleted from live history","Fix old deleted Lives not being deleted from live history","Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content","Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens","Improve numeric VODs jump to % function","Improve media keys Live/VODs jump to 5/30 seconds function","Other General improvements"]},{"title":"WebVersion September / October 21","changes":["Fix missing information on player top info for some scenarios","Fix missing information on channel content screens","Fix not be able to open the game for some scenarios in the thumbnail options","Fix current game in player content not always showing current game","Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content","General etc improvements"]},{"title":"WebVersion September 09","changes":["Fix animation lag in the Clip section, Twitch was sending images that were too big causing lags","General performance improvements"]},{"title":"WebVersion August 17","changes":["Update the emotes selection screen to improve performance, no magic can improve the performance here more than what is, simply some devices are capable of playing 8k but they can't handle multiple animated images, also some emotes servers are terribly optimized, for example, 7TV"]}]}

0 comments on commit ffdedf5

Please sign in to comment.