[GitHub] cordova-plugin-statusbar pull request #86: CB-13291: iOS 11 statusbar fixes

2017-09-17 Thread BrainstemStudio
Github user BrainstemStudio closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/86 --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail:

[GitHub] cordova-plugin-statusbar pull request #86: CB-13291: iOS 11 statusbar fixes

2017-09-17 Thread BrainstemStudio
GitHub user BrainstemStudio opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/86 CB-13291: iOS 11 statusbar fixes 1. Added new property "StatusBarCropsWebview" to allow iPhone X to display edge to edge using the "safeAreaInsets" top and bottom. By

[GitHub] cordova-plugin-statusbar pull request #85: CB-13273: fix statusbar spacing w...

2017-09-15 Thread mhartington
GitHub user mhartington opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/85 CB-13273: fix statusbar spacing with new iphoneX ### Platforms affected iOS ### What does this PR do? Adds additional check for iOS11/iPhone X and the new

[GitHub] cordova-plugin-statusbar pull request #84: CB-13028 (CI) Browser builds on T...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/84 --- 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

[GitHub] cordova-plugin-statusbar pull request #84: CB-13028 (CI) Browser builds on T...

2017-07-28 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/84 CB-13028 (CI) Browser builds on Travis and AppVeyor ### Platforms affected Browser ### What does this PR do? Enables AppVeyor and Travis to run tests on browser

[GitHub] cordova-plugin-statusbar pull request #82: README: Fix issue tracker link

2017-07-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/82 --- 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

[GitHub] cordova-plugin-statusbar pull request #83: CB-13124: Add option for native s...

2017-07-26 Thread lunaru
GitHub user lunaru opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/83 CB-13124: Add option for native scroll-to-top on WebView ### Platforms affected iOS ### What does this PR do? Adds "StatusBarDefaultScrollToTop" option to allow

[GitHub] cordova-plugin-statusbar pull request #82: README: Fix issue tracker link

2017-07-09 Thread janpio
GitHub user janpio opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/82 README: Fix issue tracker link wrong component name in search You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-statusbar pull request #81: CB-12935: (ios, android) Enable p...

2017-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/81 --- 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

[GitHub] cordova-plugin-statusbar pull request #81: CB-12935: (ios, android) Enable p...

2017-06-27 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/81 CB-12935: (ios, android) Enable paramedic builds on Travis CI ### Platforms affected iOS, Android ### What does this PR do?

[GitHub] cordova-plugin-statusbar pull request #79: Browser: Check callback exists be...

2017-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/79 --- 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

[GitHub] cordova-plugin-statusbar pull request #80: CB-12847: added `bugs` entry to p...

2017-05-25 Thread filmaj
Github user filmaj closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/80 --- 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

[GitHub] cordova-plugin-statusbar pull request #80: CB-12847: added `bugs` entry to p...

2017-05-25 Thread filmaj
GitHub user filmaj opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/80 CB-12847: added `bugs` entry to package.json. ### What does this PR do? Adds a bugs entry to the package.json. ### What testing has been done on this change?

[GitHub] cordova-plugin-statusbar pull request #79: Browser: Check callback exists be...

2017-05-04 Thread imgx64
GitHub user imgx64 opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/79 Browser: Check callback exists before calling it ### Platforms affected Browser. ### What does this PR do? Fix exception in Browser platform when calling

[GitHub] cordova-plugin-statusbar pull request #67: CB-12024: Browser platform suppor...

2017-04-25 Thread filmaj
Github user filmaj commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/67#discussion_r113349852 --- Diff: README.md --- @@ -73,6 +73,9 @@ if (cordova.platformId == 'android') { } ``` +### Browser Support +Only a

[GitHub] cordova-plugin-statusbar pull request #67: CB-12024: Browser platform suppor...

2017-04-25 Thread filmaj
Github user filmaj commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/67#discussion_r113349809 --- Diff: README.md --- @@ -73,6 +73,9 @@ if (cordova.platformId == 'android') { } ``` +### Browser Support --- End

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/77 --- 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

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-04-24 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103261864 --- Diff: src/android/StatusBar.java --- @@ -164,4 +181,21 @@ private void setStatusBarBackgroundColor(final String colorPref) {

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-04-24 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103260428 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-04-24 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103258589 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #78: CB-11858: (android) Add StatusBar...

2017-04-21 Thread urmx
GitHub user urmx opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/78 CB-11858: (android) Add StatusBarStyle feature support for Android M+ ### Platforms affected Android 6.0+ (API level 23+) ### What does this PR do? This PR

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-27 Thread Lazza
Github user Lazza commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103163815 --- Diff: src/android/StatusBar.java --- @@ -164,4 +181,21 @@ private void setStatusBarBackgroundColor(final String colorPref) {

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-27 Thread Lazza
Github user Lazza commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103163253 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-27 Thread Lazza
Github user Lazza commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103162781 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-26 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103127274 --- Diff: src/android/StatusBar.java --- @@ -164,4 +181,21 @@ private void setStatusBarBackgroundColor(final String colorPref) {

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-26 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103126865 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-26 Thread macdonst
Github user macdonst commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103126947 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } +

[GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla...

2017-02-26 Thread Lazza
GitHub user Lazza opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77 CB-10879: (android) Enable overlaysWebView on Android API 21+ ### Platforms affected Android (API 21+). ### What does this PR do? This patch enables devices

[GitHub] cordova-plugin-statusbar pull request #76: CB-12188 Status Bar is not changi...

2017-02-08 Thread ngjaying
GitHub user ngjaying opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/76 CB-12188 Status Bar is not changing in some specific android phone (Red MI 3s Prime) ### Platforms affected Android ### What does this PR do? Allow some

[GitHub] cordova-plugin-statusbar pull request #:

2017-02-03 Thread rubenstolk
Github user rubenstolk commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/fa57e92c5582d0edc7fc4b1f4be7f5e3380d93cf#commitcomment-20727337 @kelvindart @jcesarmobile I'm also facing the same issue, when any other fullscreen plugin gets into view

[GitHub] cordova-plugin-statusbar pull request #:

2017-01-24 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/fa57e92c5582d0edc7fc4b1f4be7f5e3380d93cf#commitcomment-2054 `statusBarOverlaysWebView` has never affected InAppBrowser plugin or any other plugin, it only applies to

[GitHub] cordova-plugin-statusbar pull request #:

2017-01-24 Thread kelvindart
Github user kelvindart commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/fa57e92c5582d0edc7fc4b1f4be7f5e3380d93cf#commitcomment-20588848 Hi @jcesarmobile - I have a feeling this change conflicts with the InAppBrowser plugin (or other plugins

[GitHub] cordova-plugin-statusbar pull request #75: CB-12369: Add plugin typings from...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/75 --- 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

[GitHub] cordova-plugin-statusbar pull request #75: CB-12369: Add plugin typings from...

2017-01-19 Thread matrosov-nikita
GitHub user matrosov-nikita opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/75 CB-12369: Add plugin typings from DefinitelyTyped You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-30 Thread regnete
Github user regnete commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20328737 Thank you for the fix. It works with 2.2.2-dev! --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-statusbar pull request #74: CB-12196 (iOS) fix Status Bar Not...

2016-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/74 --- 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

[GitHub] cordova-plugin-statusbar pull request #74: CB-12196 (iOS) fix Status Bar Not...

2016-12-27 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/74 CB-12196 (iOS) fix Status Bar Not Hiding ### Platforms affected iOS ### What does this PR do? Fix the statusbar not hiding when overlaysWebView is

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-21 Thread regnete
Github user regnete commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262953 My fault. Sorry. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-21 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262925 Well, that issue was created before this was merged, so this couldn't cause that issue. But will use

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-21 Thread regnete
Github user regnete commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262881 @jcesarmobile: Thnak you for the quick reply. I added a comment to

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-21 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262818 @regnete can you create a new issue on http://issues.cordova.io? --- If your project is set up for it,

[GitHub] cordova-plugin-statusbar pull request #:

2016-12-21 Thread regnete
Github user regnete commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262561 This change is not compatible with cordova-plugin-statusbar: Invoking StatusBar.hide() after 'deviceready'

[GitHub] cordova-plugin-statusbar pull request #73: CB-12141 (ios) fix white app scre...

2016-12-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/73 --- 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

[GitHub] cordova-plugin-statusbar pull request #72: Update plugin.xml

2016-12-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/72 --- 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

[GitHub] cordova-plugin-statusbar pull request #73: CB-12141 (ios) fix white app scre...

2016-12-15 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/73 CB-12141 (ios) fix white app screen after camera overlay shown on iPad ### Platforms affected iOS ### What does this PR do? fix white app screen

[GitHub] cordova-plugin-statusbar pull request #72: Update plugin.xml

2016-12-06 Thread scavezze
GitHub user scavezze opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/72 Update plugin.xml ### IOS ### Removes prefrences that shoudl be controlled by the developer from the control of the plugin ### My app needs

[GitHub] cordova-plugin-statusbar pull request #62: CB-10288: statusbar plugin intera...

2016-11-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/62 --- 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

[GitHub] cordova-plugin-statusbar pull request #71: iOS multitasking fix not yet comm...

2016-11-11 Thread mikeg-red5hift
Github user mikeg-red5hift closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/71 --- 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,

[GitHub] cordova-plugin-statusbar pull request #71: iOS multitasking fix not yet comm...

2016-11-11 Thread mikeg-red5hift
GitHub user mikeg-red5hift reopened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/71 iOS multitasking fix not yet committed to the source plug-in repo ### Platforms affected ### What does this PR do? ### What testing

[GitHub] cordova-plugin-statusbar pull request #71: iOS multitasking fix not yet comm...

2016-11-11 Thread mikeg-red5hift
GitHub user mikeg-red5hift opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/71 iOS multitasking fix not yet committed to the source plug-in repo ### Platforms affected ### What does this PR do? ### What testing has

[GitHub] cordova-plugin-statusbar pull request #71: iOS multitasking fix not yet comm...

2016-11-11 Thread mikeg-red5hift
Github user mikeg-red5hift closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/71 --- 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,

[GitHub] cordova-plugin-statusbar pull request #68: CB-10158: (ios) StatusBar issue w...

2016-11-03 Thread jaassoon
Github user jaassoon closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/68 --- 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

[GitHub] cordova-plugin-statusbar pull request #69: CB-10341 ios, document statusTap ...

2016-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/69 --- 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

[GitHub] cordova-plugin-statusbar pull request #70: CB-10158 (ios) fix StatusBar issu...

2016-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/70 --- 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

[GitHub] cordova-plugin-statusbar pull request #70: CB-10158 (ios) fix StatusBar issu...

2016-10-30 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/70 CB-10158 (ios) fix StatusBar issue when recovering from fullscreen video ### Platforms affected iOS ### What does this PR do? After playing a full

[GitHub] cordova-plugin-statusbar pull request #69: CB-10341 ios, document statusTap ...

2016-10-30 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/69 CB-10341 ios, document statusTap event ### Platforms affected iOS ### What does this PR do? documents statusTap event ### What testing has

[GitHub] cordova-plugin-statusbar pull request #65: CB-11191: Statusbar plugin causin...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/65 --- 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

[GitHub] cordova-plugin-statusbar pull request #68: CB-10158: (ios) StatusBar issue w...

2016-10-17 Thread jaassoon
GitHub user jaassoon opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/68 CB-10158: (ios) StatusBar issue when recovering from fullscreen video playback in landscape mode CB-10158: (ios) StatusBar issue when recovering from fullscreen video playback

[GitHub] cordova-plugin-statusbar pull request #67: CB-12024: Browser platform suppor...

2016-10-15 Thread dudeofawesome
GitHub user dudeofawesome opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/67 CB-12024: Browser platform support The StatusBar plugin can support the Browser platform at least on Chrome for Android, and potentially on other browsers as well. You can

[GitHub] cordova-plugin-statusbar pull request #66: CB-11917 - Remove pull request te...

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/66 --- 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

[GitHub] cordova-plugin-statusbar pull request #66: CB-11917 - Remove pull request te...

2016-09-28 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/66 CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…" You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-statusbar pull request #65: CB-11191: Statusbar plugin causin...

2016-09-21 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/65 CB-11191: Statusbar plugin causing issues with webview size ### Platforms affected iOS ### What does this PR do? Resizes the webview on

[GitHub] cordova-plugin-statusbar pull request #64: CB-11858: Add possibility to util...

2016-09-16 Thread tobiasviehweger
GitHub user tobiasviehweger opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/64 CB-11858: Add possibility to utilize Android M feature "LightStatusBar" ### Platforms affected Android 6.0+ ### What does this PR do? This PR adds support

[GitHub] cordova-plugin-statusbar pull request #55: Handle extended status bar on iOS

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/55 --- 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

[GitHub] cordova-plugin-statusbar pull request #63: CB-11795 Add 'protective' entry t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/63 CB-11795 Add 'protective' entry to cordovaDependencies ### Checklist - [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-09-01 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r77164722 --- Diff: src/ios/CDVStatusBar.m --- @@ -132,13 +132,15 @@ - (void)pluginInitialize // blank scroll view to intercept

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-09-01 Thread kerrishotts
Github user kerrishotts commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r77159431 --- Diff: src/ios/CDVStatusBar.m --- @@ -132,13 +132,15 @@ - (void)pluginInitialize // blank scroll view to intercept

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-08-28 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r76540366 --- Diff: src/ios/CDVStatusBar.m --- @@ -440,8 +442,8 @@ -(void)resizeWebView BOOL isIOS7 = (IsAtLeastiOSVersion(@"7.0"));

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-08-28 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r76540339 --- Diff: src/ios/CDVStatusBar.m --- @@ -472,7 +474,7 @@ -(void)resizeWebView self.webView.frame = frame;

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-08-28 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r76540305 --- Diff: src/ios/CDVStatusBar.m --- @@ -200,8 +202,8 @@ - (void) initializeStatusBarBackgroundView - (CGRect)

[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-08-28 Thread jonathanli2
GitHub user jonathanli2 opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/62 CB:-9161 Support iPad multitasking in iOS 9. (statusbar plugin side fix) ### Platforms affected ios ### What does this PR do? With the ipad pro

[GitHub] cordova-plugin-statusbar pull request #19: CB-8001

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/19 --- 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

[GitHub] cordova-plugin-statusbar pull request #61: CB-11287: (ios) - fix webview res...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/61 --- 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

[GitHub] cordova-plugin-statusbar pull request #61: CB-11287: (ios) - fix webview res...

2016-07-04 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/61 CB-11287: (ios) - fix webview resize after modal on iPhones ### Platforms affected iOS ### What does this PR do? Fixes CB-11287 ### What testing

[GitHub] cordova-plugin-statusbar pull request #60: CB-11485: (ios) fix resize on rot...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/60 --- 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

[GitHub] cordova-plugin-statusbar pull request #60: CB-11485: (ios) fix resize on rot...

2016-07-04 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/60 CB-11485: (ios) fix resize on rotation with popover This PR fix the webview resize problem when a popover is present ### Platforms affected iOS ### What

[GitHub] cordova-plugin-statusbar pull request: CB-11197 Keep status bar hi...

2016-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/59 --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-11197 Keep status bar hi...

2016-05-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/59#issuecomment-221027111 LGTM --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-11197 Keep status bar hi...

2016-05-23 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/59#issuecomment-220959317 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-11197 Keep status bar hi...

2016-05-23 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/59 CB-11197 Keep status bar hidden when keyboard pops up This PR fixes incorrect behavior of status bar when it shows up when keyboard pops up even if it was hidden

[GitHub] cordova-plugin-statusbar pull request: Dummy PR to test CI

2016-05-18 Thread sarangan12
Github user sarangan12 closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/57 --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-10866: Adding engine inf...

2016-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/52 --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-10866: Adding engine inf...

2016-05-17 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/52#issuecomment-219884407 LGTM. --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-10866: Adding engine inf...

2016-05-17 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/52#issuecomment-219884158 @rakatyal this one too! --- 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-plugin-statusbar pull request: CB-11277 Fix browser suppor...

2016-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/58 --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-11277 Fix browser suppor...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/58#issuecomment-219593243 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-11277 Fix browser suppor...

2016-05-16 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/58 CB-11277 Fix browser support patched missing _ready method, and changed the way the proxy is installed You can merge this pull request into a Git repository by running:

[GitHub] cordova-plugin-statusbar pull request: Dummy PR to test CI

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/57#issuecomment-219523068 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-8001

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/19#issuecomment-219521439 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: Dummy PR to test CI

2016-05-16 Thread sarangan12
Github user sarangan12 commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/57#issuecomment-219520871 Let there be tests --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-8001

2016-05-16 Thread sarangan12
Github user sarangan12 commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/19#issuecomment-219518320 Let there be tests --- 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

[GitHub] cordova-plugin-statusbar pull request: Dummy PR to test CI

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/57#issuecomment-219515226 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-8001

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/19#issuecomment-219513791 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-9841 - Allow iOS statusb...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/37#issuecomment-219511532 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: Dummy PR to test CI

2016-05-16 Thread sarangan12
GitHub user sarangan12 opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/57 Dummy PR to test CI Dummy PR to test CI You can merge this pull request into a Git repository by running: $ git pull https://github.com/sarangan12/cordova-plugin-statusbar

[GitHub] cordova-plugin-statusbar pull request: New feature 'styleAndroidTr...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/51#issuecomment-219510006 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: CB-10866: Adding engine inf...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/52#issuecomment-219508472 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-219507038 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: TypeScript Definition Creat...

2016-05-16 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/56#issuecomment-219505607 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-statusbar pull request: New feature 'styleAndroidTr...

2016-05-11 Thread FdezRomero
Github user FdezRomero commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/51#issuecomment-218562332 @MrARC My bad, I thought it was 4.x because the home button is not a circle. The code in the PR just reverses the two flags set by the plugin. Maybe

  1   2   3   4   >