{ "id": "152472", "key": "TIMOB-19829", "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": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-11-02T17:43:18.000+0000", "created": "2015-10-29T14:48:32.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "ios", "progressbar" ], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-01-14T22:10:48.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": "Currently, the {{Ti.UI.ProgressBar}} on iOS support coloring options for the active progress. This improvement allows to also set the {{trackTintColor}} to cover color of the tracked progress.\r\n\r\n*Demo*:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: \"#fff\"\r\n});\r\n\r\nvar progress = Ti.UI.createProgressBar({\r\n tintColor: \"green\",\r\n trackTintColor: \"red\",\r\n min: 0,\r\n max: 1,\r\n value: 0.3,\r\n width: 300\r\n});\r\n\r\nwin.add(progress);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Add trackTintColor to Ti.UI.ProgressBar", "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, "comment": { "comments": [ { "id": "368305", "author": { "name": "kopiro", "key": "kopiro", "displayName": "Flavio De Stefano", "active": true, "timeZone": "Europe/Rome" }, "body": "https://github.com/appcelerator/titanium_mobile/pull/7373", "updateAuthor": { "name": "kopiro", "key": "kopiro", "displayName": "Flavio De Stefano", "active": true, "timeZone": "Europe/Rome" }, "created": "2015-10-29T14:51:14.000+0000", "updated": "2015-10-29T14:51:14.000+0000" }, { "id": "368373", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~kopiro] can you please add a description of this feature and the test steps/case to the ticket?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-10-29T23:36:46.000+0000", "updated": "2015-10-29T23:36:46.000+0000" }, { "id": "368562", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~ingo] Added description and demo to cover this. The PR is awaiting final changes and can then be merged.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-11-02T02:53:00.000+0000", "updated": "2015-11-02T02:53:00.000+0000" }, { "id": "374614", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified fixed, tested demo code as stated, as well as trying various colors for both {{tintColor}} & {{trackTintColor}}. \r\n\r\nTested on:\r\niPhone 6s Device (9.2) & iPhone 6 Plus Device (8.4)\r\nMac OSX El Capitan 10.11 (15A284)\r\nTi SDK: 5.2.0.v20160114021251\r\nAppc NPM: 4.2.2 \r\nApp CLI: 5.2.0-220 \r\nXcode 7.2\r\nNode v4.2.3\r\nproduction\r\n\r\n*Closing ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-01-14T22:10:10.000+0000", "updated": "2016-01-14T22:10:10.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }