{ "id": "172617", "key": "TIMOB-26562", "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": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-11-30T15:53:52.000+0000", "created": "2018-11-15T00:41:47.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "TextArea", "TextField", "breaking-change", "keyboard" ], "versions": [ { "id": "20238", "description": "", "name": "Release 7.5.0", "archived": false, "released": true, "releaseDate": "2018-11-15" } ], "issuelinks": [ { "id": "56998", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "172616", "key": "TIMOB-26560", "fields": { "summary": "Android: Remove deprecated Ti.UI.KEYBOARD_* constants in favor of TI.UI.KEYBOARD_TYPE_*", "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 } } } }, { "id": "56999", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "169063", "key": "TIMOB-25008", "fields": { "summary": "iOS: Remove deprecated Ti.UI.KEYBOARD_* constants in favor of TI.UI.KEYBOARD_TYPE_*", "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": "None", "id": "6" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-12-04T10:37: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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "*Summary:*\r\nThe {{Ti.UI.KEYBOARD_\\*}} type constants were deprecated in Titanium 6.0.0 in favor of our new {{Ti.UI.KEYBOARD_TYPE_\\*}} constants. These deprecated constants should be removed in Titanium 8.0.0.\r\n\r\nConstants to be removed...\r\n* {{Ti.UI.KEYBOARD_ASCII}}\r\n* {{Ti.UI.KEYBOARD_DECIMAL_PAD}}\r\n* {{Ti.UI.KEYBOARD_DEFAULT}}\r\n* {{Ti.UI.KEYBOARD_EMAIL}}\r\n* {{Ti.UI.KEYBOARD_NAMEPHONE_PAD}}\r\n* {{Ti.UI.KEYBOARD_NUMBERS_PUNCTUATION}}\r\n* {{Ti.UI.KEYBOARD_NUMBER_PAD}}\r\n* {{Ti.UI.KEYBOARD_PHONE_PAD}}\r\n* {{Ti.UI.KEYBOARD_URL}}\r\n* {{Ti.UI.KEYBOARD_APPEARANCE_ALERT}}\r\n\r\nAbove constants are to be replaced with...\r\n* {{Ti.UI.KEYBOARD_TYPE_ASCII}}\r\n* {{Ti.UI.KEYBOARD_TYPE_DECIMAL_PAD}}\r\n* {{Ti.UI.KEYBOARD_TYPE_DEFAULT}}\r\n* {{Ti.UI.KEYBOARD_TYPE_EMAIL}}\r\n* {{Ti.UI.KEYBOARD_TYPE_NAMEPHONE_PAD}}\r\n* {{Ti.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION}}\r\n* {{Ti.UI.KEYBOARD_TYPE_NUMBER_PAD}}\r\n* {{Ti.UI.KEYBOARD_TYPE_PHONE_PAD}}\r\n* {{Ti.UI.KEYBOARD_TYPE_URL}}\r\n", "attachment": [], "flagged": false, "summary": "Windows: Remove deprecated Ti.UI.KEYBOARD_* constants in favor of TI.UI.KEYBOARD_TYPE_*", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1095, "state": "closed", "name": "2018 Sprint 24", "startDate": "2018-11-19T05:35:58.310Z", "endDate": "2018-12-03T05:35:00.000Z", "completeDate": "2018-12-03T16:28:57.549Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "443618", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1320", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-11-15T01:44:14.000+0000", "updated": "2018-11-15T01:44:14.000+0000" }, { "id": "443670", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~kiguchi], we must also remove the {{Ti.UI.KEYBOARD_APPEARANCE_ALERT}} constant too, if defined. This constant is only supported on iOS, but it happened to be defined on Android anyways.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-11-16T02:49:47.000+0000", "updated": "2018-11-16T02:49:47.000+0000" }, { "id": "443675", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~jquick] Nice, removed (y)", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-11-16T07:09:17.000+0000", "updated": "2018-11-16T07:09:17.000+0000" }, { "id": "443749", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed, Awaiting CR.", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-11-19T15:19:37.000+0000", "updated": "2018-11-19T15:19:37.000+0000" }, { "id": "444209", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket.* Fix verified in SDK version {{8.0.0.v20181203170303}}\r\n\r\nTest and other information can be found at:\r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/1320", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-12-04T10:37:41.000+0000", "updated": "2018-12-04T10:37:41.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }