{ "id": "114702", "key": "TIMOB-13936", "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": [], "resolution": null, "resolutiondate": null, "created": "2013-05-21T15:17:13.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "actionbar", "android" ], "versions": [], "issuelinks": [ { "id": "36514", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "128814", "key": "AC-987", "fields": { "summary": "Android: SearchView in ActionBar expands only if attached to TableView", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "36554", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "128872", "key": "TIMOB-16838", "fields": { "summary": "Android: Add searchAsChild to ListView to support Search View in 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": "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": null, "updated": "2018-02-28T20:03:30.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Right now, the only way to have a SearchView in the ActionBar is to also have it tied to the search on a TableView. I need to be able to do remote API searches via a SearchView in the ActionBar.\r\n\r\nPerhaps now is the time to tweak TableView.search to fire a search event instead of only filtering? This would allow us to accomplish the same thing, right? Even better, that would allow for some great UI even if the data is remote.", "attachment": [], "flagged": false, "summary": "Support Ti.UI.Android.SearchView in ActionBar without TableView.search", "creator": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "300312", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "This is indeed a major problem, however the solution is not to tweak TableView.search, but rather to simply allow SearchView to be used without TableView. Please don't complicate the solution. Thanks.", "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-04-08T22:57:20.000+0000", "updated": "2014-04-08T22:57:20.000+0000" }, { "id": "300315", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "Guys, this issue is open for almost a year.... Please prioritize this, it's a major issue. Thanks.", "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-04-08T23:02:24.000+0000", "updated": "2014-04-08T23:02:24.000+0000" }, { "id": "300340", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-04-09T07:27:39.000+0000", "updated": "2014-04-09T07:27:39.000+0000" }, { "id": "300474", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-04-10T05:31:06.000+0000", "updated": "2014-04-10T05:31:06.000+0000" }, { "id": "308474", "author": { "name": "myutwo33", "key": "myutwo33", "displayName": "Brian Hoary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hitting this issue today. Massive setback with regards to creating a professional looking android app. We will be forced to either place a searchView outside of the action bar or implement our own actionBar. Please prioritise this.", "updateAuthor": { "name": "myutwo33", "key": "myutwo33", "displayName": "Brian Hoary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-11T15:56:46.000+0000", "updated": "2014-06-11T15:56:46.000+0000" }, { "id": "308519", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "@Brian Hoary: you can work around this: use a TableView and set its visibility to false.", "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-06-11T19:41:33.000+0000", "updated": "2014-06-11T19:41:33.000+0000" }, { "id": "309319", "author": { "name": "myutwo33", "key": "myutwo33", "displayName": "Brian Hoary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Mark M: Hi Mark. That work around seems to work fine for us. Thanks.", "updateAuthor": { "name": "myutwo33", "key": "myutwo33", "displayName": "Brian Hoary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-17T15:27:48.000+0000", "updated": "2014-06-17T15:27:48.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }