{ "id": "150831", "key": "TIMOB-19435", "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": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-09-21T22:25:26.000+0000", "created": "2015-08-31T02:03:21.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "issuelinks": [ { "id": "48831", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "150070", "key": "TIMOB-19377", "fields": { "summary": "Android Lollipop - Preferences Activity no longer has action bar", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2015-11-13T08:45:01.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": "10202", "name": "Android", "description": "Android Platform" } ], "attachment": [], "flagged": false, "summary": "Android: Change Preference Activity to Preference Fragment", "creator": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "subtasks": [], "reporter": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "environment": null, "closedSprints": [ { "id": 485, "state": "closed", "name": "2015 Sprint 19 SDK", "startDate": "2015-09-12T00:30:29.539Z", "endDate": "2015-09-26T00:30:00.000Z", "completeDate": "2015-09-28T02:29:14.458Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "362462", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Test Code:\r\nAdd file at `platform/android/res/xml/preferences.xml`\r\n{code}\r\n\r\n\r\n \r\n \r\n\r\n{code}\r\n\r\nAdd code to class app.js\r\n{code}\r\nTi.UI.Android.openPreferences();\r\n{code}\r\n\r\nTest this code on Android 4.x, 5.x and 6.0 and ensure there is a Toolbar at the top.\r\nPR: https://github.com/appcelerator/titanium_mobile/pull/7134", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-09-08T02:59:54.000+0000", "updated": "2015-09-08T02:59:54.000+0000" }, { "id": "367236", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the implementation.\r\nThe preference fragment looks same on android 6.0, android 5.1.1 & android 4.4.4.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 4.3.3.201510172433\r\nTi SDK : 5.1.0.v20151016172827\r\nTi CLI : 5.0.5\r\nAlloy : 1.7.16\r\nMAC Yosemite : 10.10.5\r\nAppc NPM : 4.2.1-5\r\nAppc CLI : 5.1.0-38\r\nNode: v0.10.37\r\nNexus 6 - Android 6.0\r\nSamsung Galaxy S4 - Android 4.4.4\r\nNexus 5 - Android 4.1.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-10-20T01:03:01.000+0000", "updated": "2015-10-20T01:03:01.000+0000" }, { "id": "370189", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "[~msamah] PR for the broken link in the API reference\r\nhttps://github.com/appcelerator/titanium_mobile/pull/7439", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-11-13T08:20:27.000+0000", "updated": "2015-11-13T08:20:27.000+0000" }, { "id": "370190", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Backport for 5_1_X:\r\nhttps://github.com/appcelerator/titanium_mobile/pull/7440", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-11-13T08:24:58.000+0000", "updated": "2015-11-13T08:24:58.000+0000" }, { "id": "370191", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Merged Documentation PRs by [~fokkezb]\r\n\r\nmaster: https://github.com/appcelerator/titanium_mobile/pull/7439\r\n5_1_X:https://github.com/appcelerator/titanium_mobile/pull/7440", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-11-13T08:45:01.000+0000", "updated": "2015-11-13T08:45:01.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }