[jira] [Commented] (CB-10893) Allow setting status bar color on Android splashscreen

2017-03-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931606#comment-15931606
 ] 

ASF GitHub Bot commented on CB-10893:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/124
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/124/commits/135bb76329b24453021d70c01715f6353821d105)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/44//PLATFORM=android-5.1/artifact/)
 |
 



> Allow setting status bar color on Android splashscreen
> --
>
> Key: CB-10893
> URL: https://issues.apache.org/jira/browse/CB-10893
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin SplashScreen
> Environment: Android
>Reporter: Martin Buchalik
>
> When creating a custom Android theme, you can also set a status bar 
> background color.
> The splash screen doesn't seem to use the application's theme - the status 
> bar becomes black while displaying the splash screen image (no matter which 
> color I specify in android:colorPrimaryDark).
> Please add an option to set the status bar background color while the splash 
> screen image is displayed. Alternatively, inherit the application's status 
> bar settings.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10893) Allow setting status bar color on Android splashscreen

2017-03-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931602#comment-15931602
 ] 

ASF GitHub Bot commented on CB-10893:
-

GitHub user psbarrales opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/124

CB-10893: (android) Allow setting status bar color on Android splashscreen

Just like 
[cordova-plugin-statusBar](https://github.com/apache/cordova-plugin-statusbar), 
use the settings "StatusBarBackgroundColor" on config.xml for setting up the 
color.


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

$ git pull https://github.com/psbarrales/cordova-plugin-splashscreen master

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

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


commit 135bb76329b24453021d70c01715f6353821d105
Author: Pablo Barrales 
Date:   2017-03-19T05:18:48Z

backgroundStatusBar to change color of status bar by settings




> Allow setting status bar color on Android splashscreen
> --
>
> Key: CB-10893
> URL: https://issues.apache.org/jira/browse/CB-10893
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin SplashScreen
> Environment: Android
>Reporter: Martin Buchalik
>
> When creating a custom Android theme, you can also set a status bar 
> background color.
> The splash screen doesn't seem to use the application's theme - the status 
> bar becomes black while displaying the splash screen image (no matter which 
> color I specify in android:colorPrimaryDark).
> Please add an option to set the status bar background color while the splash 
> screen image is displayed. Alternatively, inherit the application's status 
> bar settings.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10893) Allow setting status bar color on Android splashscreen

2017-03-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931877#comment-15931877
 ] 

ASF GitHub Bot commented on CB-10893:
-

Github user duchuyctlk commented on a diff in the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/124#discussion_r106814440
  
--- Diff: src/android/SplashScreen.java ---
@@ -313,6 +315,22 @@ public void run() {
 
splashDialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
--- End diff --

`splashDialog.getWindow()` is repeatedly used, so i think it could be 
extracted into a variable to avoid multiple method calls.


> Allow setting status bar color on Android splashscreen
> --
>
> Key: CB-10893
> URL: https://issues.apache.org/jira/browse/CB-10893
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin SplashScreen
> Environment: Android
>Reporter: Martin Buchalik
>
> When creating a custom Android theme, you can also set a status bar 
> background color.
> The splash screen doesn't seem to use the application's theme - the status 
> bar becomes black while displaying the splash screen image (no matter which 
> color I specify in android:colorPrimaryDark).
> Please add an option to set the status bar background color while the splash 
> screen image is displayed. Alternatively, inherit the application's status 
> bar settings.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12584) Slack button not showing up in website

2017-03-19 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-12584.
---
Resolution: Fixed

Revision: http://svn.apache.org/viewvc?view=revision=1787655

> Slack button not showing up in website
> --
>
> Key: CB-12584
> URL: https://issues.apache.org/jira/browse/CB-12584
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Javascript link:
> https://slack.cordova.io
> Should be:
> http://slack.cordova.io
> Since the cordova.io re-direct does not support https.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12579) Cordova Plugins web search always returns 0 plugins

2017-03-19 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931959#comment-15931959
 ] 

Shazron Abdullah commented on CB-12579:
---

Filed: https://github.com/nodesource/npmsearch/issues/54

> Cordova Plugins web search always returns 0 plugins
> ---
>
> Key: CB-12579
> URL: https://issues.apache.org/jira/browse/CB-12579
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Timothy
>
> When navigating to https://cordova.apache.org/plugins/ the site will always 
> return zero available plugins. 
> Chrome dev tools show 2 errors.
> Error 1:
> Failed to load resource: net::ERR_INSECURE_RESPONSE
> Error 2:
> https://npmsearch.com/query?fields=name,keywords,license,description,author…ating=keywords:%22ecosystem:cordova%22=rating:desc=500=0
>  Failed to load resource: the server responded with a status of 500 (Internal 
> Server Error)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12583) Algolia Docsearch CDN url for min map changed

2017-03-19 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-12583.
---
Resolution: Not A Problem

This loading error does not occur in Chrome macOS nor Firefox macOS, so I'm 
chalking this up to a Safari caching issue.

> Algolia Docsearch CDN url for min map changed
> -
>
> Key: CB-12583
> URL: https://issues.apache.org/jira/browse/CB-12583
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> 404:
> https://cdn.jsdelivr.net/docsearch.js/1/dist/cdn/docsearch.min.js.map
> New location:
> https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js.map



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12583) Algolia Docsearch CDN url for min map changed

2017-03-19 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-12583:
-

 Summary: Algolia Docsearch CDN url for min map changed
 Key: CB-12583
 URL: https://issues.apache.org/jira/browse/CB-12583
 Project: Apache Cordova
  Issue Type: Bug
  Components: Website
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


404:
https://cdn.jsdelivr.net/docsearch.js/1/dist/cdn/docsearch.min.js.map

New location:
https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js.map



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10340) iOS app crashes often after taking photo or simply loading camera

2017-03-19 Thread Vinicius Mendes de Souza (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931909#comment-15931909
 ] 

Vinicius Mendes de Souza commented on CB-10340:
---

Did you solve this problem? I'm facing the same problem in my app...

> iOS app crashes often after taking photo or simply loading camera
> -
>
> Key: CB-10340
> URL: https://issues.apache.org/jira/browse/CB-10340
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 5.3.3
> Environment: ios 9.2
>Reporter: Ramon Macias
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: ios, mustfix, wfc
>
> I am building a hybrid app using
> - cordova-plugin-camera @ 2.0.0
> - Cordova @ 5.3.2
> - Cordova iOS @ 3.9.2
> - iOS 9.2 on iPhone 6 (64GB)
> - Ionic Lib @ 1.1
> My options are:
> {code:javascript}
> var options = {
> quality: 50,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.CAMERA,
> encodingType: Camera.EncodingType.PNG,
> saveToPhotoAlbum: false, 
> correctOrientation: true,
> targetWidth: 700,
> targetHeight: 700
> };
> {code}
> This only started happening recently when i switched from {{DATA_URL}} to 
> {{FILE_URI}}. I have gone back and forth trying to figure out the root cause, 
> but even after going back to {{DATA_URL}} the app is still crashing.
> The app crashes 99% of the time when loading the camera running the mobile 
> app in Xcode (Sometimes I don't even have to take picture). After the app 
> crashes, an Xcode alert pops up and says "Lost connection to "Ramon's iPhone".
> The app crashes about 25% of the time when running the app without Xcode. 
> There are times when it goes on a streak of crashing repeatedly for several 
> minutes.
> If i don't use the app for an hour or so, and then I try taking a photograph, 
> the likelihood of the app crashing increases to about 80% of the time.
> If there are other ways to provide more info, please advise and I'm happen to 
> help.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12579) Cordova Plugins web search always returns 0 plugins

2017-03-19 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931955#comment-15931955
 ] 

Shazron Abdullah commented on CB-12579:
---

See 
https://lists.apache.org/thread.html/cc0284e1bbc62ac9f76b5820353c95c8e10b000ab34addb7505ac74e@%3Cdev.cordova.apache.org%3E

> Cordova Plugins web search always returns 0 plugins
> ---
>
> Key: CB-12579
> URL: https://issues.apache.org/jira/browse/CB-12579
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Timothy
>
> When navigating to https://cordova.apache.org/plugins/ the site will always 
> return zero available plugins. 
> Chrome dev tools show 2 errors.
> Error 1:
> Failed to load resource: net::ERR_INSECURE_RESPONSE
> Error 2:
> https://npmsearch.com/query?fields=name,keywords,license,description,author…ating=keywords:%22ecosystem:cordova%22=rating:desc=500=0
>  Failed to load resource: the server responded with a status of 500 (Internal 
> Server Error)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12583) Algolia Docsearch CDN url for min map changed

2017-03-19 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931912#comment-15931912
 ] 

Shazron Abdullah commented on CB-12583:
---

This string does not actually occur in our docs, but in the Error Console in 
the Web Inspector for Safari. Not sure where this is loaded.

> Algolia Docsearch CDN url for min map changed
> -
>
> Key: CB-12583
> URL: https://issues.apache.org/jira/browse/CB-12583
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> 404:
> https://cdn.jsdelivr.net/docsearch.js/1/dist/cdn/docsearch.min.js.map
> New location:
> https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js.map



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12584) Slack button not showing up in website

2017-03-19 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-12584:
-

 Summary: Slack button not showing up in website
 Key: CB-12584
 URL: https://issues.apache.org/jira/browse/CB-12584
 Project: Apache Cordova
  Issue Type: Bug
  Components: Website
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


Javascript link:
https://slack.cordova.io

Should be:
http://slack.cordova.io

Since the cordova.io re-direct does not support https.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12579) Cordova Plugins web search always returns 0 plugins

2017-03-19 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-12579.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

The dev at https://github.com/nodesource/npmsearch/issues/54 fixed the issue 
and now search works again.

> Cordova Plugins web search always returns 0 plugins
> ---
>
> Key: CB-12579
> URL: https://issues.apache.org/jira/browse/CB-12579
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Timothy
>Assignee: Shazron Abdullah
>
> When navigating to https://cordova.apache.org/plugins/ the site will always 
> return zero available plugins. 
> Chrome dev tools show 2 errors.
> Error 1:
> Failed to load resource: net::ERR_INSECURE_RESPONSE
> Error 2:
> https://npmsearch.com/query?fields=name,keywords,license,description,author…ating=keywords:%22ecosystem:cordova%22=rating:desc=500=0
>  Failed to load resource: the server responded with a status of 500 (Internal 
> Server Error)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12585) Plugin search: "Last updated NaN days ago"

2017-03-19 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-12585:
-

 Summary: Plugin search: "Last updated NaN days ago"
 Key: CB-12585
 URL: https://issues.apache.org/jira/browse/CB-12585
 Project: Apache Cordova
  Issue Type: Bug
  Components: Website
Reporter: Shazron Abdullah


All search results are not getting the update date correctly -- probable API 
change.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12585) Plugin search: "Last updated NaN days ago"

2017-03-19 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15932023#comment-15932023
 ] 

Shazron Abdullah commented on CB-12585:
---

"modified" field is not returned from a search result even though requested: 
http://npmsearch.com/query/?fields=name,keywords,license,description,author,modified,homepage,version,rating=keywords:%22ecosystem:cordova%22=rating:desc

> Plugin search: "Last updated NaN days ago"
> --
>
> Key: CB-12585
> URL: https://issues.apache.org/jira/browse/CB-12585
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Shazron Abdullah
>
> All search results are not getting the update date correctly -- probable API 
> change.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12585) Plugin search: "Last updated NaN days ago"

2017-03-19 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15932030#comment-15932030
 ] 

Shazron Abdullah commented on CB-12585:
---

I filed https://github.com/nodesource/npmsearch/issues/55

> Plugin search: "Last updated NaN days ago"
> --
>
> Key: CB-12585
> URL: https://issues.apache.org/jira/browse/CB-12585
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
>Reporter: Shazron Abdullah
>
> All search results are not getting the update date correctly -- probable API 
> change.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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