Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Xbox): New backend for Xbox One #12

Merged
merged 7 commits into from
Feb 20, 2021
Merged

feat(Xbox): New backend for Xbox One #12

merged 7 commits into from
Feb 20, 2021

Commits on Feb 10, 2021

  1. feat(Xbox): New backend for Xbox One

    This backend requires:
     - Xbox One device in Dev Mode
     - Windows 10 host
     - Visual Studio
     - Windows 10 SDK
    
    It builds a UWP (Universal Windows Platform) application hosting a
    WebView pointing to the desired destination URL, then deploys that app
    to the Xbox and launches it.  In this way, it is very similar to the
    Tizen backend.
    
    But because this backend uses Visual Studio to build a UWP app, it
    **must** be run on Windows.
    joeyparrish committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    04aeed0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    79303a1 View commit details
    Browse the repository at this point in the history
  2. Fix doc typos

    joeyparrish committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9133e1b View commit details
    Browse the repository at this point in the history
  3. Strip down App.xaml.cs

    joeyparrish committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    401817a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Only auto-detect VS 2019

    joeyparrish committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f463691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47802d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    f34c945 View commit details
    Browse the repository at this point in the history