Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-16487] remove support for navbar-hidden #5377

Merged
merged 6 commits into from Mar 28, 2014

Conversation

hieupham007
Copy link
Contributor

testing steps in JIRA.

@ayeung
Copy link
Contributor

ayeung commented Mar 3, 2014

The CLI build script needs to be updated as well. It's probably why FR failed:

Toggling the false property in the tiapp.xml still enables/disables the nav-bar

@hieupham007
Copy link
Contributor Author

Addressed comments

}
if (this.tiapp.fullscreen || this.tiapp['statusbar-hidden'] ) {
flags += '.Fullscreen';
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are other places where 'navbar-hidden' needs to be removed in the build scripts. If you search for 'navbar-hidden', you will find the references.

@ayeung
Copy link
Contributor

ayeung commented Mar 13, 2014

Code reviewed, found a number of places where the navbar logic was not removed. Please grep for navbar inside the code base and remove them accordingly.

@ayeung
Copy link
Contributor

ayeung commented Mar 15, 2014

FR failed. The navbar still shows up with the following set in tiapp.xml:
<fullscreen>false</fullscreen> <navbar-hidden>true</navbar-hidden>

@hieupham007
Copy link
Contributor Author

The title bar is still visible. We simply remove the ability to hide it, since it's irrelevant with actionbar.

@ayeung
Copy link
Contributor

ayeung commented Mar 28, 2014

Code reviewed and functionally tested. Request Accepted.

ayeung pushed a commit that referenced this pull request Mar 28, 2014
[TIMOB-16487] remove support for navbar-hidden
@ayeung ayeung merged commit dbe154c into tidev:master Mar 28, 2014
farfromrefug pushed a commit to Akylas/titanium_mobile that referenced this pull request Aug 15, 2014
[TIMOB-16487] remove support for navbar-hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants