120 Commits

Author SHA1 Message Date
Cameron Gutman
029f92f821 Fix mDNS adding and updating hosts 2016-08-27 16:58:35 -07:00
Cameron Gutman
47868d7c57 Centralize polling algorithm 2016-08-27 16:34:39 -07:00
R. Aidan Campbell
19d207a4c8 now with unpairing button. The button location and styling is very broken. 2016-08-27 16:15:23 -04:00
Cameron Gutman
cd5cfc1609 Show a spinner while the applist loads 2016-08-27 13:12:13 -07:00
Cameron Gutman
682246fa27 Speed up click on host by using cached serverinfo 2016-08-27 13:07:43 -07:00
R. Aidan Campbell
9401443c4f quitting apps now has a confirmation dialog 2016-08-27 10:15:47 -04:00
R. Aidan Campbell
00437e6e60 add fallback bitrate of 10mbps for unrecognized resolutions 2016-08-27 09:26:27 -04:00
R. Aidan Campbell
6d432a0fb9 moved back button into static HTML, and fixed bug where it would show in host selection menu 2016-08-27 09:22:58 -04:00
R. Aidan Campbell
8929f5840b fixed duplicate quit app buttons from appearing 2016-08-27 09:12:55 -04:00
R. Aidan Campbell
ed649b386b Merge branch 'master' of https://github.com/abdallahsoliman/moonlight-chrome into abdallahsoliman-master 2016-08-27 09:09:14 -04:00
R. Aidan Campbell
4df695bdc9 fixed bug where duplicate box art icons would appear. This closes #78 2016-08-27 09:04:56 -04:00
Abdallah Soliman
d8400edb04 added id quitCurrentApp to div.cancel-current 2016-08-26 23:05:41 -05:00
Abdallah Soliman
9fe78243f6 changed cancel current button placement and style 2016-08-26 22:54:03 -05:00
R. Aidan Campbell
7f1caff2e8 fixed bug in pairing 2016-08-26 23:30:46 -04:00
R. Aidan Campbell
36367f69c3 progress commit for prettier app cancel button 2016-08-26 20:48:20 -04:00
R. Aidan Campbell
b2df44719c added really ugly icon to quit the current app 2016-08-26 15:11:22 -04:00
R. Aidan Campbell
5c925faf34 fixed background polling interrupting calls to start or quit an app 2016-08-26 13:56:24 -04:00
R. Aidan Campbell
6b8ac65d7f now with background polling and indication of online hosts 2016-08-25 17:29:57 -04:00
R. Aidan Campbell
853d061acb added backend support for storing varios addressing methods of hosts 2016-07-26 15:20:24 -04:00
R. Aidan Campbell
68cfba608e refactored PC tracking
- stores NvHTTP objects now
	- these require revival on loading
- ref #71
- likely contains bugs that I haven't found
2016-07-24 14:55:17 -04:00
R. Aidan Campbell
bc5e277fb1 minor code cleaning, and more verbose logging on errors 2016-07-24 09:14:43 -04:00
R. Aidan Campbell
c0e5b61425 fixed bug with remote audio. You need to use variables after you make them... 2016-07-24 08:31:22 -04:00
R. Aidan Campbell
8c78632d0b added untested support for remote audio playing 2016-07-23 20:47:55 -04:00
R. Aidan Campbell
edc4a0ad29 fixed bugs where new hosts would get different icons, and where clicking the .svg would fail to load the app list 2016-07-23 18:54:19 -04:00
R. Aidan Campbell
0a84d27386 fixed issue with game not being highlighted on exit 2016-07-23 13:58:24 -04:00
Abdallah Soliman
4961af16dc desired mdl behavior added to host button for trial purposes 2016-07-12 20:23:41 -05:00
Abdallah Soliman
e269b73bd3 Merge branch 'master' of github.com:abdallahsoliman/moonlight-chrome 2016-07-12 19:36:31 -05:00
Abdallah Soliman
83a4deb3b1 added icons to hosts 2016-07-12 19:36:23 -05:00
Cameron Gutman
f88f55e7c9 Launch the request game after quitting existing app. Fixes #72 2016-07-10 22:40:41 -07:00
Cameron Gutman
c2fde815fa Return after invoking a completion handler 2016-07-10 21:51:29 -07:00
Cameron Gutman
237fcdeef8 Fix hosts not persisting in the grid and duplicating when returning to the PC screen 2016-07-10 21:47:28 -07:00
Cameron Gutman
3767990bb0 Fix some app list refreshing bugs 2016-07-10 21:31:35 -07:00
Cameron Gutman
fd3d19ca03 Fix adding a PC that has already been paired 2016-07-10 21:18:24 -07:00
Abdallah Soliman
7d598ebaf4 added title below image, need to do some more styling to whole interface eventually 2016-07-10 22:21:38 -05:00
R. Aidan Campbell
96514784a9 added borders to all box art, because it looked weird 2016-07-10 16:38:26 -04:00
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
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
67d57aa335 code cleaning for grid UI 2016-07-09 16:55:39 -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
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
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
27cdd06225 Display a loading bar until the NaCl plugin is loaded 2016-06-09 14:49:04 -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
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