194 Commits

Author SHA1 Message Date
Cameron Gutman
c3d72f8c71 Correct default remote audio state 2017-05-13 22:50:02 -07:00
Cameron Gutman
25c8ab47a3 Fix apps from wrong PC being displayed in app grid 2017-05-07 16:09:01 -07:00
Cameron Gutman
634fe252d6 Fix exception when failing to retrieve box art 2017-05-07 15:56:10 -07:00
Cameron Gutman
9d454aeec5 Fix broken error message when failing to pair 2017-05-07 15:48:56 -07:00
Calcyfer
4cb70901e8 Change the background color to black when the NaCL module is shown 2017-05-02 21:25:09 +02:00
Calcyfer
4242eaa37b Modernized the UI
Updated Material Design Light
Added the Roboto font
Updated the icons font
Replaced existing icons
2017-05-02 21:24:50 +02:00
R. Aidan Campbell
550f59d31b removed unused code, added logging 2017-03-02 11:03:01 -07:00
R. Aidan Campbell
7a87c76091 more verbose logging, fixed minor namespace pollution 2017-03-02 11:02:08 -07:00
R. Aidan Campbell
2d4fc6628f fixed bugs where parsed display modes weren't being saved 2017-02-24 15:57:15 -07:00
brooss
bc2354ca19 Pairing type mismatch for serverMajorVersion
In main.c the serverMajorVersion parameter is decoded as a string, so Javascript side should pass as string.
2017-02-14 12:56:43 +11:00
Cameron Gutman
a69b475244 Gracefully handle case where no box art can be fetched 2017-01-25 09:09:30 -08:00
Dmitry Mandrichenko
e9ccbb08d3 Bugfix: window state not restored in normal mode after streaming.
Bugfix: window always run in fullscreen mode when app launched from chrome://apps or chrome://extensions
2017-01-21 04:05:36 +02:00
Dmitry Mandrichenko
5ebcc58ae3 Window state restored with previous saved window state (fullscreen or normal).
Window startup size changed to 16:9 aspect ratio = 960x540.
After closing the game, window restored in previous state.
2016-12-21 08:32:50 +02:00
Cameron Gutman
da960c0be1 Remove unpair functionality because it doesn't work on modern GFE versions 2016-10-30 13:19:26 -07:00
Cameron Gutman
6e9de371d7 Fix exception when stopping a game 2016-10-28 14:02:05 -07:00
Cameron Gutman
0e8ae95c61 Fix empty app list on GFE 3.1 2016-10-21 11:19:40 -07:00
Cameron Gutman
ee5ee588bc Update to support GFE 3.0.7 2016-10-05 19:25:51 -07:00
Cameron Gutman
bd881aaee4 Improve handling of attempting to quit another client's session 2016-09-24 21:36:38 -07:00
Cameron Gutman
a5adc7eff1 Don't cache results from a failed applist query 2016-09-24 14:10:10 -07:00
Cameron Gutman
479a8949a8 Use hostname rather than IP address when logging or displaying errors 2016-09-24 13:35:52 -07:00
R. Aidan Campbell
8d86bd6c51 fix CSS stylization of box art. This closes #104 2016-09-12 21:20:30 -04:00
Cameron Gutman
f9dbf66dc2 Create a function for longer snackbar logs and use it for dialog messages 2016-09-11 23:39:00 -07:00
Cameron Gutman
581f92ee7c Make non-transient message display 2016-09-11 23:16:43 -07:00
Cameron Gutman
06ef1fe94b Hide header bar controls when the NaCl plugin is loading 2016-09-11 22:23:33 -07:00
Cameron Gutman
506bc64b66 Update the app list on the 2nd successful server poll to warm the cache earlier 2016-09-11 22:01:21 -07:00
R. Aidan Campbell
b94e7cd0c2 further optimized caching, and minor bugfix 2016-09-03 18:12:34 -04:00
R. Aidan Campbell
bfea4dbf5f added cache warming on startup 2016-09-03 13:51:56 -04:00
R. Aidan Campbell
2df5527cc0 major code refactorings to lower the confusing branching. This is mostly tested, but bugs may have been introduced. Progress on #32 2016-09-03 12:04:46 -04:00
R. Aidan Campbell
b215f19f6a Fixed issue with context being lost, causing invalid mDNS discoveries 2016-08-29 16:00:28 -04:00
R. Aidan Campbell
1c647c0327 removed unpair button from mDNS hosts. This closes #96 2016-08-29 15:05:02 -04:00
R. Aidan Campbell
99c07cb521 band-aid fix to fix multi-host stylization. This closes #95 2016-08-29 14:55:28 -04:00
Cameron Gutman
195f98a43e Move mDNS discovery start after the module is fully initialized 2016-08-27 17:39:42 -07:00
Cameron Gutman
344dcc0bc3 Avoid calling refreshServerInfo() before selecting an address 2016-08-27 17:26:46 -07:00
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
c308e4034c Merge branch 'master' of github.com:cgutman/moonlight-chrome 2016-08-27 16:28:48 -04:00
R. Aidan Campbell
c0cfd0bb94 fixed stylization with remove host icon 2016-08-27 16:28:36 -04:00
Cameron Gutman
3e66fa2f12 Bring back applist caching and provide a method for the poller to refresh the cache 2016-08-27 13:25:30 -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