diff --git a/HoloLensCommander/HoloLensCommander/Dialogs/SettingsDialog.xaml b/HoloLensCommander/HoloLensCommander/Dialogs/SettingsDialog.xaml index 05ed71e0..26234661 100644 --- a/HoloLensCommander/HoloLensCommander/Dialogs/SettingsDialog.xaml +++ b/HoloLensCommander/HoloLensCommander/Dialogs/SettingsDialog.xaml @@ -9,7 +9,8 @@ Title="Settings" PrimaryButtonText="Ok" SecondaryButtonText="Cancel" - PrimaryButtonClick="ContentDialog_OkClick"> + PrimaryButtonClick="ContentDialog_OkClick" + MaxHeight="500"> Wi-Fi. - * Windows PC : Run the Settings application, select Update & Security > For Developers. -###### SSID and Key +###### Username and Password +If you wish to use a specific set of credentials for the device, fill out these controls. Doing so will override the default values. +###### SSID and Key If you wish to set your device onto a specific network access point, enter the SSID and network key in these boxes. -###### Update Connection +###### Use Installed Device Certificate +If you have previously downloaded and installed the device's root certificate, you can select this option to use it. Otherwise, the certificate wil be automatically downloaded, though it will not be installed. +###### Update Connection Checking Update Connection instructs Windows Mixed Reality Commander to query the device for the first valid (non-169.x.x.x) IP address it reports. -If you specified an SSID, this value may change, and the connection update may fail. Please retry the connection again without setting the SSID and verify the correct network configuration in the Settings application. +If you specified an SSID, this may cause the device to become unreachable if the PC does not have access to the new address. -##### Additional Options - -The additional options (…) button displays a menu that provide less common connection related functionality. - -**Reconnect to previous session** - -This option allows you to reconnect to the devices that were connected in a previous session of Windows Mixed Reality Commander. - -For this to be successful, devices need to have been connected using a common set of credentials and the credentials must be set in the User name and Password fields before selecting this option. - -``` -Note: Reconnect to previous session will not appear in the additional options menu after -a reconnection has been attempted or the Connect button has been used one or more times. -``` **Set credentials as new default** diff --git a/HoloLensCommander/ReadmeImages/ClearStatusButton.PNG b/HoloLensCommander/ReadmeImages/ClearStatusButton.PNG new file mode 100644 index 00000000..887cb5d6 Binary files /dev/null and b/HoloLensCommander/ReadmeImages/ClearStatusButton.PNG differ diff --git a/HoloLensCommander/ReadmeImages/ConnectDialog.png b/HoloLensCommander/ReadmeImages/ConnectDialog.png index 1ecbcfb4..e609e474 100644 Binary files a/HoloLensCommander/ReadmeImages/ConnectDialog.png and b/HoloLensCommander/ReadmeImages/ConnectDialog.png differ diff --git a/HoloLensCommander/ReadmeImages/ConnectionControls.png b/HoloLensCommander/ReadmeImages/ConnectionControls.png index e1951863..e616b3e5 100644 Binary files a/HoloLensCommander/ReadmeImages/ConnectionControls.png and b/HoloLensCommander/ReadmeImages/ConnectionControls.png differ diff --git a/HoloLensCommander/ReadmeImages/CredentialsDialog.png b/HoloLensCommander/ReadmeImages/CredentialsDialog.png new file mode 100644 index 00000000..aba8bec3 Binary files /dev/null and b/HoloLensCommander/ReadmeImages/CredentialsDialog.png differ diff --git a/HoloLensCommander/ReadmeImages/DeviceControlControls.png b/HoloLensCommander/ReadmeImages/DeviceControlControls.png index 8763f632..d3d30da5 100644 Binary files a/HoloLensCommander/ReadmeImages/DeviceControlControls.png and b/HoloLensCommander/ReadmeImages/DeviceControlControls.png differ diff --git a/HoloLensCommander/ReadmeImages/RestorePreviousSessionButton.PNG b/HoloLensCommander/ReadmeImages/RestorePreviousSessionButton.PNG new file mode 100644 index 00000000..5d01d82e Binary files /dev/null and b/HoloLensCommander/ReadmeImages/RestorePreviousSessionButton.PNG differ diff --git a/HoloLensCommander/ReadmeImages/SelectAppFiles.png b/HoloLensCommander/ReadmeImages/SelectAppFiles.png deleted file mode 100644 index 9caa89a4..00000000 Binary files a/HoloLensCommander/ReadmeImages/SelectAppFiles.png and /dev/null differ diff --git a/HoloLensCommander/ReadmeImages/SessionControls.png b/HoloLensCommander/ReadmeImages/SessionControls.png new file mode 100644 index 00000000..abe8279d Binary files /dev/null and b/HoloLensCommander/ReadmeImages/SessionControls.png differ diff --git a/HoloLensCommander/ReadmeImages/SetCredentialsButton.png b/HoloLensCommander/ReadmeImages/SetCredentialsButton.png new file mode 100644 index 00000000..ba885510 Binary files /dev/null and b/HoloLensCommander/ReadmeImages/SetCredentialsButton.png differ diff --git a/HoloLensCommander/ReadmeImages/SettingsButton.png b/HoloLensCommander/ReadmeImages/SettingsButton.png new file mode 100644 index 00000000..15c7227a Binary files /dev/null and b/HoloLensCommander/ReadmeImages/SettingsButton.png differ diff --git a/HoloLensCommander/ReadmeImages/SettingsDialog.png b/HoloLensCommander/ReadmeImages/SettingsDialog.png new file mode 100644 index 00000000..f77a9ec3 Binary files /dev/null and b/HoloLensCommander/ReadmeImages/SettingsDialog.png differ diff --git a/HoloLensCommander/ReadmeImages/TagDialog.png b/HoloLensCommander/ReadmeImages/TagDialog.png index 321f8427..e68d31cf 100644 Binary files a/HoloLensCommander/ReadmeImages/TagDialog.png and b/HoloLensCommander/ReadmeImages/TagDialog.png differ