- Fix [TIMOB-20376] Windows Phone: Cannot read property 'split' of undefined
- Fix "TypeError: undefined is not a function" at Array.findIndex on Node.js 0.12.7
- Fix: async.each to async.eachSeries
- [TIMOB-23253] Windows: Build errors when building to device and selecting second option in device prompt
- Send separate installed and launched events for wptool#install/device#install/emulator#install/windowslib#install
- We can tell if the app got installed but failed to launch (which I'm seeing repeatedly with my Windows 10 mobile device), allowing us to tell the user to launch the app manually.
- [TIMOB-20611] Allow wptool to launch Windows 10 apps
- [TIMOB-20571] Combine device listings
- [TIMOB-20571] Add device version and wpsdk to enumerate
- Fix to force uninstall then install if first install fails because an existing version is already installed for Win 10 mobile: https://jira.appcelerator.org/browse/TIMOB-23181
- [TIMOB-19673] Fix unescaped characters in vcvarsall
- [TIMOB-20566] Add support for Windows 10 devices
- Improve log output from certutil
- Another fix for uninstalling store apps from Windows 8.1
- Align dependencies with titanium_mobile
- When removing windows store package, properly pass along command (was broken on Windows 8.1)
- Support enumerating devices using Windows 10 WinAppDeployCmd
- Make wstool print pid after launching Windows Store app sucessfully (as stdout)
- Move common code to utilities.js for checking if wptool/wstool need to be rebuilt.
- Add method for loopback ip network isolation exempting a Windows Store app by id/Name: windowslib.winstore.loopbackExempt(appId, options, callback);
- Add method to get listing of Windows appx containers as JSON: windowslib.winstore.getAppxPackages(options, callback);
- Fix broken wp_get_appx_metadata.ps1 file from newline mid-line
- Add method to find a process by pid: windowslib.process.find(pid, options, callback);
- Support detection and use of Windows 10 SDK/tooling without requiring 8.1 tools installed.
- Better error messages about bad app GUIDs when launching using our custom wptool
- Support appxbundles for extracting the app GUID, look in multiple locations in XML (still may get just the text appid and not GUID)
- Support passing in the app GUID for the launch/install methods so we don't need to extract it from appx/appxbundle if we already know it.
- Fix detection of Windows 10 phone details
- Add custom tooling for Win 10 mobile.
- Support enumerating, launching and installing apps to Win 10 Mobile emulators
- Fix: Windows 10 Mobile detection #26
- Fix: escape vcvarsall before subprocess.run #25
- Line up dependencies to match titanium_mobile's dependencies.
- Remove error message for Windows Store deploy command
- Fix: visualstudio.detect failed when install path contains space
- Line up dependencies to match titanium_mobile's dependencies.
- Add Windows 10 SDK as option, list Windows 10 emulators for 10/8.1: appcelerator-archive#21
- Fix for TIMOB-19090 - Windows: Building for ws-local fails with powershell error 'Read-Host : Windows PowerShell is in NonInteractive mode'
- Install of winstore app script requires not using the -NoInteractive flag to powershell.
- More changes related to fixing TIMOB-18958 - Windows: CLI builds hang on first try due to Powershell permission check in windowslib
- Expand cert utility functionality
- Fix for winstore app install method
- Fix TIMOB-18958 - Windows: CLI builds hang on first try due to Powershell permission check in windowslib
- Expand Win Store Tooling Detection
- Fix TIMOB-18822 - Added check so that os name and powershell info is only detected on Windows 8 or newer.
- Fix TIMOB-18706 - Error when Windows Phone SDK is NOT installed
- Update to node-appc 0.2.24
- Fix issues launching phone emulator seen on some setups/foreign languages
- Remove use of custom wptool, defer to deploy cmd for launch/connect [TIMOB-18303]
- Surface exact error message from deploy command on failure (Issue #5)
- Minor fix for surfacing errors in wptool.js, wrong variable name referenced.
- Made wstool launch of WinStore apps more robust
- Detects Visual Studio Express editions and have a better error reporting when Visual Studio is not found
- Added missing node-appc reference in the index.js
- add option to skipLaunch when installing Windows Phone app
- Added detection of the XapSignTool executable
- Fixed bug with installing Windows Store apps
- Initial release of windowslib
- Supports launching Windows Phone emulators, install apps to emulators and devices, log output, cert generation, development environment detection and much, much more [TIMOB-17515]