Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tizen Update #77

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Tizen Update #77

wants to merge 39 commits into from

Conversation

CazuzaCzz
Copy link

3.6.3

  • Changed version to 3.6.3
  • Changed to Required version 2.3 on config.xml
  • Added some STR for languages changes. Used what twitch use on their
    site, don't know if its the better translation
  • Didn't test DE and RU languages on my TV. It should work.
  • Added support to follower.
  • Added KEY_TOOLS to open window to input username and open follower
    window.
  • Added KEY_0 to open follower window with saved username. If there is
    no username save, it will open window to input username.
  • You can input username on the app, and see list of streams, live
    hosts, and live games which that that user is following.
  • The username should save on WebStorage, so when you close and open the
    app, it should still be there.
  • You can press the key TOOLS to open interface where you can input the
    username, and save/open.
  • if there there is already a username you can pres the KEY_0 to open
    the list whithout typing again the username.

Guy and others added 8 commits October 3, 2015 14:33
tizen update
Key 3 and 6 will do what the key KeyUp and KeyDown should be doing.
add tizen.tvinputdevice.registerKey("6");
change icon
Added preventDefault() to stop keys from doing default actions
Removed Key 3 and 6
- Added language support.(RU localization need test).
- Started to add support for Follower
- Added license to config.xml <license xml:lang="en-gb"
href="http://www.gnu.org/licenses/gpl.html">GNU GENERAL PUBLIC
LICENSE</license>
- Changed organization on index.html. Used Code Beautifier.
3.6.3
- Changed version to 3.6.3
- Changed to Required version 2.3 on config.xml
- Added some STR for languages changes. Used what twitch use on their
site, don't know if its the better translation
- Didn't test DE and RU languages on my TV. It should work.
- Added support to follower.
- Added KEY_TOOLS to open window to input username and open follower
window.
- Added KEY_0 to open follower window with saved username. If there is
no username save, it will open window to input username.
- You can input username on the app, and see list of streams, live
hosts, and live games which that that user is following.
- The username should save on WebStorage, so when you close and open the
app, it should still be there.
- You can press the key TOOLS to open interface where you can input the
username, and save/open.
- if there there is already a username you can pres the KEY_0 to open
the list whithout typing again the username.
@CazuzaCzz CazuzaCzz mentioned this pull request Feb 9, 2016
PaulFurlet and others added 20 commits February 16, 2016 23:09
Ukrainian language module.
There is apostrophe in STR_ERROR_NETWORK_DISCONNECT, do not know if it must be "shielded" with \. Please add it if required.
Change Return key behaivor:
- on main window, close app
- on other windows return to main window.
Fixed refresh key on follower window
Add a Polish language.
Changed error Dialog when Channel or User name does not exist.
Changed some behaivor from Return key when dialog error is show.
Added Network.public privilege to get network changes.
Removed Previus changes from SceneChannel loadDataError.
When connection lost, it will wait until finisht playing the downloaded
video, then it will close the AvPlayer.
Added net Languages STR variables.
Added way to check if SceneBrowser or Channel is on focus.
Changed loadDataError:
- When you try to open Channel with Open, it will check if Username or
Channel exist.
- Will tell when the stream is offline.
Added addNetworkStateChangeListener();
- It will check when the network is disconnected, and show it to de
user.
Changed shutdownStream() to corret listener.
Added NetworkStateChangedCallback to response when wired network change.
Removed new icon, using old one form icon folder.
Changed jquery to  new version and to min.js
Update version and README
Changed languages.js files to look like master repository
Fixed - Changed 3 de STR language
- Changed to version 3.6.5
- Added support for Multitasking.
- If the user change to Smart Hub while playing one stream it will stop
the app, and pause the AvPlayer. When the player return to the app, it
will resume the stream.
- If the user change to Smart Hub when strem list, it will refresh the
page.
Added support to save defaultQuality.
- Default defaultQuality is "High", to change it, the user have to press
Key_9 on the desired new defaultQuality, on Stream Info Panel, where the
user can change stream quality.
- While there is no network, only the return or exit key will work.
- Changed window.load to document.addEventListener("DOMContentLoaded").
To load the app faster.
- Changed Behaivor of addNetworkStateChangeListener.
@nikitakatchik
Copy link
Owner

Hi there,

You did a great job but why do you think Tizen version should be pulled into this one?
They seem more like different projects to me.

Regards,
Nikita Katchik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants