{ "id": "155881", "key": "TIMOB-20611", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" }, { "id": "18049", "name": "windowslib 0.4.9", "archived": false, "released": true, "releaseDate": "2016-04-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-04-27T20:36:25.000+0000", "created": "2016-03-22T00:45:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "qe-5.3.0" ], "versions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [], "assignee": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2016-04-28T23:48:57.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5.Description\r\n\r\nWhen building to a Windows 10 Mobile device the app no longer open automatically as it did when building for 8.1, we should therefore inform the user of the need to open the app themselves similar to iOS\r\n\r\nh5.Steps to reproduce\r\n\r\n1. Build to a Windows 10 mobile device using {{appc run -p windows -T wp-device -S 10.0}}\r\n\r\nh5.Actual result\r\n\r\nThe following will be logged, the user will not be informed of the need to open the app themselves\r\n\r\n{code}\r\n[INFO] Finished building the application in 1m 8s 283ms\r\n[INFO] Finished building the application in 1m 9s 870ms\r\n[INFO] Installing and launching the application\r\n[INFO] Project built successfully in 1m 11s 72ms\r\n**User opens app**\r\n[INFO] Finished launching the application\r\n[INFO] Waiting for app to connect to log relay\r\n{code}\r\n\r\nh5.Expected result\r\n\r\nWe should inform the user of the need to open the app on the device, similar to iOS", "attachment": [], "flagged": false, "summary": "Windows: Inform user of the need to open the app manually on device when building to Windows 10 mobile", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Windows 10 Pro\r\nAppc NPM: 4.2.4-2\r\nAppc Core: 5.2.1-17\r\nTitanium SDK: 5.3.0.v20160318230005", "closedSprints": [ { "id": 618, "state": "closed", "name": "2016 Sprint 08 SDK", "startDate": "2016-04-09T00:30:18.262Z", "endDate": "2016-04-23T00:30:00.000Z", "completeDate": "2016-04-25T02:38:28.511Z", "originBoardId": 114 }, { "id": 624, "state": "closed", "name": "2016 Sprint 09 SDK", "startDate": "2016-04-23T00:39:45.452Z", "endDate": "2016-05-07T00:39:00.000Z", "completeDate": "2016-05-09T03:43:10.279Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "383061", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/windowslib/pull/39", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-04-19T04:32:05.000+0000", "updated": "2016-04-19T04:32:05.000+0000" }, { "id": "383236", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Did we apply this changes to {{titanium_mobile}}? I guess not.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-20T03:45:59.000+0000", "updated": "2016-04-20T03:45:59.000+0000" }, { "id": "383835", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "The fix Gary made wasn't actually enough. It avoids the failure when we try to connect to win 10 mobile devices, but doesn't make any mention in the CLI telling the user to open the app, nor does it prevent failure when the command is \"launch\" and not \"connect\".\r\n\r\nI believe this PR addresses the issue: https://github.com/appcelerator/titanium_mobile_windows/pull/646", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-04-25T19:00:04.000+0000", "updated": "2016-04-25T19:00:04.000+0000" }, { "id": "384274", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, Now get an appropriate warning message returned in the event that the app cannot be launched automatically for windows 10 mobile:\r\n{code:java}\r\n[INFO] Installing the application...\r\n[INFO] Finished installing the application\r\n[INFO] Waiting for app to connect to log relay\r\n[WARN] We were unable to launch the app for you on the device/emulator due to an error (common causes include un-paired devices). Please launch the app manually.\r\n{code}\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nTi SDK: 5.3.0.v20160428072113 \r\nAppc NPM: 4.2.5-3\r\nAppc Core: 5.3.0-40\r\nNode: v4.4.2\r\n\r\n*Closing Ticket.*\r\n", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-04-28T23:48:32.000+0000", "updated": "2016-04-28T23:48:32.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }