Commit Graph

22 Commits

Author SHA1 Message Date
Tod Fitch
66f3ca9a06 Fix 'ends at ' and remove SPDX license headers
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
07a9950ee6 Partial support for https://github.com/jellyfin/jellyfin-roku/issues/36
Partial implemented support for the languages and dialets that Roku supports.

A number of structural issues encountered the biggest are:
1. Programatically catenating strings which assumes a particular language syntax.
2. Using display strings in buttons, etc. to determine action.
3. Building display objects in BrightScript rather than in XML. This results in many cases where you have to translate the same string many times (e.g. "Cancel")

Side note: My editor is set to remove trailing spaces and to assure a new line at the end of the file. Existing source code seems to vary on this. I can revert those few changes if that is a problem.

Finally, added https://reuse.software/spec/ compliant license information to the new files and the files I touched.

Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Charles Ewert
c391766fb9 Disable options button and overhang text 2020-05-04 13:57:40 -04:00
Neil Burrows
b313d57515
Store release issues (#180)
* Remove TrackerTask

* Change deprecated BookmarkPosition to PlayStart

* Accept (print & ignore) roInput commands

* Updated icon image sizes

* Added InputData Task (Not hooked up)

* Added signal beacons for Roku Performance Measuring

* Reverting ineffective roInput code

* Manually recreated changed channel poster images

* Use app_loaded global variable to control when performance beacons are sent

* Sorting missed performance signal beacon
2020-04-29 12:26:12 -04:00
thomabx
f4a792dac6 Select user on login and other login updates 2020-03-21 14:22:26 -07:00
Neil Burrows
8e1bca380c Filenames to match component names 2020-03-18 09:10:31 +00:00
Anthony Lavado
09a14d3245 Fix indentation on scene.xml 2020-02-20 01:46:06 -05:00
Anthony Lavado
48a62d2962 add example text and node 2020-02-19 04:15:41 -05:00
Cole Funseth
ec336c5d67 Updated dimensions for config and removed non-existent fields (#74) (#101) 2020-01-04 15:37:06 -06:00
Nick Bisby
0ec2872093 So much reorganizing 2019-10-14 20:55:29 -05:00
Matthew Crowson
2bccfd661a Merging master in 2019-05-06 09:03:11 -04:00
Matthew Crowson
2a1f9cbad8 adding requirements for RALE 2019-05-03 10:01:46 -04:00
Matthew Crowson
e4b968f18f giving inits to those components without inits 2019-05-03 09:27:51 -04:00
Matthew Crowson
531e668358 Splitting brs from inline XML 2019-05-03 08:48:59 -04:00
Matthew Crowson
d2627ebe17 more comments 2019-04-29 15:10:02 -04:00
Matthew Crowson
7d20e4d273 Error messaging for login failures and logo 2019-04-27 10:44:14 -04:00
Nick Bisby
1870e1af83
Begin passing in ContentNodes directly 2019-03-21 22:27:31 -05:00
Nick Bisby
7cb5dfd5c6
Clean up a lot of Config scenes etc 2019-03-19 22:23:58 -05:00
Nick Bisby
75f58732f6
Fix secureMode for password config 2019-03-18 23:49:02 -05:00
Nick Bisby
b433304856
Add sign out, update sign in a bit 2019-03-18 23:17:50 -05:00
Nick Bisby
7bc6d969fa
Set up flow for search 2019-03-14 17:20:16 -05:00
Nick Bisby
1f91a96874
Dont forget git add 2019-03-14 12:11:51 -05:00