{ "id": "159778", "key": "TIMOB-23266", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-05-09T13:08:23.000+0000", "created": "2016-04-22T13:22:44.000+0000", "epic": { "id": 151897, "key": "TIMOB-19699", "name": "Android: Hyperloop for Android module", "summary": "Bring Hyperloop to Android", "color": { "key": "color_4" }, "done": false }, "priority": { "name": "High", "id": "2" }, "labels": [ "android", "hyperloop" ], "versions": [], "issuelinks": [ { "id": "51470", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "155746", "key": "TIMOB-20567", "fields": { "summary": "Hyperloop: Allow class usage with only the framework being required", "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": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2016-07-20T18:37:22.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" }, { "id": "13715", "name": "Hyperloop", "description": "Hyperloop project" } ], "description": "Currently, when we want to use a {{View}} with Hyperloop, we need to require it the following way:\r\n*Android*:\r\n{code:javascript}\r\nvar View = require(\"android.view.View\");\r\n{code}\r\nNow if we want to use another class from the {{android.view}} package e.g. {{Menu}}, we need to do:\r\n{code:javascript}\r\nvar Menu = require(\"android.view.Menu\");\r\n{code}\r\n\r\nThe approach is to make it possible to require frameworks like we do it in Swift/Objective-C and expose the available classes automatically:\r\n{code:javascript}\r\nvar androidViewPackage = require(\"android.view.*\");\r\n\r\nvar view = new androidViewPackage.View();\r\nvar menu = new androidViewPackage.Menu();\r\n{code}\r\n\r\nOr using ES6 syntax:\r\n{code:javascript}\r\nimport { View, Menu } from 'android.view.*';\r\n\r\nvar view = new View();\r\nvar menu = new Menu();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Hyperloop: Allow requiring java package to access types", "creator": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 627, "state": "closed", "name": "2016 Sprint 10 SDK", "startDate": "2016-05-07T00:43:56.954Z", "endDate": "2016-05-21T00:43:00.000Z", "completeDate": "2016-05-23T02:06:04.349Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "385002", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "https://github.com/appcelerator/hyperloop.next/pull/28", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-05-06T15:33:45.000+0000", "updated": "2016-05-06T15:33:45.000+0000" }, { "id": "391111", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix.\r\n\r\nRan the alert test inside the hyperloop sample app.\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 4.7.0.201607111053\r\nTi SDK : 5.4.0.v20160713141635\r\nTi CLI : 5.0.9\r\nAlloy : 1.9.1\r\nMAC El Capitan : 10.11.5\r\nAppc NPM : 4.2.8-1\r\nAppc CLI : 5.4.0-33\r\nNode: 4.4.4\r\nNexus 5 - Android 6.0.1\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-07-20T18:37:16.000+0000", "updated": "2016-07-20T18:37:16.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }