{ "id": "110489", "key": "TIMOB-12925", "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": "15931", "description": "2014 Sprint 05", "name": "2014 Sprint 05", "archived": true, "released": true, "releaseDate": "2014-03-14" }, { "id": "15932", "description": "2014 Sprint 05 API", "name": "2014 Sprint 05 API", "archived": true, "released": true, "releaseDate": "2014-03-14" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-03-04T23:22:54.000+0000", "created": "2013-03-01T20:40:28.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "SupportTeam", "module_window", "qe-closed-3.3.0", "qe-testadded" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "34887", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "120243", "key": "TIMOB-15296", "fields": { "summary": "Android: Support for window flags", "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": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "updated": "2017-12-20T17:13:53.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": "Currently Titanium doesn't support the following:\r\n\r\n*Native example*\r\n{code}\r\ngetWindow().setFlags(LayoutParams.FLAG_SECURE, LayoutParams.FLAG_SECURE);\r\n{code}\r\n\r\nFrom: http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html\r\n\r\n{quote}Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.{quote}", "attachment": [], "flagged": false, "summary": "Android: Support FLAG_SECURE window flag", "creator": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "293723", "author": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "body": "PR:\r\nhttps://github.com/appcelerator/titanium_mobile/pull/5360", "updateAuthor": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-02-19T08:22:54.000+0000", "updated": "2014-02-19T08:22:54.000+0000" }, { "id": "294088", "author": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Test case\r\n\r\n{code}\r\nvar window = Titanium.UI.createWindow({\r\n backgroundColor:'red' ,\r\n flagSecure : true\r\n});\r\nwindow.open({fullscreen:true});\r\n{code}\r\n\r\n1. Run code\r\n2. Attempt to take a SS on the red window. You shouldn't be able to.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-21T04:35:39.000+0000", "updated": "2014-03-04T23:22:47.000+0000" }, { "id": "302370", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue with environment:\r\n\r\nAppc-Studio:3.3.0.201404211130\r\nsdk:3.3.0.v20140423155715\r\nacs:1.0.14\r\nalloy:1.4.0-dev\r\nnpm:1.3.2\r\ntitanium:3.3.0-dev\r\ntitanium-code-processor:1.1.1-beta1\r\nxCODE:5.1.1\r\nDevice:Iphone5(7.1),Nexus7(v4.4.2)\r\n\r\nWindow flagSecure property working fine. Was not able to take screen Shot when window assigned with flagSecure property.\r\n\r\nHence closing the issue.", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-24T10:39:37.000+0000", "updated": "2014-04-24T10:39:37.000+0000" }, { "id": "432444", "author": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "body": "AMAZING. This should be documented a bit better on the official documentation on how to do it for either iOS or Android.\r\nI was trying to fiddle with activity events pause/resume but this is much better.\r\nAny equivalent for iOS or Ti.App events are still the best?", "updateAuthor": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-12-20T17:13:53.000+0000", "updated": "2017-12-20T17:13:53.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }