[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2015-06-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14590449#comment-14590449
 ] 

ASF subversion and git services commented on CB-7486:
-

Commit 607e5d66add7dea9f791defe97cf62c711741d5e in cordova-plugin-statusbar's 
branch refs/heads/master from [~cjpearson]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=607e5d6
 ]

update docs for StatusBarBackgroundColor

The default value is no longer black. (CB-7486)

 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2015-06-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14590450#comment-14590450
 ] 

ASF GitHub Bot commented on CB-7486:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-statusbar/pull/20


 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2015-01-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14268634#comment-14268634
 ] 

ASF GitHub Bot commented on CB-7486:


GitHub user cjpearson opened a pull request:

https://github.com/apache/cordova-plugin-statusbar/pull/20

update docs for StatusBarBackgroundColor

The default value is no longer black. (CB-7486)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cjpearson/cordova-plugin-statusbar master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-statusbar/pull/20.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 #20


commit 607e5d66add7dea9f791defe97cf62c711741d5e
Author: Connor Pearson cjp...@gmail.com
Date:   2015-01-08T00:55:34Z

update docs for StatusBarBackgroundColor

The default value is no longer black. (CB-7486)




 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134651#comment-14134651
 ] 

ASF subversion and git services commented on CB-7486:
-

Commit 61024e50b3ffed4d7b149ccf9199cfcacd0cc5bc in cordova-plugin-statusbar's 
branch refs/heads/master from SayreBlades
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=61024e5
 ]

CB-7486 - Remove StatusBarBackgroundColor intial preference (black background) 
so background will be initially transparent

This should not be a default ios setting:
preference name=StatusBarBackgroundColor value=#00 /
It makes it impossible to unset the initial background color (for transparent 
backgrounds).  Instead just have the default as no background color (which will 
effectively be transparent), and then allow users to override that with a 
desired color.

Signed-off-by: Shazron Abdullah shaz...@apache.org


 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134652#comment-14134652
 ] 

ASF GitHub Bot commented on CB-7486:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-55671780
  
Patched: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=61024e5


 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14124545#comment-14124545
 ] 

ASF GitHub Bot commented on CB-7486:


Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-54719369
  
what preference are you setting?

@purplecabbage
risingj.com


On Fri, Sep 5, 2014 at 11:28 AM, Corentin H notificati...@github.com
wrote:

 The plugin is already installed but I cant' get the content to be white,
 otherwise I get a black opaque bar where I need a transparent one
 overlapping the WebView.

 —
 Reply to this email directly or view it on GitHub
 
https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-54663120
 .



 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14123325#comment-14123325
 ] 

ASF GitHub Bot commented on CB-7486:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-54662912
  
Filed https://issues.apache.org/jira/browse/CB-7486

@SayreBlades can you edit the title of the PR to have the prefix CB-7486? 
Thanks. This helps with some automation and linking with the JIRA issue.



 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14123391#comment-14123391
 ] 

ASF GitHub Bot commented on CB-7486:


Github user SayreBlades commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-54667095
  
@shazron done



 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)