[GitHub] cordova-windows issue #195: CB-11836 Allow setting of 'ForegroundText' prope...

2016-09-21 Thread tsschaffert
Github user tsschaffert commented on the issue: https://github.com/apache/cordova-windows/pull/195 Good points, I updated the changes accordingly. --- 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

[GitHub] cordova-windows issue #195: CB-11836 Allow setting of 'ForegroundText' prope...

2016-09-21 Thread tsschaffert
Github user tsschaffert commented on the issue: https://github.com/apache/cordova-windows/pull/195 1) The issue with Windows 10 should be fixed now, I handled it similarly to the 'ToastCapable' property. 2) The color argument is now passed to the manifest file unc

[GitHub] cordova-windows issue #195: CB-11836 Allow setting of 'ForegroundText' prope...

2016-09-20 Thread tsschaffert
Github user tsschaffert commented on the issue: https://github.com/apache/cordova-windows/pull/195 @daserge I will look into it --- 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

[GitHub] cordova-windows pull request #195: Allow setting of 'ForegroundText' propert...

2016-09-08 Thread tsschaffert
GitHub user tsschaffert opened a pull request: https://github.com/apache/cordova-windows/pull/195 Allow setting of 'ForegroundText' property via config.xml We had a problem when trying to release an app in the Windows Store with BackgroundColor set to white because of th

[GitHub] cordova-lib pull request: Fixed usage of npm plugins on Ubuntu Pho...

2015-11-30 Thread tsschaffert
Github user tsschaffert commented on the pull request: https://github.com/apache/cordova-lib/pull/286#issuecomment-160550271 Duplicate of #294 --- 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

[GitHub] cordova-lib pull request: Fixed usage of npm plugins on Ubuntu Pho...

2015-11-30 Thread tsschaffert
Github user tsschaffert closed the pull request at: https://github.com/apache/cordova-lib/pull/286 --- 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-lib pull request: icon parameter should not be relative to...

2015-09-23 Thread tsschaffert
Github user tsschaffert commented on the pull request: https://github.com/apache/cordova-lib/pull/299#issuecomment-142535031 Shouldn't this be handled similar to how it is done in the manifest generation of cordova-ubuntu? Then the 'www' part should be replaced by 

[GitHub] cordova-lib pull request: Fixed usage of npm plugins on Ubuntu Pho...

2015-08-26 Thread tsschaffert
GitHub user tsschaffert opened a pull request: https://github.com/apache/cordova-lib/pull/286 Fixed usage of npm plugins on Ubuntu Phone Plugins with an id in the form of cordova-plugin- could not be added to the ubuntu platform. Quick and dirty fix to avoid this problem, maybe