{ "id": "153990", "key": "TIMOB-20167", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-01-10T04:36:49.000+0000", "created": "2015-12-22T07:52:07.000+0000", "epic": { "id": 152412, "key": "TIMOB-19816", "name": "Windows: Support Windows 10 Mobile", "summary": " Windows: Support Windows 10 Mobile", "color": { "key": "color_3" }, "done": false }, "priority": { "name": "Medium", "id": "3" }, "labels": [ "qe-5.3.0" ], "versions": [ { "id": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-04-14T21:21:12.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": "{{Ti.UI.Platform.version}} does not return valid OS version on Windows 10. It seems it's returning driver version or something now (on Surface Pro 3), so in the [PR 512|https://github.com/appcelerator/titanium_mobile_windows/pull/512] I've implemented it as returning fixed number {{\"10.0\"}} for a workaround.", "attachment": [ { "id": "57868", "filename": "Surface_Pro_3.png", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T00:39:04.000+0000", "size": 6617, "mimeType": "image/png" }, { "id": "57867", "filename": "version.JPG", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-03T01:37:02.000+0000", "size": 29973, "mimeType": "image/jpeg" }, { "id": "57871", "filename": "winver_Surface_Pro_3.png", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T04:03:59.000+0000", "size": 31740, "mimeType": "image/png" }, { "id": "57869", "filename": "winver.png", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T01:35:18.000+0000", "size": 56577, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Platform.version on Windows 10", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 555, "state": "closed", "name": "2016 Sprint 1 SDK", "startDate": "2016-01-02T01:31:50.127Z", "endDate": "2016-01-16T01:31:00.000Z", "completeDate": "2016-01-18T00:52:43.848Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "373678", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~gmathews] No, it's [hard-coded|https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/Ti/src/Platform.cpp#L370] for now. Because our [old implementation|https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/Ti/src/Platform.cpp#L379] returns wrong value (like 1.1.523.0) on my Surface Pro 3.\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-03T04:35:25.000+0000", "updated": "2016-01-03T04:35:25.000+0000" }, { "id": "373681", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I should have explained that I reverted that change and that is the result I get on a Windows 10 machine compiled as a Windows 10 app.", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-03T19:12:52.000+0000", "updated": "2016-01-03T19:12:52.000+0000" }, { "id": "373682", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This is how it shows up under Windows 10 (Store app) on Surface Pro 3.\r\n\r\n!Surface_Pro_3.png|thumbnail!\r\n\r\nIt runs good (returning 10.0.xxxx) under Windows 10 Mobile.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T00:41:32.000+0000", "updated": "2016-01-04T00:41:32.000+0000" }, { "id": "373684", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Just curious, what Windows version do you have on your Surface Pro 3?\r\n\r\nRun {{winver}}\r\n\r\n!winver.png|thumbnail!", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T01:36:33.000+0000", "updated": "2016-01-04T01:36:33.000+0000" }, { "id": "373693", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "ok, here's mine. Seems like same version.\r\n\r\n!winver_Surface_Pro_3.png|thumbnail!\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-04T04:04:25.000+0000", "updated": "2016-01-04T04:04:50.000+0000" }, { "id": "374046", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile_windows/pull/526\r\n\r\nThanks [~cwilliams]", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-07T23:44:47.000+0000", "updated": "2016-01-07T23:44:47.000+0000" }, { "id": "382754", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, {{Ti.UI.Platform.version}} returns the correct version on windows 10 phone devices & emulators.\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 Device (Microsoft Lumia 640 LTE) \r\nAppc Studio: 4.6.0.201604141457\r\nTi SDK: 5.3.0.v20160414094426\r\nAppc NPM: 4.2.5-1 \r\nAppc Core: 5.3.0-12 \r\nNode: v4.4.2\r\n\r\n*Closing Ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-04-14T21:19:28.000+0000", "updated": "2016-04-14T21:19:28.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }