{ "id": "176076", "key": "TIMOB-28371", "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": [], "resolution": null, "resolutiondate": null, "created": "2021-02-25T10:33:19.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "21191", "name": "Release 9.3.2", "archived": false, "released": true, "releaseDate": "2021-02-11" }, { "id": "21050", "name": "Release 10.0.0", "archived": false, "released": true, "releaseDate": "2021-05-17" } ], "issuelinks": [], "assignee": null, "updated": "2021-02-25T19:01:46.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": "This is something that bugs me since forever. On Android, setting the {{title}} property on a window that is inside a tabgroup does not work and instead, the name of the app is displayed. Yes, there are hacks to manually change the title on focus/blur, but for parity with iOS and the fact that Google does the same these days, Titanium should be able to do this under the hood. Huge improvement! \r\n\r\nTest case:\r\n\r\n{code:js}\r\nTi.UI.createTabGroup({\r\n tabs: [\r\n Ti.UI.createTab({ window: Ti.UI.createWindow({ title: 'Page 1 }), title: 'Page 1' }),\r\n Ti.UI.createTab({ window: Ti.UI.createWindow({ title: 'Page 2 }), title: 'Page 2' })\r\n ]\r\n}).open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Window title is not applied if Window is inside a TabGroup (parity)", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "458308", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "https://github.com/appcelerator/titanium_mobile/pull/12499\r\n\r\nMake sure to set {{autoTabTitle: true}} on the TabGroup. Default is false so it won't change existing apps in case you don't want to have it :)", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2021-02-25T19:01:46.000+0000", "updated": "2021-02-25T19:01:46.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }