436 Commits

Author SHA1 Message Date
R. Aidan Campbell
b2df44719c added really ugly icon to quit the current app 2016-08-26 15:11:22 -04:00
R. Aidan Campbell
bd6f5f28fe fixed bug where app couldn't quit 2016-08-26 15:10:55 -04:00
R. Aidan Campbell
0255fa15bf replaced global _self with a binded this. This closes #79 2016-08-26 13:57:16 -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
a11b097dde added backend support for various methods of pinging hosts to see if they're up 2016-07-27 08:13:54 -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
a09b5e7ea9 fix crash on older GFE versions 2016-07-24 15:32:37 -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
6ccf313761 Merge pull request #77 from abdallahsoliman/master
more polishes to grid-UI
2016-07-24 07:57:29 -04:00
R. Aidan Campbell
b41294b9b9 fixed bug where add host button wouldn't invert colors on hover 2016-07-23 21:00:17 -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
286bc316e6 parsed more info from server 2016-07-23 17:00:08 -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
4c882e83fd inverted colors of hostgrid sample on hover to improve readability 2016-07-12 20:39:08 -05:00
Abdallah Soliman
db256962a4 changed host buttons to be rounded, because looks nicer 2016-07-12 20:34:12 -05:00
Abdallah Soliman
237af5645d added box shadows because it looks nicer 2016-07-12 20:33:05 -05:00
Abdallah Soliman
4961af16dc desired mdl behavior added to host button for trial purposes 2016-07-12 20:23:41 -05:00
Abdallah Soliman
17ee04333e ensured cursor for hover on boxart is also a pointer 2016-07-12 20:16:31 -05:00
Abdallah Soliman
02036a6d14 changed cursor on hover to pointer for hostgrid and back button 2016-07-12 20:15:13 -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
12e34a9f4e Add the code back to request an IDR frame when switching back to Moonlight 2016-07-10 22:23:01 -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
2167a8d94d moved back button to right of moonlight 2016-07-10 22:50:40 -05: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
1778513544 fixed bug if new apps were added to GFE, they wouldn't appear in moonlight, and JS would get sad 2016-07-10 18:16:34 -04: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
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