{ "id": "154086", "key": "TIMOB-20186", "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": "2016-01-04T01:59:11.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "Android", "Parity" ], "versions": [], "issuelinks": [ { "id": "50206", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "154035", "key": "TIMOB-20176", "fields": { "summary": "iOS: Support UIVisualEffectView (aka Blur View)", "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-03-28T09:50:08.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": "Providing parity to TIMOB-20176 to allow Blur functionality in Android.", "attachment": [], "flagged": false, "summary": "Android (Parity): Support Blur View (aka UIVisualEffectView in iOS)", "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, "comment": { "comments": [ { "id": "436005", "author": { "name": "muhammadsabir", "key": "muhammadsabir", "displayName": "Muhammad Sabir", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any plans to add this in near future?", "updateAuthor": { "name": "muhammadsabir", "key": "muhammadsabir", "displayName": "Muhammad Sabir", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-28T05:33:22.000+0000", "updated": "2018-03-28T05:33:22.000+0000" }, { "id": "436014", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "In case you want to use it today: there is an external module: https://github.com/benbahrenburg/Ti.BlurView and an Hyperloop example:\r\nhttps://github.com/appcelerator/hyperloop-examples/blob/master/app/controllers/android/blur.js \r\n", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-28T09:03:21.000+0000", "updated": "2018-03-28T09:03:21.000+0000" }, { "id": "436015", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Thanks [~michael], thats correct! You could eventually also create a lightweight CommonJS module that exports a {{createBlurView}} function and even use it in Alloy then (PoC):\r\n{code:xml}\r\n\r\n{code}\r\nWith a \"blurView.js\" in app/lib/:\r\n{code:js}\r\nexports.createBlurView = function(arguments) }\r\n if (OS_IOS) {\r\n return Ti.UI.iOS.createBlurView(arguments);\r\n } else if (OS_ANDROID) {\r\n // Handle blurring via Hyperloop on Android\r\n } else if (OS_WINDOWS {\r\n // Handle blurring via Hyperloop on Windows\r\n } else {\r\n Ti.API.error('Unhandled platform implementation of the BlurView!');\r\n }\r\n};\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-28T09:50:08.000+0000", "updated": "2018-03-28T09:50:08.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }