{ "id": "161514", "key": "TIMOB-23584", "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": "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-01T22:37:52.000+0000", "created": "2016-07-01T14:19:29.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios", "qe-6.0.0", "textstyle" ], "versions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-09-15T09:32:38.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": "iOS 9 added additional styles (constants) to [Font.textStyle|http://docs.appcelerator.com/platform/latest/#!/api/Font-property-textStyle]. These should be added to the Ti SDK to allow complete support of accessibility features of iOS.\r\n\r\nMissing constants:\r\n\r\n* TEXT_STYLE_TITLE1\r\n* TEXT_STYLE_TITLE2\r\n* TEXT_STYLE_TITLE3\r\n* TEXT_STYLE_CALLOUT", "attachment": [], "flagged": false, "summary": "Add support for iOS 9 Text Style additions", "creator": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "environment": "Operating System\r\n* Name = Mac OS X\r\n* Version = 10.11.5\r\n* Architecture = 64bit\r\n* # CPUs = 4\r\n* Memory = 17179869184\r\n\r\nNode.js\r\n* Node.js Version = 4.4.5\r\n* npm Version = 2.15.5\r\n\r\nTitanium CLI\r\n* CLI Version = 5.0.9\r\n\r\nTitanium SDK\r\n* SDK Version = 5.3.0.GA\r\n* SDK Path = /Users/user/Library/Application Support/Titanium/mobilesdk/osx/5.3.0.GA\r\n* Target Platform = iphone", "closedSprints": [ { "id": 678, "state": "closed", "name": "2016 Sprint 14 SDK", "startDate": "2016-07-02T00:25:57.921Z", "endDate": "2016-07-16T00:25:00.000Z", "completeDate": "2016-07-18T03:18:29.729Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "389740", "author": { "name": "sfeather", "key": "sfeather", "displayName": "Stephen Feather", "active": true, "timeZone": "America/New_York" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/8100\r\n\r\nh5. iOS 9.x\r\n!http://content.screencast.com/users/Stephen_Feather/folders/Jing/media/54399aa2-6403-4287-9f0c-b59d97194c44/00001611.png!\r\n\r\nh5. iOS 8.x\r\n!http://content.screencast.com/users/Stephen_Feather/folders/Jing/media/7b71ca1c-3009-4d84-92ca-a9a8a31ad9b5/00001613.png!\r\n", "updateAuthor": { "name": "sfeather", "key": "sfeather", "displayName": "Stephen Feather", "active": true, "timeZone": "America/New_York" }, "created": "2016-07-01T14:22:48.000+0000", "updated": "2016-07-01T14:42:10.000+0000" }, { "id": "389750", "author": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "body": "To maintain compatibility with pre iOS 9 versions the following constants return as TEXT_STYLE_BODY:\r\n\r\n* TEXT_STYLE_TITLE1\r\n* TEXT_STYLE_TITLE2\r\n* TEXT_STYLE_TITLE3\r\n* TEXT_STYLE_CALLOUT\r\n\r\nThis can be seen visually in the screenshots shown above.", "updateAuthor": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "created": "2016-07-01T14:58:09.000+0000", "updated": "2016-07-01T14:58:09.000+0000" }, { "id": "389801", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Demo: https://gist.github.com/hansemannn/2865ee2f8405797666975e8093fa0e3b\r\nScreens: https://abload.de/img/simulatorscreenshot01nsuoj.png", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-07-01T22:37:31.000+0000", "updated": "2016-07-01T23:43:55.000+0000" }, { "id": "396201", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, Text Styles for TITLE1 / TITLE2 / TITLE3 / CALLOUT for iOS devices >= 9 match the expected behaviour.\r\n\r\nTested On:\r\niPhone 6 Plus 10.0.1 Device \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:32:20.000+0000", "updated": "2016-09-15T09:32:20.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }