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 May 17, 2021
1 parent 70b779a commit 8162aa8
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 49 deletions.
7 changes: 7 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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.37 and Web Version May 17 2021
==============

* Add Spanish translation (not complete),Thanks to Lucas for the help
* Any one can help to improve the app, if you wanna to add yours language to the app translations or improve a existent one, just check the app github page for instructions on how to help
* General improves and bug fixes

Web Version May 16 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 : '4.2.0',

publishVersion : '3.0.',
publishVersionCode : 316,
publishVersionCode : 317,

tray : '0.12.0',
leanback : '1.0.0',
Expand Down
34 changes: 12 additions & 22 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 316,//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/316/SmartTV_twitch_3_0_316.apk',
WebVersion: 'May 13 2021',
WebTag: 589,//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: 317,//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/317/SmartTV_twitch_3_0_317.apk',
WebVersion: 'May 17 2021',
WebTag: 590,//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.37 and Web Version May 17 2021",
changes: [
"Add Spanish translation (not complete),Thanks to Lucas for the help",
"Any one can help to improve the app, if you wanna to add yours language to the app translations or improve a existent one, just check the app github page for instructions on how to help",
"General improves and bug fixes"
]
},
{
title: "Web Version May 16 2021",
changes: [
Expand Down Expand Up @@ -59,24 +67,6 @@ var version = {
"Any one can help to improve the app, if you wanna to add yours language to the app translations or improve a existent one, just check the app github page for instructions on how to help",
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.312 and Web Version April 09 2021",
changes: [
"General improves and bug fixes"
]
},
{
title: "Web Version April 02 2021",
changes: [
"Fix 'Highlight @streamer messages' not working some times"
]
},
{
title: "Web Version March 13 2021",
changes: [
"Fix host checks"
]
}
]
};
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

0 comments on commit 8162aa8

Please sign in to comment.