[TIMOB-16487] Android: Remove support for navbar-hidden
GitHub Issue | n/a |
---|---|
Type | Technical task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-28T21:48:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 06, 2014 Sprint 06 SDK, Release 3.3.0 |
Components | Android |
Labels | api |
Reporter | Hieu Pham |
Assignee | Hieu Pham |
Created | 2014-02-20T21:52:34.000+0000 |
Updated | 2017-03-16T21:08:00.000+0000 |
Description
With AppCompat implementation, navBarHidden is not needed anymore. We wil only support 'fullscreen' and 'modal'.
Testing steps:
1. Run KS and Anvil to make sure no new regressions
2. When KS is built, go to build/android/gen/com/appcelerator/kitchensink/KitchensinkAppInfo.java and make sure the method isNavBarHidden() isn't generated.
master PR: https://github.com/appcelerator/titanium_mobile/pull/5377
Does TIMOB-16495 have any impact on this ticket?
No, fullscreen and navbar-hidden are independent of one another.
Closing ticket as fixed.