{ "id": "155007", "key": "TIMOB-20429", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2016-12-05T23:50:29.000+0000", "created": "2016-02-18T14:29:42.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "look1" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [ { "id": "50634", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "151883", "key": "TIMOB-19694", "fields": { "summary": "CLI: Create template to configure launchScreen.storyboard", "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": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-08-02T22:20:02.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": "10206", "name": "iOS", "description": "iOS Platform" }, { "id": "10207", "name": "Tooling" } ], "description": "With TIMOB-19694 the user can now either use our Storyboard with {{LaunchLogo.png}} or provide a custom Storyboard.\r\n\r\nChances are, that when the user wants to use a custom Storyboard he just wants to make some adjustments to ours.\r\n\r\nUnfortunately, when we detect a custom storyboard we no longer create an Asset Catalog for {{LaunchLogo.png}}. So then the user is required to rename the LaunchLogo, enable app thinning, figure out the hash for that path and use that in the Storyboard.\r\n\r\nWe can simplify this a lot by always generating the LaunchLogo Asset Catalog if {{LaunchLogo.png}} is found. If the user doesn't need it, he simply deletes that file.", "attachment": [], "flagged": false, "summary": "LaunchLogo asset catalog should also be created if custom storyboard is found", "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": null, "closedSprints": [ { "id": 1058, "state": "closed", "name": "2018 Sprint 16 SDK", "startDate": "2018-07-29T22:26:06.486Z", "endDate": "2018-08-12T22:26:00.000Z", "completeDate": "2018-08-13T17:38:16.757Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "377230", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "/cc [~cbarber]", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2016-02-18T14:30:03.000+0000", "updated": "2016-02-18T14:30:03.000+0000" }, { "id": "402590", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~cbarber] What do you think about [this|https://github.com/hansemannn/titanium_mobile/commit/d3a9253bb8d3c05494d63a8716c7d0b9c7d42958]? ", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-12-05T23:11:21.000+0000", "updated": "2016-12-05T23:11:21.000+0000" }, { "id": "402592", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "If you're using a custom storyboard launch screen, you probably don't want to use the LaunchLogo asset catalog.\r\n\r\nThink about it. If you create your own launch screen storyboard that doesn't use the LaunchLogo, then I don't want the image set to exist and the LaunchLogo bundled with your app?\r\n\r\nI also don't love forcing the default background color to white. This is solely done because the launch screen storyboard's background is white, yet the default background color in the iOS code is black and if they're not the same, it leads to a nasty rendering artifact on launch. If you want to change the default, do it in the obj-c code.\r\n\r\nSo, I personally am not sold on why this is a good feature. I vote to not fix it.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-12-05T23:27:59.000+0000", "updated": "2016-12-05T23:27:59.000+0000" }, { "id": "402597", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "{quote}\r\nIf you're using a custom storyboard launch screen, you probably don't want to use the LaunchLogo asset catalog.\r\n{quote}\r\nBut what if you do? Very common use-case (personally) was to position it different or add a label to it.\r\n\r\n{quote}\r\nThink about it. If you create your own launch screen storyboard that doesn't use the LaunchLogo, then I don't want the image set to exist and the LaunchLogo bundled with your app?\r\n{quote}\r\nIf they don't use it, we can regex it out by checking one line in the storyboard file, don't see a major problem there.\r\n\r\n{quote}\r\nI also don't love forcing the default background color to white. This is solely done because the launch screen storyboard's background is white, yet the default background color in the iOS code is black and if they're not the same, it leads to a nasty rendering artifact on launch. If you want to change the default, do it in the obj-c code.\r\n{quote}\r\nIt was white before, and there won't be rendering artifacts, since the launch screen is shown until the first window is opened (and that's black on iOS as well, they just tint their templates different).\r\n{quote}\r\nSo, I personally am not sold on why this is a good feature. I vote to not fix it.\r\n{quote}\r\nAs said above, I had uses-cases for this in multiple Ti projects the last months, enterprises seem to had the same thoughts and after all, it feels like the change doesn't hurt anyone. But if you don't want it, we don't need to do it - that's why I asked for the opinion. ", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-12-05T23:50:07.000+0000", "updated": "2016-12-05T23:50:07.000+0000" }, { "id": "402612", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "If you are going to go through all the work of creating a custom launch screen storyboard, it's not that much more work to just create the logo and place it.\r\n\r\nI don't love the idea of excluding the launch logo image set if a regex doesn't find it in the storyboard file.\r\n\r\nThe background was only white if using the default launch screen storyboard, otherwise it defaults to the black background defined in the Obj-C code.\r\n\r\nIt's not my call. It's up to [~cng] if he thinks this is a good idea and if we should do it. I'm just voicing my concern. I'd hate for us to add this then realize what I already have realized and we end up removing it someday.\r\n\r\nInstead of doing this half-baked feature, perhaps we should just make it easier for users to create custom launch screen storyboards and manage asset catalog image sets. A great topic for the next engineering week. :)", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-12-06T00:32:41.000+0000", "updated": "2016-12-06T00:32:41.000+0000" }, { "id": "402633", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Think about if from a progressive user journey. First you use the builtin board with a custom background color. Then you want to do a customization beyond the abilities of the custom board. Instead perhaps add a tag line under the logo. You copy the builtin board, make the addition, built the app and boom.. logo is gone while I still have the LaunchLogo file in place. I then have to figure out what's wrong and after 1 hour I finally stumble upon a doc that says for a custom board you need to use an image with a different name and on top of that figure out the hash it gets after build.\r\n\r\nIf it's about not including unused files I think it is easier for the user to figure out he can delete the LaunchLogo file if he no longer uses it then to figure out the above.", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2016-12-06T06:03:57.000+0000", "updated": "2016-12-06T06:03:57.000+0000" }, { "id": "402635", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~fokkezb] You're back!\r\n\r\nAllow me to continue your story. How do you go about creating a custom launch screen storyboard? You build the app, then go into {{build/iphone}} and open the Xcode project. After designing the most amazing launch screen, exit Xcode, and carefully copy the storyboard and any assets you reference from the {{build/iphone}} directory to the {{platform/ios}} directory. This workflow sucks.\r\n\r\nI'm more interested in spending the time making this workflow efficient and intuitive with the minimal amount of wheel reinventing. How are we going to do this? Magic. Lots and lots of magic.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-12-06T06:13:37.000+0000", "updated": "2016-12-06T06:13:37.000+0000" }, { "id": "402636", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "I agree it can be much better :) Do your magic Chris! Still, baby steps are steps as well.", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2016-12-06T06:17:56.000+0000", "updated": "2016-12-06T06:17:56.000+0000" }, { "id": "439722", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing old \"Won't fix\" tickets. If you disagree, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-02T22:20:02.000+0000", "updated": "2018-08-02T22:20:02.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }