[GitHub] cordova-docs pull request #675: CB-6275 Added iOS support icon for Backgroun...

2017-01-17 Thread mdoelker
GitHub user mdoelker opened a pull request: https://github.com/apache/cordova-docs/pull/675 CB-6275 Added iOS support icon for BackgroundColor preference iOS support was added in CB-6274 / https://github.com/apache/cordova-ios/pull/283 You can merge this pull request into a Git

[GitHub] cordova-ios issue #283: CB-6274 Added support for BackgroundColor preference

2017-01-04 Thread mdoelker
Github user mdoelker commented on the issue: https://github.com/apache/cordova-ios/pull/283 Right. Any hints what the correct place for this would be? It seems like there are no tests for any other preference yet. Would adding a test for the method to the CDVViewControllerTest.m be

[GitHub] cordova-ios pull request #283: CB-6274 Added support for BackgroundColor pre...

2016-12-30 Thread mdoelker
GitHub user mdoelker opened a pull request: https://github.com/apache/cordova-ios/pull/283 CB-6274 Added support for BackgroundColor preference Supports #RGB #RRGGBB #AARRGGBB 0xRRGGBB and 0xAARRGGBB as noted in CB-6273. Fails gracefully for invalid color values (bg remains white