{ "id": "163183", "key": "ALOY-1519", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [ { "id": "17688", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-14" }, { "id": "18361", "name": "alloy 1.9.3", "archived": false, "released": true, "releaseDate": "2016-10-03" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-10-03T18:40:40.000+0000", "created": "2016-09-13T11:17:09.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios10", "qe-6.0.0", "refresh", "scrollview" ], "versions": [], "issuelinks": [ { "id": "55861", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "169644", "key": "ALOY-1575", "fields": { "summary": "Allow Android to use Ti.UI.RefreshControl as well", "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": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "updated": "2017-08-28T22:26:49.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": "12326", "name": "XML", "description": "View XML and parsing" } ], "description": "We introduced the {{Ti.UI.RefreshControl}} usage in the {{Ti.UI.ScrollView}} in TIMOB-23524. It is a new iOS 10 feature we exposed to the proxy. Now we need the Alloy parser-binding to use it in the XML like we already can do with the {{Ti.UI.TableView}} and {{Ti.UI.ListView}}.", "attachment": [], "flagged": false, "summary": "Alloy: Support iOS 10 tag 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, "closedSprints": [ { "id": 708, "state": "closed", "name": "2016 Sprint 19 Tooling", "startDate": "2016-09-10T00:25:31.005Z", "endDate": "2016-09-24T00:25:00.000Z", "completeDate": "2016-09-26T05:33:10.846Z", "originBoardId": 199 } ], "comment": { "comments": [ { "id": "396953", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "PR: https://github.com/appcelerator/alloy/pull/799", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-09-22T16:22:34.000+0000", "updated": "2016-09-22T16:22:34.000+0000" }, { "id": "397146", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR merged, thx! Please leave a note when the new Alloy build is ready for QE-testing. Thx!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-09-24T11:34:55.000+0000", "updated": "2016-09-24T11:34:55.000+0000" }, { "id": "397645", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Using the following test code (grabbed from the PR), the RefreshControl does not appear to work on iOS10 / 9 Simulators and Devices:\r\n\r\n*index.js*\r\n{code:java}\r\nfunction doRefresh(e) {\r\n \talert('refreshed');\r\n }\r\n $.index.open();\r\n{code}\r\n\r\n*index.tss*\r\n{code:java}\r\n'#index': {\r\n\tbackgroundColor: '#fff',\r\n \tfullscreen: false,\r\n \texitOnClose: true\r\n }\r\n{code}\r\n\r\n*index.xml*\r\n{code:java}\r\n\r\n \t\r\n\t\t\r\n \t\t\t\r\n \t\t\t\r\n\t\t\r\n \t\r\n \r\n{code}\r\n\r\nVerified that refreshControl works correctly in a classic mobile application.\r\n\r\nTested On:\r\niPhone 6 Plus 10.0.2 Device & Simulator\r\niPhone 5S 9.3.5 Device & Simulator\r\nMac OSX El Capitan 10.11.6\r\nTi SDK: 6.0.0.v20160929031439\r\nAlloy: 1.9.2\r\nAppc Studio: 4.8.0.201609232005\r\nAppc NPM: 4.2.8-7\r\nApp CLI: 6.0.0-54\r\nXcode 8.0 \r\nNode v4.4.7\r\n\r\n*Reopening Ticket.*\r\n\r\n\r\n", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-09-29T15:59:36.000+0000", "updated": "2016-09-29T16:01:08.000+0000" }, { "id": "397924", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "Changes are in alloy@1.9.3. Please test with appc@6.0.0-56.", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-10-03T18:40:40.000+0000", "updated": "2016-10-03T18:40:40.000+0000" }, { "id": "397926", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "So the problem was that it was not bumped? :-)", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-10-03T18:42:21.000+0000", "updated": "2016-10-03T18:42:21.000+0000" }, { "id": "397929", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "Ja, das stimmt. :)", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-10-03T19:30:57.000+0000", "updated": "2016-10-03T19:30:57.000+0000" }, { "id": "398114", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, with 6.0.0-56 RefreshControl is now supported for alloy on iOS10.\r\n\r\n\t\r\n\r\nTested On:\r\niPhone 6 Plus 10.0.2 Device & Simulator\r\nMac OSX El Capitan 10.11.6\r\nTi SDK: 6.0.0.v20161004202820\r\nAppc Studio: 4.8.0.201609292239\r\nAppc NPM: 4.2.8-7\r\nApp CLI: 6.0.0-56\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-10-05T13:13:39.000+0000", "updated": "2016-10-05T13:13:39.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }