{ "id": "174536", "key": "TIMOB-27649", "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": [ { "id": "20950", "name": "Release 9.1.0", "archived": false, "released": true, "releaseDate": "2020-08-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-05-27T12:18:21.000+0000", "created": "2019-12-11T22:24:06.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "statusbar" ], "versions": [], "issuelinks": [], "assignee": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-05-27T12:18:21.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": "Status bar style constants - Titanium.UI.iOS.StatusBar.GREY and Titanium.UI.iOS.StatusBar.GRAY are not supported. These properties are mapped with UIStatusBarStyleDefault. See [here|https://github.com/appcelerator/titanium_mobile/blob/8cdac1898091dd7020d458c4ef66a8d36cb41e7e/iphone/Classes/TiUIiOSStatusBarProxy.m#L16].\r\nDeprecate these properties.", "attachment": [], "flagged": false, "summary": "iOS: Deprecate Status Bar style constants ", "creator": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "455329", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR - https://github.com/appcelerator/titanium_mobile/pull/11678\r\n\r\nTest Case - \r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\nvar btn = Ti.UI.createButton({\r\n title: 'Trigger'\r\n});\r\n\r\nbtn.addEventListener('click', function() {\r\n Ti.API.info(Ti.UI.iOS.StatusBar.GREY);\r\n Ti.API.info(Ti.UI.iOS.StatusBar.GRAY);\r\n});\r\n\r\nwin.add(btn);\r\nwin.open();\r\n{code}\r\n\r\nOn click of button it should log deprecation warning.", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-05-01T23:19:40.000+0000", "updated": "2020-05-01T23:19:40.000+0000" }, { "id": "455347", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master for 9.1.0 target (mainly a doc change, but using the old constant should log a depreciation message at runtime).", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-05-04T13:20:08.000+0000", "updated": "2020-05-04T13:20:08.000+0000" }, { "id": "455561", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed: Able to see the following deprecation message using the test case above. \r\n{code:java}\r\n[WARN] \b\b \b Ti.UI.iOS.StatusBar.GREY DEPRECATED in 9.1.0, in favor of Ti.UI.iOS.StatusBar.DEFAULT\r\n[WARN] \b\b \b Ti.UI.iOS.StatusBar.GRAY DEPRECATED in 9.1.0, in favor of Ti.UI.iOS.StatusBar.DEFAULT\r\n{code}\r\n\r\n*Test environment*\r\n\r\n{code:java}\r\nMacOS Catalina: 10.15.5 Beta\r\nXcode: 11.4\r\nJava Version: 1.8.0_131\r\nAndroid NDK: 21.1.6273396-beta2\r\nNode.js: 10.16.3\r\n\"\"NPM\":\"5.0.0-1\",\"CLI\":\"8.0.0-master.10\"\"\r\niphone 8 13.4 sim\r\n{code}\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-05-27T12:17:06.000+0000", "updated": "2020-05-27T12:17:06.000+0000" }, { "id": "455562", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket fix verified in SDK version {{9.1.0.v20200526103723}}", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-05-27T12:18:13.000+0000", "updated": "2020-05-27T12:18:13.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }