[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/175 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-05-05 Thread pwnall
Github user pwnall commented on the pull request: https://github.com/apache/cordova-android/pull/175#issuecomment-99301712 I look forward to using this! :heart: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-27 Thread kicktheken
Github user kicktheken commented on the pull request: https://github.com/apache/cordova-android/pull/175#issuecomment-96905303 I've gotten rid of the listener and used the suggested approach from the Android docs to keep immersive mode. --- If your project is set up for it, you can

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046326 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -130,6 +147,18 @@ public void onCreate(Bundle savedInstanceState) {

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046696 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -130,6 +147,18 @@ public void onCreate(Bundle savedInstanceState) {

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046647 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -115,8 +116,24 @@ public void onCreate(Bundle savedInstanceState) {

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046516 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -115,8 +116,24 @@ public void onCreate(Bundle savedInstanceState) {

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-23 Thread kicktheken
GitHub user kicktheken opened a pull request: https://github.com/apache/cordova-android/pull/175 CB-8902: use immersive mode when available and fullscreen is set to 'true' Fullscreen preference set to 'true' in the config.xml should hide the navigation bar on android devices that