{ "id": "63880", "key": "TIMOB-3248", "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": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11245", "name": "Sprint 2011-10", "archived": true, "released": true, "releaseDate": "2011-03-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T02:01:17.000+0000", "created": "2011-04-15T03:40:24.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "feature", "release-1.6.1", "release-1.7.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T02:01:17.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" } ], "description": "{html}

i.e.,
\n\nhttp://developer.appcelerator.com/question/116723/how-to-set-intent...

\n

Android docs
\n\nhttp://developer.android.com/reference/android/content/Intent.html#...

{html}", "attachment": [], "flagged": false, "summary": "Android: support Intent flags", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "130384", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Support getFlags, setFlags and\naddFlags. Expose constants on Ti.Android

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:24.000+0000", "updated": "2011-04-15T03:40:24.000+0000" }, { "id": "130385", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Customer patch is available for the code. Constants,\ndocumentation, and tests have to be added.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:25.000+0000", "updated": "2011-04-15T03:40:25.000+0000" }, { "id": "130386", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [9335fe8281f421fdbac5102bbf50c139933ca27c])\n[#3248 state:fixed-in-qa] Added tests, fixed\nproblem where flags wasn't exposed as a property, added\ndocumentation \nhttps://github.com/appcelerator/titanium_mobile/commit/9335fe8281f4...

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:26.000+0000", "updated": "2011-04-15T03:40:26.000+0000" }, { "id": "130387", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [90864b60015e2bdcc9b34d34415eade95427060c])\n[#3248 state:fixed-in-qa] Added tests, fixed\nproblem where flags wasn't exposed as a property, added\ndocumentation \nhttps://github.com/appcelerator/titanium_mobile/commit/90864b60015e...

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:26.000+0000", "updated": "2011-04-15T03:40:26.000+0000" }, { "id": "130388", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [7e372303f5fbf2bf909e14c55d7c77dca78ec334])\n[#3248] back port to 1_6_X API-4 \nhttps://github.com/appcelerator/titanium_mobile/commit/7e372303f5fb...

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:26.000+0000", "updated": "2011-04-15T03:40:26.000+0000" }, { "id": "130389", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested with Titanium SDK version: 1.7.0 (03/09/11 13:01 34bcc1f)\non
\nEmulator 2.1
\nEmulator 2.3

\n

Tested with Titanium SDK version: 1.6.1 (03/09/11 12:21\n1e15e40...) on
\nEmulator 2.2

\n

Ran drillbit test android.js

{html}", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:40:26.000+0000", "updated": "2011-04-15T03:40:26.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }