1hitsong
39448b7ceb
Merge pull request #1515 from cewert/add-more-loading-spinners
...
Convert app to use one spinner attached to JFScene + resize spinner
2023-11-29 20:21:53 -05:00
Charles Ewert
d2fcc932b2
move spinner to JFScene and migrate all other screnes to use it + use booleans on JFScene to control spinner + resize spinner to be similar size as video player spinner
2023-11-21 21:14:40 -05:00
Jimi
250e2244c8
Fix crash
2023-11-19 16:22:50 -07:00
Charles Ewert
05ad3b6bed
use .brs when importing roku-log
2023-10-03 12:27:07 -04:00
Charles Ewert
a6a242e661
rename all brs files to bs and update import calls
2023-10-03 12:11:25 -04:00
Charles Ewert
d4b9510326
rename all files to use .bs file extension
2023-10-03 11:42:10 -04:00
Jimi
6222e3039f
Found another one.
2023-06-24 08:33:41 -06:00
Charles Ewert
bdfcac74e6
Implement global session var ( #1224 )
...
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-06-01 08:43:27 -04:00
Charles Ewert
2389af0868
Enable brighterscript, create NPM build scripts, install and use roku-log, and use bsc import statements ( #1173 )
2023-05-03 17:21:04 -04:00
sevenrats
58f43f5353
lowercase mod to satisfy bsfmt
2023-01-25 12:44:38 -05:00
candry7731
1d9b5d6275
Remove "replay" code in schedule.brs
2022-12-07 12:43:37 -06:00
candry7731
5c5acd226e
Merge branch 'unstable' into Voice-Filter-on-Live-TV-Fix
2022-12-06 14:42:42 -06:00
candry7731
54c13158d6
Add LCase()
2022-12-06 14:14:12 -06:00
candry7731
12ffbacfaf
remove debug code
2022-12-06 13:59:05 -06:00
candry7731
9ac94ddb4a
Added tr("all") to channels view
2022-12-06 13:56:21 -06:00
candry7731
d93a89a5de
remove debug code
2022-11-12 22:58:34 -06:00
candry7731
fdfb0e0fc8
Fix Filter reload Issues with Live TV
...
Add the ability for the user to say "all" to show all channels after the guide has been filtered by a voice command.
In the channel view the reload button will clear the filter and show all channels
2022-10-25 22:35:49 -05:00
1hitsong
afc00ca7e7
Stop load channel task on back press
2022-10-19 20:31:38 -04:00
candry7731
621e53e647
Redesign Search page with voice search ( #593 )
2022-09-05 07:50:13 +01:00
Jimi
1e712614e6
Code comments
2022-08-24 21:42:09 -06:00
Jimi
fb071641ae
Fix to crash
2022-08-24 21:36:52 -06:00
Charles Ewert
b3008e045c
Remove optional commas
2022-05-30 09:00:14 -04:00
Charles Ewert
9dabf4891b
Add missing commas
2022-05-30 08:59:24 -04:00
Charles Ewert
2296fde437
Files should end in new line
2022-05-30 08:57:40 -04:00
Nick Wallace
1a1fd242f3
Favorite a Live TV Channel ( #584 )
2022-05-14 11:13:28 +01:00
jimiatnymbl
79b2ea18f5
Don't load entire grid to update single recording
2022-01-16 08:54:43 -07:00
jimiatnymbl
eff6baa31d
Formatting
2022-01-16 07:12:58 -07:00
jimiatnymbl
e4f05e5eb2
Record icon and focussed button improvements.
2022-01-16 07:12:04 -07:00
jimiatnymbl
c388fa36fe
Formatting
2022-01-10 17:12:55 -07:00
jimiatnymbl
70c2945912
Hide Rec Series if not a series
2022-01-10 17:11:54 -07:00
jimiatnymbl
6290a9e407
Formatting
2022-01-09 07:56:52 -07:00
jimiatnymbl
55d7346be1
Cleanup
2022-01-09 07:56:10 -07:00
jimiatnymbl
572963e28f
Don't show buttons when user doesn't have access.
2022-01-08 23:31:27 -07:00
jimiatnymbl
09101569b5
Comment cleanup
2022-01-08 23:06:56 -07:00
jimiatnymbl
abc73a2478
Formatting
2022-01-08 22:50:53 -07:00
jimiatnymbl
0e272b905f
Working first draft
2022-01-08 22:49:05 -07:00
jimiatnymbl
76c96ab1e7
WIP
2022-01-08 22:43:17 -07:00
jimiatnymbl
78fb57bcb1
WIP (recording single and series with red logo)
2022-01-08 21:40:25 -07:00
jimiatnymbl
c9bf023949
WIP (can start single recording from guide)
2022-01-08 17:04:38 -07:00
Jimi Dodge
8af0148e59
WIP
2022-01-04 20:50:45 -07:00
Jimi Dodge
8ee6fedc41
WIP (Record button UI)
2022-01-04 20:36:21 -07:00
JD Layman
4b26350a82
Prevent program details poster from covering the *Options indication on Live TV
2021-10-09 21:14:31 -05:00
JD Layman
2740e4cd26
Fix app crash if TV guide is filtered after already scrolling through channels
2021-09-05 23:06:28 -05:00
Neil Burrows
e10cf817c5
Enable favourite filtering on TV Guide
2021-08-01 09:56:54 +01:00
Neil Burrows
10ca08bdf8
Only signal EPG Performance Monitoring events once
2021-08-01 09:24:57 +01:00
Bronley
43b4ac3fc9
Format all brs files
2021-07-28 06:51:15 -04: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
38fa383b4d
Linter Warnings
...
Variable Capitalization, Unused Variables, Unreachable Code
2021-06-26 11:04:32 +01:00
candry7731
2567a708af
Merge pull request #1 from candry7731/candry7731-Update-Load-Channel-Limit-task-to-2000-channels
...
Added 2000 channel task Limit
2021-06-11 14:30:46 -05:00
candry7731
a908fc77b2
Update LoadChannelsTask.brs
2021-06-11 14:22:44 -05:00