Skip to content

Commit

Permalink
Up publishVersionCode 304
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Feb 10, 2021
1 parent b46108c commit 740f27c
Show file tree
Hide file tree
Showing 8 changed files with 671 additions and 173 deletions.
1 change: 0 additions & 1 deletion apk/.idea/gradle.xml

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

14 changes: 14 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ 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.304 and Web Version February 10 2020
==============

* Add new End dialog and player controls button, "Streamer is now Live", let you know when watching a VOD or a Clip that the streamer come online
* Add a new warning in Setting -> Warnings, Show "Streamer is now Live" warning, disable by default, small pop warning that show the first time the streamer comes online
* General improve on playback experience
* General improves on player controls looks
* Others general improves and bug fixes

Web Version February 06 2020
==============

* General improves and bug fixes

Apk Version 3.0.303 and Web Version February 02 2020
==============

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 : '4.1.2',

publishVersion : '3.0.',
publishVersionCode : 303,
publishVersionCode : 304,

tray : '0.12.0',
leanback : '1.0.0',
Expand Down
25 changes: 14 additions & 11 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 303,//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/303/SmartTV_twitch_3_0_303.apk',
WebVersion: 'February 06 2020',
WebTag: 570,//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: 304,//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/304/SmartTV_twitch_3_0_304.apk',
WebVersion: 'February 10 2020',
WebTag: 571,//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.304 and Web Version February 10 2020",
changes: [
"Add new End dialog and player controls button, \"Streamer is now Live\", let you know when watching a VOD or a Clip that the streamer come online",
"Add a new warning in Setting -> Warnings, Show \"Streamer is now Live\" warning, disable by default, small pop warning that show the first time the streamer comes online",
"General improve on playback experience",
"General improves on player controls looks",
"Others general improves and bug fixes"
]
},
{
title: "Web Version February 06 2020",
changes: [
Expand All @@ -51,13 +61,6 @@ var version = {
changes: [
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.297 and Web Version January 28 2020",
changes: [
"Prevent to show wrong value for Latency to broadcaster, may take 5 to 30 seconds for the value correct it self after the next problem happens, only happens after a stream goes offline unintentionally and to prevent closing the stream Twitch keeps the stream open until the stream comes back, on this case for internal reason the clock generated by the server became delay with makes the value of the latency way too offsetted",
"General improves and bug fixes"
]
}
]
};
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 740f27c

Please sign in to comment.