Commit Graph

600 Commits

Author SHA1 Message Date
Charles Ewert
002b6c9527 Add played and watched progress to ItemList() 2019-10-11 15:01:46 -04:00
Charles Ewert
0e76882ac3
Merge pull request #81 from bisby/bisby/issue-78
Turn library list to a single row and simplify things
2019-10-09 21:42:37 -04:00
Nick Bisby
d1261d943d
Turn library list to a single row and simplify things 2019-10-09 17:48:08 -05:00
Charles Ewert
21ad6fc591 Update readme image script and other improvements 2019-10-07 15:02:04 -05:00
Charles Ewert
4af2a6a43c Removed image script from deploy scripts 2019-10-07 15:02:04 -05:00
Joshua M. Boniface
485148ab6d
Merge pull request #76 from cewert/edit-auth
Update auth string
2019-10-06 14:52:34 -04:00
Joshua M. Boniface
43469647fa
Merge pull request #75 from cewert/screensaver
Added screensaver
2019-10-06 14:52:18 -04:00
Joshua M. Boniface
ab1bb787a5
Merge pull request #72 from cewert/makefile-images
Makefile images
2019-10-06 14:52:00 -04:00
Joshua M. Boniface
ebd62224ee
Merge pull request #67 from cewert/update-rale
Update RALE to 2.0.9
2019-10-06 14:51:41 -04:00
Charles Ewert
373fb1498c Use app version from manifest file for auth 2019-10-05 22:48:25 -04:00
Charles Ewert
b7abd5d6f2 Strip special chars from friendly server name 2019-10-05 22:41:44 -04:00
Charles Ewert
b514445c48 Set ui_resolutions to fhd (#73) 2019-10-05 20:30:36 -04:00
Charles Ewert
0425e0aa67 Added screensaver 2019-10-05 03:50:05 -04:00
Anthony Lavado
8726d3edd2
Merge pull request #69 from cewert/fix-readme-links
Fix readme links and improve readability
2019-10-05 01:33:10 -04:00
Charles Ewert
9205891904 Removed unrelated commits 2019-10-05 01:14:46 -04:00
Charles Ewert
94ee7fd9f0 Add image script to Makefile 2019-10-05 01:14:18 -04:00
Charles Ewert
045f54f243 Add image script to Makefile 2019-10-05 00:53:40 -04:00
Charles Ewert
8e35721e7c Update testing install and fix readability 2019-10-04 00:34:57 -04:00
Charles Ewert
fb4f6492ef Revert "Update testing install and fix readability"
This reverts commit caa6686a44.
2019-10-04 00:31:52 -04:00
Charles Ewert
caa6686a44 Update testing install and fix readability 2019-10-04 00:27:53 -04:00
Charles Ewert
625c9faf97 Update RALE to 2.0.9 2019-10-03 22:47:34 -04:00
dkanada
c0278bd9aa
Merge pull request #66 from bisby/bisby/issue-63-blank-check
Bisby/issue 63 blank check
2019-09-27 11:34:14 +09:00
Nick Bisby
dfe3dafdfd
Handle int better 2019-09-23 23:49:09 -05:00
Nick Bisby
6f1f283be3
Revert to master 2019-09-23 23:37:39 -05:00
Nick Bisby
f05732513d
This should be abstracted but just solve it for now 2019-09-23 23:35:26 -05:00
Anthony Lavado
d647aad0d1
Merge pull request #64 from grasponcrypto/npm
npm init to have necessary npm modules by default.
2019-09-09 12:51:55 -04:00
grasponcrypto
e81de5fee4 npm init and modify app.mk to use local packages instead of global. 2019-09-08 22:02:09 -05:00
Nick Bisby
528deec6b8
Watch for and capture escaped button presses (#57)
* Watch for and capture escaped button presses

* remove debug prints
2019-07-30 23:31:48 -05:00
C gh0ul
4652c742ef Update LoginFlow to handle server unavailable scenario 2019-07-25 08:31:11 -05:00
William Moses
fae8e1eed3 Fix Makefile and Episode Listing Format (#52)
* Fix Makefile

* Better Episode Listing
2019-07-22 22:11:13 -05:00
C gh0ul
3889bfbdce Fix back button on options menu in Library (#39) (#53) 2019-07-21 14:14:54 -05:00
Jon Banafato
accf8ecfa3 Fix maxPages off-by-one bug (#50)
The `pager.maxPages` calculation currently handles the case where there
are fewer than `page_size` items to display but will cut off the final
page for any page count larger than one. This change makes the page size
the ceiling of the calculation in all cases.
2019-07-12 23:10:54 -05:00
Nick Bisby
498440f2c5
Make ItemGrids more abstract (#49)
* Make the movie grid a bit more abstract

* Make the tvshow/collection grids more abstract
2019-07-09 08:57:59 -05:00
Nick Bisby
70cbbf11f0
Fix for issue 46 - test failure due to missing projectPath in con… (#48)
Fix for issue 46 - test failure due to missing projectPath in configuration
2019-07-07 17:53:43 -05:00
Dan Poirier
388938bdc8 **Changes**
Add missing parameter projectPath to tests/.rooibosrc.json
to fix test failure reported in issue 46.

**Issues**
Fixes #46.
2019-07-07 17:50:19 -04:00
Anthony Lavado
b364c403dc
Merge pull request #47 from bisby/bisby/sort-properly
Correct a swap of sort by and sort order
2019-06-16 20:10:46 -04:00
Nick Bisby
03938b911b Correct a swap of sort by and sort order 2019-06-16 19:02:22 -05:00
Joshua M. Boniface
865660ebeb
Merge pull request #44 from bisby/bisby/list-poster-images
Make ListPoster Images Flexible
2019-06-16 19:45:40 -04:00
Nick Bisby
484f6ce76e
Dont fall apart over bad ratios 2019-05-30 17:38:02 -05:00
Nick Bisby
f8a64df489
make poster text reliant on available space, not the image 2019-05-09 23:49:34 -05:00
Nick Bisby
11f8fd248a
Rewrite search, to feel a bit more like web 2019-05-09 23:42:25 -05:00
Nick Bisby
aa09a138f0
Pass actual image objects back, to make ListPoster more flexible 2019-05-09 23:24:19 -05:00
Nick Bisby
7010c2a3aa
adding requirements for RALE (#40)
adding requirements for RALE
2019-05-06 14:02:51 -05:00
MCrowson
aaeb422942
Opps
Accidentally got committed on merge conflict resolution
2019-05-06 09:07:41 -04:00
MCrowson
349a402790
Ooops
Accidentally got committed on merge conflict resolution
2019-05-06 09:07:31 -04:00
Matthew Crowson
2bccfd661a Merging master in 2019-05-06 09:03:11 -04:00
Nick Bisby
e9ec8c0750
Merge pull request #31 from bisby/bisby/poster-images
Resize poster images
2019-05-05 21:32:42 -05:00
Nick Bisby
411f2e219a
Merge pull request #29 from bisby/bisby/issue-17-logo-alignment
Offset the overhang, exactly value to be tweaked
2019-05-05 21:32:25 -05:00
Nick Bisby
bcdfca235a
Merge pull request #37 from mcrowson/testing
Testing
2019-05-05 19:10:23 -05:00
Nick Bisby
f78e72fe2e
Merge pull request #38 from mcrowson/sep_brs
Splitting Brightscript from inline XML
2019-05-05 11:25:27 -05:00