Hirsch Singhal

Results 21 issues of Hirsch Singhal

@Brandr0id for initial review, then Firefox/WebKit folks and Identity folks.

Device Portal advertises over DNS-SD so that other clients can find it. The Wrapper project should have a generic way of detecting and connecting to the service, regardless of what...

enhancement

This API name is confusing - the one most people want is GetInstalledAppPackagesAsync

BREAKING CHANGE

E.g. portal.HoloLens.StartMixedRealityCaptureAsync(); This makes using the portal object much simpler to use via Intellisense and clearly delineates which APIs work on which platform.

enhancement
BREAKING CHANGE

This is supported by the REST API but not the wrapper. Helps cut down network traffic for chatty providers.

enhancement

This is a large task, and mainly centers around our X509 usage and HTTP handlers. Once Core is fully supported, this is our next task to investigate.

Due to the cookie-based authentication scheme on phone's Device Portal, the Basic-Auth scheme used by the Wrappers library isn't compatible.

DevicePortal.Reboot signature should be modified to Reboot(bool blocking=false), where if blocking ==true, the wrapper pings in the background until the device is updated, at which point the function returns.

enhancement