Commit Graph

978 Commits

Author SHA1 Message Date
Moritz
5a9fa73453 Translated using Weblate (German)
Currently translated at 100.0% (82 of 82 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2021-07-14 09:29:42 -04:00
Csaba
b3231c0b33 Translated using Weblate (Hungarian)
Currently translated at 100.0% (82 of 82 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/hu/
2021-07-14 09:29:41 -04:00
Lukáš Kucharczyk
75894784b6 Translated using Weblate (Czech)
Currently translated at 100.0% (82 of 82 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/cs/
2021-07-14 09:29:40 -04:00
Bronley
97ef66ff96 Handle server list navigation and focus better 2021-07-13 19:05:20 -04:00
Bronley
bd9e01ad71 Merge branch 'master' of https://github.com/jellyfin/jellyfin-roku into ssdp-scan 2021-07-13 07:15:38 -04:00
Bronley
af8db646ff add translation support for server picker page 2021-07-12 22:38:25 -04:00
Bronley
65f56e8b56 Add ClientDiscovery network JF server detection 2021-07-12 22:32:31 -04:00
Bronley
4ddfec422b Fix focus issues when no servers found on network 2021-07-11 22:06:10 -04:00
Kachelkaiser
cfb84bcec4 Translated using Weblate (German)
Currently translated at 100.0% (85 of 85 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2021-07-10 00:03:52 -04:00
Fabrício Jácome
a2e38b0115 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (85 of 85 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/pt_BR/
2021-07-10 00:03:52 -04:00
Bronley
001593982e Fix incorrect width for submitSizer 2021-07-09 15:33:25 -04:00
Bronley
acdb635f7a Fix lint issues. 2021-07-09 15:16:43 -04:00
Bronley
fa2452c037 Merge branch 'master' of https://github.com/jellyfin/jellyfin-roku into ssdp-scan 2021-07-09 06:53:16 -04:00
Bronley
6ca6603a57 Undo hardcoded "always show config screen" 2021-07-09 06:42:26 -04:00
Bronley
937e7c9e86 Select bottom server item when going back up 2021-07-09 06:34:43 -04:00
Bronley
36924183c4 Fixed base url calculation in SSDP task 2021-07-09 06:31:04 -04:00
Bronley
566e31018c Use layout groups to standardize spacing 2021-07-09 06:25:30 -04:00
Bronley
ebd49cefb3 Finished with initial flow 2021-07-09 06:17:04 -04:00
Bronley
44bf6d2b12 Add ui components and focus handling 2021-07-09 06:12:19 -04:00
Bronley
c303250ffa Add spinner component 2021-07-09 06:12:04 -04:00
Bronley
28157d038f Add SSDP scanner task 2021-07-08 14:45:30 -04:00
Bronley
cda1e4259f install latest brighterscript version 2021-07-08 14:44:22 -04:00
Anthony Lavado
6e7b0f0df5
Merge pull request #462 from anthonylavado/master
Bump for release 1.4.9
2021-07-05 23:41:02 -04:00
Anthony Lavado
b96778894a Bump for next release 2021-07-05 23:34:33 -04:00
Neil Burrows
0b12709b61
Merge pull request #461 from rob-land/display-multiple-directors 2021-07-02 13:57:35 +01:00
rob-land
e4f667f1da Displays multiple directors instead of just one 2021-07-01 15:43:11 -05:00
Anthony Lavado
09a1d87283
Merge pull request #459 from neilsb/add-brightscript-linter
Add brightscript linter to CI pipeline
2021-06-28 20:18:08 -04:00
Anthony Lavado
ec4177eaa3
Remove then from IF line 2021-06-28 20:17:34 -04:00
Anthony Lavado
ba1a8f649d
Merge branch 'master' into add-brightscript-linter 2021-06-28 20:15:34 -04:00
Anthony Lavado
731527df8a
Merge pull request #458 from neilsb/subtitle-variable-error 2021-06-28 20:03:17 -04:00
Neil Burrows
213c245ed2 Removing bslint github workflow
Linting is already run as part of CI
2021-06-26 14:56:58 +01:00
Neil Burrows
6d757653da Linter: Consistent IF statement format
No parentheses.  Use THEN if it's a one line statement.  Don't use THEN if it's a block statement
2021-06-26 14:52:16 +01:00
Neil Burrows
13c2391ba7 Linter Fixes: Use of unassigned variables 2021-06-26 14:51:19 +01:00
Neil Burrows
579475a34c Linter: Code style: remove parenthesis around conditions 2021-06-26 11:24:38 +01:00
Neil Burrows
da54bc86fe Linter: Change any function that doesn't return a value to a sub 2021-06-26 11:18:09 +01:00
Neil Burrows
38fa383b4d Linter Warnings
Variable Capitalization, Unused Variables, Unreachable Code
2021-06-26 11:04:32 +01:00
Neil Burrows
fa75a11d27 Add bs linter and enable github job 2021-06-26 10:50:56 +01:00
Neil Burrows
10a3b1d4b1
Merge branch 'master' into subtitle-variable-error 2021-06-26 08:12:43 +01:00
Neil Burrows
2bc6c7923d Correct typo in variable name 2021-06-26 08:09:59 +01:00
Anthony Lavado
c60dd3c500
Merge pull request #457 from neilsb/compile-fix 2021-06-24 10:22:23 -04:00
Neil Burrows
a92ef61d43 Remove return value from ReportPlayback sub 2021-06-24 09:28:28 +01:00
Anthony Lavado
f902ae753e
Merge pull request #455 from neilsb/transcoding-logic-rework 2021-06-20 22:11:35 -04:00
Neil Burrows
fcbb284a7b
Merge branch 'master' into transcoding-logic-rework 2021-06-16 08:40:36 +01:00
Neil Burrows
26fe8afb1d
Add MaxStaticBitrate to PlaypackInfo post
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-06-16 08:38:16 +01:00
Anthony Lavado
f267b54632
Merge pull request #454 from neilsb/remove-duplicate-translations
Remove 2 duplicate, and 1 unused, translation strings
2021-06-15 09:58:59 -04:00
Anthony Lavado
ebd8d27aae
Merge branch 'master' into remove-duplicate-translations 2021-06-15 09:58:28 -04:00
Anthony Lavado
bc281f1f4a
Merge pull request #439 from neilsb/forget-user-on-signout
Don't pre-populate password field
2021-06-15 09:56:29 -04:00
Anthony Lavado
cdfb470c6e
Merge branch 'master' into forget-user-on-signout 2021-06-15 09:55:21 -04:00
Anthony Lavado
b878193f56
Merge branch 'master' into transcoding-logic-rework 2021-06-15 09:54:40 -04:00
Neil Burrows
49d3c4fa39
Merge pull request #452 from candry7731/master 2021-06-14 21:04:34 +01:00