{ "id": "171740", "key": "TIMOB-26094", "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": "20183", "description": "", "name": "Release 7.4.0", "archived": false, "released": true, "releaseDate": "2018-09-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-07-12T07:11:13.000+0000", "created": "2018-06-05T18:04:35.000+0000", "epic": { "id": 170940, "key": "TIMOB-25708", "name": "Support iOS 12", "summary": "iOS: Support iOS 12 and Xcode 10", "color": { "key": "color_6" }, "done": false }, "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2018-09-05T17:34:22.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 12 offers a number of new API's to manage password autofill in text-fields and text-areas. We should expose them as part of the existing toolset and consider parity as well.\r\n\r\nMore docs:\r\n- https://developer.apple.com/documentation/uikit/uitextinputpasswordrules\r\n- https://developer.apple.com/documentation/uikit/uitextinputtraits/2980934-passwordrules\r\n- https://developer.apple.com/documentation/uikit/uitextcontenttypenewpassword\r\n- https://developer.apple.com/documentation/uikit/uitextcontenttypeonetimecode", "attachment": [], "flagged": false, "summary": "iOS 12: Add Password Autofill improvements", "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": "438138", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/10088\r\n\r\nTest-Case: (Coming later this week)", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-06-05T18:55:22.000+0000", "updated": "2018-06-05T18:55:22.000+0000" }, { "id": "438671", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Test-case (requires the autofill-setup described in TIMOB-24808):\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#ddd'\r\n});\r\n\r\nvar field = Ti.UI.createTextField({\r\n autofillType: Ti.UI.AUTOFILL_TYPE_PASSWORD,\r\n passwordRules: 'required: upper; required: lower; required: digit; max-consecutive: 2; minlength: 8;',\r\n passwordMask: true,\r\n width: 300,\r\n height: 40,\r\n backgroundColor: '#fff' });\r\n\r\nwin.add(field);\r\nwin.open();\r\n{code}\r\nExpected behavior: When using the iOS 12 suggested password feature, it will fill the text-field with a value that matches the password-rules requirement.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-06-25T14:22:39.000+0000", "updated": "2018-06-25T14:23:17.000+0000" }, { "id": "441090", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "cherry picked the fix to 7_4_X branch: https://github.com/appcelerator/titanium_mobile/commit/98611ac5240a85473ff0d0eec8d4df13d0c9a66b", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2018-08-27T16:08:38.000+0000", "updated": "2018-08-27T16:09:56.000+0000" }, { "id": "441352", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified implemented with SDK builds 7.4.0.v20180829013317 & 7.5.0.v20180904155047", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-09-05T17:34:21.000+0000", "updated": "2018-09-05T17:34:21.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }