{ "id": "153077", "key": "TIMOB-19970", "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": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2015-12-01T05:31:46.000+0000", "created": "2015-11-13T10:49:25.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [ { "id": "49777", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "151061", "key": "TIMOB-19487", "fields": { "summary": "Windows: Generate missing app icons based on DefaultIcon.png", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T22:14: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": "Windows builds have two {{Square44x44Logo.png}} files of which one has a {{.scale-100}} qualifier and is the default Appcelerator logo instead of one generated from {{DefaultIcon.png}} like the other icons. The build also displays a warning that you should not mix images with and without qualifier.\r\n \r\n# Create a new Windows project.\r\n# Remove all icons from {{Resources/windows}}.\r\n# Place the attached {{DefaultIcon.png}} in the project root.\r\n# Build the project and confirm you see this warning:\r\n\r\n{code}\r\n[WARN] C:\\Program Files (x86)\\MSBuild\\Microsoft\\VisualStudio\\v12.0\\AppxPackage\\Microsoft.AppXPackage.Targets(1706,9): w\r\narning APPX1621: A mixture of images matching logical name 'Square44x44Logo.png' exists in this project with and without\r\n the \"scale\" or \"targetsize\" qualifier specified. For predictable runtime behavior, explicitly specify the scale or targ\r\net size in each image asset's file name. [C:\\Users\\Fokke\\AppData\\Local\\Temp\\appc-sample-ti510\\phone.x86\\Ti510.vcxproj]\r\n{code}\r\n\r\n# Open {{build/windows/Assets}} and confirm there is a {{Square44x44Logo.scale-100.png}} image which is the default Appcelerator logo and not generated from our {{DefaultIcon.png}}.", "attachment": [ { "id": "57434", "filename": "DefaultIcon.png", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-11-13T10:45:53.000+0000", "size": 99231, "mimeType": "image/png" }, { "id": "57435", "filename": "Screen Shot 2015-11-13 at 11.38.57.png", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-11-13T10:57:43.000+0000", "size": 40232, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Warning about duplicate default icon, not overwritten by DefaultIcon", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": "SDK 5.1.0.RC (5.1.0.v20151104190037)", "closedSprints": [ { "id": 529, "state": "closed", "name": "2015 Sprint 24 SDK", "startDate": "2015-11-21T01:30:12.670Z", "endDate": "2015-12-05T01:30:00.000Z", "completeDate": "2015-12-07T03:57:17.094Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "371749", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This should be fixed by TIMOB-19103, which is scheduled to release in 5.2.0.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-12-01T05:31:46.000+0000", "updated": "2015-12-01T05:31:46.000+0000" }, { "id": "371765", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Sure? That doesn't change anything about the icon names we use right? Nor fix the missing icon", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-12-01T08:35:42.000+0000", "updated": "2015-12-01T08:35:42.000+0000" }, { "id": "371833", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Yes, it works in combination with TIMOB-19487. We don't use Square44x44Logo.scale-100.png for now.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-12-01T23:45:18.000+0000", "updated": "2015-12-01T23:45:18.000+0000" }, { "id": "371898", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Cool", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-12-02T08:30:12.000+0000", "updated": "2015-12-02T08:30:12.000+0000" }, { "id": "413292", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T22:14:12.000+0000", "updated": "2017-03-16T22:14:12.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }