[jira] [Commented] (CB-8805) Allow specifying repo versions for on-demand medic builds

2015-04-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8805:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-medic/pull/41


> Allow specifying repo versions for on-demand medic builds
> -
>
> Key: CB-8805
> URL: https://issues.apache.org/jira/browse/CB-8805
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Priority: Critical
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Right now medic only does builds from master for multi-repo builds (e.g. 
> plugins builds). There should be a way to specify the version of each repo 
> that goes into a build. This is needed for release testing and for PR testing.



--
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-8805) Allow specifying repo versions for on-demand medic builds

2015-04-19 Thread ASF subversion and git services (JIRA)

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

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

Commit 639f9a6d62f1a780ff69260690e1e990083a8ed2 in cordova-medic's branch 
refs/heads/master from [~dblotsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;h=639f9a6 ]

[CB-8805] Added ability to specify a custom repos config file via forced builds.


> Allow specifying repo versions for on-demand medic builds
> -
>
> Key: CB-8805
> URL: https://issues.apache.org/jira/browse/CB-8805
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Priority: Critical
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Right now medic only does builds from master for multi-repo builds (e.g. 
> plugins builds). There should be a way to specify the version of each repo 
> that goes into a build. This is needed for release testing and for PR testing.



--
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] [Created] (CB-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-04-19 Thread Chris Karcher (JIRA)
Chris Karcher created CB-8875:
-

 Summary: Splash screen no longer fades when FadeSplashScreen=true
 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher


After upgrading to the latest version of the plugin with the fix for [CB-8836], 
the splash screen in my iOS app no longer fades even though 
FadeSplashScreen=true.

This is the commit that addresses CB-8836:
[https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]

I've found that wrapping the entire call to [UIView transitionWithView] with a 
dispatch_async (rather than the individual animation and completion blocks) 
fixes the issue.



--
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-8815) Possibility to clear the cache in iOS

2015-04-19 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-8815:
--

are you sure you don't have that options on iOS?
I can see them on the plugin's readme

And according to this pull request it was added a year ago
https://github.com/apache/cordova-plugin-inappbrowser/pull/34

0.4.0 (Apr 17, 2014)

CB-6360: [ios] Fix for crash on iOS < 6.0 (closes #37)
CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is 
no history -> InAppBrowser is closed
[WP] await async calls, resolve warnings
[WP] Make InAppBrowser work with embedded files, using system behavior
CB-6402: [WP8] pass empty string instead of null for [optional] 
windowFeatures string
CB-6422: [windows8] use cordova/exec/proxy
CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like 
Android)
Doc update: event name and example param (closes #31)
CB-6253: [WP] Add Network Capability to WMAppManifest.xml
CB-6212: [iOS] fix warnings compiled under arm64 64-bit
CB-6218: Update docs for BB10
CB-6460: Update license headers


> Possibility to clear the cache in iOS
> -
>
> Key: CB-8815
> URL: https://issues.apache.org/jira/browse/CB-8815
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: iOS, Plugin InAppBrowser
>Reporter: Ruben Biesemans
>Assignee: jcesarmobile
>Priority: Minor
>  Labels: newbie
>
> There's no possibility to clear the cache of the browser on iOS at the 
> moment. Only for Android.
> Googling a solution for iOS I found the following:
> http://anexinetmobility.blogspot.be/2013/10/clearing-inappbrowser-cache-on-ios-with.html
> Which seems to work for me.
> So is it not possible to provide some kind of way of exposing this the same 
> way as for android (option on window.open that triggers the clearcache)?



--
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] [Assigned] (CB-8815) Possibility to clear the cache in iOS

2015-04-19 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-8815:


Assignee: jcesarmobile

> Possibility to clear the cache in iOS
> -
>
> Key: CB-8815
> URL: https://issues.apache.org/jira/browse/CB-8815
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: iOS, Plugin InAppBrowser
>Reporter: Ruben Biesemans
>Assignee: jcesarmobile
>Priority: Minor
>  Labels: newbie
>
> There's no possibility to clear the cache of the browser on iOS at the 
> moment. Only for Android.
> Googling a solution for iOS I found the following:
> http://anexinetmobility.blogspot.be/2013/10/clearing-inappbrowser-cache-on-ios-with.html
> Which seems to work for me.
> So is it not possible to provide some kind of way of exposing this the same 
> way as for android (option on window.open that triggers the clearcache)?



--
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] [Closed] (CB-8273) InAppBrowser Plugin and Image scale in IOS

2015-04-19 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-8273.

Resolution: Cannot Reproduce

Can't reproduce, didn't get an answer from the issue author after 2 weeks and 
it seems a typo on the code used

> InAppBrowser Plugin and Image scale in IOS
> --
>
> Key: CB-8273
> URL: https://issues.apache.org/jira/browse/CB-8273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 3.5.0
> Environment: cordova 4.1.2
> ios 7.1.2
>Reporter: max putilob
>Assignee: jcesarmobile
>
> When I open image in InAppBrowser like this
> window.open("http://img.jpeg";, "_blank”, 
> “location=no,EnableViewPortScale=yes")
> The Image is opened but I cant scale it, this is specific for ios device 
> only, for android all work correctly.



--
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] [Closed] (CB-8518) InAppBrowser fails to open external urls in system browser (naive fix included)

2015-04-19 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-8518.

Resolution: Cannot Reproduce

Can't reproduce and issue author didn't answer after 2 weeks

> InAppBrowser fails to open external urls in system browser (naive fix 
> included)
> ---
>
> Key: CB-8518
> URL: https://issues.apache.org/jira/browse/CB-8518
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 0.6.1
> Environment: ios 8.1, tested in ipad air emulator
>Reporter: Achim Staebler
>Assignee: jcesarmobile
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Attempts to open an external url with
> window.open("http://www.apache.org";, "_system");
> fail silently. The root cause is line 91, where an absolute URL is 
> constructed from the app's base URL and the url passed to window.open:
> {code}
> NSURL* absoluteUrl = [[NSURL URLWithString:url relativeToURL:baseUrl] 
> absoluteURL];
> {code}
>  However, cordova resources are served via file:// scheme, so absoluteURL 
> will be nil in this case. My suggested fix compares the URL's schemes and 
> skips creating a relative url when this clearly does not work:
> {code}
> NSURL* absoluteUrl;
> NSURL* urlTarget = [NSURL URLWithString:url];
> if ([urlTarget.scheme isEqualToString:baseUrl.scheme]) {
> // same protocol, can use relative URL Relative to base
> absoluteUrl = [[NSURL URLWithString:url relativeToURL:baseUrl] 
> absoluteURL];
> } else {
> absoluteUrl = urlTarget;
> }
> {code}
> I'm not submitting this as a pull request because I'm not certain about the 
> portential security implications this native fix might have.



--
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] [Resolved] (CB-8839) WKWebView ignores DisallowOverscroll preference

2015-04-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-8839.
--
   Resolution: Fixed
Fix Version/s: 4.0.0

> WKWebView ignores DisallowOverscroll preference
> ---
>
> Key: CB-8839
> URL: https://issues.apache.org/jira/browse/CB-8839
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Tommy-Carlos Williams
>Assignee: Shazron Abdullah
> Fix For: 4.0.0
>
>
> Using the WKWebView plugin, DisallowOverscroll seems to be being ignored.



--
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-8839) WKWebView ignores DisallowOverscroll preference

2015-04-19 Thread ASF subversion and git services (JIRA)

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

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

Commit 8507344ccd3857a24daa669c59731df4a7a75598 in cordova-plugins's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugins.git;h=8507344 ]

CB-8839 - WKWebView ignores DisallowOverscroll preference


> WKWebView ignores DisallowOverscroll preference
> ---
>
> Key: CB-8839
> URL: https://issues.apache.org/jira/browse/CB-8839
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Tommy-Carlos Williams
>Assignee: Shazron Abdullah
>
> Using the WKWebView plugin, DisallowOverscroll seems to be being ignored.



--
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] [Updated] (CB-8839) WKWebView ignores DisallowOverscroll preference

2015-04-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-8839:
-
Issue Type: Sub-task  (was: Bug)
Parent: CB-7991

> WKWebView ignores DisallowOverscroll preference
> ---
>
> Key: CB-8839
> URL: https://issues.apache.org/jira/browse/CB-8839
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Tommy-Carlos Williams
>Assignee: Shazron Abdullah
>
> Using the WKWebView plugin, DisallowOverscroll seems to be being ignored.



--
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-8868) ios 4.0.x cannot archive

2015-04-19 Thread ASF subversion and git services (JIRA)

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

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

Commit eae96ab39937da01d2614702374d2741b0a020cb in cordova-ios's branch 
refs/heads/4.0.x from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=eae96ab ]

CB-8868 - ios 4.0.x cannot archive


> ios 4.0.x cannot archive
> 
>
> Key: CB-8868
> URL: https://issues.apache.org/jira/browse/CB-8868
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Winston
> Fix For: 4.0.0
>
>
> The current (16 April 2015) version of the ios platform on brach 4.0.x is 
> unable to archive the project. If I create an empty project, open XCode, and 
> run the project on my iPad it works fine. When I try to archive it for 
> distribution, it gives the error below. Presumably it's some problem of 
> include paths. At first I thought it might be a the release settings since 
> Archive uses release, but if you change your XCode Scheme to use debug 
> settings for Archive, you still get that error.
> ```
> In file included from 
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.m:28:
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.h:28:9:
>  fatal error: 'Cordova/CDVViewController.h' file not found
> #import 
> ^
> 1 error generated.
> ```



--
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] [Resolved] (CB-8868) ios 4.0.x cannot archive

2015-04-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-8868.
--
   Resolution: Fixed
Fix Version/s: 4.0.0
 Assignee: Shazron Abdullah

> ios 4.0.x cannot archive
> 
>
> Key: CB-8868
> URL: https://issues.apache.org/jira/browse/CB-8868
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Winston
>Assignee: Shazron Abdullah
> Fix For: 4.0.0
>
>
> The current (16 April 2015) version of the ios platform on brach 4.0.x is 
> unable to archive the project. If I create an empty project, open XCode, and 
> run the project on my iPad it works fine. When I try to archive it for 
> distribution, it gives the error below. Presumably it's some problem of 
> include paths. At first I thought it might be a the release settings since 
> Archive uses release, but if you change your XCode Scheme to use debug 
> settings for Archive, you still get that error.
> ```
> In file included from 
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.m:28:
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.h:28:9:
>  fatal error: 'Cordova/CDVViewController.h' file not found
> #import 
> ^
> 1 error generated.
> ```



--
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] [Comment Edited] (CB-8868) ios 4.0.x cannot archive

2015-04-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah edited comment on CB-8868 at 4/19/15 7:22 AM:
---

The header path fix is in two areas:
1. cordova/build.xcconfig -- remove the enveloping quotes in 
HEADER_SEARCH_PATHS, quote each of the three terms instead
2. Move all Private headers in CordovaLib Build Phases to Project headers


was (Author: shazron):
The header path fix is in two areas:
1. cordova/build.xcconfig -- remove the enveloping quotes in 
HEADER_SEARCH_PATHS, quote each of the three terms instead
2. In the HEADER_SEARCH_PATHS Build Setting for the Target, add "$inherited"

> ios 4.0.x cannot archive
> 
>
> Key: CB-8868
> URL: https://issues.apache.org/jira/browse/CB-8868
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Winston
>
> The current (16 April 2015) version of the ios platform on brach 4.0.x is 
> unable to archive the project. If I create an empty project, open XCode, and 
> run the project on my iPad it works fine. When I try to archive it for 
> distribution, it gives the error below. Presumably it's some problem of 
> include paths. At first I thought it might be a the release settings since 
> Archive uses release, but if you change your XCode Scheme to use debug 
> settings for Archive, you still get that error.
> ```
> In file included from 
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.m:28:
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.h:28:9:
>  fatal error: 'Cordova/CDVViewController.h' file not found
> #import 
> ^
> 1 error generated.
> ```



--
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-8868) ios 4.0.x cannot archive

2015-04-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-8868:
--

The header path fix is in two areas:
1. cordova/build.xcconfig -- remove the enveloping quotes in 
HEADER_SEARCH_PATHS, quote each of the three terms instead
2. In the HEADER_SEARCH_PATHS Build Setting for the Target, add "$inherited"

> ios 4.0.x cannot archive
> 
>
> Key: CB-8868
> URL: https://issues.apache.org/jira/browse/CB-8868
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Winston
>
> The current (16 April 2015) version of the ios platform on brach 4.0.x is 
> unable to archive the project. If I create an empty project, open XCode, and 
> run the project on my iPad it works fine. When I try to archive it for 
> distribution, it gives the error below. Presumably it's some problem of 
> include paths. At first I thought it might be a the release settings since 
> Archive uses release, but if you change your XCode Scheme to use debug 
> settings for Archive, you still get that error.
> ```
> In file included from 
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.m:28:
> /Users/winstonwolff/steveandkate/cordova-test/cordova_test/platforms/ios/CordovaTest/Classes/AppDelegate.h:28:9:
>  fatal error: 'Cordova/CDVViewController.h' file not found
> #import 
> ^
> 1 error generated.
> ```



--
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