{ "id": "161083", "key": "TIMOB-23524", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "18253", "name": "Release 5.5.0", "archived": false, "released": true, "releaseDate": "2016-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-06-14T22:36:58.000+0000", "created": "2016-06-14T21:24:02.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios10", "qe-5.5.0" ], "versions": [], "issuelinks": [ { "id": "55858", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "169643", "key": "TIMOB-25197", "fields": { "summary": "Android: Support RefreshControl in Ti.UI.ScrollView", "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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2017-08-27T16:51:59.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 10 supports the RefreshControl in the {{Ti.UI.ScrollView}}, we should add it the same way we currently do with our ListViews and TableViews.", "attachment": [], "flagged": false, "summary": "iOS10: Support RefreshControl in Ti.UI.ScrollView", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "388343", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/8067\r\n\r\nDemo:\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: \"#fff\"\r\n});\r\n\r\nvar refreshControl = Ti.UI.createRefreshControl({\r\n tintColor: \"red\"\r\n});\r\n\r\nvar scroll = Ti.UI.createScrollView({\r\n backgroundColor: \"yellow\",\r\n refreshControl: refreshControl\r\n});\r\n\r\nrefreshControl.addEventListener(\"refreshstart\", function() {\r\n setTimeout(function() {\r\n refreshControl.endRefreshing();\r\n },1000);\r\n})\r\n\r\nscroll.add(Ti.UI.createLabel({\r\n text: \"Scroll down!\"\r\n}));\r\n\r\nwin.add(scroll);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-06-14T21:48:48.000+0000", "updated": "2016-06-14T21:48:48.000+0000" }, { "id": "393087", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR (5_5_X): https://github.com/appcelerator/titanium_mobile/pull/8220", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-08-14T09:57:50.000+0000", "updated": "2016-08-14T09:57:50.000+0000" }, { "id": "393347", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, RefreshControl in Ti.UI.ScrollView is now supported for iOS10. An appropriate warning is returned on devices < iOS10:\r\n{code:java}\r\n[WARN] : Ti.UI.RefreshControl inside Ti.UI.ScrollView is only available in iOS 10 and later.\r\n{code}\r\n\r\nTested On:\r\niPhone 6S (10.0, 9.3.4) Device & Simulator\r\nMac OSX El Capitan 10.11.6\r\nTi SDK: 5.5.0.v20160816120242\r\nAppc Studio: 4.7.0.201607250649\r\nAppc NPM: 4.2.7\t\r\nApp CLI: 6.0.0-25\r\nXcode 8.0 beta 6 (8S193k)\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-08-16T23:31:26.000+0000", "updated": "2016-08-16T23:31:26.000+0000" }, { "id": "396002", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Created ALOY-1519 to add support for the {{}} tag in Alloy /cc [~fmiao] :-)", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-09-13T11:17:50.000+0000", "updated": "2016-09-13T11:17:50.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }