[jira] [Updated] (CB-10999) Cordova-windows platform release April 5, 2016

2016-04-04 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov updated CB-10999:
--
Summary: Cordova-windows platform release April 5, 2016  (was: 
Cordova-windows platform release March 31, 2016)

> Cordova-windows platform release April 5, 2016
> --
>
> Key: CB-10999
> URL: https://issues.apache.org/jira/browse/CB-10999
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: release, windows
> Fix For: 4.3.2
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-10857) Camera.getPicture return null for Google Drive (camera 2.1.1)

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10857:
-

Github user jcesarmobile commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/198#issuecomment-205672785
  
I like the idea, if we can get the real name, then the new image should be 
realname-modified-timestap, if we can't get the real name, then just use 
modified-timestamp.

About the cache, it seems that we should clean it.

> When the device is low on internal storage space, Android may delete 
these cache files to recover space. However, you should not rely on the system 
to clean up these files for you. You should always maintain the cache files 
yourself and stay within a reasonable limit of space consumed, such as 1MB. 
When the user uninstalls your application, these files are removed.



http://developer.android.com/intl/es/guide/topics/data/data-storage.html#ExternalCache


> Camera.getPicture return null for Google Drive (camera 2.1.1)
> -
>
> Key: CB-10857
> URL: https://issues.apache.org/jira/browse/CB-10857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Android - Tested on 6.0.1
>Reporter: Dagfinn Parnas
>Assignee: Richard B Knoll
>  Labels: android, mustfix, reproduced, triaged
> Attachments: Filepicker_google_drive.png
>
>
> Camera.getPicture returns null for pictures and other files when using Google 
> Drive in version 2.1.1. Other sources in the generic file picker such as 
> Images, Photos and Astro File Manager works. 
> The camera plugin gets a null value in processResultFromGallery
> 03-14 10:21:00.066: D/CameraLauncher(21662): File locaton is: null
> The return value from the file picker is
> content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000 
> (see android log below)
> Code sample:
> {code}
> navigator.camera.getPicture(onPhotoURISuccess, onFail, {
> quality: 50,
> correctOrientation: true,
> destinationType: destinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> mediaType: Camera.MediaType.ALLMEDIA,
> });
> {code}
> Android log: 
> {code}
> 03-14 10:48:31.969: I/ActivityManager(914): Displayed 
> com.android.documentsui/.DocumentsActivity: +146ms (total +172ms)
> 03-14 10:48:31.974: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=2, sortOrder=2
> 03-14 10:48:40.310: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:44.279: D/NetlinkSocketObserver(914): 
> NeighborEvent{elapsedMs=447463541, 10.4.67.1, [FEA087606419], RTM_NEWNEIGH, 
> NUD_STALE}
> 03-14 10:48:45.778: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:46.192: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 55
> 03-14 10:48:48.832: I/Atfwd_Sendcmd(1677): AtCmdFwd service not ready - 
> Exhausted retry attempts - :6
> 03-14 10:48:48.833: I/Atfwd_Daemon(1677): result : -1  ,Init step :2  
>  ,qmiErrorCode: 0
> 03-14 10:48:49.211: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 56
> 03-14 10:48:49.243: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:52.028: D/Documents(19828): onFinished() 
> [content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000]
> 03-14 10:48:52.049: D/CordovaInterfaceImpl(2469): Sending activity result to 
> plugin
> 03-14 10:48:52.051: D/CameraLauncher(2469): File locaton is: null
> 03-14 10:48:52.056: I/chromium(2469): [INFO:CONSOLE(39)] "onPhotoURISuccess: 
> null", source: 
> file:///android_asset/www/neptune/public/application/z_cats_login_bouvet/js/loglevel-persistlogstrings.js
>  (39)
> {code}
> Related to https://issues.apache.org/jira/browse/CB-10270
> PS Updated android log



--
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-10766) resume and pause events not firing in Windows / Windows Phone 8.1 and 10

2016-04-04 Thread Ugljesa Erceg (JIRA)

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

Ugljesa Erceg commented on CB-10766:


+1. I have tested this and I can confirm the same behaviour. Also +1 for 
documenting this behaviour. As far as I am concerned, issue can be closed.

Thank you very much for all your help.

> resume and pause events not firing in Windows / Windows Phone 8.1 and 10
> 
>
> Key: CB-10766
> URL: https://issues.apache.org/jira/browse/CB-10766
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 6.0.0
> Environment: Windows 10, Visual Studio 2015
>Reporter: Ugljesa Erceg
>Assignee: Raghav Katyal
>Priority: Critical
>  Labels: wfc, windows
>
> I have generated Cordova app and added windows platform to it. I am using 
> Visual Studio 2015 to open the project and app runs just fine. For me it is 
> very important to subscribe to certain Cordova events. Among others: 
> deviceready, resume and pause. I subscribe to deviceready like this in 
> index.js:
> document.addEventListener('deviceready', this.onDeviceReady, false);
> And I get this event fired by Cordova and received when running the app on 
> Windows Phone 8.1, Windows Phone (with Windows 10) and Windows 10 (desktop).
> After 'deviceready' event is fired, I am subscribing to 'resume' and 'pause' 
> events. I tried with single and double quotes (it doesn't look like it should 
> make any difference):
> document.addEventListener('resume', onResume, false);
> document.addEventListener('pause', onPause, false);
> But these events are not getting fired when I bring my app to 
> background/foreground. I was testing while debugging or if app is built in 
> release mode. No way that I can trigger any of these methods (onResume or 
> onPause). Only way I saw onPause getting triggered is when I debug app in 
> Visual Studio and once I hit Stop button (to terminate debugging session), in 
> that moment onPause gets triggered.
> Is this known bug or "normal" behaviour?



--
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-10766) resume and pause events not firing in Windows / Windows Phone 8.1 and 10

2016-04-04 Thread Roberto De Simone (JIRA)

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

Roberto De Simone commented on CB-10766:


I can confirm the behavior. The events are firing on a real device without 
debugging or to trigger the process lifestyle management events in Visual 
Studio while debugging. I think this issue needs some documentation but 
otherwise it can be closed.

> resume and pause events not firing in Windows / Windows Phone 8.1 and 10
> 
>
> Key: CB-10766
> URL: https://issues.apache.org/jira/browse/CB-10766
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 6.0.0
> Environment: Windows 10, Visual Studio 2015
>Reporter: Ugljesa Erceg
>Assignee: Raghav Katyal
>Priority: Critical
>  Labels: wfc, windows
>
> I have generated Cordova app and added windows platform to it. I am using 
> Visual Studio 2015 to open the project and app runs just fine. For me it is 
> very important to subscribe to certain Cordova events. Among others: 
> deviceready, resume and pause. I subscribe to deviceready like this in 
> index.js:
> document.addEventListener('deviceready', this.onDeviceReady, false);
> And I get this event fired by Cordova and received when running the app on 
> Windows Phone 8.1, Windows Phone (with Windows 10) and Windows 10 (desktop).
> After 'deviceready' event is fired, I am subscribing to 'resume' and 'pause' 
> events. I tried with single and double quotes (it doesn't look like it should 
> make any difference):
> document.addEventListener('resume', onResume, false);
> document.addEventListener('pause', onPause, false);
> But these events are not getting fired when I bring my app to 
> background/foreground. I was testing while debugging or if app is built in 
> release mode. No way that I can trigger any of these methods (onResume or 
> onPause). Only way I saw onPause getting triggered is when I debug app in 
> Visual Studio and once I hit Stop button (to terminate debugging session), in 
> that moment onPause gets triggered.
> Is this known bug or "normal" behaviour?



--
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-11017) Long app load for iOS when using splashscreen

2016-04-04 Thread Danbardo (JIRA)
Danbardo created CB-11017:
-

 Summary: Long app load for iOS when using splashscreen
 Key: CB-11017
 URL: https://issues.apache.org/jira/browse/CB-11017
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, iOS, Plugin SplashScreen
Affects Versions: 3.5.0
Reporter: Danbardo


Hey,
I've recently started using the cordova.splashscreen plugin and I have noticed 
it causes very long loading times in iOS.

When installing this plugin on my iOS application the loading time increased 
from 1 second to sometimes over 10 seconds. I have tried a number of different 
configurations to try and find the source of the problem with no success.

My current, best performing, configuration is:
 





and I have set a listener to run navigator.splashscreen.hide() on device load.

With the same configuration on an Android device, the application takes around 
1 second to load, it shows the splash screen then hides when the application 
has loaded.

I have noticed with iOS, when I load up the application it shows the splash 
screen, waits maybe 4 seconds, then starts loading up the cordova application 
(I can see cordova plugins being loaded in the debug window), waits another 
6ish second then hides the splash screen.

I have not been able to find any resolutions to this issue online.



--
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-10815) Android emulator sometimes shows as offline in the Windows CI

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10815.

Resolution: Duplicate

> Android emulator sometimes shows as offline in the Windows CI
> -
>
> Key: CB-10815
> URL: https://issues.apache.org/jira/browse/CB-10815
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: Windows
>Reporter: Richard B Knoll
>Priority: Minor
>  Labels: android, found-by-ci, triaged
>
> Occasionally, the Android emulator will start up but be "offline" and the 
> build will fail (running tests and getting logs). This is being marked as 
> minor, because the OS X Android builder works fine and this only happens 
> roughly once per day.
> Relevant log for run step:
> {code}
> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55
> [MEDIC LOG Tue, 08 Mar 2016 19:47:51 GMT] no device found, so switching to 
> emulator
> [MEDIC LOG Tue, 08 Mar 2016 19:47:51 GMT] Attempting to start Android emulator
> Error: Failed to deploy to device, no devices found.
> {code}
> Relevant log for log step:
> {code}
> [MEDIC LOG Tue, 08 Mar 2016 20:12:52 GMT] running:
> [MEDIC LOG Tue, 08 Mar 2016 20:12:52 GMT] adb devices
> List of devices attached
> emulator-5554 offline
> [MEDIC LOG Tue, 08 Mar 2016 20:12:53 GMT] running:
> [MEDIC LOG Tue, 08 Mar 2016 20:12:53 GMT] adb logcat -d
> {code}



--
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-10559) [Android] cordova-plugin-device-motion CI tests failing

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10559.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> [Android] cordova-plugin-device-motion CI tests failing
> ---
>
> Key: CB-10559
> URL: https://issues.apache.org/jira/browse/CB-10559
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Device Motion
>Reporter: Omar Mefire
>Assignee: Alexander Sorokin
>Priority: Minor
>  Labels: android, found-by-ci
>
> Link:
> Log:
> =
> Failing tests:
> cordova-plugin-device-motion-tests.tests >> Accelerometer 
> (navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
> callback Acceleration object should return a recent timestamp
> Expected 1454675693383 to be greater than 1454675693402.
> Error: Expected 1454675693383 to be greater than 1454675693402.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeGreaterThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:183:33)
> at 
> file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:152:21
> elapsedTime=0.646644



--
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-10783) Flaky media test in iOS

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10783.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Flaky media test in iOS
> ---
>
> Key: CB-10783
> URL: https://issues.apache.org/jira/browse/CB-10783
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Media
>Reporter: Richard B Knoll
>Assignee: Sarangan Rajamanickam
>  Labels: found-by-ci, ios
>
> {code}
> cordova-plugin-media-tests.tests >> Media actual playback media.spec.17 
> duration should be set properly
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/746B9F0F-004E-4950-B441-DB5A505104FB/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js
>  (line 1764)
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/746B9F0F-004E-4950-B441-DB5A505104FB/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:32
> {code}
> Shows up sometimes in the CI



--
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-10740) Media Tests Failing for Android Win

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10740.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Media Tests Failing for Android Win
> ---
>
> Key: CB-10740
> URL: https://issues.apache.org/jira/browse/CB-10740
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>  Labels: found-by-ci
>
> Link 
> https://ci.apache.org/builders/cordova-android-win/builds/1740/steps/getting-test-results/logs/stdio
> {code}
>  cordova-plugin-media-tests.tests >> Media actual playback media.spec.16 
> position should be set properly
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-media-tests.tests >> Media actual playback media.spec.17 
> duration should be set properly
> media1 = new Media - Error creating Media object. Media file: 
> https://cordova.apache.org/downloads/BlueZedEx.mp3
> Error: media1 = new Media - Error creating Media object. Media 
> file: https://cordova.apache.org/downloads/BlueZedEx.mp3
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toFailWithMessage 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at failed 
> (file:///android_asset/www/plugins/cordova-plugin-media-tests/tests.js:35:22)
> at Function.Media.onStatus 
> (file:///android_asset/www/plugins/cordova-plugin-media/www/Media.js:192:46)
> at onMessageFromNative 
> (file:///android_asset/www/plugins/cordova-plugin-media/www/Media.js:212:15)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-media-tests.tests >> Media actual playback media.spec.20 
> should be able to resume playback after pause
> media1 = new Media - Error creating Media object. Media file: 
> https://cordova.apache.org/downloads/BlueZedEx.mp3
> Error: media1 = new Media - Error creating Media object. Media 
> file: https://cordova.apache.org/downloads/BlueZedEx.mp3
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toFailWithMessage 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at failed 
> (file:///android_asset/www/plugins/cordova-plugin-media-tests/tests.js:35:22)
> at Function.Media.onStatus 
> (file:///android_asset/www/plugins/cordova-plugin-media/www/Media.js:192:46)
> at onMessageFromNative 
> (file:///android_asset/www/plugins/cordova-plugin-media/www/Media.js:212:15)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> media1 = new Media - Error creating Media object. Media file: 
> https://cordova.apache.org/downloads/BlueZedEx.mp3
> Error: media1 = new Media - Error creating Media object. Media 
> file: https://cordova.apache.org/downloads/BlueZedEx.mp3
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:

[jira] [Resolved] (CB-10596) Android OSX builds finish with warning over mobilespec localxhr tests

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10596.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Android OSX builds finish with warning over mobilespec localxhr tests
> -
>
> Key: CB-10596
> URL: https://issues.apache.org/jira/browse/CB-10596
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Priority: Minor
>  Labels: cordova-android-osx, found-by-ci
>
> Recent builds with failure:
> https://ci.apache.org/builders/cordova-android-osx/builds/1771
> https://ci.apache.org/builders/cordova-android-osx/builds/1773
> https://ci.apache.org/builders/cordova-android-osx/builds/1774
> Build log:
> Getting test results for cordova-android-osx-1771-buildbot-vm
> Results at 
> http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-osx-1771-buildbot-vm__4.4.4__sdk
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23



--
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-10545) Mobilespec: Connection to the other side lost

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10545.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Mobilespec: Connection to the other side lost
> -
>
> Key: CB-10545
> URL: https://issues.apache.org/jira/browse/CB-10545
> Project: Apache Cordova
>  Issue Type: Test
>  Components: iOS
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> Link:
> https://ci.apache.org/builders/cordova-ios/builds/1666/steps/running-tests/logs/stdio
> ===
> File Content:
> CompileAssetCatalog build/device/mobilespec.app mobilespec/Images.xcassets
> cd /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios
> export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/buildbot/Developer/android-sdk-macosx/tools:/Users/buildbot/Developer/android-sdk-macosx/platform-tools"
> /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format 
> human-readable-text --notices --warnings --export-dependency-info 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/assetcatalog_dependencies
>  --output-partial-info-plist 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/assetcatalog_generated_info.plist
>  --app-icon AppIcon --launch-image LaunchImage --compress-pngs 
> --enable-on-demand-resources YES --target-device iphone --target-device ipad 
> --minimum-deployment-target 8.0 --platform iphoneos --compile 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
>  
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/mobilespec/Images.xcassets
> remoteFailed: [Failure instance: Traceback (failure with no frames):  'twisted.internet.error.ConnectionLost'>: Connection to the other side was 
> lost in a non-clean fashion.
> ]



--
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-10647) Battery Plugin crash on Android

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10647.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Battery Plugin crash on Android
> ---
>
> Key: CB-10647
> URL: https://issues.apache.org/jira/browse/CB-10647
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Battery Status
>Reporter: Dmitry Blotsky
>Priority: Minor
>  Labels: Flaky, found-by-ci, triaged
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Build: https://ci.apache.org/builders/cordova-android-win/builds/1644
> Output: 
> https://ci.apache.org/builders/cordova-android-win/builds/1644/steps/running-tests/logs/stdio
> Error:
> {noformat}
> E/AndroidRuntime( 1151): java.lang.RuntimeException: Error receiving 
> broadcast Intent { act=android.intent.action.BATTERY_CHANGED flg=0x6010 
> (has extras) } in org.apache.cordova.batterystatus.BatteryListener$1@b22f95d0
> E/AndroidRuntime( 1151):at 
> android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:769)
> E/AndroidRuntime( 1151):at 
> android.os.Handler.handleCallback(Handler.java:733)
> E/AndroidRuntime( 1151):at 
> android.os.Handler.dispatchMessage(Handler.java:95)
> E/AndroidRuntime( 1151):at android.os.Looper.loop(Looper.java:136)
> E/AndroidRuntime( 1151):at 
> android.app.ActivityThread.main(ActivityThread.java:5001)
> E/AndroidRuntime( 1151):at java.lang.reflect.Method.invokeNative(Native 
> Method)
> E/AndroidRuntime( 1151):at 
> java.lang.reflect.Method.invoke(Method.java:515)
> E/AndroidRuntime( 1151):at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
> E/AndroidRuntime( 1151):at 
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
> E/AndroidRuntime( 1151):at dalvik.system.NativeStart.main(Native Method)
> E/AndroidRuntime( 1151): Caused by: java.lang.NullPointerException
> E/AndroidRuntime( 1151):at 
> org.apache.cordova.batterystatus.BatteryListener.sendUpdate(BatteryListener.java:160)
> E/AndroidRuntime( 1151):at 
> org.apache.cordova.batterystatus.BatteryListener.updateBatteryInfo(BatteryListener.java:148)
> E/AndroidRuntime( 1151):at 
> org.apache.cordova.batterystatus.BatteryListener.access$000(BatteryListener.java:34)
> E/AndroidRuntime( 1151):at 
> org.apache.cordova.batterystatus.BatteryListener$1.onReceive(BatteryListener.java:72)
> E/AndroidRuntime( 1151):at 
> android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:759)
> E/AndroidRuntime( 1151):... 9 more
> W/ActivityManager(  372):   Force finishing activity 
> org.apache.mobilespec/.MainActivity
> {noformat}



--
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-10437) getCurrentPosition success CB not being called with a Position object

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10437.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> getCurrentPosition success CB not being called with a Position object
> -
>
> Key: CB-10437
> URL: https://issues.apache.org/jira/browse/CB-10437
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Richard B Knoll
>Priority: Minor
>  Labels: found-by-ci, triaged, wp8
>
> A link to the build: 
> https://ci.apache.org/builders/cordova-wp8/builds/1405/steps/getting-test-results/logs/stdio
> Here is the stack trace:
> {code}
> cordova-plugin-geolocation-tests.tests >> getCurrentPosition method 
> success callback geolocation.spec.6 should be called with a Position object
> Expected false to be true.
> Error: Expected false to be true.
>at stack 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:1455:11)
>at buildExpectationResult 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:1422:5)
>at expectationResultFactory 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:572:11)
>at addExpectationResult 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:321:5)
>at addExpectationResult 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:516:9)
>at Anonymous function 
> (x-wmapp0:www/cdvtests/jasmine-2.2.0/jasmine.js:1379:7)
>at fail 
> (x-wmapp0:www/cdvtests/../plugins/cordova-plugin-geolocation-tests/tests.js:32:13)
>at Anonymous function 
> (x-wmapp0:www/cdvtests/../plugins/cordova-plugin-geolocation-tests/tests.js:153:25)
> {code}



--
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-10511) Occasional core dump in mobilespec results

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam resolved CB-10511.

Resolution: Fixed

Resolving as this is old issue and has not occured recently. 

> Occasional core dump in mobilespec results
> --
>
> Key: CB-10511
> URL: https://issues.apache.org/jira/browse/CB-10511
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Reporter: Richard B Knoll
>Priority: Minor
>  Labels: android, found-by-ci, triaged
>
> Logs are here: 
> https://ci.apache.org/builders/cordova-android-osx/builds/1675/steps/gathering-logs/logs/stdio
> Only happens some of the time, but causes mobilespec to crash.
> ===
> Log Content:
> ...
> I/WindowState(  367): WIN DEATH: Window{b206f7f0 u0 
> org.apache.mobilespec/org.apache.mobilespec.MainActivity}
> I/ActivityManager(  367): Delaying start of: ServiceRecord{b205d318 u0 
> com.android.exchange/.service.EmailSyncAdapterService}
> I/ActivityManager(  367): Start proc com.android.exchange for service 
> com.android.exchange/.service.EmailSyncAdapterService: pid=1156 uid=10025 
> gids={50025, 3003, 1028, 1015}
> D/ConnectivityService(  367): Sampling interval elapsed, updating statistics 
> ..
> D/ConnectivityService(  367): Done.
> D/ConnectivityService(  367): Setting timer for 720seconds
> D/(  367): Setting time of day to sec=1454436622
> D/MobileDataStateTracker(  367): default: setPolicyDataEnable(enabled=true)
> W/EGL_emulation(  567): eglSurfaceAttrib not implemented
> I/ActivityManager(  367): Delay finish: 
> com.android.settings/.widget.SettingsAppWidgetProvider
> I/ActivityManager(  367): Resuming delayed broadcast
> E/BluetoothAdapter(  823): Bluetooth binder is null
> D/AlertReceiver( 1060): onReceive: a=android.intent.action.PROVIDER_CHANGED 
> Intent { act=android.intent.action.PROVIDER_CHANGED 
> dat=content://com.android.calendar flg=0x10 
> cmp=com.android.calendar/.alerts.AlertReceiver }
> D/AlertService( 1060): 0 Action = android.intent.action.PROVIDER_CHANGED
> I/ActivityManager(  367): Delay finish: 
> com.android.calendar/.alerts.AlertReceiver
> I/ActivityManager(  367): Resuming delayed broadcast
> I/ActivityManager(  367): Delay finish: 
> com.android.providers.calendar/.CalendarProviderBroadcastReceiver
> I/ActivityManager(  367): Resuming delayed broadcast
> I/ActivityManager(  367): Delay finish: 
> com.android.mms/.transaction.SmsReceiver
> V/SmsReceiverService( 1030): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
> I/ActivityManager(  367): Resuming delayed broadcast
> V/AlarmClock( 1082): AlarmInitReceiver android.intent.action.TIME_SET
> D/dalvikvm(  367): GC_EXPLICIT freed 864K, 20% free 6443K/8052K, paused 
> 6ms+7ms, total 78ms
> D/dalvikvm( 1082): GC_CONCURRENT freed 398K, 14% free 2965K/3432K, paused 
> 4ms+10ms, total 88ms
> I/AlarmClock( 1082): Displaying next alarm time: ''
> V/AlarmClock( 1082): AlarmInitReceiver finished
> W/InputMethodManagerService(  367): Got RemoteException sending 
> setActive(false) notification to pid 924 uid 10109
> W/Binder  (  541): Caught a RuntimeException from the binder stub 
> implementation.
> W/Binder  (  541): java.lang.NullPointerException
> W/Binder  (  541):at 
> android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
> W/Binder  (  541):at 
> com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
> W/Binder  (  541):at android.os.Binder.execTransact(Binder.java:404)
> W/Binder  (  541):at dalvik.system.NativeStart.run(Native Method)
> I/Choreographer(  567): Skipped 91 frames!  The application may be doing too 
> much work on its main thread.
> I/GlobalDismissManager( 1060): no sender configured
> D/AlertService( 1060): Beginning updateAlertNotification
> I/ActivityManager(  367): Waited long enough for: ServiceRecord{b20a6d48 u0 
> com.android.calendar/.alerts.InitAlarmsService}
> D/AlertService( 1060): No fired or scheduled alerts
> D/dalvikvm( 1060): GC_CONCURRENT freed 290K, 11% free 2974K/3332K, paused 
> 5ms+2ms, total 73ms
> E/StrictMode( 1060): A resource was acquired at attached stack trace but 
> never released. See java.io.Closeable for information on avoiding resource 
> leaks.
> E/StrictMode( 1060): java.lang.Throwable: Explicit termination method 'close' 
> not called
> E/StrictMode( 1060):  at dalvik.system.CloseGuard.open(CloseGuard.java:184)
> E/StrictMode( 1060):  at 
> android.content.ContentResolver$CursorWrapperInner.(ContentResolver.java:2255)
> E/StrictMode( 1060):  at 
> android.content.ContentResolver.query(ContentResolver.java:485)
> E/StrictMode( 1060):  at 
> android.content.CursorLoader.loadInBackground(CursorLoader.java:65)
> E/StrictMode( 1060):  at 
> android.content.CursorLoader.loadInBackgr

[jira] [Commented] (CB-10536) Intermitent failure of tests related to cordova-plugin-file-transfer are failing

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10536:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/137#issuecomment-205565973
  
Now with fewer CI failures! I think this is 
[CB-10536](https://issues.apache.org/jira/browse/CB-10536).


> Intermitent failure of tests related to cordova-plugin-file-transfer are 
> failing
> 
>
> Key: CB-10536
> URL: https://issues.apache.org/jira/browse/CB-10536
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
> Environment: Windows
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: android, found-by-ci
>
> Links:
> 1. 
> https://ci.apache.org/builders/cordova-android-osx/builds/1694/steps/getting-test-results/logs/stdio
> 2. https://ci.apache.org/builders/cordova-android-osx/builds/1694/steps/test
> ==
> Getting test results for cordova-android-osx-1694-buildbot-vm
> Results at 
> http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-osx-1694-buildbot-vm__4.4.4__sdk
> Total failures: 6
> Failing tests:
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.10 should be stopped by abort() right away
> Expected 776 to be less than 600.
> Error: Expected 776 to be less than 600.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeLessThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at downloadFail 
> (file:///android_asset/www/plugins/cordova-plugin-file-transfer-tests/tests.js:490:56)
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:222:9)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:295:52)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> at processMessages 
> (file:///android_asset/www/cordova.js:1104:9)
> 
> program finished with exit code 0
> elapsedTime=0.621086



--
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-10857) Camera.getPicture return null for Google Drive (camera 2.1.1)

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10857:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/198#issuecomment-205564464
  
If we can get the real image name, we should do that. However, since we are 
modifying it, we should also mark it as such and put `-modified` at the end or 
something. I've also noticed some weird behavior when we always use the same 
filename after modifying images, so we might need to timestamp those files as 
well. We just need to make sure the cache is cleared on a regular basis, I 
forget if Android handles that automatically.


> Camera.getPicture return null for Google Drive (camera 2.1.1)
> -
>
> Key: CB-10857
> URL: https://issues.apache.org/jira/browse/CB-10857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Android - Tested on 6.0.1
>Reporter: Dagfinn Parnas
>Assignee: Richard B Knoll
>  Labels: android, mustfix, reproduced, triaged
> Attachments: Filepicker_google_drive.png
>
>
> Camera.getPicture returns null for pictures and other files when using Google 
> Drive in version 2.1.1. Other sources in the generic file picker such as 
> Images, Photos and Astro File Manager works. 
> The camera plugin gets a null value in processResultFromGallery
> 03-14 10:21:00.066: D/CameraLauncher(21662): File locaton is: null
> The return value from the file picker is
> content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000 
> (see android log below)
> Code sample:
> {code}
> navigator.camera.getPicture(onPhotoURISuccess, onFail, {
> quality: 50,
> correctOrientation: true,
> destinationType: destinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> mediaType: Camera.MediaType.ALLMEDIA,
> });
> {code}
> Android log: 
> {code}
> 03-14 10:48:31.969: I/ActivityManager(914): Displayed 
> com.android.documentsui/.DocumentsActivity: +146ms (total +172ms)
> 03-14 10:48:31.974: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=2, sortOrder=2
> 03-14 10:48:40.310: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:44.279: D/NetlinkSocketObserver(914): 
> NeighborEvent{elapsedMs=447463541, 10.4.67.1, [FEA087606419], RTM_NEWNEIGH, 
> NUD_STALE}
> 03-14 10:48:45.778: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:46.192: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 55
> 03-14 10:48:48.832: I/Atfwd_Sendcmd(1677): AtCmdFwd service not ready - 
> Exhausted retry attempts - :6
> 03-14 10:48:48.833: I/Atfwd_Daemon(1677): result : -1  ,Init step :2  
>  ,qmiErrorCode: 0
> 03-14 10:48:49.211: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 56
> 03-14 10:48:49.243: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:52.028: D/Documents(19828): onFinished() 
> [content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000]
> 03-14 10:48:52.049: D/CordovaInterfaceImpl(2469): Sending activity result to 
> plugin
> 03-14 10:48:52.051: D/CameraLauncher(2469): File locaton is: null
> 03-14 10:48:52.056: I/chromium(2469): [INFO:CONSOLE(39)] "onPhotoURISuccess: 
> null", source: 
> file:///android_asset/www/neptune/public/application/z_cats_login_bouvet/js/loglevel-persistlogstrings.js
>  (39)
> {code}
> Related to https://issues.apache.org/jira/browse/CB-10270
> PS Updated android log



--
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-10942) Cannot for links in that site, if you have

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10942:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/211


> Cannot https://foo.bar"; /> for links in that site, if 
> you have https://*"; />
> 
>
> Key: CB-10942
> URL: https://issues.apache.org/jira/browse/CB-10942
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> https://github.com/apache/cordova-ios/blob/6221bd7c7f54421a158cd18d1ecb8ee88247db07/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m#L74
> 1. Re-factor that method so it is testable
> 2. Add Obj-C tests to test this case



--
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-10942) Cannot for links in that site, if you have

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

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

CB-10942 - Cannot https://foo.bar"; /> for links in that 
site, if you have https://*"; />


> Cannot https://foo.bar"; /> for links in that site, if 
> you have https://*"; />
> 
>
> Key: CB-10942
> URL: https://issues.apache.org/jira/browse/CB-10942
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> https://github.com/apache/cordova-ios/blob/6221bd7c7f54421a158cd18d1ecb8ee88247db07/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m#L74
> 1. Re-factor that method so it is testable
> 2. Add Obj-C tests to test this case



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205559047
  
Hmmm, interesting 


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user akofman commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-20255
  
XCode 7.2 is using lldb-340.4.119.1 while XCode 7.3 is using 
lldb-350.0.21.3.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10987) Camera crashes on Windows 10 when targetwidth and targetheight specified

2016-04-04 Thread Raghav Katyal (JIRA)

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

Raghav Katyal commented on CB-10987:


Thanks for helping out. Let me know if you find anything.

> Camera crashes on Windows 10 when targetwidth and targetheight specified
> 
>
> Key: CB-10987
> URL: https://issues.apache.org/jira/browse/CB-10987
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Windows 10, Local Machine
>Reporter: Raghav Katyal
>Assignee: Raghav Katyal
>  Labels: triaged, wfc, windows
> Attachments: app.js, config.xml
>
>
> Breaks when following options specified:
> var options = {
> quality: 80,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.CAMERA,
> encodingType: Camera.EncodingType.JPEG,
> cameraDirection: Camera.Direction.FRONT,
> targetWidth: 180,
> targetHeight: 180,
> saveToPhotoAlbum: false
> };



--
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-11012) Loadstart loadstop events do not fire for webview (target = _self)

2016-04-04 Thread Rohan (JIRA)

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

Rohan commented on CB-11012:


Yes. So there is no way we can inject javascript when using _self? 

> Loadstart loadstop events do not fire for webview (target = _self)
> --
>
> Key: CB-11012
> URL: https://issues.apache.org/jira/browse/CB-11012
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
> Environment: Cordova 6.1.0
>Reporter: Rohan
>Priority: Blocker
>
> Building a cordova app using Ionic.
> Loading a URL in webview using inappbrowser plugin but none of the events 
> like loadstart, loadstop  get fired.
> This is my app.js
> {code}
>  var ref = cordova.InAppBrowser.open('http://www.google.com','_self', 
> 'location=no')
>   ref.addEventListener('loadstart', function (event) {
> console.log('loadstart fired');
>   }, false);
>   ref.addEventListener('loadstop', function (event) {
> console.log('loadstop fired');
>   }, false);
>   ref.addEventListener('loaderror', function (event) {
> console.log('loadstop fired');
>   }, false);
>   ref.addEventListener('exit', function (event) {
> console.log('exit fired');
>   }, false);
> {code}
> CSP in index.html
> {code}
>  
>https://ssl.gstatic.com; style-src 'self' 'unsafe-inline'; 
> media-src *">
> {code}
>  Console output is blank when _self is used
> *Note: The events fire when target _blank is used.*
> {code}
> I/chromium( ): [INFO:CONSOLE(69)] "loadstart fired", source: 
> file:///android_asset/www/src/app.js (69)
> I/chromium( ): [INFO:CONSOLE(73)] "loadstop fired", source: 
> file:///android_asset/www/src/app.js (73) 
> I/chromium( ): [INFO:CONSOLE(73)] "loadstop fired", source: 
> file:///android_asset/www/src/app.js (73)
> I/chromium( 2722): [INFO:library_loader_hooks.cc(130)] Chromium logging 
> enabled: level = 0, default verbosity = 0
> I/chromium( ): [INFO:CONSOLE(73)] "loadstop fired", source: 
> file:///android_asset/www/src/app.js (73)
> {code}



--
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-8292) notification.prompt has invisible white text for user input

2016-04-04 Thread ZiFFeL (JIRA)

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

ZiFFeL commented on CB-8292:


Any update on this or workaround to solve it on my project? I can only use dark 
them to get it working...

> notification.prompt has invisible white text for user input
> ---
>
> Key: CB-8292
> URL: https://issues.apache.org/jira/browse/CB-8292
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Dialogs
>Affects Versions: 3.5.0
> Environment: build.phonegap.com, with core plugins from source= 
> "plugins.cordova.io" .
> (Sorry I can't verify if this is just a build.phonegap.com problem or an 
> issue with the plugin, but from the code diffs, seems it is the plugin.)
>Reporter: Steve Bohrer
>Priority: Minor
> Attachments: Screenshot_2016-03-11-13-21-39.png, 
> Screenshot_2016-03-11-13-21-39.png
>
>
> In 0.2.9 of the core dialogs plugin, the change note says: "When you don't 
> specify a theme the platform defaults back to gingerbread styling. By 
> applying the device default theme it will change it to the new (and much 
> nicer looking) styles on newer devices."
> However, the EditText item is not changed, so user-entered text is still in 
> the gingerbread styling, which results in white text on the new white dialog 
> background. This issue persists through dialogs plugin 0.2.11. (Note that the 
> default prompt string is drawn with the proper font, but when the user enters 
> text, it is white.)
> From the diffs at  
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=commitdiff;h=90ad94c3309619b9e629ccf416d1a787df7c3d0e
> It is clear that AlertDialog.Builder is called with the new default style, 
> but the EditText item is unchanged.
> Here's the excerpt of the relevant diffs:
> @@ -270,7 +270,7 @@ public class Notification extends CordovaPlugin {
>  public void run() {
>  final EditText promptInput =  new 
> EditText(cordova.getActivity());
>  promptInput.setHint(defaultText);
> -AlertDialog.Builder dlg = new 
> AlertDialog.Builder(cordova.getActivity());
> +AlertDialog.Builder dlg = new 
> AlertDialog.Builder(cordova.getActivity(), 
> AlertDialog.THEME_DEVICE_DEFAULT_LIGHT);



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user akofman commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205528749
  
I think it's more than possible.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205527895
  
Could it be XCode update(from 7.2 to 7.3) that is causing this issue ? 


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user akofman commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205517434
  
h indeed.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10989) name reverts to HelloCordova when removing/adding ios platform

2016-04-04 Thread Joel Duifhuis (JIRA)

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

Joel Duifhuis closed CB-10989.
--
Resolution: Duplicate

Yep, upgrading to 6.1.1 which contains the fix from that issue, seems to have 
fixed my issue. Closing as duplicate.

> name reverts to HelloCordova when removing/adding ios platform
> --
>
> Key: CB-10989
> URL: https://issues.apache.org/jira/browse/CB-10989
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11. Cordova 6.1.0. iOS 4.1.0. console, 
> splashscreen, statusbar, whitelist plugins.
>Reporter: Joel Duifhuis
>Priority: Minor
>
> When I remove the iOS platform, then add it again, the xcodeproj is created 
> with the correct name initially, but when the plugins are finished being 
> added, the xcodeproj file changes name back to HelloCordova.xcodeproj. 
> config.xml has the correct .
> See http://screencast.com/t/mHulpQgxllo for a video showing this happen.
> When I remove all plugins from the project, then add iOS, then add all 
> plugins individually, this issue does not happen.



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205510819
  
I tested the following PR: https://github.com/phonegap/ios-deploy/pull/218
and unfortunately, it didn't fix the issue for me.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10987) Camera crashes on Windows 10 when targetwidth and targetheight specified

2016-04-04 Thread Robert Owen (JIRA)

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

Robert Owen commented on CB-10987:
--

Hi Raghav,

Had to install VS2015 and Cordova SDK on another machine which took pretty much 
most of a day. Still working on it.

If I could debug the cordova code I could work out the issue myself perhaps but 
I can't break at the line for some reason.

> Camera crashes on Windows 10 when targetwidth and targetheight specified
> 
>
> Key: CB-10987
> URL: https://issues.apache.org/jira/browse/CB-10987
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Windows 10, Local Machine
>Reporter: Raghav Katyal
>Assignee: Raghav Katyal
>  Labels: triaged, wfc, windows
> Attachments: app.js, config.xml
>
>
> Breaks when following options specified:
> var options = {
> quality: 80,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.CAMERA,
> encodingType: Camera.EncodingType.JPEG,
> cameraDirection: Camera.Direction.FRONT,
> targetWidth: 180,
> targetHeight: 180,
> saveToPhotoAlbum: false
> };



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205507533
  
I'm using XCode Version 7.3 (7D175)


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user akofman commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205506966
  
Maybe it's related to the last XCode updates. What version are you using ?


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10857) Camera.getPicture return null for Google Drive (camera 2.1.1)

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10857:
-

Github user jcesarmobile commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/198#issuecomment-205502326
  
Ok, so we should change 
```
String fileName = realPath != null ?
realPath.substring(realPath.lastIndexOf('/') + 1) :
"modified." + (this.encodingType == JPEG ? "jpg" : "png");
```
As realPath will not be null anymore it doesn't make any sense.

We have some options:
Detect if the fileName have an extension, if not, then use the 
"modified"... approach.
Try to get the real image name, I think that's possible even for Google 
Drive images.

Any other ideas?



> Camera.getPicture return null for Google Drive (camera 2.1.1)
> -
>
> Key: CB-10857
> URL: https://issues.apache.org/jira/browse/CB-10857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Android - Tested on 6.0.1
>Reporter: Dagfinn Parnas
>Assignee: Richard B Knoll
>  Labels: android, mustfix, reproduced, triaged
> Attachments: Filepicker_google_drive.png
>
>
> Camera.getPicture returns null for pictures and other files when using Google 
> Drive in version 2.1.1. Other sources in the generic file picker such as 
> Images, Photos and Astro File Manager works. 
> The camera plugin gets a null value in processResultFromGallery
> 03-14 10:21:00.066: D/CameraLauncher(21662): File locaton is: null
> The return value from the file picker is
> content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000 
> (see android log below)
> Code sample:
> {code}
> navigator.camera.getPicture(onPhotoURISuccess, onFail, {
> quality: 50,
> correctOrientation: true,
> destinationType: destinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> mediaType: Camera.MediaType.ALLMEDIA,
> });
> {code}
> Android log: 
> {code}
> 03-14 10:48:31.969: I/ActivityManager(914): Displayed 
> com.android.documentsui/.DocumentsActivity: +146ms (total +172ms)
> 03-14 10:48:31.974: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=2, sortOrder=2
> 03-14 10:48:40.310: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:44.279: D/NetlinkSocketObserver(914): 
> NeighborEvent{elapsedMs=447463541, 10.4.67.1, [FEA087606419], RTM_NEWNEIGH, 
> NUD_STALE}
> 03-14 10:48:45.778: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:46.192: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 55
> 03-14 10:48:48.832: I/Atfwd_Sendcmd(1677): AtCmdFwd service not ready - 
> Exhausted retry attempts - :6
> 03-14 10:48:48.833: I/Atfwd_Daemon(1677): result : -1  ,Init step :2  
>  ,qmiErrorCode: 0
> 03-14 10:48:49.211: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 56
> 03-14 10:48:49.243: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:52.028: D/Documents(19828): onFinished() 
> [content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000]
> 03-14 10:48:52.049: D/CordovaInterfaceImpl(2469): Sending activity result to 
> plugin
> 03-14 10:48:52.051: D/CameraLauncher(2469): File locaton is: null
> 03-14 10:48:52.056: I/chromium(2469): [INFO:CONSOLE(39)] "onPhotoURISuccess: 
> null", source: 
> file:///android_asset/www/neptune/public/application/z_cats_login_bouvet/js/loglevel-persistlogstrings.js
>  (39)
> {code}
> Related to https://issues.apache.org/jira/browse/CB-10270
> PS Updated android log



--
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-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10973:
---
Labels: Windows triaged  (was: triaged)

> inAppBrowser for Windows Platform: wrong height of webview with location=yes
> 
>
> Key: CB-10973
> URL: https://issues.apache.org/jira/browse/CB-10973
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Windows Phone 10, cordova-windows@4.3.1, 
> cordova-plugin-inappbrowser@1.2.1
>Reporter: Roberto De Simone
>Assignee: Sergey Grebnov
>  Labels: Windows, triaged
> Attachments: inAppBrowser-wrong-height.png
>
>
> When setting location=yes, the height of the webview is by some pixels too 
> small. Please see attached screenshot with the green remarks.
> ref = cordova.InAppBrowser.open(h, '_blank', 'location=yes fullscreen=yes');



--
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-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10973:
---
Component/s: (was: Windows)

> inAppBrowser for Windows Platform: wrong height of webview with location=yes
> 
>
> Key: CB-10973
> URL: https://issues.apache.org/jira/browse/CB-10973
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Windows Phone 10, cordova-windows@4.3.1, 
> cordova-plugin-inappbrowser@1.2.1
>Reporter: Roberto De Simone
>Assignee: Sergey Grebnov
>  Labels: Windows, triaged
> Attachments: inAppBrowser-wrong-height.png
>
>
> When setting location=yes, the height of the webview is by some pixels too 
> small. Please see attached screenshot with the green remarks.
> ref = cordova.InAppBrowser.open(h, '_blank', 'location=yes fullscreen=yes');



--
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-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10973:
---
Assignee: Sergey Grebnov

> inAppBrowser for Windows Platform: wrong height of webview with location=yes
> 
>
> Key: CB-10973
> URL: https://issues.apache.org/jira/browse/CB-10973
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Windows Phone 10, cordova-windows@4.3.1, 
> cordova-plugin-inappbrowser@1.2.1
>Reporter: Roberto De Simone
>Assignee: Sergey Grebnov
>  Labels: Windows, triaged
> Attachments: inAppBrowser-wrong-height.png
>
>
> When setting location=yes, the height of the webview is by some pixels too 
> small. Please see attached screenshot with the green remarks.
> ref = cordova.InAppBrowser.open(h, '_blank', 'location=yes fullscreen=yes');



--
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-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10973:
---
Labels: triaged  (was: )

> inAppBrowser for Windows Platform: wrong height of webview with location=yes
> 
>
> Key: CB-10973
> URL: https://issues.apache.org/jira/browse/CB-10973
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Windows Phone 10, cordova-windows@4.3.1, 
> cordova-plugin-inappbrowser@1.2.1
>Reporter: Roberto De Simone
>Assignee: Sergey Grebnov
>  Labels: Windows, triaged
> Attachments: inAppBrowser-wrong-height.png
>
>
> When setting location=yes, the height of the webview is by some pixels too 
> small. Please see attached screenshot with the green remarks.
> ref = cordova.InAppBrowser.open(h, '_blank', 'location=yes fullscreen=yes');



--
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-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10973:
---
Component/s: Plugin InAppBrowser

> inAppBrowser for Windows Platform: wrong height of webview with location=yes
> 
>
> Key: CB-10973
> URL: https://issues.apache.org/jira/browse/CB-10973
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Windows Phone 10, cordova-windows@4.3.1, 
> cordova-plugin-inappbrowser@1.2.1
>Reporter: Roberto De Simone
>Assignee: Sergey Grebnov
>  Labels: Windows, triaged
> Attachments: inAppBrowser-wrong-height.png
>
>
> When setting location=yes, the height of the webview is by some pixels too 
> small. Please see attached screenshot with the green remarks.
> ref = cordova.InAppBrowser.open(h, '_blank', 'location=yes fullscreen=yes');



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205487325
  
The thing is that this used to work just fine. Some recent changes might 
have broken it.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-11005) Wrong version number in windows phone manifest xml

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal commented on CB-11005:


Are you using WP8 or Windows platform?

> Wrong version number in windows phone manifest xml
> --
>
> Key: CB-11005
> URL: https://issues.apache.org/jira/browse/CB-11005
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows, WP8 (deprecated)
>Affects Versions: 3.5.0, 3.8.1
> Environment: Windows Phone 8.1
>Reporter: Johan Meijer
>  Labels: build, easytest, windows
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When I enter "1.0.36" in the version attribute of my widget element in my 
> config.xml, it ends up as "1.0.3.0" in the Windows Phone manifest xml.
> What goes in:
> 
>...
> 
> What comes out:
> 
>
>   ...
>
>...
> 



--
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-11016) Android Emulator in WIndows has some issues in CI

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-11016:
---
Assignee: Richard B Knoll

> Android Emulator in WIndows has some issues in CI
> -
>
> Key: CB-11016
> URL: https://issues.apache.org/jira/browse/CB-11016
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Reporter: Sarangan Rajamanickam
>Assignee: Richard B Knoll
>  Labels: found-by-ci
>




--
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-11016) Android Emulator in WIndows has some issues in CI

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-11016:
---
Component/s: Medic

> Android Emulator in WIndows has some issues in CI
> -
>
> Key: CB-11016
> URL: https://issues.apache.org/jira/browse/CB-11016
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Reporter: Sarangan Rajamanickam
>  Labels: found-by-ci
>




--
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-11016) Android Emulator in WIndows has some issues in CI

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-11016:
---
Labels: found-by-ci  (was: )

> Android Emulator in WIndows has some issues in CI
> -
>
> Key: CB-11016
> URL: https://issues.apache.org/jira/browse/CB-11016
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Reporter: Sarangan Rajamanickam
>  Labels: found-by-ci
>




--
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-10409) Several tests related to cordova-file-transfer plugins are failing on Windows

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10409.
--
Resolution: Fixed

Link: 
https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> Several tests related to cordova-file-transfer plugins are failing on Windows
> -
>
> Key: CB-10409
> URL: https://issues.apache.org/jira/browse/CB-10409
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>  Labels: found-by-ci, triaged, windows
>
> Link: 
> https://ci.apache.org/builders/cordova-windows-store8.0/builds/1389/steps/getting-test-results/logs/stdio
> Failing tests:
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.4 should download a file
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.5 should download a file using http basic auth
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.6 should get 401 status on http basic auth failure
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.8 should download a file using https://
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.11 should call the error callback on abort()
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.9 should not leave partial file due to abort
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.10 should be stopped by abort() right away
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.12 should get http status on failure
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.13 should get http body on failure
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.15 should handle unknown host
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.17 progress should work with gzip encoding
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.30 downloaded file entries should have a toNativeURL method
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.31 should properly handle 304
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods upload 
> filetransfer.spec.18 should be able to upload a file
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods upload 
> filetransfer.spec.19 should be able to upload a file with http basic auth
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> cordova-plugin-file-tran

[jira] [Assigned] (CB-10475) iOS contacts permission modal causes contacts tests to fail

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam reassigned CB-10475:
--

Assignee: Sarangan Rajamanickam

> iOS contacts permission modal causes contacts tests to fail
> ---
>
> Key: CB-10475
> URL: https://issues.apache.org/jira/browse/CB-10475
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Richard B Knoll
>Assignee: Sarangan Rajamanickam
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> cordova-ios CI returned test results and all of the contacts tests failed:
> https://ci.apache.org/builders/cordova-ios/builds/1605/steps/getting-test-results/logs/stdio
> Turns out a modal had appeared asking for permission to access contacts and 
> was never dismissed. After I clicked okay in the modal, everything was green 
> on the next build:
> https://ci.apache.org/builders/cordova-ios/builds/1606
> We either need a way to grant the permissions or we should exclude these 
> tests from the CI.



--
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-10933) Windows-store-8 crash while running tests

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10933.
--
Resolution: Fixed

Fixed with latest updates to contact plugin

> Windows-store-8 crash while running tests
> -
>
> Key: CB-10933
> URL: https://issues.apache.org/jira/browse/CB-10933
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-windows-store-8.1, found-by-ci
>
> Build results cannot be retrieved: 
> https://ci.apache.org/builders/cordova-windows-store8.1/builds/1951/steps/running-tests/logs/stdio
> {noformat}
> Success: Your app was successfully installed.
> Starting application...
> ActivateApplication:  
> org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec
> Setting debug mode for application: org.apache.mobilespec
> -2147467262
> [MEDIC LOG Tue, 22 Mar 2016 12:12:40 GMT] Finished waiting for run command
> [MEDIC LOG Tue, 22 Mar 2016 12:12:40 GMT] started waiting for test results
> [MEDIC LOG Tue, 22 Mar 2016 12:36:41 GMT] Finished polling for mobilespec 
> results.
> [MEDIC LOG Tue, 22 Mar 2016 12:36:41 GMT] Results Found:   false
> [MEDIC LOG Tue, 22 Mar 2016 12:36:41 GMT] Total attempts:  144
> [MEDIC LOG Tue, 22 Mar 2016 12:36:41 GMT] Failed attempts: 0
> [MEDIC LOG Tue, 22 Mar 2016 12:36:41 GMT] FATAL: Could not find test results. 
> Check the output of medic-log to see if the app crashed before it could 
> upload them to couchdb.
> program finished with exit code 1
> elapsedTime=1473.147000
> {noformat}
> Probably due to the following issue: 
> https://ci.apache.org/builders/cordova-windows-store8.1/builds/1951/steps/gathering-logs/logs/stdio
> {noformat}
> Channel:   Microsoft-Windows-AppHost/Admin
> Time Created:  2016-03-22T12:16:52.183701000Z
> Process ID:12100
> Document File: /www/cdvtests/index.html
> Display Name:  mobilespec
> Error Description: {"exception":{"description":"Expected a spy, but got 
> Function.","stack":"Error: Expected a spy, but got Function.\n   at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)\n
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)\n
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:1089:25)\n
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:152:9)\n
>at cordova.callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)\n   at 
> cordova.callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)\n   at onError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:895:17)\n   at Anonymous 
> function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:134:17)\n
>at CompletePromise_then 
> (ms-appx://microsoft.winjs.2.0/js/base.js:1950:21)\n   at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:133:13)"},"error":null,"promise":{"_value":{"description":"Expected
>  a spy, but got Function.","stack":"Error: Expected a spy, but got 
> Function.\n   at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)\n
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)\n
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:1089:25)\n
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:152:9)\n
>at cordova.callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)\n   at 
> cordova.callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)\n   at onError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:895:17)\n   at Anonymous 
> function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:134:17)\n
>at CompletePromise_then 
> (ms-appx://microsoft.winjs.2.0/js/base.js:1950:21)\n   at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:133:13)"},"_isException":true,"_errorId":2},"id":2}
> Stack Trace:   Error: Expected a spy, but got Function.
>at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)
>at uploadFail 
> (ms-appx://org.apache.mobilespe

[jira] [Closed] (CB-10782) Occasional failure in file transfer tests causing mobilespec crash

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10782.
--
Resolution: Fixed

https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> Occasional failure in file transfer tests causing mobilespec crash
> --
>
> Key: CB-10782
> URL: https://issues.apache.org/jira/browse/CB-10782
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
>Reporter: Richard B Knoll
>Assignee: Sarangan Rajamanickam
>  Labels: found-by-ci, windows
>
> {noformat}
> Dumping logs starting from 162
> Running command: 
>   wevtutil qe Microsoft-Windows-AppHost/ApplicationTracing /q:"*[System 
> [TimeCreated[timediff(@SystemTime)<=162]]]" /e:root
> Running command: 
>   wevtutil qe Microsoft-Windows-AppHost/Admin /q:"*[System 
> [TimeCreated[timediff(@SystemTime)<=162]]]" /e:root
> Channel:   Microsoft-Windows-AppHost/Admin
> Time Created:  2016-03-03T13:34:20.496347300Z
> Process ID:19324
> Document File: /www/cdvtests/index.html
> Display Name:  mobilespec
> Error Description: {"exception":{"description":"Expected a spy, but got 
> Function.","stack":"Error: Expected a spy, but got Function.\n   at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)\n
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)\n
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:1089:25)\n
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:152:9)\n
>at cordova.callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)\n   at 
> cordova.callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)\n   at onError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:895:17)\n   at Anonymous 
> function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:134:17)\n
>at CompletePromise_then 
> (ms-appx://microsoft.winjs.2.0/js/base.js:1950:21)\n   at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:133:13)"},"error":null,"promise":{"_value":{"description":"Expected
>  a spy, but got Function.","stack":"Error: Expected a spy, but got 
> Function.\n   at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)\n
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)\n
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:1089:25)\n
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:152:9)\n
>at cordova.callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)\n   at 
> cordova.callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)\n   at onError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:895:17)\n   at Anonymous 
> function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:134:17)\n
>at CompletePromise_then 
> (ms-appx://microsoft.winjs.2.0/js/base.js:1950:21)\n   at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:133:13)"},"_isException":true,"_errorId":2},"id":2}
> Stack Trace:   Error: Expected a spy, but got Function.
>at compare 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:2708:11)
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1358:7)
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:1089:25)
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:152:9)
>at cordova.callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)
>at cordova.callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)
>at onError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:895:17)
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/src/windows/FileTransferProxy.js:134:17)
>at CompletePromise_then 
> (ms-appx://microsoft.winj

[jira] [Closed] (CB-10633) File Transfer plugin test fails on cordova-ios

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10633.
--
Resolution: Fixed

Link 
https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> File Transfer plugin test fails on cordova-ios
> --
>
> Key: CB-10633
> URL: https://issues.apache.org/jira/browse/CB-10633
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
>Reporter: Raghav Katyal
>Assignee: Sergey Shakhnazarov
>  Labels: flaky, found-by-ci, ios, triaged
>
> Recent failed builds:
> https://ci.apache.org/builders/cordova-ios/builds/1787
> https://ci.apache.org/builders/cordova-ios/builds/1786
> Build Log:
> Failing tests:
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.10 should be stopped by abort() right away
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js
>  (line 1764)
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:32
> Expected spy httpWin not to have been called.
> 
> stack@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:26
> 
> buildExpectationResult@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:19
> 
> expectationResultFactory@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:572:40
> 
> addExpectationResult@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:321:58
> 
> addExpectationResult@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:516:41
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:32
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/plugins/cordova-plugin-file-transfer-tests/tests.js:253:79
> 
> attemptSync@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1741:28
> 
> run@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1729:20
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1753:19
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1697:11
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/8CD0A3E1-F56D-472F-A546-6B82D7F4A9C7/mobilespec.app/www/plugins/cordova-plugin-file-transfer-tests/tests.js:126:33
> 
> callbackFromNative@file:///Users/buildbot/Library/Developer/CoreS

[jira] [Closed] (CB-10573) [CI] WP8.1 Build fails when trying to clone plugins

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10573.
--
Resolution: Fixed

I am not seeing this error recently. Closing this issue. Will reopen it if it 
happens again

> [CI] WP8.1 Build fails when trying to clone plugins
> ---
>
> Key: CB-10573
> URL: https://issues.apache.org/jira/browse/CB-10573
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic, Plugin File
> Environment: Windows
>Reporter: Omar Mefire
>Assignee: Dmitry Blotsky
>Priority: Minor
>  Labels: found-by-ci
>
> Logs:
> ===
> Link:   UATDATA=C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
>   USERDOMAIN=DBSTARDESTROYER
>   USERDOMAIN_ROAMINGPROFILE=DBSTARDESTROYER
>   USERNAME=buildbot
>   USERPROFILE=C:\Users\buildbot
>   VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 
> 11.0\Common7\Tools\
>   VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 
> 12.0\Common7\Tools\
>   WINDIR=C:\windows
>  using PTY: False
> fatal: Could not parse object '536909e97f16872022cf88b8c32c0a87855a8005'.
> program finished with exit code 128
> elapsedTime=0.328000
> --
>  UATDATA=C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
>   USERDOMAIN=DBSTARDESTROYER
>   USERDOMAIN_ROAMINGPROFILE=DBSTARDESTROYER
>   USERNAME=buildbot
>   USERPROFILE=C:\Users\buildbot
>   VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 
> 11.0\Common7\Tools\
>   VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 
> 12.0\Common7\Tools\
>   WINDIR=C:\windows
>  using PTY: False
> fatal: Could not parse object '536909e97f16872022cf88b8c32c0a87855a8005'.
> program finished with exit code 128
> elapsedTime=0.328000



--
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-10543) File Transfer Spec.29 failing (Timeout)

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10543.
--
Resolution: Fixed

https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> File Transfer Spec.29 failing (Timeout)
> ---
>
> Key: CB-10543
> URL: https://issues.apache.org/jira/browse/CB-10543
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
> Environment: OSX
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: android, found-by-ci
>
> Link:
> https://ci.apache.org/builders/cordova-android-osx/builds/1695/steps/getting-test-results/logs/stdio
> 
> Content: 
>cordova-plugin-file-transfer-tests.tests >> FileTransfer methods upload 
> filetransfer.spec.29 (compatibility) should be able to upload a file using 
> local paths
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23



--
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-10536) Intermitent failure of tests related to cordova-plugin-file-transfer are failing

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10536.
--
Resolution: Fixed

https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> Intermitent failure of tests related to cordova-plugin-file-transfer are 
> failing
> 
>
> Key: CB-10536
> URL: https://issues.apache.org/jira/browse/CB-10536
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
> Environment: Windows
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: android, found-by-ci
>
> Links:
> 1. 
> https://ci.apache.org/builders/cordova-android-osx/builds/1694/steps/getting-test-results/logs/stdio
> 2. https://ci.apache.org/builders/cordova-android-osx/builds/1694/steps/test
> ==
> Getting test results for cordova-android-osx-1694-buildbot-vm
> Results at 
> http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-osx-1694-buildbot-vm__4.4.4__sdk
> Total failures: 6
> Failing tests:
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
> filetransfer.spec.10 should be stopped by abort() right away
> Expected 776 to be less than 600.
> Error: Expected 776 to be less than 600.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeLessThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at downloadFail 
> (file:///android_asset/www/plugins/cordova-plugin-file-transfer-tests/tests.js:490:56)
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:222:9)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:295:52)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> at processMessages 
> (file:///android_asset/www/cordova.js:1104:9)
> 
> program finished with exit code 0
> elapsedTime=0.621086



--
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-10408) FileTransfer methods upload filetransfer.spec.22 should get http status and body on failure

2016-04-04 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam closed CB-10408.
--
Resolution: Fixed

With the latest fix to file transfer this issue can be resolved. Link: 
https://github.com/apache/cordova-plugin-file-transfer/commit/ca6593703ec860863b5ac74df3b29b915fc1049d

> FileTransfer methods upload filetransfer.spec.22 should get http status and 
> body on failure
> ---
>
> Key: CB-10408
> URL: https://issues.apache.org/jira/browse/CB-10408
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin File Transfer
>Reporter: Sarangan Rajamanickam
>Priority: Minor
>  Labels: found-by-ci, triaged, windows, wp8.1
>
> The following error happened during one of the CI builds:
> Link: 
> https://ci.apache.org/builders/cordova-windows-phone8.1/builds/1368/steps/getting-test-results/logs/stdio
>  
> Failing tests:
> cordova-plugin-file-transfer-tests.tests >> FileTransfer methods upload 
> filetransfer.spec.22 should get http status and body on failure
> Expected null to be 403.
> Error: Expected null to be 403.
>at stack 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:11)
>at buildExpectationResult 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1422:5)
>at expectationResultFactory 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:572:11)
>at addExpectationResult 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:321:5)
>at addExpectationResult 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:516:9)
>at Anonymous function 
> (ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:7)
>at uploadFail 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:808:25)
>at errorCallback 
> (ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer/www/FileTransfer.js:150:9)
>at callbackFromNative 
> (ms-appx://org.apache.mobilespec/www/cordova.js:295:38)
>at callbackError 
> (ms-appx://org.apache.mobilespec/www/cordova.js:282:9)



--
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-10980) Tools Release Mar 29, 2014

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 1737739 from an-s...@apache.org
[ https://svn.apache.org/r1737739 ]

CB-10980 Adds tools@6.1.1 release blog post

> Tools Release Mar 29, 2014
> --
>
> Key: CB-10980
> URL: https://issues.apache.org/jira/browse/CB-10980
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaLib, Plugman
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
> Fix For: 6.1.1
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md



--
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-10986) Unable to install plugin with cordova-cli@6.1.0

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll commented on CB-10986:
--

That's interesting! I'll look into using that. For now, looks like I will have 
time to take this on after all so I'm reassigning this to me.

> Unable to install plugin with cordova-cli@6.1.0
> ---
>
> Key: CB-10986
> URL: https://issues.apache.org/jira/browse/CB-10986
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.1.0
>Reporter: Darryl Pogue
>  Labels: regression, reproduced, triaged
>
> {code}
> $ cordova create MyProject
> $ cd ./MyProject
> $ cordova platform add android
> $ cordova plugin add @dpogue/cordova-plugin-crosswalk-webview
> Error: Cannot find plugin.xml for plugin 'plugins'. Please try adding it 
> again.
> {code}
> This works as expected with cordova@6.0.0.



--
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-10986) Unable to install plugin with cordova-cli@6.1.0

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll reassigned CB-10986:


Assignee: Richard B Knoll

> Unable to install plugin with cordova-cli@6.1.0
> ---
>
> Key: CB-10986
> URL: https://issues.apache.org/jira/browse/CB-10986
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.1.0
>Reporter: Darryl Pogue
>Assignee: Richard B Knoll
>  Labels: regression, reproduced, triaged
>
> {code}
> $ cordova create MyProject
> $ cd ./MyProject
> $ cordova platform add android
> $ cordova plugin add @dpogue/cordova-plugin-crosswalk-webview
> Error: Cannot find plugin.xml for plugin 'plugins'. Please try adding it 
> again.
> {code}
> This works as expected with cordova@6.0.0.



--
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-10986) Unable to install npm scoped plugin with cordova-cli@6.1.0

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll updated CB-10986:
-
Summary: Unable to install npm scoped plugin with cordova-cli@6.1.0  (was: 
Unable to install plugin with cordova-cli@6.1.0)

> Unable to install npm scoped plugin with cordova-cli@6.1.0
> --
>
> Key: CB-10986
> URL: https://issues.apache.org/jira/browse/CB-10986
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.1.0
>Reporter: Darryl Pogue
>Assignee: Richard B Knoll
>  Labels: regression, reproduced, triaged
>
> {code}
> $ cordova create MyProject
> $ cd ./MyProject
> $ cordova platform add android
> $ cordova plugin add @dpogue/cordova-plugin-crosswalk-webview
> Error: Cannot find plugin.xml for plugin 'plugins'. Please try adding it 
> again.
> {code}
> This works as expected with cordova@6.0.0.



--
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-10783) Flaky media test in iOS

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10783:
---
Assignee: Sarangan Rajamanickam

> Flaky media test in iOS
> ---
>
> Key: CB-10783
> URL: https://issues.apache.org/jira/browse/CB-10783
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Media
>Reporter: Richard B Knoll
>Assignee: Sarangan Rajamanickam
>  Labels: found-by-ci, ios
>
> {code}
> cordova-plugin-media-tests.tests >> Media actual playback media.spec.17 
> duration should be set properly
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/746B9F0F-004E-4950-B441-DB5A505104FB/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js
>  (line 1764)
> 
> file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/746B9F0F-004E-4950-B441-DB5A505104FB/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:32
> {code}
> Shows up sometimes in the CI



--
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-10944) NoSuchMethodError in InAppBrowser plugin

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-10944.

Resolution: Fixed

Looks like this got resolved.

> NoSuchMethodError in InAppBrowser plugin
> 
>
> Key: CB-10944
> URL: https://issues.apache.org/jira/browse/CB-10944
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: Master
> Environment: Android
>Reporter: Dmitry Blotsky
>Assignee: Joe Bowser
>  Labels: android, found-by-ci, triaged
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Build:https://ci.apache.org/builders/cordova-android-osx/builds/2137
> Log: 
> https://ci.apache.org/builders/cordova-android-osx/builds/2137/steps/gathering-logs/logs/stdio
> Change: 
> https://github.com/apache/cordova-plugin-inappbrowser/commit/68054819d8d9186f5657e773cd6d5a7bdd00a184
> Output:
> {noformat}
> E/AndroidRuntime( 1087): FATAL EXCEPTION: main
> E/AndroidRuntime( 1087): Process: org.apache.mobilespec, PID: 1087
> E/AndroidRuntime( 1087): java.lang.NoSuchMethodError: 
> android.content.res.Resources.getDrawable
> E/AndroidRuntime( 1087):  at 
> org.apache.cordova.inappbrowser.InAppBrowser$5.run(InAppBrowser.java:575)
> E/AndroidRuntime( 1087):  at 
> android.app.Activity.runOnUiThread(Activity.java:4713)
> E/AndroidRuntime( 1087):  at 
> org.apache.cordova.inappbrowser.InAppBrowser.showWebPage(InAppBrowser.java:736)
> E/AndroidRuntime( 1087):  at 
> org.apache.cordova.inappbrowser.InAppBrowser$1.run(InAppBrowser.java:191)
> E/AndroidRuntime( 1087):  at 
> android.os.Handler.handleCallback(Handler.java:733)
> E/AndroidRuntime( 1087):  at 
> android.os.Handler.dispatchMessage(Handler.java:95)
> E/AndroidRuntime( 1087):  at android.os.Looper.loop(Looper.java:136)
> E/AndroidRuntime( 1087):  at 
> android.app.ActivityThread.main(ActivityThread.java:5001)
> E/AndroidRuntime( 1087):  at java.lang.reflect.Method.invokeNative(Native 
> Method)
> E/AndroidRuntime( 1087):  at 
> java.lang.reflect.Method.invoke(Method.java:515)
> E/AndroidRuntime( 1087):  at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
> E/AndroidRuntime( 1087):  at 
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
> E/AndroidRuntime( 1087):  at dalvik.system.NativeStart.main(Native Method)
> {noformat}



--
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-10632) Contact Plugin tests fail on cordova-andorid-win

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll resolved CB-10632.
--
Resolution: Fixed

> Contact Plugin tests fail on cordova-andorid-win
> 
>
> Key: CB-10632
> URL: https://issues.apache.org/jira/browse/CB-10632
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>  Labels: cordova-android-win, found-by-ci
>
> Recent build links:
> https://ci.apache.org/builders/cordova-android-win/builds/1626
> https://ci.apache.org/builders/cordova-android-win/builds/1625
> Build log:
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> at processMessages 
> (file:///android_asset/www/cordova.js:1104:9)
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.26 
> Creating, saving, finding a contact should work, removing it should work
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.27 
> Should not be able to delete the same contact twice
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:5

[jira] [Commented] (CB-10632) Contact Plugin tests fail on cordova-andorid-win

2016-04-04 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal commented on CB-10632:


[~riknoll] Should this be resolved?

> Contact Plugin tests fail on cordova-andorid-win
> 
>
> Key: CB-10632
> URL: https://issues.apache.org/jira/browse/CB-10632
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>  Labels: cordova-android-win, found-by-ci
>
> Recent build links:
> https://ci.apache.org/builders/cordova-android-win/builds/1626
> https://ci.apache.org/builders/cordova-android-win/builds/1625
> Build log:
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> at processMessages 
> (file:///android_asset/www/cordova.js:1104:9)
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.26 
> Creating, saving, finding a contact should work, removing it should work
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:293:58)
> at processMessage 
> (file:///android_asset/www/cordova.js:1081:17)
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.27 
> Should not be able to delete the same contact twice
> Expected 2 to be 1.
> Error: Expected 2 to be 1.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBe 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at findWin 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:519:47)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/contacts.js:57:17)
> at Object

[jira] [Commented] (CB-10986) Unable to install plugin with cordova-cli@6.1.0

2016-04-04 Thread Darryl Pogue (JIRA)

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

Darryl Pogue commented on CB-10986:
---

Could we use npm's package/version parsing code instead of our own? 
https://www.npmjs.com/package/npm-package-arg is the module they use

Maybe this has to wait for cordova-fetch, but if it can be fixed sooner that 
would be great. This is blocking us from being able to update our cordova 
tooling :(

> Unable to install plugin with cordova-cli@6.1.0
> ---
>
> Key: CB-10986
> URL: https://issues.apache.org/jira/browse/CB-10986
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.1.0
>Reporter: Darryl Pogue
>  Labels: regression, reproduced, triaged
>
> {code}
> $ cordova create MyProject
> $ cd ./MyProject
> $ cordova platform add android
> $ cordova plugin add @dpogue/cordova-plugin-crosswalk-webview
> Error: Cannot find plugin.xml for plugin 'plugins'. Please try adding it 
> again.
> {code}
> This works as expected with cordova@6.0.0.



--
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-11016) Android Emulator in WIndows has some issues in CI

2016-04-04 Thread Sarangan Rajamanickam (JIRA)
Sarangan Rajamanickam created CB-11016:
--

 Summary: Android Emulator in WIndows has some issues in CI
 Key: CB-11016
 URL: https://issues.apache.org/jira/browse/CB-11016
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Sarangan Rajamanickam






--
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-10773) Incorrect path separator in FRAMEWORK_SEARCH_PATHS with custom framework from plugin.xml

2016-04-04 Thread Carlos Santana (JIRA)

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

Carlos Santana resolved CB-10773.
-
   Resolution: Fixed
Fix Version/s: 4.1.1

> Incorrect path separator in FRAMEWORK_SEARCH_PATHS with custom framework from 
> plugin.xml
> 
>
> Key: CB-10773
> URL: https://issues.apache.org/jira/browse/CB-10773
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS
>Reporter: Edna Morales
>Assignee: Vladimir Kotikov
>  Labels: cordova-ios-4.1.1
> Fix For: 4.1.1
>
>
> When an iOS project is created and a plugin with custom frameworks is added 
> on Windows, the path separator in FRAMEWORK_SEARCH_PATHS of the pbxproj file 
> is incorrect. It has the Windows path separator. This causes build issues 
> when the project is moved to OSX and built in Xcode.
> This is ultimately coming from the xcode npm package. I have opened up an 
> issue with that module with a suggested solution: 
> https://github.com/alunny/node-xcode/issues/80
> Once it is fixed there, we will need to refresh our version of the xcode npm 
> package in our node_modules for cordova-ios



--
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-11015) Error adding plugin with gradle extras

2016-04-04 Thread Karen Tran (JIRA)
Karen Tran created CB-11015:
---

 Summary: Error adding plugin with gradle extras
 Key: CB-11015
 URL: https://issues.apache.org/jira/browse/CB-11015
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: Master
 Environment: cordova-android 5.2.0-dev
cordova-lib 6.2.0-dev
Reporter: Karen Tran
 Fix For: Master


Recreate:
cordova create myApp
cd myApp
cordova platform add ..\cordova-android
cordova plugin add cordova-plugin-crosswalk-webview

Error:
{noformat}
C:\Users\myComputer\cordova_master\myApp>cordova plugin add 
cordova-plugin-crosswalk-webview
Fetching plugin "cordova-plugin-crosswalk-webview" via npm
Installing "cordova-plugin-crosswalk-webview" for android 
cp: copyFileSync: could not write to dest file (code=ENOENT):
C:\Users\myComputer\cordova_master\myApp\platforms\android\cordova-plugin-crosswalk-webview\hellocordova-xwalk.gradle\build.gradle
{noformat}

Since the plugin's gradle extras didn't copy over, this causes errors when 
trying to build. 



--
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-10921) Plugin not installed when variable not supplied, no error message

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10921:
-

Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-lib/pull/420#issuecomment-205453861
  
@omefire, ping


> Plugin not installed when variable not supplied, no error message
> -
>
> Key: CB-10921
> URL: https://issues.apache.org/jira/browse/CB-10921
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 6.0.0
> Environment: Mac OS 10.11.3.
>Reporter: Jacob Weber
>Assignee: Vladimir Kotikov
>Priority: Minor
>  Labels: triaged, wfc
>
> When I include a plugin in {{config.xml}}, and the plugin declares a 
> {{}}, but the {{config.xml}} doesn't supply a corresponding 
> {{}}, {{cordova prepare}} doesn't show an error message.
> I started with a new project, with no plugins or platforms. Then I added 
> specific {{}} versions to config.xml. Finally I added a {{}} 
> whose {{plugin.xml}} file declares a variable {{ />}}. But I don't supply the required {{}}:
> {code}
> 
> 
> 
> 
> {code}
> When I run {{cordova prepare}}, it says:
> {code}
> Copying plugin 
> "/Users/someone/.npm/cordova-plugin-customurlscheme/4.1.5/package" => 
> "/Users/someone/CordovaTest/plugins/cordova-plugin-customurlscheme"
> {code}
> but it doesn't actually copy the plugin there. Nor does it make any changes 
> to either platform's {{config.xml}} file, or to any other config files.
> On the other hand, if I try to manually install the plugin using {{cordova 
> plugin add cordova-plugin-customurlscheme}}, it shows me the appropriate 
> error message:
> {code}
> Error: Variable(s) missing (use: --variable URL_SCHEME=value).
> {code}
> Side note: it seems to be repeating certain steps for every plugin installed. 
> For example, it repeats:
> {code}
> Wrote out Android application name to "CordovaTest"
> Wrote out Android package name to "com.test.cordovatest"
> {code}



--
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-10857) Camera.getPicture return null for Google Drive (camera 2.1.1)

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10857:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/198#issuecomment-205441624
  
Okay, finally got around to testing this on Jelly bean and I found an 
issue: content URIs don't always end in a file type (like .jpg). We try and get 
the filename in `ouputModifiedBitmap` from `getRealPath` (see 
[here](https://github.com/elsewhat/cordova-plugin-camera/blob/CB-10857cordova-plugin-camera/src/android/CameraLauncher.java#L600))
 and so we end up writing to a temporary image without a file extension. I 
don't know if we make assumptions like that anywhere else, but we need to 
address that before merging this. Reproducing camera options:
```
{
mediaType: Camera.MediaType.PICTURE,
destinationType: Camera.DestinationType.FILE_URI,
sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM,
quality: 50,
allowEdit: false,
encodingType: 0,
correctOrientation: true
saveToPhotoAlbum: true
}
```


> Camera.getPicture return null for Google Drive (camera 2.1.1)
> -
>
> Key: CB-10857
> URL: https://issues.apache.org/jira/browse/CB-10857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Android - Tested on 6.0.1
>Reporter: Dagfinn Parnas
>Assignee: Richard B Knoll
>  Labels: android, mustfix, reproduced, triaged
> Attachments: Filepicker_google_drive.png
>
>
> Camera.getPicture returns null for pictures and other files when using Google 
> Drive in version 2.1.1. Other sources in the generic file picker such as 
> Images, Photos and Astro File Manager works. 
> The camera plugin gets a null value in processResultFromGallery
> 03-14 10:21:00.066: D/CameraLauncher(21662): File locaton is: null
> The return value from the file picker is
> content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000 
> (see android log below)
> Code sample:
> {code}
> navigator.camera.getPicture(onPhotoURISuccess, onFail, {
> quality: 50,
> correctOrientation: true,
> destinationType: destinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> mediaType: Camera.MediaType.ALLMEDIA,
> });
> {code}
> Android log: 
> {code}
> 03-14 10:48:31.969: I/ActivityManager(914): Displayed 
> com.android.documentsui/.DocumentsActivity: +146ms (total +172ms)
> 03-14 10:48:31.974: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=2, sortOrder=2
> 03-14 10:48:40.310: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:44.279: D/NetlinkSocketObserver(914): 
> NeighborEvent{elapsedMs=447463541, 10.4.67.1, [FEA087606419], RTM_NEWNEIGH, 
> NUD_STALE}
> 03-14 10:48:45.778: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:46.192: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 55
> 03-14 10:48:48.832: I/Atfwd_Sendcmd(1677): AtCmdFwd service not ready - 
> Exhausted retry attempts - :6
> 03-14 10:48:48.833: I/Atfwd_Daemon(1677): result : -1  ,Init step :2  
>  ,qmiErrorCode: 0
> 03-14 10:48:49.211: D/ConnectivityService(914): updateNetworkScore for 
> NetworkAgentInfo [WIFI () - 148] to 56
> 03-14 10:48:49.243: D/Documents(19828): userMode=0, userSortOrder=0 --> 
> mode=1, sortOrder=1
> 03-14 10:48:52.028: D/Documents(19828): onFinished() 
> [content://com.google.android.apps.docs.storage/document/acc%3D1%3Bdoc%3D3000]
> 03-14 10:48:52.049: D/CordovaInterfaceImpl(2469): Sending activity result to 
> plugin
> 03-14 10:48:52.051: D/CameraLauncher(2469): File locaton is: null
> 03-14 10:48:52.056: I/chromium(2469): [INFO:CONSOLE(39)] "onPhotoURISuccess: 
> null", source: 
> file:///android_asset/www/neptune/public/application/z_cats_login_bouvet/js/loglevel-persistlogstrings.js
>  (39)
> {code}
> Related to https://issues.apache.org/jira/browse/CB-10270
> PS Updated android log



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user akofman commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205441390
  
Sure I 100% agree with that. That's why I asked to @shazron what he thinks. 
If we have to wait 6 months more, I think it's better to keep something working 
instead of the actual situation.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205438249
  
I'd prefer this PR be merged into ios-deploy: 
https://github.com/phonegap/ios-deploy/pull/218
That way, we wouldn't have to fix this issue here.


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10962:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-ios/pull/212#issuecomment-205437708
  
This works, but it brings us back to when we used to have to exit lldb 
manually. 


> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10994) Missing EXTERNAL_STORAGE permission in Android for captureImage

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll resolved CB-10994.
--
Resolution: Fixed

> Missing EXTERNAL_STORAGE permission in Android for captureImage
> ---
>
> Key: CB-10994
> URL: https://issues.apache.org/jira/browse/CB-10994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>  Labels: android, reproduced, triaged
>
> Causing a security exception. PR is open now.



--
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-10670) Media Capture on Android 6.0.1 fails

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 7646d75bcac0ec745f3c02dec0cea8cfe819463e in 
cordova-plugin-media-capture's branch refs/heads/master from Richard Knoll
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=7646d75
 ]

CB-10670, CB-10994 android: Marshmallow permissions

Fixes security exceptions caused by a missing request
for WRITE_EXTERNAL_STORAGE when capturing an image and
not requesting the CAMERA permission in the case where
it has been inserted into the manifest by some other
plugin.

This closes #59


> Media Capture on Android 6.0.1 fails
> 
>
> Key: CB-10670
> URL: https://issues.apache.org/jira/browse/CB-10670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 5.1.0
>Reporter: Christoph Brosdau
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: Android, triaged
>
> Although this should work, I cannot make it work - on android 6.0, i always 
> have the same issue concerning permissions - maybe I overlooked something, 
> but I dont know what :)
> Whith the following super simple demo JS and latest Cordova and latest 
> version of all plugins, I get:
> navigator.device.capture.captureVideo(function(){},function(e){console.log(e);},{limit:1});
> In the console, I get:
> Permission Denial: starting Intent { act=android.media.action.VIDEO_CAPTURE 
> cmp=com.google.android.GoogleCamera/com.android.camera.VideoCamera (has 
> extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
> In Android Studio I get:
> Uncaught exception from plugin
>  
> java.lang.SecurityException: Permission Denial: starting Intent { 
> act=android.media.action.IMAGE_CAPTURE flg=0x3 
> cmp=com.google.android.GoogleCamera/com.android.camera.CaptureActivity 
> clip={text/uri-list 
> U:file:///storage/emulated/0/Android/data/tv.nexx.android.gdtv/cache/.Pic.jpg}
>  (has extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
>  at 
> android.os.Parcel.readException(Parcel.java:1620)
>  at 
> android.os.Parcel.readException(Parcel.java:1573)
>  at 
> android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2658)
>  at 
> android.app.Instrumentation.execStartActivity(Instrumentation.java:1507)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3930)
>  at 
> org.apache.cordova.CordovaActivity.startActivityForResult(CordovaActivity.java:332)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3890)
>  at 
> org.apache.cordova.CordovaInterfaceImpl.startActivityForResult(CordovaInterfaceImpl.java:65)
>  at 
> org.apache.cordova.camera.CameraLauncher.takePicture(CameraLauncher.java:262)
>  at 
> org.apache.cordova.camera.CameraLauncher.callTakePicture(CameraLauncher.java:236)
>  at 
> org.apache.cordova.camera.CameraLauncher.execute(CameraLauncher.java:168)
>  at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
>  at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:133)
>  at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
>  at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
>  at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method

[jira] [Commented] (CB-10670) Media Capture on Android 6.0.1 fails

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10670:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/59


> Media Capture on Android 6.0.1 fails
> 
>
> Key: CB-10670
> URL: https://issues.apache.org/jira/browse/CB-10670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 5.1.0
>Reporter: Christoph Brosdau
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: Android, triaged
>
> Although this should work, I cannot make it work - on android 6.0, i always 
> have the same issue concerning permissions - maybe I overlooked something, 
> but I dont know what :)
> Whith the following super simple demo JS and latest Cordova and latest 
> version of all plugins, I get:
> navigator.device.capture.captureVideo(function(){},function(e){console.log(e);},{limit:1});
> In the console, I get:
> Permission Denial: starting Intent { act=android.media.action.VIDEO_CAPTURE 
> cmp=com.google.android.GoogleCamera/com.android.camera.VideoCamera (has 
> extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
> In Android Studio I get:
> Uncaught exception from plugin
>  
> java.lang.SecurityException: Permission Denial: starting Intent { 
> act=android.media.action.IMAGE_CAPTURE flg=0x3 
> cmp=com.google.android.GoogleCamera/com.android.camera.CaptureActivity 
> clip={text/uri-list 
> U:file:///storage/emulated/0/Android/data/tv.nexx.android.gdtv/cache/.Pic.jpg}
>  (has extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
>  at 
> android.os.Parcel.readException(Parcel.java:1620)
>  at 
> android.os.Parcel.readException(Parcel.java:1573)
>  at 
> android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2658)
>  at 
> android.app.Instrumentation.execStartActivity(Instrumentation.java:1507)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3930)
>  at 
> org.apache.cordova.CordovaActivity.startActivityForResult(CordovaActivity.java:332)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3890)
>  at 
> org.apache.cordova.CordovaInterfaceImpl.startActivityForResult(CordovaInterfaceImpl.java:65)
>  at 
> org.apache.cordova.camera.CameraLauncher.takePicture(CameraLauncher.java:262)
>  at 
> org.apache.cordova.camera.CameraLauncher.callTakePicture(CameraLauncher.java:236)
>  at 
> org.apache.cordova.camera.CameraLauncher.execute(CameraLauncher.java:168)
>  at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
>  at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:133)
>  at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
>  at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
>  at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
>  at 
> org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:37)
>  at 
> android.os.Handler.dispatchMessage(Handler.java:102)
>  at 
> android.os.Looper.loop(Looper.java:148)
>   

[jira] [Resolved] (CB-10670) Media Capture on Android 6.0.1 fails

2016-04-04 Thread Richard B Knoll (JIRA)

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

Richard B Knoll resolved CB-10670.
--
Resolution: Fixed

> Media Capture on Android 6.0.1 fails
> 
>
> Key: CB-10670
> URL: https://issues.apache.org/jira/browse/CB-10670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 5.1.0
>Reporter: Christoph Brosdau
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: Android, triaged
>
> Although this should work, I cannot make it work - on android 6.0, i always 
> have the same issue concerning permissions - maybe I overlooked something, 
> but I dont know what :)
> Whith the following super simple demo JS and latest Cordova and latest 
> version of all plugins, I get:
> navigator.device.capture.captureVideo(function(){},function(e){console.log(e);},{limit:1});
> In the console, I get:
> Permission Denial: starting Intent { act=android.media.action.VIDEO_CAPTURE 
> cmp=com.google.android.GoogleCamera/com.android.camera.VideoCamera (has 
> extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
> In Android Studio I get:
> Uncaught exception from plugin
>  
> java.lang.SecurityException: Permission Denial: starting Intent { 
> act=android.media.action.IMAGE_CAPTURE flg=0x3 
> cmp=com.google.android.GoogleCamera/com.android.camera.CaptureActivity 
> clip={text/uri-list 
> U:file:///storage/emulated/0/Android/data/tv.nexx.android.gdtv/cache/.Pic.jpg}
>  (has extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
>  at 
> android.os.Parcel.readException(Parcel.java:1620)
>  at 
> android.os.Parcel.readException(Parcel.java:1573)
>  at 
> android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2658)
>  at 
> android.app.Instrumentation.execStartActivity(Instrumentation.java:1507)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3930)
>  at 
> org.apache.cordova.CordovaActivity.startActivityForResult(CordovaActivity.java:332)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3890)
>  at 
> org.apache.cordova.CordovaInterfaceImpl.startActivityForResult(CordovaInterfaceImpl.java:65)
>  at 
> org.apache.cordova.camera.CameraLauncher.takePicture(CameraLauncher.java:262)
>  at 
> org.apache.cordova.camera.CameraLauncher.callTakePicture(CameraLauncher.java:236)
>  at 
> org.apache.cordova.camera.CameraLauncher.execute(CameraLauncher.java:168)
>  at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
>  at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:133)
>  at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
>  at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
>  at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
>  at 
> org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:37)
>  at 
> android.os.Handler.dispatchMessage(Handler.java:102)
>  at 
> android.os.Looper.loop(Looper.java:148)
>  at 
> android.os.HandlerThread.run(HandlerThread.java:61)



--
This message was sent

[jira] [Commented] (CB-10994) Missing EXTERNAL_STORAGE permission in Android for captureImage

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 7646d75bcac0ec745f3c02dec0cea8cfe819463e in 
cordova-plugin-media-capture's branch refs/heads/master from Richard Knoll
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=7646d75
 ]

CB-10670, CB-10994 android: Marshmallow permissions

Fixes security exceptions caused by a missing request
for WRITE_EXTERNAL_STORAGE when capturing an image and
not requesting the CAMERA permission in the case where
it has been inserted into the manifest by some other
plugin.

This closes #59


> Missing EXTERNAL_STORAGE permission in Android for captureImage
> ---
>
> Key: CB-10994
> URL: https://issues.apache.org/jira/browse/CB-10994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>  Labels: android, reproduced, triaged
>
> Causing a security exception. PR is open now.



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11006:
-

Github user omefire commented on the pull request:

https://github.com/apache/cordova-docs/pull/571#issuecomment-205420917
  
LGTM!


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
> * CB-11006 Updated CDV version macro to 4.1.1
> * CB-11006 Added license to loggingHelper.js
> * CB-11006 Updated checked-in node_modules
> * CB-10320 Fixes corrupted logo.png
> * CB-10918 Travis tests are failing sometimes for cordova-ios
> * CB-10912 Bundling ios-sim 5.0.7 to fix 'Invalid Device State' errors
> * CB-10912: update ios-sim to 5.0.7 to fix 'Invalid Device State' errors
> * CB-10888 Enable coverage reports collection via codecov
> * CB-10840 Use cordova-common.CordovaLogger in cordova-ios
> * CB-10846 Add status badges for Travis and AppVeyor
> * CB-10846 Add AppVeyor configuration
> * CB-10773 Update path delimiters in tests
> * CB-10769 Update specs according to actual implementation
> * CB-10769 Copy raw pluginHandler tests from cordova-lib
> * revert bad fix for CB-10828 I blame node 5.7.0
> * CB-10828 TypeError: Cannot read property 'indexOf' of null when 
> allow-navigation using scheme:*
> * CB-10773 Correct FRAMEWORKS_SEARCH_PATHS on win32
> * CB-10673 fixed conflicting plugin install issue with overlapped 
>  tag using --force option. This closes #199.



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread Edna Morales (JIRA)

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

Edna Morales updated CB-11006:
--
Description: 
Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



* CB-11006 Updated CDV version macro to 4.1.1
* CB-11006 Added license to loggingHelper.js
* CB-11006 Updated checked-in node_modules
* CB-10320 Fixes corrupted logo.png
* CB-10918 Travis tests are failing sometimes for cordova-ios
* CB-10912 Bundling ios-sim 5.0.7 to fix 'Invalid Device State' errors
* CB-10912: update ios-sim to 5.0.7 to fix 'Invalid Device State' errors
* CB-10888 Enable coverage reports collection via codecov
* CB-10840 Use cordova-common.CordovaLogger in cordova-ios
* CB-10846 Add status badges for Travis and AppVeyor
* CB-10846 Add AppVeyor configuration
* CB-10773 Update path delimiters in tests
* CB-10769 Update specs according to actual implementation
* CB-10769 Copy raw pluginHandler tests from cordova-lib
* revert bad fix for CB-10828 I blame node 5.7.0
* CB-10828 TypeError: Cannot read property 'indexOf' of null when 
allow-navigation using scheme:*
* CB-10773 Correct FRAMEWORKS_SEARCH_PATHS on win32
* CB-10673 fixed conflicting plugin install issue with overlapped  
tag using --force option. This closes #199.

  was:Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
> * CB-11006 Updated CDV version macro to 4.1.1
> * CB-11006 Added license to loggingHelper.js
> * CB-11006 Updated checked-in node_modules
> * CB-10320 Fixes corrupted logo.png
> * CB-10918 Travis tests are failing sometimes for cordova-ios
> * CB-10912 Bundling ios-sim 5.0.7 to fix 'Invalid Device State' errors
> * CB-10912: update ios-sim to 5.0.7 to fix 'Invalid Device State' errors
> * CB-10888 Enable coverage reports collection via codecov
> * CB-10840 Use cordova-common.CordovaLogger in cordova-ios
> * CB-10846 Add status badges for Travis and AppVeyor
> * CB-10846 Add AppVeyor configuration
> * CB-10773 Update path delimiters in tests
> * CB-10769 Update specs according to actual implementation
> * CB-10769 Copy raw pluginHandler tests from cordova-lib
> * revert bad fix for CB-10828 I blame node 5.7.0
> * CB-10828 TypeError: Cannot read property 'indexOf' of null when 
> allow-navigation using scheme:*
> * CB-10773 Correct FRAMEWORKS_SEARCH_PATHS on win32
> * CB-10673 fixed conflicting plugin install issue with overlapped 
>  tag using --force option. This closes #199.



--
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-10987) Camera crashes on Windows 10 when targetwidth and targetheight specified

2016-04-04 Thread Raghav Katyal (JIRA)

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

Raghav Katyal updated CB-10987:
---
Labels: triaged wfc windows  (was: triaged windows)

> Camera crashes on Windows 10 when targetwidth and targetheight specified
> 
>
> Key: CB-10987
> URL: https://issues.apache.org/jira/browse/CB-10987
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Windows 10, Local Machine
>Reporter: Raghav Katyal
>Assignee: Raghav Katyal
>  Labels: triaged, wfc, windows
> Attachments: app.js, config.xml
>
>
> Breaks when following options specified:
> var options = {
> quality: 80,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.CAMERA,
> encodingType: Camera.EncodingType.JPEG,
> cameraDirection: Camera.Direction.FRONT,
> targetWidth: 180,
> targetHeight: 180,
> saveToPhotoAlbum: false
> };



--
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-10670) Media Capture on Android 6.0.1 fails

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10670:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/59#issuecomment-205411389
  
I'm going to merge this now and get rid of the excess conditionals later


> Media Capture on Android 6.0.1 fails
> 
>
> Key: CB-10670
> URL: https://issues.apache.org/jira/browse/CB-10670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 5.1.0
>Reporter: Christoph Brosdau
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: Android, triaged
>
> Although this should work, I cannot make it work - on android 6.0, i always 
> have the same issue concerning permissions - maybe I overlooked something, 
> but I dont know what :)
> Whith the following super simple demo JS and latest Cordova and latest 
> version of all plugins, I get:
> navigator.device.capture.captureVideo(function(){},function(e){console.log(e);},{limit:1});
> In the console, I get:
> Permission Denial: starting Intent { act=android.media.action.VIDEO_CAPTURE 
> cmp=com.google.android.GoogleCamera/com.android.camera.VideoCamera (has 
> extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
> In Android Studio I get:
> Uncaught exception from plugin
>  
> java.lang.SecurityException: Permission Denial: starting Intent { 
> act=android.media.action.IMAGE_CAPTURE flg=0x3 
> cmp=com.google.android.GoogleCamera/com.android.camera.CaptureActivity 
> clip={text/uri-list 
> U:file:///storage/emulated/0/Android/data/tv.nexx.android.gdtv/cache/.Pic.jpg}
>  (has extras) } from ProcessRecord{7481fe2 17042:tv.nexx.android.gdtv/u0a183} 
> (pid=17042, uid=10183) with revoked permission android.permission.CAMERA
>  at 
> android.os.Parcel.readException(Parcel.java:1620)
>  at 
> android.os.Parcel.readException(Parcel.java:1573)
>  at 
> android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2658)
>  at 
> android.app.Instrumentation.execStartActivity(Instrumentation.java:1507)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3930)
>  at 
> org.apache.cordova.CordovaActivity.startActivityForResult(CordovaActivity.java:332)
>  at 
> android.app.Activity.startActivityForResult(Activity.java:3890)
>  at 
> org.apache.cordova.CordovaInterfaceImpl.startActivityForResult(CordovaInterfaceImpl.java:65)
>  at 
> org.apache.cordova.camera.CameraLauncher.takePicture(CameraLauncher.java:262)
>  at 
> org.apache.cordova.camera.CameraLauncher.callTakePicture(CameraLauncher.java:236)
>  at 
> org.apache.cordova.camera.CameraLauncher.execute(CameraLauncher.java:168)
>  at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
>  at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:133)
>  at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
>  at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
>  at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
>  at 
> org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:37)
>  at 
> android.os.Handler.dispatchMessage(Handler.java:102)
>

[jira] [Commented] (CB-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11006:
-

GitHub user eymorale opened a pull request:

https://github.com/apache/cordova-docs/pull/571

CB-11006 add ios@4.1.1 release blog post



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

$ git pull https://github.com/eymorale/cordova-docs CB-11006

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

https://github.com/apache/cordova-docs/pull/571.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 #571


commit 2f4d611c88b9ad89be885430422bd511b52a3656
Author: Edna Morales 
Date:   2016-04-04T17:36:39Z

CB-11006 add ios@4.1.1 release blog post




> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread Alexis Kofman (JIRA)

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

Alexis Kofman edited comment on CB-10962 at 4/4/16 5:09 PM:


Since this 
[commit|https://github.com/apache/cordova-ios/commit/ba7bafdbd8d4dab29899a7a804a6bf8ad6893e51#diff-9fe96e67af3c3b63c4c25ae1bfd11a8eR135]
 the justlaunch flag has been added and seems to be the reason of this issue.

A [PR|https://github.com/phonegap/ios-deploy/pull/218] is waiting in the 
ios-deploy project but the conversation exists for more than 6 months now.  
I think we should remove this flag for now. That means lldb will stay attached 
when launching an app.

Then we could add this flag again and update to a fixed ios-deploy version.

@shazron any thought ?


was (Author: akofman):
Since this 
[commit|https://github.com/apache/cordova-ios/commit/ba7bafdbd8d4dab29899a7a804a6bf8ad6893e51#diff-9fe96e67af3c3b63c4c25ae1bfd11a8eR135]
 the justlaunch flag has been added and seems to be the reason of this issue.

A [PR|https://github.com/phonegap/ios-deploy/pull/218] is waiting in the 
ios-deploy project but the conversation exists for more than 6 months now.  
I think we should remove this flag for now. That means lldb will stay alive 
when launching an app.

Then we could add this flag again and update to a fixed ios-deploy version.

@shazron any thought ?

> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread Alexis Kofman (JIRA)

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

Alexis Kofman commented on CB-10962:


It works on 6.1.1 without the justlaunch flag.

> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-04 Thread Jerroyd Moore (JIRA)

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

Jerroyd Moore edited comment on CB-10651 at 4/4/16 5:02 PM:


If you execute platforms/windows/cordova/build, you can use the --bundle 
argument to create an _appxbundle_. The Windows Store will accept an 
_appxbundle_ if you don't have any precompiled .NET Native prebuilt packages.

e.g.
{code}
cordova/build.bat --release --appx=uap --arch="x86 arm" --bundle
{code}



was (Author: jnmoore):
If you execute platforms/windows/cordova/build, you can use the --bundle 
argument to create an appxbundle. The Windows Store will accept this if you 
don't have any precompiled .NET Native prebuilt packages.

e.g.
{code}
cordova/build.bat --release --appx=uap --arch="x86 arm" --bundle
{code}


> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
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-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-04 Thread Jerroyd Moore (JIRA)

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

Jerroyd Moore edited comment on CB-10651 at 4/4/16 5:01 PM:


If you execute platforms/windows/cordova/build, you can use the --bundle 
argument to create an appxbundle. The Windows Store will accept this if you 
don't have any precompiled .NET Native prebuilt packages.

e.g.
{code}
cordova/build.bat --release --appx=uap --arch="x86 arm" --bundle
{code}



was (Author: jnmoore):
When compiling you can use the --bundle argument to create an appxbundle. The 
Windows Store will accept this if you don't have any precompiled .NET Native 
prebuilt packages.

> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
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-10942) Cannot for links in that site, if you have

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10942:
-

Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-ios/pull/211#issuecomment-205393355
  
lgtm!


> Cannot https://foo.bar"; /> for links in that site, if 
> you have https://*"; />
> 
>
> Key: CB-10942
> URL: https://issues.apache.org/jira/browse/CB-10942
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> https://github.com/apache/cordova-ios/blob/6221bd7c7f54421a158cd18d1ecb8ee88247db07/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m#L74
> 1. Re-factor that method so it is testable
> 2. Add Obj-C tests to test this case



--
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-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-04 Thread Jerroyd Moore (JIRA)

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

Jerroyd Moore commented on CB-10651:


When compiling you can use the --bundle argument to create an appxbundle. The 
Windows Store will accept this if you don't have any precompiled .NET Native 
prebuilt packages.

> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
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-10962) cordova run ios hangs on safequit

2016-04-04 Thread Omar Mefire (JIRA)

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

Omar Mefire commented on CB-10962:
--

I CAN repro this issue for cordova 6.1.1

> cordova run ios hangs on safequit
> -
>
> Key: CB-10962
> URL: https://issues.apache.org/jira/browse/CB-10962
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaCommon, iOS
>Affects Versions: 6.1.0
> Environment: OSX 10.11.4
>Reporter: Mike Hartington
>
> Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to 
> a physical device from the command line
> steps to reproduce.
> {code}
> cordova create testProject
> cd testProject
> cordova platform add ios
> cordova run ios 
> {code}
> you should be able to deploy, but the app will hang at the splashscreen and 
> not boot. The CLI will just print out
> {code}
> (lldb) command script add -s asynchronous -f 
> fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit
> (lldb) connect
> (lldb) run
> success
> (lldb) safequit
> {code}



--
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-10062) Error: EACCES: permission denied - update-notifier-cordova.json

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10062:
-

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

https://github.com/apache/cordova-cli/pull/242#discussion_r58406360
  
--- Diff: src/cli.js ---
@@ -60,13 +60,23 @@ function init() {
 }
 
 function checkForUpdates() {
-// Checks for available update and returns an instance
-var notifier = updateNotifier({
-pkg: pkg
-});
+try {
+// Checks for available update and returns an instance
+var notifier = updateNotifier({
+pkg: pkg
+});
 
-// Notify using the built-in convenience method
-notifier.notify();
+// Notify using the built-in convenience method
+notifier.notify();
+} catch (e) {
+// https://issues.apache.org/jira/browse/CB-10062
+if (e && e.message && /EACCES/.test(e.message)) {
+console.log('Update notifier was not able to access the config 
file.\n' +
--- End diff --

Ah, okay!


> Error: EACCES: permission denied - update-notifier-cordova.json
> ---
>
> Key: CB-10062
> URL: https://issues.apache.org/jira/browse/CB-10062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: OSX El Capitan
> Jims-MBP:myApp jtryon$ cordova -v
> 5.4.0
> Jims-MBP:myApp jtryon$ node -v
> v4.2.2
> Jims-MBP:myApp jtryon$ npm -v
> 2.14.7
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> ims-MBP:~ jtryon$ cordova -h
> /usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:53
> throw err;
> ^Error: EACCES: permission denied, open 
> '/Users/jtryon/.config/configstore/update-notifier-cordova.json'
> You don't have access to this file.at Error (native)
>at Object.fs.openSync (fs.js:549:18)
>at Object.fs.readFileSync (fs.js:397:15)
>at Object.create.all.get 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:34:26)
>at Object.Configstore 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:27:44)
>at new UpdateNotifier 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/index.js:34:17)
>at module.exports 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/index.js:123:23)
>at checkForUpdates (/usr/local/lib/node_modules/cordova/src/cli.js:64:20)
>at cli (/usr/local/lib/node_modules/cordova/src/cli.js:114:5)
>at Object. 
> (/usr/local/lib/node_modules/cordova/bin/cordova:41:1)



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 0ca0c9c0ed41b9e95490ec93a7cf421c851f4b10 in cordova-ios's branch 
refs/heads/4.1.x from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=0ca0c9c ]

CB-11006 Added license to loggingHelper.js


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-10320) logo.png file is damaged

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 6221bd7c7f54421a158cd18d1ecb8ee88247db07 in cordova-ios's branch 
refs/heads/4.1.x from [~daserge]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=6221bd7 ]

CB-10320 Fixes corrupted logo.png


> logo.png file is damaged
> 
>
> Key: CB-10320
> URL: https://issues.apache.org/jira/browse/CB-10320
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World, iOS
>Reporter: Shazron Abdullah
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: easyfix
>
> Reported through email by domenico annunziata:
> {code}
> Dear Developer,
> I point out that the file "logo.png" on the path 
> "cordova-ios/bin/templates/project/www/img/" (commit 0348c36) on GitHub 
> is damaged.
> It seems that has one byte less than the previous version published before 
> this commit.
> {code}



--
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-10912) Bundle ios-sim 5.0.7 (simctl 0.0.9) in cordova-ios to fix "Invalid Device State" errors

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit bc8a215c501c852348b0b1b1491e5734aab87d35 in cordova-ios's branch 
refs/heads/4.1.x from [~omefire]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=bc8a215 ]

CB-10912 Bundling ios-sim 5.0.7 to fix 'Invalid Device State' errors


> Bundle ios-sim 5.0.7 (simctl 0.0.9) in cordova-ios to fix "Invalid Device 
> State" errors
> ---
>
> Key: CB-10912
> URL: https://issues.apache.org/jira/browse/CB-10912
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Omar Mefire
>  Labels: cordova-ios-4.1.1, triaged
>




--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit c5c33bad301ea4721fef5478299d21360c661860 in cordova-ios's branch 
refs/heads/4.1.x from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=c5c33ba ]

CB-11006 fix merge conflicts


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-10918) Travis tests are failing sometimes for cordova-ios

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 7f74bca9a6f1d89dc707f74bf3a825af72e6943a in cordova-ios's branch 
refs/heads/4.1.x from [~daserge]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=7f74bca ]

CB-10918 Travis tests are failing sometimes for cordova-ios

Updates killall Simulator pname for XCode7


> Travis tests are failing sometimes for cordova-ios
> --
>
> Key: CB-10918
> URL: https://issues.apache.org/jira/browse/CB-10918
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> Example:
> https://travis-ci.org/apache/cordova-ios/builds/115838036
> https://travis-ci.org/apache/cordova-ios/builds/116827042
> {noformat}
> Failures:
>   1) cordova-lib objective-c unit tests
>Message:
>  Expected 65 to be 0.
>Stacktrace:
>  Error: Expected 65 to be 0.
> at null. 
> (/Users/travis/build/apache/cordova-ios/tests/spec/cordovalib.spec.js:50:29)
> {noformat}



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 6394314d34d20c755d0fdc3bbf2ab0313ee5436b in cordova-ios's branch 
refs/heads/4.1.x from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=6394314 ]

CB-11006 Updated checked-in node_modules


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 4bbae20bc4c9a2a260423940a92cfae634cc543e in cordova-ios's branch 
refs/heads/4.1.x from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=4bbae20 ]

CB-11006 Updated CDV version macro to 4.1.1


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit a7f39e6142704d0c5d312498d95c7c646d8315a8 in cordova-ios's branch 
refs/heads/4.1.x from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=a7f39e6 ]

CB-11006 Updated RELEASENOTES and Version for release 4.1.1


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 4bbae20bc4c9a2a260423940a92cfae634cc543e in cordova-ios's branch 
refs/heads/master from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=4bbae20 ]

CB-11006 Updated CDV version macro to 4.1.1


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 6394314d34d20c755d0fdc3bbf2ab0313ee5436b in cordova-ios's branch 
refs/heads/master from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=6394314 ]

CB-11006 Updated checked-in node_modules


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit 0ca0c9c0ed41b9e95490ec93a7cf421c851f4b10 in cordova-ios's branch 
refs/heads/master from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=0ca0c9c ]

CB-11006 Added license to loggingHelper.js


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-11006) Cordova-IOS Platform Release April 1, 2016

2016-04-04 Thread ASF subversion and git services (JIRA)

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

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

Commit a7f39e6142704d0c5d312498d95c7c646d8315a8 in cordova-ios's branch 
refs/heads/master from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=a7f39e6 ]

CB-11006 Updated RELEASENOTES and Version for release 4.1.1


> Cordova-IOS Platform Release April 1, 2016
> --
>
> Key: CB-11006
> URL: https://issues.apache.org/jira/browse/CB-11006
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Edna Morales
>Assignee: Edna Morales
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
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-4078) correctOrientation is not working on camera.getPicture for PHOTOLIBRARY (works with Camera)

2016-04-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-4078:


Github user unbeatableDeepak commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/197#issuecomment-205367729
  
@swbradshaw That's great! If you don't have time then I can do the testing 
of your code and will let you know the result, can you please provide me your 
code so that I can test it.


> correctOrientation is not working on camera.getPicture for PHOTOLIBRARY 
> (works with Camera)
> ---
>
> Key: CB-4078
> URL: https://issues.apache.org/jira/browse/CB-4078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.9.0
> Environment: Android
>Reporter: aligo
>Priority: Minor
>  Labels: Android, Triaged
>
> Hi
> I use cameraOptions below to get the FILE_URI and to display in  tag:
> {code}
>   correctOrientation: true
>   quality: 50
>   encodingType: Camera.EncodingType.JPEG
>   targetWidth: 300
>   targetHeight: 300
>   destinationType: window.navigator.camera.DestinationType.FILE_URI
>   sourceType: window.navigator.camera.PictureSourceType.PHOTOLIBRARY
> {code}
> But the picture displayed within wrong orientation.
> Updated:
> I try use window.navigator.camera.PictureSourceType.CAMERA in sourceType, and 
> everything work as expected.



--
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-10961) CLI 6.1.0 Error when adding ios platform and plugin declare in config.xml

2016-04-04 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-10961:
---

this is fixed, right?

> CLI 6.1.0 Error when adding ios platform and plugin declare in config.xml
> -
>
> Key: CB-10961
> URL: https://issues.apache.org/jira/browse/CB-10961
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 6.1.0
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>Priority: Critical
>  Labels: cli, ios, regresion
>
> New CLI 6.1.0 has a regression when adding platform ios, not using 
> HelloCordova name for the app and plugins are present or declare in config.xml
> To reproduce there are multiple use cases:
> 1. Create new app with name app1, add a plugin then add ios platform
> 2, Create new app with a template with a plugin in config.xml and that 
> specifies a name app1 in config.xml or create cli, then add ios platform
> 3. Create new app with name app1 add a plugin declaration in config.xml 
> globally or under ios platform and then add ios platform
> Initial investigation is that ios xcode project is always created with 
> HelloCordova and the name specified in config.xml
> $ cordova create app1 com.app1 app1
> Creating a new cordova project.
> ~/dev/cordova/cli-6.1.0
> 🍔  $ cd app1/
> ~/dev/cordova/cli-6.1.0/app1
> 🍔  $ cordova plugin add cordova-plugin-camera --save
> Fetching plugin "cordova-plugin-camera" via npm
> Saved plugin info for "cordova-plugin-camera" to config.xml
> ~/dev/cordova/cli-6.1.0/app1
> 🍔  $ cat config.xml
> 
> http://www.w3.org/ns/widgets"; 
> xmlns:cdv="http://cordova.apache.org/ns/1.0";>
> app1
> 
> A sample Apache Cordova application that responds to the deviceready 
> event.
> 
> http://cordova.io";>
> Apache Cordova Team
> 
> 
> 
> 
> http://*/*"; />
> https://*/*"; />
> 
> 
> mailto:*"; />
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ~/dev/cordova/cli-6.1.0/app1
> 🍔  $ cordova platform add ios
> Adding ios project...
> iOS project created with cordova-ios@4.1.0
> Installing "cordova-plugin-camera" for ios
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for ios
> Failed to install 'cordova-plugin-whitelist':Error: ENOENT: no such file or 
> directory, open 
> '/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/app1.xcodeproj/project.pbxproj'
> at Error (native)
> at Object.fs.openSync (fs.js:584:18)
> at Object.fs.writeFileSync (fs.js:1224:33)
> at Object.cachedProjectFiles.(anonymous function).write 
> (/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/lib/projectFile.js:73:16)
> at 
> /Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/lib/plugman/Plugman.js:85:21
> at _fulfilled 
> (/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/node_modules/q/q.js:834:54)
> at self.promiseDispatch.done 
> (/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/node_modules/q/q.js:863:30)
> at Promise.promise.promiseDispatch 
> (/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/node_modules/q/q.js:796:13)
> at 
> /Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/node_modules/q/q.js:857:14
> at runSingle 
> (/Users/csantana23/Documents/dev/cordova/cli-6.1.0/app1/platforms/ios/cordova/node_modules/q/q.js:137:13)
> ~/dev/cordova/cli-6.1.0/app1



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



  1   2   >