[GitHub] cordova-plugin-statusbar pull request: fix warning message

2015-04-20 Thread pbakondy
GitHub user pbakondy opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/24 fix warning message This change is fix for the following warning message at startup: W/CordovaPlugin( 6470): Attempted to send a second callback for ID

[GitHub] cordova-docs pull request: fix typo

2015-12-11 Thread pbakondy
GitHub user pbakondy opened a pull request: https://github.com/apache/cordova-docs/pull/440 fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/pbakondy/cordova-docs master Alternatively you can review and apply these

[GitHub] cordova-lib pull request: Prefer .bat over .cmd on windows platfor...

2016-02-01 Thread pbakondy
GitHub user pbakondy opened a pull request: https://github.com/apache/cordova-lib/pull/371 Prefer .bat over .cmd on windows platform Fixes ant-running issue on windows platform. Originally I wanted to build android platform with ant: ``` cordova build android

[GitHub] cordova-android pull request #328: Nougat update - Updates required for API ...

2016-09-06 Thread pbakondy
Github user pbakondy commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/328#discussion_r77677216 --- Diff: framework/src/org/apache/cordova/CoreAndroid.java --- @@ -357,4 +358,33 @@ public void sendResumeEvent(PluginResult resumeEvent

[GitHub] cordova-docs pull request #651: CB-12030: (ios) Replace invalid iOS docs lin...

2016-10-18 Thread pbakondy
GitHub user pbakondy opened a pull request: https://github.com/apache/cordova-docs/pull/651 CB-12030: (ios) Replace invalid iOS docs link ### Platforms affected iOS ### What does this PR do? fixes an invalid link ### What testing has been done on