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

Commits on Oct 3, 2015

  1. Now displays why it failed.

    Guy authored and Guy committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    ee8e9aa View commit details
    Browse the repository at this point in the history
  2. Uniform quotation marks

    Guy authored and Guy committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    a96a7cc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. tizen update

    tizen update
    CazuzaCzz committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    ed4205c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Added Key 3 and 6

    Key 3 and 6 will do what the key KeyUp and KeyDown should be doing.
    CazuzaCzz committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    3c1f77d View commit details
    Browse the repository at this point in the history
  2. register key fix

    add tizen.tvinputdevice.registerKey("6");
    change icon
    CazuzaCzz committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    d5573d0 View commit details
    Browse the repository at this point in the history
  3. fix for arrowup and arrowdown

    Added preventDefault() to stop keys from doing default actions
    Removed Key 3 and 6
    CazuzaCzz committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    20fe38a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. languague suport and some changes

    - 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.
    CazuzaCzz committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ab8de5a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Changed version to 3.6.3

    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 committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e0f65e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Create uk.js

    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.
    PaulFurlet committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    4aaae52 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Update es.js

    Jiimiex committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    20262a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Change Return key behaivor

    Change Return key behaivor:
    - on main window, close app
    - on other windows return to main window.
    Fixed refresh key on follower window
    CazuzaCzz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    2b85d8c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Polish language

    Add a Polish language.
    Szedar committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    29ed3cd View commit details
    Browse the repository at this point in the history
  2. Changed error dialog

    Changed error Dialog when Channel or User name does not exist.
    Changed some behaivor from Return key when dialog error is show.
    CazuzaCzz committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    f99e7a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Changes to loadDataError and behaivor on connection lost

    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.
    CazuzaCzz committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    bab774e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Small Changes

    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
    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    2692d62 View commit details
    Browse the repository at this point in the history
  2. Update version and README

    Update version and README
    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    77b47a0 View commit details
    Browse the repository at this point in the history
  3. Changed languages.js files

    Changed languages.js files to look like master repository
    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    f302764 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'patch-1' of https://github.com/Jiimiex/smarttv-twitch i…

    …nto Jiimiex-patch-1
    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    1d56a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0facc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'patch-1' of https://github.com/PaulFurlet/smarttv-twitch

    …into PaulFurlet-patch-1
    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    aede987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    918666e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33f2fc9 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    CazuzaCzz committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    7908bbe View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Configuration menu
    Copy the full SHA
    c3f129d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58c6d6 View commit details
    Browse the repository at this point in the history
  3. Changed lang\pl.js filename and folder

    Fixed - Changed 3 de STR language
    CazuzaCzz committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    c83c3eb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. es language fiz

    CazuzaCzz committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    a9c8785 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Version 3.6.5

    - 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.
    CazuzaCzz committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    2f38879 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    1ec7124 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    35cc287 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    6aadf82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c18f8b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Update SceneBrowser.js

    whitedragonLT committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c02d02a View commit details
    Browse the repository at this point in the history
  2. Update SceneChannel.js

    whitedragonLT committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    0df74bd View commit details
    Browse the repository at this point in the history
  3. Update SceneChannel.js

    whitedragonLT committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    941adb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    d6955f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Removed Quality Auto

    Removed the auto option from quality list, that was not working. Dont
    know how to use quality auto now.
    
    If default quality, is not available, it will use the fist quality
    found.
    You can set default quality pressing KEY 9 when choosing quality.
    CazuzaCzz committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    dd8d946 View commit details
    Browse the repository at this point in the history
  2. Fix typo in pt-br language

    pedrro authored and CazuzaCzz committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    77f81e3 View commit details
    Browse the repository at this point in the history
  3. Create language.js

    italian localization
    pietrogalassi authored and CazuzaCzz committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    03d47c6 View commit details
    Browse the repository at this point in the history