Skip to content

Commit

Permalink
Up main files
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Aug 10, 2021
1 parent 6a98afc commit b646fdd
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 54 deletions.
1 change: 1 addition & 0 deletions apk/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ 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.

Apk Version 3.0.328
==============

* Fix minor player regression

Apk Version 3.0.327 and Web Version August 10 2021
==============

Expand Down
2 changes: 1 addition & 1 deletion apk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext.versions = [
gradlePlugin : '7.0.0',

publishVersion : '3.0.',
publishVersionCode : 327,
publishVersionCode : 328,

tray : '0.12.0',
leanback : '1.0.0',
Expand Down
32 changes: 8 additions & 24 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 327,//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/327/SmartTV_twitch_3_0_327.apk',
publishVersionCode: 328,//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/328/SmartTV_twitch_3_0_328.apk',
WebVersion: 'August 10 2021',
WebTag: 603,//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: "Apk Version 3.0.328",
changes: [
"Fix minor player regression"
]
},
{
title: "Apk Version 3.0.327 and Web Version August 10 2021",
changes: [
Expand Down Expand Up @@ -60,28 +66,6 @@ var version = {
"General improves and bug fixes"

]
},
{
title: "Apk Version 3.0.324 and Web Version July 17 2021",
changes: [
"Update side panel styles",
"The settings option 'Rounded channel images' is now enable by default change it in 'Customize interface, color style, animations and related'",
"Add a new settings option 'Hide the side panel after 5 seconds of not using it' to 'Customize interface, color style, animations and related'",
"Allow to access the 'Thumbnail Options' even when the content of the screen is empty, this is useful when changing to a language that has no content",
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.323",
changes: [
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.322",
changes: [
"General improves and bug fixes"
]
}
]
};
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4010,9 +4010,9 @@
</div>

<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.9.0/firebase-app.js" defer></script>
<script src="https://www.gstatic.com/firebasejs/8.9.1/firebase-app.js" defer></script>
<!-- The Firebase analytics librarie -->
<script src="https://www.gstatic.com/firebasejs/8.9.0/firebase-analytics.js" defer></script>
<script src="https://www.gstatic.com/firebasejs/8.9.1/firebase-analytics.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js" defer></script>

Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

32 changes: 8 additions & 24 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -3853,11 +3853,17 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 327, //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/327/SmartTV_twitch_3_0_327.apk',
publishVersionCode: 328, //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/328/SmartTV_twitch_3_0_328.apk',
WebVersion: 'August 10 2021',
WebTag: 603, //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: "Apk Version 3.0.328",
changes: [
"Fix minor player regression"
]
},
{
title: "Apk Version 3.0.327 and Web Version August 10 2021",
changes: [
"Add settings Chat option to Highlight messages from the streamer and mods",
Expand Down Expand Up @@ -3891,28 +3897,6 @@
"General improves and bug fixes"

]
},
{
title: "Apk Version 3.0.324 and Web Version July 17 2021",
changes: [
"Update side panel styles",
"The settings option 'Rounded channel images' is now enable by default change it in 'Customize interface, color style, animations and related'",
"Add a new settings option 'Hide the side panel after 5 seconds of not using it' to 'Customize interface, color style, animations and related'",
"Allow to access the 'Thumbnail Options' even when the content of the screen is empty, this is useful when changing to a language that has no content",
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.323",
changes: [
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.322",
changes: [
"General improves and bug fixes"
]
}
]
};
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":327,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/327/SmartTV_twitch_3_0_327.apk","WebVersion":"August 10 2021","WebTag":603,"changelog":[{"title":"Apk Version 3.0.327 and Web Version August 10 2021","changes":["Add settings Chat option to Highlight messages from the streamer and mods","Add player bottom controls option to show all player controls","General improves and bug fixes"]},{"title":"Apk Version 3.0.326 and Web Version August 07 2021","changes":["General improves and bug fixes"]},{"title":"Web Version July 22 2021","changes":["General improves and bug fixes"]},{"title":"Apk Version 3.0.325","changes":["General improves and bug fixes"]},{"title":"Web Version July 21 2021","changes":["Add a new setting Chat option 'Block bots and bot commands (!command) from show in chat'","General improves and bug fixes"]},{"title":"Apk Version 3.0.324 and Web Version July 17 2021","changes":["Update side panel styles","The settings option 'Rounded channel images' is now enable by default change it in 'Customize interface, color style, animations and related'","Add a new settings option 'Hide the side panel after 5 seconds of not using it' to 'Customize interface, color style, animations and related'","Allow to access the 'Thumbnail Options' even when the content of the screen is empty, this is useful when changing to a language that has no content","General improves and bug fixes"]},{"title":"Apk Version 3.0.323","changes":["General improves and bug fixes"]},{"title":"Apk Version 3.0.322","changes":["General improves and bug fixes"]}]}
{"VersionBase":"3.0","publishVersionCode":328,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/328/SmartTV_twitch_3_0_328.apk","WebVersion":"August 10 2021","WebTag":603,"changelog":[{"title":"Apk Version 3.0.328","changes":["Fix minor player regression"]},{"title":"Apk Version 3.0.327 and Web Version August 10 2021","changes":["Add settings Chat option to Highlight messages from the streamer and mods","Add player bottom controls option to show all player controls","General improves and bug fixes"]},{"title":"Apk Version 3.0.326 and Web Version August 07 2021","changes":["General improves and bug fixes"]},{"title":"Web Version July 22 2021","changes":["General improves and bug fixes"]},{"title":"Apk Version 3.0.325","changes":["General improves and bug fixes"]},{"title":"Web Version July 21 2021","changes":["Add a new setting Chat option 'Block bots and bot commands (!command) from show in chat'","General improves and bug fixes"]}]}
2 changes: 1 addition & 1 deletion release/index.html

Large diffs are not rendered by default.

0 comments on commit b646fdd

Please sign in to comment.