{ "id": "148789", "key": "TIMOB-19026", "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": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-08-17T04:44:41.000+0000", "created": "2015-06-15T18:24:50.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "activityindicator", "iOS5" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T20:35: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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Provide the ability to color the activity indicator. This feature has been available since iOS 5.\r\n\r\nAn example of this would be:\r\n\r\n{code:java}\r\nvar spinner = Ti.UI.createActivityIndicator({\r\n color: 'green',\r\n font: {fontFamily:'Helvetica Neue', fontSize:26, fontWeight:'bold'},\r\n message: 'Loading...',\r\n style:Ti.UI.iPhone.ActivityIndicatorStyle.DARK,\r\n top:10,\r\n left:10,\r\n height:Ti.UI.SIZE,\r\n width:Ti.UI.SIZE,\r\n spinnerColor:'purple'\t\r\n});\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Provide the ability to color the ActivityIndicator spinner", "creator": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 464, "state": "closed", "name": "2015 Sprint 17 SDK", "startDate": "2015-08-15T00:30:59.243Z", "endDate": "2015-08-29T00:30:00.000Z", "completeDate": "2015-08-31T08:10:47.969Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "355154", "author": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Change the property name to match the existing indicatorColor property of MobileWeb\r\n\r\n{code:java}\r\n\r\nvar spinner = Ti.UI.createActivityIndicator({\r\n color: 'green',\r\n font: {fontFamily:'Helvetica Neue', fontSize:26, fontWeight:'bold'},\r\n message: 'Loading...',\r\n style:Ti.UI.iPhone.ActivityIndicatorStyle.DARK,\r\n top:10,\r\n left:10,\r\n height:Ti.UI.SIZE,\r\n width:Ti.UI.SIZE,\r\n indicatorColor:'purple'\t\r\n});\r\n\r\n{code}\r\n", "updateAuthor": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-06-15T18:34:21.000+0000", "updated": "2015-06-15T18:36:01.000+0000" }, { "id": "355155", "author": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR sent https://github.com/appcelerator/titanium_mobile/pull/6912", "updateAuthor": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-06-15T18:38:33.000+0000", "updated": "2015-06-15T18:38:33.000+0000" }, { "id": "360008", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "New PR: https://github.com/appcelerator/titanium_mobile/pull/7035", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-17T04:30:23.000+0000", "updated": "2015-08-17T04:30:23.000+0000" }, { "id": "360010", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "CR and FT passed. PR merged.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-17T04:44:32.000+0000", "updated": "2015-08-17T04:44:32.000+0000" }, { "id": "361663", "author": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "body": "In a few cases indicator color is not applied on init. This is fixed in this PR https://github.com/appcelerator/titanium_mobile/pull/7092", "updateAuthor": { "name": "ben.bahrenburg@gmail.com", "key": "ben.bahrenburg@gmail.com", "displayName": "Ben Bahrenburg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-08-30T02:44:34.000+0000", "updated": "2015-08-30T02:44:34.000+0000" }, { "id": "414367", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T20:35:20.000+0000", "updated": "2017-03-21T20:35:20.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }