{ "id": "63656", "key": "TIMOB-3024", "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": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11253", "name": "Sprint 2011-18", "archived": true, "released": true, "releaseDate": "2011-05-09" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-14T12:44:38.000+0000", "created": "2011-04-15T03:34:58.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "defect", "reported-1.5.0", "splash" ], "versions": [], "issuelinks": [ { "id": "10311", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "64778", "key": "TIMOB-3708", "fields": { "summary": "Confirm TIMOB-3024", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } } ], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2011-05-14T12:44:38.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": "{html}

I see lots of people asking how to make the splash go\nfullscreen, now it seems to have been set as the default... and I\ncan't turn it off :/

\n

in tiapp.xml, the settings seem to suggest that it should not be\nfullscreen:

\n

<statusbar-hidden>false</statusbar-hidden>
\nfalse
\n<navbar-hidden>false</navbar-hidden>

\n

I've also edited build/android/res/values/theme.xml, but that\ngets overwritten in the build process so the changes are lost\n:(

{html}", "attachment": [], "flagged": false, "summary": "Non-fullscreen splash image", "creator": { "name": "shish", "key": "shish", "displayName": "Shish", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "shish", "key": "shish", "displayName": "Shish", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "129890", "author": { "name": "shish", "key": "shish", "displayName": "Shish", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Looking at the code, it seems that that option never actually\ndid anything... I've made it so it does and sent a pull\nrequest:

\n

\nhttps://github.com/civicboom/titanium_mobile/commit/bf91c736e3f4a0e...

{html}", "updateAuthor": { "name": "shish", "key": "shish", "displayName": "Shish", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:34:58.000+0000", "updated": "2011-04-15T03:34:58.000+0000" }, { "id": "129891", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Looks like an android issue from the ticket, assigning to Don\nfor triage.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:34:59.000+0000", "updated": "2011-04-15T03:34:59.000+0000" }, { "id": "129892", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

This is a defect, but btw if you want custom theme.xml put it in\nplatform/android/res/values/theme.xml, the\nplatform/ folder being a child of your app's root\nfolder (a sibling of Resources).

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:35:01.000+0000", "updated": "2011-04-15T03:35:01.000+0000" }, { "id": "129893", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

Relevant commits:

\n

\nhttps://github.com/appcelerator/titanium_mobile/commit/80f233128802...

\n

\nhttps://github.com/appcelerator/titanium_mobile/commit/c32a35fe71a7...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:35:01.000+0000", "updated": "2011-04-15T03:35:01.000+0000" }, { "id": "129894", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

QE testing:

\n

Create a new application, and play with the\n<fullscreen> and\n<navbar-hidden> settings in tiapp.xml. Setting\nfullscreen to true means the splash\nscreen should cover everything on the device/emulator, including\nthe top status bar (the bar that shows the time of day). Keeping\nfullscreen at false but putting\nnavbar-hidden to true should cover the\n\"navbar\", which is the bar that shows the application's title.\nKeeping them both at false should mean that the both\nthe status bar and the nav (title) bar show.

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:35:01.000+0000", "updated": "2011-04-15T03:35:01.000+0000" }, { "id": "133241", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "fullscreen:true navbar-hidden:false is fullscreen. Like regular windows, I was expecting to see the status bar hidden but the title still there.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-05T15:54:10.000+0000", "updated": "2011-05-05T15:54:10.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }