251 Commits

Author SHA1 Message Date
R. Aidan Campbell
2674de45ea added support for back button icon
- made .svg icons clickable
2016-07-10 16:19:00 -04:00
R. Aidan Campbell
5acd595f63 fixed bug causing options & host to still appear in game selection mode 2016-07-10 15:36:40 -04:00
R. Aidan Campbell
43f464cf9c fixed bug where current app wasn't bordered 2016-07-10 14:14:13 -04:00
R. Aidan Campbell
fd6c24c5b9 performance improvements on caching 2016-07-10 14:01:33 -04:00
R. Aidan Campbell
34f22aacc8 box art caching now works 2016-07-10 13:37:56 -04:00
R. Aidan Campbell
74069f3f0f forgot to add the helper functions, still doesn't work 2016-07-10 11:35:24 -04:00
R. Aidan Campbell
dccff4cc92 cleaned still non-functional caching code 2016-07-10 11:33:21 -04:00
R. Aidan Campbell
e3d000e8ed Non-functional box art caching
- appears to cache fine in memory
- does NOT want to serialize to chrome.storage.local
- promises are confusing
2016-07-09 21:24:19 -04:00
R. Aidan Campbell
88795bc126 fixed bug in replacing current app
- removed the feature. instead it will just quit the app
- added additional bit for material back icon
2016-07-09 19:05:28 -04:00
R. Aidan Campbell
a7fea0051c added material back icon 2016-07-09 18:57:16 -04:00
R. Aidan Campbell
67d57aa335 code cleaning for grid UI 2016-07-09 16:55:39 -04:00
R. Aidan Campbell
0349f6db8d cleaned out unused HTML 2016-07-09 16:54:51 -04:00
R. Aidan Campbell
fcc6d0f06b indentation fixes 2016-07-09 14:11:38 -04:00
R. Aidan Campbell
1773b6cf34 clicking an icon now starts the game 2016-07-09 13:28:39 -04:00
Abdallah Soliman
582403410c loaded image grid, need to finish including google material icons and to add functionality to the grid 2016-07-04 17:45:29 -05:00
Cameron Gutman
7392ea4ad7 Fix returning binary data for box art 2016-07-04 14:18:01 -07:00
R. Aidan Campbell
9546e5fee1 fixed issue where add icon didn't show the add host dialog 2016-06-19 07:57:43 -04:00
R. Aidan Campbell
ee76cfc861 removed recent inline CSS styling 2016-06-19 07:57:11 -04:00
R. Aidan Campbell
7495f7bba0 ...aaaannd center the text in the grid, too 2016-06-16 08:36:41 -04:00
R. Aidan Campbell
58864a2098 prettifying the add icon 2016-06-16 08:35:04 -04:00
R. Aidan Campbell
b83df32665 added new icon for adding host
- really ugly because this is a commit before I run
- unfinished!
2016-06-15 17:43:37 -04:00
R. Aidan Campbell
d123ee3cec Added untested support for mDNS addition to grid
- This allows multiple hosts to be discovered from mDNS
- I don't have a GFE computer on my network, so I can't really test this...
2016-06-15 10:57:32 -04:00
R. Aidan Campbell
af6caddc9f added support for adding new hosts through grid UI, old UI is slowly deprecating 2016-06-13 23:24:45 -04:00
R. Aidan Campbell
95e29f709c basic work on a grid UI. This contains code for dynamic generation of a host grid, and clicking the icon takes you to the game selection page 2016-06-12 23:32:40 -04:00
Cameron Gutman
02d1d7b236 Update readme for current project status 2016-06-12 14:58:14 -05:00
Cameron Gutman
abbc3de2c5 Use the same short description as Android v0.4 2016-06-12 14:25:37 -05:00
Cameron Gutman
2d15e26eca Revert "added icon to header"
This reverts commit a897e521c041b82a1cd0cc65143071508af48e32.
2016-06-12 14:14:35 -05:00
R. Aidan Campbell
b251439569 Merge branch 'master' of github.com:cgutman/moonlight-chrome 2016-06-09 17:01:10 -04:00
R. Aidan Campbell
a897e521c0 added icon to header 2016-06-09 17:00:56 -04:00
Cameron Gutman
d79de49c37 Update manifest to 0.4 2016-06-09 15:44:43 -05:00
Cameron Gutman
4b0c845372 Require 3D support for Moonlight 2016-06-09 15:10:31 -05:00
Cameron Gutman
27cdd06225 Display a loading bar until the NaCl plugin is loaded 2016-06-09 14:49:04 -05:00
Cameron Gutman
f243685990 Allow packet receiving to happen in parallel with video decoding by not using direct-submit 2016-06-09 13:33:31 -05:00
Cameron Gutman
69ba5a709b Flushing the decoder seems to hang when the software fallback is in use, so let the destructor abort callbacks instead 2016-06-09 13:25:18 -05:00
Cameron Gutman
6c13c9b67d Only show the NaCl plugin when a frame has been rendered 2016-06-09 13:22:27 -05:00
Cameron Gutman
1f3f4bd0aa Implement fallback to software when hardware decoding is unavailable 2016-06-09 12:23:23 -05:00
Cameron Gutman
f2d9bce746 Update common-c to get the MTU fix in ENet 2016-05-21 18:33:14 -05:00
R. Aidan Campbell
9ecc62a61d Added hack for prettier snackbar
- this closes #56
2016-05-10 13:07:29 -04:00
Cameron Gutman
d08d1f3132 Fix the GL error assert macro 2016-05-10 01:33:04 -04:00
Cameron Gutman
64d9f18c39 Unbind the graphics context when exiting the stream 2016-05-09 22:54:07 -04:00
Cameron Gutman
0d8f82a5f9 Revert "Clear the display when tearing down the decoder. This closes #50"
This reverts commit 68aecaeed5139c8d6ad4f4a0cda4b60bd3c1b94f.
2016-05-09 22:35:12 -04:00
Cameron Gutman
e90fe56f2b Generate a unique remote input key per connection. This closes #54 2016-05-09 19:19:26 -04:00
Cameron Gutman
83e6627025 Multiply bitrate by 1000 rather than 1024 to match other GameStream clients 2016-05-09 18:44:45 -04:00
Cameron Gutman
23b152e71a Disable connection persistence and enable a 5 second connect timeout 2016-05-09 18:31:40 -04:00
Cameron Gutman
1278277d46 Use a new curl easy instance per request 2016-05-09 18:21:10 -04:00
Cameron Gutman
68aecaeed5 Clear the display when tearing down the decoder. This closes #50 2016-05-09 17:02:16 -04:00
Cameron Gutman
b236632ce0 Add a progress message with the indeterminate loading bar 2016-05-09 15:41:04 -04:00
Cameron Gutman
ce8c8c9983 Various UI and UX improvements to match other Moonlight clients 2016-05-09 15:09:31 -04:00
Cameron Gutman
f0d974bb73 Add profiling code to the video renderer 2016-05-09 14:26:23 -04:00
Cameron Gutman
dd3cf77bee Improve profiling code 2016-05-09 14:25:58 -04:00