{ "id": "149274", "key": "TIMOB-19112", "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": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-07-07T15:31:13.000+0000", "created": "2015-06-30T12:52:51.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "issuelinks": [ { "id": "48230", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "inwardIssue": { "id": "149276", "key": "TIMOB-19113", "fields": { "summary": "Platform-specific resources copied into builds for platforms not available in SDK/on OS", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2015-09-03T16:31:29.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": "The [sample app I made for the 4.1.0.GA|https://github.com/appcelerator-developer-relations/appc-sample-ti410] has icons and splash screens [at the same place|https://github.com/appcelerator-developer-relations/appc-sample-ti410/tree/master/app/assets/windows] and of the same sizes as [those in the default Alloy project|https://github.com/appcelerator/alloy/tree/master/platforms/windows/project/app/assets/windows]. Still, the icon and splash screen showing in the emulator are the [defaults in the SDK|https://github.com/appcelerator/titanium_mobile_windows/tree/master/templates/build/Assets], as the screenshots show.", "attachment": [ { "id": "56010", "filename": "Screen Shot 2015-06-30 at 14.46.14.png", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-06-30T12:48:51.000+0000", "size": 13598, "mimeType": "image/png" }, { "id": "56009", "filename": "Screen Shot 2015-06-30 at 14.46.22.png", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-06-30T12:48:52.000+0000", "size": 30140, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Splash Screen not showing", "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 4.1.0 beta (4.1.0.v20150626223333)\r\nWindows Enterprise 8.1\r\nEmulator 8-1-1", "closedSprints": [ { "id": 443, "state": "closed", "name": "2015 Sprint 14 Windows", "startDate": "2015-07-06T04:01:52.896Z", "endDate": "2015-07-19T03:59:00.000Z", "completeDate": "2015-07-20T22:18:14.505Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "356554", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "There's definitely a bug in the CLI, in that we copy Resources and Resources/windows over and _then_ copy the template from the SDK over top of that, so the template logos win.\r\n\r\nBut I should also note that the splash screen still may not be overridden on phone with a fix (I don't think) - due to our use of a SplashScreen.scale-240.png. I believe SplashScreen.png is used for Windows Store (desktop/tablet) apps (and is centered on top of a chosen background color, which we've hard-coded into the app manifest template for now). The SplashScreen.scale-240.png would be used for a phone. (they're different dimensions, and as the name suggests, you can include different versions for different screen sizes/DPI).\r\n\r\nI think there's a bit of work around branding overall we'll need to do so users can set the splash background for store apps, set different splash screen images for phone/store with various scales, different tile logos (again with different sizes for when user chooses to make them take up more than single tile space).", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2015-07-01T15:08:02.000+0000", "updated": "2015-07-01T15:08:02.000+0000" }, { "id": "356591", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Well, give me a list of the new load of icon/splash sizes and I'll add them to TiCons ;)\r\n\r\nThey all should really look into supporting vector icons.", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-07-01T18:43:01.000+0000", "updated": "2015-07-01T18:43:01.000+0000" }, { "id": "362175", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using:\r\n\r\nWindows 8.1\r\nAppc CLI Core: 5.0.0-33\r\nAppc CLI NPM: 4.2.0-1\r\nTitanium SDK: 5.0.0.v20150902095518\r\nNokia Lumia 930 8.1\r\n[appc-sample-ti410|https://github.com/appcelerator-developer-relations/appc-sample-ti410]\r\n\r\nWhen using the ti410 sample app the specified splash screen and app icon are now used\r\n\r\nClosing ticket", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-09-03T16:31:22.000+0000", "updated": "2015-09-03T16:31:22.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }