{ "id": "174880", "key": "TIMOB-27831", "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": "21039", "name": "Release 9.0.3", "archived": false, "released": true, "releaseDate": "2020-06-10" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-06-09T14:58:20.000+0000", "created": "2020-04-02T21:47:20.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "58298", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "174879", "key": "TIMOB-27830", "fields": { "summary": "Android: TabGroup.titleColor has no effect", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "58314", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "174908", "key": "TIMOB-27847", "fields": { "summary": "iOS: Implement Tab tintColor and activeTintColor", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-06-09T14:58:20.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Implement ability to specify a {{tintColor}} or {{activeTintColor}} for tab icons.\r\n\r\n*TEST CASE*\r\n{code:js}\r\nconst tabGroup = Ti.UI.createTabGroup({\r\n\t// style: Ti.UI.Android.TABS_STYLE_BOTTOM_NAVIGATION\r\n});\r\n\r\nconst tabWin_home = Ti.UI.createWindow({\r\n \ttitle: 'Home',\r\n \tbackgroundColor: 'white'\r\n});\r\nconst tab_home = Ti.UI.createTab({\r\n \ticon: 'home.png',\r\n \ttitle: 'Home',\r\n \ttitleColor: 'red',\r\n \tactiveTitleColor: 'blue',\r\n \ttintColor: 'red',\r\n \tactiveTintColor: 'blue',\r\n \twindow: tabWin_home\r\n});\r\n\r\nconst tabWin_chat = Ti.UI.createWindow({\r\n\ttitle: 'Chat',\r\n\tbackgroundColor: 'white'\r\n});\r\nconst tab_chat = Ti.UI.createTab({\r\n\ticon: 'chat.png',\r\n\ttitle: 'Chat',\r\n\ttitleColor: 'red',\r\n\tactiveTitleColor: 'blue',\r\n\ttintColor: 'red',\r\n\tactiveTintColor: 'blue',\r\n\twindow: tabWin_chat\r\n});\r\n\r\ntabGroup.addTab(tab_home);\r\ntabGroup.addTab(tab_chat);\r\ntabGroup.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Implement TabGroup.tintColor", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1192, "state": "closed", "name": "2020 Sprint 8", "startDate": "2020-04-10T18:08:36.092Z", "endDate": "2020-04-24T18:08:00.000Z", "completeDate": "2020-04-24T16:23:30.466Z", "originBoardId": 114 }, { "id": 1194, "state": "closed", "name": "2020 Sprint 9", "startDate": "2020-04-24T17:09:51.572Z", "endDate": "2020-05-08T17:09:00.000Z", "completeDate": "2020-05-08T15:40:07.869Z", "originBoardId": 114 }, { "id": 1195, "state": "closed", "name": "2020 Sprint 10", "startDate": "2020-05-08T16:37:58.282Z", "endDate": "2020-05-22T16:37:00.000Z", "completeDate": "2020-05-21T15:26:11.089Z", "originBoardId": 114 }, { "id": 1196, "state": "closed", "name": "2020 Sprint 11", "startDate": "2020-05-26T15:56:00.000Z", "endDate": "2020-06-05T15:56:00.000Z", "completeDate": "2020-06-08T21:05:50.356Z", "originBoardId": 114 }, { "id": 1198, "state": "closed", "name": "2020 Sprint 12", "startDate": "2020-06-08T21:06:41.849Z", "endDate": "2020-06-19T21:06:00.000Z", "completeDate": "2020-06-19T15:54:38.493Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "454958", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/11590", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-02T21:48:42.000+0000", "updated": "2020-04-02T21:48:42.000+0000" }, { "id": "455668", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed for master 9_0_X. Waiting on Jenkins build.", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-06-08T13:11:25.000+0000", "updated": "2020-06-08T13:11:25.000+0000" }, { "id": "455682", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to 9_0_X for 9.0.3 target", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-06-08T14:47:34.000+0000", "updated": "2020-06-08T14:47:34.000+0000" }, { "id": "455686", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "manually merged/rebased to master for 9.1.0 target", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-06-08T14:55:07.000+0000", "updated": "2020-06-08T14:55:07.000+0000" }, { "id": "455719", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket, Fix verified SDK version 9.0.3.v20200609060523 and SDK version 9.1.0.v20200609061322\r\n\r\nTest and other information can be found at:\r\nmaster: https://github.com/appcelerator/titanium_mobile/pull/11590", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-06-09T14:57:59.000+0000", "updated": "2020-06-09T14:57:59.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }