{ "id": "162152", "key": "TIMOB-23691", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-07-29T15:58:09.000+0000", "created": "2016-07-27T15:20:32.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "qe-6.0.0", "statusbar" ], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-09-15T09:24:37.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" } ], "description": "Added ability to change status bar background color", "attachment": [], "flagged": false, "summary": "iOS: Expose status-bar background-color", "creator": { "name": "kopiro", "key": "kopiro", "displayName": "Flavio De Stefano", "active": true, "timeZone": "Europe/Rome" }, "subtasks": [], "reporter": { "name": "kopiro", "key": "kopiro", "displayName": "Flavio De Stefano", "active": true, "timeZone": "Europe/Rome" }, "environment": null, "closedSprints": [ { "id": 682, "state": "closed", "name": "2016 Sprint 15 SDK", "startDate": "2016-07-16T00:19:20.819Z", "endDate": "2016-07-30T00:19:00.000Z", "completeDate": "2016-08-01T04:40:11.421Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "391687", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR (community): https://github.com/appcelerator/titanium_mobile/pull/8162\r\n\r\nDemo:\r\n{code:javascript}\r\n\r\n// Set the global status-bar background-color\r\nTi.UI.iOS.setStatusBarBackgroundColor(\"red\");\r\n\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"#fff\"\r\n}); \r\nvar nav = Ti.UI.iOS.createNavigationWindow({window:win});\r\nvar btn = Ti.UI.createButton({\r\n title : \"Open another window\"\r\n});\r\n\r\nbtn.addEventListener(\"click\", function() {\t\r\n // Open a new window to see that the status-bar background persists across windows\r\n nav.openWindow(Ti.UI.createWindow({backgroundColor: \"#fff\"}));\r\n});\r\n\r\nwin.add(btn);\r\nnav.open();\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-07-27T16:49:58.000+0000", "updated": "2016-07-29T15:54:30.000+0000" }, { "id": "396200", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified, additionally tested with hex color code.\r\n\r\nTested On:\r\niPhone 6 Plus 10.0.1 Device & Simulator\r\niPhone 5S 9.3.5 Device\r\nMac OSX El Capitan 10.11.6\r\nTi SDK: 6.0.0.v20160914165725\r\nAppc Studio: 4.8.0.201609101003\r\nAppc NPM: 4.2.8-6\t\r\nApp CLI: 6.0.0-42\t\r\nXcode 8.0 \r\nNode v4.4.7\r\n\r\n*Closing ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-09-15T09:24:07.000+0000", "updated": "2016-09-15T09:24:07.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }