{ "id": "171514", "key": "TIMOB-25964", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": "20115", "name": "Release 7.3.0", "archived": false, "released": true, "releaseDate": "2018-08-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-05-11T21:21:13.000+0000", "created": "2018-04-13T20:44:40.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "19957", "description": "", "name": "Release 7.1.0", "archived": false, "released": true, "releaseDate": "2018-03-14" } ], "issuelinks": [ { "id": "56544", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "171673", "key": "TIMOB-26055", "fields": { "summary": "Android: Build fails due to invalid character '$' in android manifest with facebook & liveview with 7.3.0 SDK", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "56455", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "171465", "key": "TIMOB-25938", "fields": { "summary": "Android: Unable to get methods working on hyperloop", "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": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2018-06-21T21:14:11.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": "The AndroidManifest.xml of an Android Library (.aar) needs to be merged into the final app manifest.", "attachment": [], "flagged": false, "summary": "Android: Merge manifest of Android Libraries", "creator": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "436883", "author": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/10002\r\n\r\nGradle support the usage of placeholders in the manifest for which there is no direct mapping in our handling of .aar files. To workaround this one can hook into {{build.android.writeAndroidManifest}}.\r\n\r\nLibrary AndroidManifest.xml (excerpt):\r\n{code}\r\n\r\n{code}\r\n\r\nwith Gradle configuration (excerpt)\r\n{code}\r\nmanifestPlaceholders = [localApplicationId: applicationId]\r\n{code}\r\n\r\nThe same can be achieved with this hook:\r\n{code:js}\r\nexports.id = 'zdetection.manifest.placeholders';\r\nexports.init = (logger, config, cli) => {\r\n\tcli.on('build.android.writeAndroidManifest', {\r\n\t\tpre: (data, done) => {\r\n\t\t\tconst manifest = data.args[1];\r\n\t\t\tObject.keys(manifest.application.provider).forEach(providerName => {\r\n\t\t\t\tif (providerName === 'com.zimperium.zdetection.db.contentprovider.ZDetectionProvider') {\r\n\t\t\t\t\tconst provider = manifest.application.provider[providerName];\r\n\t\t\t\t\tprovider.authorities = provider.authorities.replace('${localApplicationId}', cli.tiapp.id);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tdone();\r\n\t\t}\r\n\t});\r\n};\r\n{code}", "updateAuthor": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-04-13T21:01:12.000+0000", "updated": "2018-04-13T21:05:23.000+0000" }, { "id": "438604", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.3.0.v20180618182516.\r\n\r\nClosing.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-06-21T21:14:02.000+0000", "updated": "2018-06-21T21:14:02.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }