GitHub user oratthumzap opened a pull request: https://github.com/apache/cordova-android/pull/271
5.1.x fullscreen no immersive hi, we are using Cordova and would like to have the ability to set the Cordova activity in full screen mode, and not in an immersive mode regardless of the Android version (as was the case in previous Cordova versions). therefore, we added a new configuration key to the Cordova config: "FullscreenNotImmersive". when set to true the Cordova activity will be started using the full-screen-not-immersive flags. otherwise, it will be started using the relevant flags according to the Android version (the original v5.1.x implementation). by default, this configuration key is set to false (= original implementation). we would appreciate if you could merge this pull request so that other developers would be able to enjoy this logic ;) You can merge this pull request into a Git repository by running: $ git pull https://github.com/thumzap/cordova-android 5.1.x-fullscreen-no-immersive Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/271.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #271 ---- commit eaef4d47a23faafa4ce4e764c0d04fa882da920c Author: Steve Gill <stevengil...@gmail.com> Date: 2016-01-21T00:18:52Z Update JS snapshot to version 5.1.0 (via coho) commit 2bf47422ce7b307bc780c09bf130554a6d988322 Author: Steve Gill <stevengil...@gmail.com> Date: 2016-02-24T19:50:06Z Update JS snapshot to version 5.1.1 (via coho) commit 9aa758a1d1980c4ac0ec2b2e24cb84a20301a2c0 Author: riknoll <richard.b.kn...@gmail.com> Date: 2016-02-03T21:12:21Z CB-10498: Resume event should be sticky if it has a plugin result commit bf74f97e7f54a4dbfa690a92fa657a4190ccfeae Author: Steve Gill <stevengil...@gmail.com> Date: 2016-02-24T19:50:06Z Set VERSION to 5.1.1 (via coho) commit 765a93b3e749e1be2b72e275133c83c406c8e84e Author: Steve Gill <stevengil...@gmail.com> Date: 2016-02-25T19:33:16Z Update JS snapshot to version 5.1.1 (via coho) commit 41ac464aca1fb8fae3871b433c1f2c24a1119b91 Author: Steve Gill <stevengil...@gmail.com> Date: 2016-02-25T19:33:16Z Set VERSION to 5.1.1 (via coho) commit 06311ac74a5edf21b7486598b456b5c06678ba39 Author: Or Arnon <o...@thumzap.com> Date: 2016-03-08T16:58:12Z added ability for cordova activity to be viewed in a real full screen regardless of android version (as was the case in previous cordova versions) ---- --- 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 feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org