[jira] [Updated] (CB-8404) [Windows] Camera preview rotates when device is used in landscape mode

2015-04-22 Thread Olivier VERMONT (JIRA)

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

Olivier VERMONT updated CB-8404:

Summary: [Windows] Camera preview rotates when device is used in landscape 
mode  (was: [Windows] Camera image rotates when device is used in landscape 
mode)

> [Windows] Camera preview rotates when device is used in landscape mode
> --
>
> Key: CB-8404
> URL: https://issues.apache.org/jira/browse/CB-8404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Windows
>Affects Versions: 3.4.0
> Environment: Windows Phone 8.1 - Nokia Lumia 735
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>
> When using the camera plugin on a Windows Phone 8.1 device (Nokia Lumia 735) 
> in my case every thing is fine in portrait mode but when I change device 
> orientation to landscape, the camera image rotates aswell which give a 90 
> degree offset regardless to what is being viewed. 



--
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-8883) [Windows] Camera picture is rotated 90° when taken in landscape mode

2015-04-22 Thread Olivier VERMONT (JIRA)

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

Olivier VERMONT commented on CB-8883:
-

Hi Murat, I've just had a try with latest version of cde you commited for 
CB-8404 and I still have the same problem. Preview is OK now but the captured 
picture is rotated 90° and out of shape (see CB-8879).

Any idea ?

Thanks in advance for your work  !

> [Windows] Camera picture is rotated 90° when taken in landscape mode
> 
>
> Key: CB-8883
> URL: https://issues.apache.org/jira/browse/CB-8883
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.6.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, orientation, picture
>
> The picture issued from the camera is rotated 90° when taken in landscape 
> mode.



--
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-8887) Dashes not allowed in App-ID

2015-04-22 Thread Simon Schwichtenberg (JIRA)
Simon Schwichtenberg created CB-8887:


 Summary: Dashes not allowed in App-ID
 Key: CB-8887
 URL: https://issues.apache.org/jira/browse/CB-8887
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: Master
 Environment: Windows 8.1
Reporter: Simon Schwichtenberg
Priority: Critical


Hi,

I recently updated to Cordova 5 and I noticed that it is not possible to create 
projects that contains dashes (-) in the App-ID anymore. The message that I get 
is: "App id contains a reserved word, or is not a valid identifier." That is 
not so nice because the namespace of my iOS provisioning profile contains 
dashes.


Best, Simon 



--
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-8887) Dashes not allowed in App-ID

2015-04-22 Thread Simon Schwichtenberg (JIRA)

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

Simon Schwichtenberg updated CB-8887:
-
Description: 
Hi,

I recently updated to Cordova 5 and I noticed that it is not possible to create 
projects that contains dashes ( - ) in the App-ID anymore. The message that I 
get is: "App id contains a reserved word, or is not a valid identifier." That 
is not so nice because the namespace of my iOS provisioning profile contains 
dashes.


Best, Simon 

  was:
Hi,

I recently updated to Cordova 5 and I noticed that it is not possible to create 
projects that contains dashes (-) in the App-ID anymore. The message that I get 
is: "App id contains a reserved word, or is not a valid identifier." That is 
not so nice because the namespace of my iOS provisioning profile contains 
dashes.


Best, Simon 


> Dashes not allowed in App-ID
> 
>
> Key: CB-8887
> URL: https://issues.apache.org/jira/browse/CB-8887
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
> Environment: Windows 8.1
>Reporter: Simon Schwichtenberg
>Priority: Critical
>
> Hi,
> I recently updated to Cordova 5 and I noticed that it is not possible to 
> create projects that contains dashes ( - ) in the App-ID anymore. The message 
> that I get is: "App id contains a reserved word, or is not a valid 
> identifier." That is not so nice because the namespace of my iOS provisioning 
> profile contains dashes.
> Best, Simon 



--
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-8888) Media plugin doesn't report status precisely

2015-04-22 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov updated CB-:
-
Description: 
Currently, media status is changed to MEDIA_RUNNING right when we send a "play" 
command to Audio. It then initializes, downloads the file and only then starts 
playing.

It should be changed to set MEDIA_RUNNING state only when actual playback 
starts by subscribing to corresponding Audio event.

> Media plugin doesn't report status precisely
> 
>
> Key: CB-
> URL: https://issues.apache.org/jira/browse/CB-
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Media
> Environment: Windows, media plugin 1.0.0
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Currently, media status is changed to MEDIA_RUNNING right when we send a 
> "play" command to Audio. It then initializes, downloads the file and only 
> then starts playing.
> It should be changed to set MEDIA_RUNNING state only when actual playback 
> starts by subscribing to corresponding Audio event.



--
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-8888) Media plugin doesn't report status precisely

2015-04-22 Thread Vladimir Kotikov (JIRA)
Vladimir Kotikov created CB-:


 Summary: Media plugin doesn't report status precisely
 Key: CB-
 URL: https://issues.apache.org/jira/browse/CB-
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Media
 Environment: Windows, media plugin 1.0.0
Reporter: Vladimir Kotikov
Assignee: Vladimir Kotikov






--
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-8888) Media plugin doesn't report status precisely

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

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

ASF GitHub Bot commented on CB-:


GitHub user vladimir-kotikov opened a pull request:

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

CB- Makes media status reporting on windows more precise

Fix for https://issues.apache.org/jira/browse/CB-

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-media CB-

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

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


commit 5cf73f56d571e0e71762aeaeddaa05e9bbc78d06
Author: Vladimir Kotikov 
Date:   2015-04-22T09:50:19Z

CB- Makes media status reporting on windows more precise




> Media plugin doesn't report status precisely
> 
>
> Key: CB-
> URL: https://issues.apache.org/jira/browse/CB-
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Media
> Environment: Windows, media plugin 1.0.0
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Currently, media status is changed to MEDIA_RUNNING right when we send a 
> "play" command to Audio. It then initializes, downloads the file and only 
> then starts playing.
> It should be changed to set MEDIA_RUNNING state only when actual playback 
> starts by subscribing to corresponding Audio event.



--
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-8889) Windows platform update overwrite ProductId in manifest, no way to pass it in update method

2015-04-22 Thread Sergey (JIRA)
Sergey created CB-8889:
--

 Summary: Windows platform update overwrite ProductId in manifest, 
no way to pass it in update method
 Key: CB-8889
 URL: https://issues.apache.org/jira/browse/CB-8889
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows, WP8
Affects Versions: Master
 Environment: Windows 8.1 x64 Pro
Node 0.12.0
Reporter: Sergey
Assignee: Jesse MacFadyen


in cordova-windows package introduces --guid argument, but it seems to not work 
when
`cordova platform update windows --guid `




--
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-8890) CDVCommandQueue crash

2015-04-22 Thread Jacob G (JIRA)
Jacob G created CB-8890:
---

 Summary: CDVCommandQueue crash
 Key: CB-8890
 URL: https://issues.apache.org/jira/browse/CB-8890
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib, iOS
Affects Versions: 3.6.3
Reporter: Jacob G


Crash log:

Incident Identifier: 7563DE83-0EF2-404C-9161-6ECF671947D1
CrashReporter Key:   4FC03C43-F68F-4161-AA1E-CF4C6141F24B
Hardware Model:  iPhone5,3
Process: F [3141]
Path:
/private/var/mobile/Containers/Bundle/Application/5D170D39-636E-4EC7-B72A-39473AB9DB43/F.app/F
Identifier:  com.f.t
Version: 1.8.1.1
Code Type:   ARM
Parent Process:  launchd [1]

Date/Time:   2015-04-22T13:00:48Z
OS Version:  iPhone OS 8.3 (12F70)
Report Version:  104

Exception Type:  SIGABRT
Exception Codes: #0 at 0x35461df0
Crashed Thread:  0

Thread 0 Crashed:
0   libsystem_kernel.dylib   0x35461df0 __pthread_kill + 8
1   libsystem_pthread.dylib  0x354e0cc7 pthread_kill + 60
2   libsystem_c.dylib0x353fd909 abort + 74
3   libsystem_malloc.dylib   0x354923af szone_error + 332
4   libsystem_malloc.dylib   0x35492659 free_list_checksum_botch + 
26
5   libsystem_malloc.dylib   0x3548a403 tiny_malloc_from_free_list 
+ 1024
6   libsystem_malloc.dylib   0x35488ebb szone_malloc_should_clear + 
220
7   libsystem_malloc.dylib   0x35488da9 malloc_zone_malloc + 86
8   CoreFoundation   0x26896f69 
__CFStringChangeSizeMultiple + 778
9   CoreFoundation   0x267e0cfb CFStringAppend + 464
10  CoreFoundation   0x26892347 __CFStringAppendFormatCore 
+ 7476
11  CoreFoundation   0x268905f1 
_CFStringCreateWithFormatAndArgumentsAux2 + 78
12  Foundation   0x2752da73 -[NSPlaceholderString 
initWithFormat:locale:arguments:] + 136
13  Foundation   0x2752d975 +[NSString 
stringWithFormat:] + 58
14  F0x001f1e8d -[CDVCommandQueue execute:] + 410
15  F0x001f1bc1 -[CDVCommandQueue executePending] + 
566
16  F0x001ed64f -[CDVViewController 
webView:shouldStartLoadWithRequest:navigationType:] + 188
17  F0x000185b1 -[MainViewController 
webView:shouldStartLoadWithRequest:navigationType:] (MainViewController.m:414)
18  F0x001f412f -[CDVWebViewDelegate 
webView:shouldStartLoadWithRequest:navigationType:] + 124
19  UIKit0x2a1191c1 -[UIWebView 
webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 290
20  CoreFoundation   0x268c2664 __invoking___ + 66
21  CoreFoundation   0x267ed48d -[NSInvocation invoke] + 298
22  CoreFoundation   0x267f0f37 -[NSInvocation 
invokeWithTarget:] + 48
23  WebKitLegacy 0x33344401 -[_WebSafeForwarder 
forwardInvocation:] + 222
24  CoreFoundation   0x268c11bf ___forwarding___ + 352
25  CoreFoundation   0x267f0e78 _CF_forwarding_prep_0 + 22
26  CoreFoundation   0x268c2664 __invoking___ + 66
27  CoreFoundation   0x267ed48d -[NSInvocation invoke] + 298
28  WebCore  0x328606a9 HandleDelegateSource(void*) 
+ 98
29  CoreFoundation   0x26883faf 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
30  CoreFoundation   0x268833bf __CFRunLoopDoSources0 + 216
31  CoreFoundation   0x26881a25 __CFRunLoopRun + 770
32  CoreFoundation   0x267ce201 CFRunLoopRunSpecific + 474
33  CoreFoundation   0x267ce013 CFRunLoopRunInMode + 104
34  GraphicsServices 0x2e0ad201 GSEventRunModal + 134
35  UIKit0x29f72a59 UIApplicationMain + 1438
36  F0xf1a3 main (main.m:32)
37  libdyld.dylib0x35397aaf start + 0

Thread 1:
0   libsystem_kernel.dylib   0x3544e224 kevent64 + 24
1   libdispatch.dylib0x35377d3b _dispatch_mgr_thread + 36

Thread 2:
0   libsystem_kernel.dylib   0x354629c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib  0x354ddb14 start_wqthread + 6

Thread 3:
0   libsystem_kernel.dylib   0x354629c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib  0x354ddb14 start_wqthread + 6

Thread 4:
0   libsystem_kernel.dylib   0x354629c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib  0x354ddb14 start_wqthread + 6

Thread 5:
0   libsystem_kernel.dylib   0x354629c0 __workq_kernreturn + 8
1   libsystem_pthread.dylib  0x35

[jira] [Created] (CB-8891) Add gradle helper for retrieving preference values

2015-04-22 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8891:
-

 Summary: Add gradle helper for retrieving preference values
 Key: CB-8891
 URL: https://issues.apache.org/jira/browse/CB-8891
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


I'm finding that for the crosswalk plugin, I need to get at 
{code}{code} values at build-time.

Seems like a common thing to want to do, so we should add this as a helper to 
cordova.gradle:





--
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-8891) Add gradle helper for retrieving preference values

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

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

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

Commit 9ff786d021fcca8e3eb3fd17d65609d5dc5225cf in cordova-android's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=9ff786d ]

CB-8891 Add a gradle helper for retrieving config.xml preference values


> Add gradle helper for retrieving preference values
> --
>
> Key: CB-8891
> URL: https://issues.apache.org/jira/browse/CB-8891
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> I'm finding that for the crosswalk plugin, I need to get at 
> {code}{code} values at build-time.
> Seems like a common thing to want to do, so we should add this as a helper to 
> cordova.gradle:



--
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-8891) Add gradle helper for retrieving preference values

2015-04-22 Thread Andrew Grieve (JIRA)

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

Andrew Grieve resolved CB-8891.
---
Resolution: Fixed

added in 4.1.0-dev

> Add gradle helper for retrieving preference values
> --
>
> Key: CB-8891
> URL: https://issues.apache.org/jira/browse/CB-8891
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> I'm finding that for the crosswalk plugin, I need to get at 
> {code}{code} values at build-time.
> Seems like a common thing to want to do, so we should add this as a helper to 
> cordova.gradle:



--
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-8891) Add gradle helper for retrieving preference values

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

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

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

Commit bce42832391a2f15b1f5d9510fb548e00d2d952d in cordova-android's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=bce4283 ]

CB-8891 Add a note about when the gradle helpers were added


> Add gradle helper for retrieving preference values
> --
>
> Key: CB-8891
> URL: https://issues.apache.org/jira/browse/CB-8891
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> I'm finding that for the crosswalk plugin, I need to get at 
> {code}{code} values at build-time.
> Seems like a common thing to want to do, so we should add this as a helper to 
> cordova.gradle:



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

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

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

ASF GitHub Bot commented on CB-8804:


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

https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28881896
  
--- Diff: src/android/CameraLauncher.java ---
@@ -163,7 +167,15 @@ else if ((srcType == PHOTOLIBRARY) || (srcType == 
SAVEDPHOTOALBUM)) {
 PluginResult r = new 
PluginResult(PluginResult.Status.NO_RESULT);
 r.setKeepCallback(true);
 callbackContext.sendPluginResult(r);
-
+
+return true;
+} else if (action.equals("checkForSavedResult")) {
+this.imageUri = Uri.fromFile(createCaptureFile(JPEG));
+if (savedRequestCode > 0) {
+onActivityResult(savedRequestCode, savedResultCode, 
savedIntent);
+} else {
+callbackContext.success("no-result");
--- End diff --

Would be much nicer if returned result was false when coerced to a boolean 
(so that they can do if (result)). So maybe return empty string or null.


> https://github.com/apache/cordova-plugin-camera#android-quirks
> --
>
> Key: CB-8804
> URL: https://issues.apache.org/jira/browse/CB-8804
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Camera
> Environment: Android
>Reporter: Serge Huijben
>Priority: Trivial
>
> Android Quirks
> Android uses intents to launch the camera activity on the device to capture 
> images, and on phones with low memory, the Cordova activity may be killed. In 
> this scenario, the image may not appear when the Cordova activity is restored.



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

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

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

ASF GitHub Bot commented on CB-8804:


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

https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28881787
  
--- Diff: src/android/CameraLauncher.java ---
@@ -163,7 +167,15 @@ else if ((srcType == PHOTOLIBRARY) || (srcType == 
SAVEDPHOTOALBUM)) {
 PluginResult r = new 
PluginResult(PluginResult.Status.NO_RESULT);
 r.setKeepCallback(true);
 callbackContext.sendPluginResult(r);
-
+
+return true;
+} else if (action.equals("checkForSavedResult")) {
+this.imageUri = Uri.fromFile(createCaptureFile(JPEG));
--- End diff --

should you do this only when savedRequestCode > 0?


> https://github.com/apache/cordova-plugin-camera#android-quirks
> --
>
> Key: CB-8804
> URL: https://issues.apache.org/jira/browse/CB-8804
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Camera
> Environment: Android
>Reporter: Serge Huijben
>Priority: Trivial
>
> Android Quirks
> Android uses intents to launch the camera activity on the device to capture 
> images, and on phones with low memory, the Cordova activity may be killed. In 
> this scenario, the image may not appear when the Cordova activity is restored.



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

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

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

ASF GitHub Bot commented on CB-8804:


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

https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28882307
  
--- Diff: src/android/CameraLauncher.java ---
@@ -632,73 +645,79 @@ else if (destType == FILE_URI || destType == 
NATIVE_URI) {
  */
 public void onActivityResult(int requestCode, int resultCode, Intent 
intent) {
 
-// Get src and dest types from request code for a Camera Activity
-int srcType = (requestCode / 16) - 1;
-int destType = (requestCode % 16) - 1;
-
-// If Camera Crop
-if (requestCode >= CROP_CAMERA) {
-if (resultCode == Activity.RESULT_OK) {
+if (this.imageUri == null && this.getPictureFromGallery == false) {
--- End diff --

Would it be more appropriate to check if `callbackContext == null`? An app 
can be evicted even when getting a picture from the gallery.


> https://github.com/apache/cordova-plugin-camera#android-quirks
> --
>
> Key: CB-8804
> URL: https://issues.apache.org/jira/browse/CB-8804
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Camera
> Environment: Android
>Reporter: Serge Huijben
>Priority: Trivial
>
> Android Quirks
> Android uses intents to launch the camera activity on the device to capture 
> images, and on phones with low memory, the Cordova activity may be killed. In 
> this scenario, the image may not appear when the Cordova activity is restored.



--
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-8804) https://github.com/apache/cordova-plugin-camera#android-quirks

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

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

ASF GitHub Bot commented on CB-8804:


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

https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28882407
  
--- Diff: www/Camera.js ---
@@ -72,4 +72,8 @@ cameraExport.cleanup = function(successCallback, 
errorCallback) {
 exec(successCallback, errorCallback, "Camera", "cleanup", []);
 };
 
+cameraExport.checkForSavedResult = function(successCallback, 
errorCallback) {
--- End diff --

Please update the plugin README.md with docs on this new API


> https://github.com/apache/cordova-plugin-camera#android-quirks
> --
>
> Key: CB-8804
> URL: https://issues.apache.org/jira/browse/CB-8804
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Camera
> Environment: Android
>Reporter: Serge Huijben
>Priority: Trivial
>
> Android Quirks
> Android uses intents to launch the camera activity on the device to capture 
> images, and on phones with low memory, the Cordova activity may be killed. In 
> this scenario, the image may not appear when the Cordova activity is restored.



--
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-8841) add platform fails

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8841:
---
Component/s: (was: Android)
 CLI

> add platform fails
> --
>
> Key: CB-8841
> URL: https://issues.apache.org/jira/browse/CB-8841
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.8.0
> Environment: Windows
>Reporter: syed Khader
>
> i am trying to create a cordova project with android on windows. adding 
> android platform doesn't work. tried reinstalling cordova also. Below is the 
> log.
> C:\Users\103013488>npm install -g cordova
> npm WARN engine npm@1.3.4: wanted: {"node":">=0.6","npm":"1"} (current: 
> {"node":"0.12.2","npm":"2.7.4"})
> npm WARN engine cordova-js@3.8.0: wanted: {"node":"~0.10.x"} (current: 
> {"node":"0.12.2","npm":"2.7.4"})
> npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} 
> (current: {"node":"0.12.2","npm":"2.7.4"})
> npm WARN installMany normalize-package-data was bundled with npm@1.3.4, but 
> bundled package wasn't found in unpacked tree
> C:\Users\103013488\AppData\Roaming\npm\cordova -> 
> C:\Users\103013488\AppData\Roaming\npm\node_modules\cordova\bin\cordova
> cordova@4.3.0 C:\Users\103013488\AppData\Roaming\npm\node_modules\cordova
> ├── underscore@1.7.0
> ├── q@1.0.1
> ├── nopt@3.0.1 (abbrev@1.0.5)
> └── cordova-lib@4.3.0 (valid-identifier@0.0.1, osenv@0.1.0, 
> properties-parser@0.2.3, bplist-parser@0.0.6, mime@1.2.11, unorm@1.3.3, 
> semver@2.0.11, shelljs@0.3.0, dep-graph@1.1.0, rc@0.5.2, npmconf@0.1.16, 
> through2@0.6.3, xcode@0.6.7, d8@0.4.4, elementtree@0.1.5, 
> init-package-json@1.4.0, glob@4.0.6, request@2.47.0, tar@1.0.2, plist@1.1.0, 
> cordova-js@3.8.0, npm@1.3.4)
> c:\Work\Temp>cordova create GTBAT com.ge.gtbat
> Creating a new cordova project with name "HelloCordova" and id "com.ge.gtbat" 
> at location "c:\Work\Temp\GTBAT"
> c:\Work\Temp>cd GTBAT
> c:\Work\Temp\GTBAT>cordova platform add android
> npm http GET 
> https://registry.npmjs.org/cordova-android/-/cordova-android-3.7.1.tgz
> npm http 200 
> https://registry.npmjs.org/cordova-android/-/cordova-android-3.7.1.tgz
> Unable to fetch platform android: Error: ENOENT, scandir 
> 'C:\Users\103013488\.cordova\lib\npm_cache\cordova-android\3.7.1\package.tgz'



--
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-8771) Add maven repositories and gradle dependencies to an cordova library

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-8771:


Yes, the Cordova-Crosswalk plugin does in fact use an aar: 
https://github.com/MobileChromeApps/cordova-plugin-crosswalk-webview

> Add maven repositories and gradle dependencies to an cordova library
> 
>
> Key: CB-8771
> URL: https://issues.apache.org/jira/browse/CB-8771
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.7.1
>Reporter: Hugo Gresse
>
> I'm writing an plugin for Cordova which will use our own android library. The 
> android library is hosted in our maven (via bintray) and the library is 
> already in use in some Android Application. 
> The step we followed to add the library to an android app via gradle is : 
> {code:title=build.gradle|borderStyle=solid}
> repositories{
> maven {
> url  "http://dl.bintray.com/teads/TeadsSDK-android";
> }
> }
> dependencies {
> compile 'tv.teads.sdk:androidsdk:1.0.0'
> }
> {code}
> During all the test we have done to include the dependencies in the Cordova 
> plugin, we have not achieving the same effect. When Android Studio find the 
> library, Cordova didn't (via command line build tools).
> We have followed the step here 
> https://crosswalk-project.org/jira/browse/XWALK-3467 (second solution) which 
> is : 
> 1. Edit rootProjet.build.gradle and add repository, 
> 2. Same with CordovaLib/build.gradle
> 3. Add dependencies to  CordovaLib/build.gradle
> Is there a way use an aar in an Cordova Library? 



--
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-8771) Document how to use maven repositories and gradle dependencies for Cordova Plugins

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8771:
---
Component/s: Docs

> Document how to use maven repositories and gradle dependencies for Cordova 
> Plugins
> --
>
> Key: CB-8771
> URL: https://issues.apache.org/jira/browse/CB-8771
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI, Docs, Plugman
>Affects Versions: 4.0.0
>Reporter: Hugo Gresse
>
> I'm writing an plugin for Cordova which will use our own android library. The 
> android library is hosted in our maven (via bintray) and the library is 
> already in use in some Android Application. 
> The step we followed to add the library to an android app via gradle is : 
> {code:title=build.gradle|borderStyle=solid}
> repositories{
> maven {
> url  "http://dl.bintray.com/teads/TeadsSDK-android";
> }
> }
> dependencies {
> compile 'tv.teads.sdk:androidsdk:1.0.0'
> }
> {code}
> During all the test we have done to include the dependencies in the Cordova 
> plugin, we have not achieving the same effect. When Android Studio find the 
> library, Cordova didn't (via command line build tools).
> We have followed the step here 
> https://crosswalk-project.org/jira/browse/XWALK-3467 (second solution) which 
> is : 
> 1. Edit rootProjet.build.gradle and add repository, 
> 2. Same with CordovaLib/build.gradle
> 3. Add dependencies to  CordovaLib/build.gradle
> Is there a way use an aar in an Cordova Library? 



--
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-8771) Document how to use maven repositories and gradle dependencies for Cordova Plugins

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8771:
---
  Component/s: Plugman
   CLI
Affects Version/s: (was: 3.7.1)
   4.0.0
  Summary: Document how to use maven repositories and gradle 
dependencies for Cordova Plugins  (was: Add maven repositories and gradle 
dependencies to an cordova library)

> Document how to use maven repositories and gradle dependencies for Cordova 
> Plugins
> --
>
> Key: CB-8771
> URL: https://issues.apache.org/jira/browse/CB-8771
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI, Docs, Plugman
>Affects Versions: 4.0.0
>Reporter: Hugo Gresse
>
> I'm writing an plugin for Cordova which will use our own android library. The 
> android library is hosted in our maven (via bintray) and the library is 
> already in use in some Android Application. 
> The step we followed to add the library to an android app via gradle is : 
> {code:title=build.gradle|borderStyle=solid}
> repositories{
> maven {
> url  "http://dl.bintray.com/teads/TeadsSDK-android";
> }
> }
> dependencies {
> compile 'tv.teads.sdk:androidsdk:1.0.0'
> }
> {code}
> During all the test we have done to include the dependencies in the Cordova 
> plugin, we have not achieving the same effect. When Android Studio find the 
> library, Cordova didn't (via command line build tools).
> We have followed the step here 
> https://crosswalk-project.org/jira/browse/XWALK-3467 (second solution) which 
> is : 
> 1. Edit rootProjet.build.gradle and add repository, 
> 2. Same with CordovaLib/build.gradle
> 3. Add dependencies to  CordovaLib/build.gradle
> Is there a way use an aar in an Cordova Library? 



--
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-8771) Document how to use maven repositories and gradle dependencies for Cordova Plugins

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8771:
---
Priority: Minor  (was: Major)

> Document how to use maven repositories and gradle dependencies for Cordova 
> Plugins
> --
>
> Key: CB-8771
> URL: https://issues.apache.org/jira/browse/CB-8771
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI, Docs, Plugman
>Affects Versions: 4.0.0
>Reporter: Hugo Gresse
>Priority: Minor
>
> I'm writing an plugin for Cordova which will use our own android library. The 
> android library is hosted in our maven (via bintray) and the library is 
> already in use in some Android Application. 
> The step we followed to add the library to an android app via gradle is : 
> {code:title=build.gradle|borderStyle=solid}
> repositories{
> maven {
> url  "http://dl.bintray.com/teads/TeadsSDK-android";
> }
> }
> dependencies {
> compile 'tv.teads.sdk:androidsdk:1.0.0'
> }
> {code}
> During all the test we have done to include the dependencies in the Cordova 
> plugin, we have not achieving the same effect. When Android Studio find the 
> library, Cordova didn't (via command line build tools).
> We have followed the step here 
> https://crosswalk-project.org/jira/browse/XWALK-3467 (second solution) which 
> is : 
> 1. Edit rootProjet.build.gradle and add repository, 
> 2. Same with CordovaLib/build.gradle
> 3. Add dependencies to  CordovaLib/build.gradle
> Is there a way use an aar in an Cordova Library? 



--
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-8771) Document how to use maven repositories and gradle dependencies for Cordova Plugins

2015-04-22 Thread Hugo Gresse (JIRA)

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

Hugo Gresse closed CB-8771.
---
Resolution: Fixed

> Document how to use maven repositories and gradle dependencies for Cordova 
> Plugins
> --
>
> Key: CB-8771
> URL: https://issues.apache.org/jira/browse/CB-8771
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI, Docs, Plugman
>Affects Versions: 4.0.0
>Reporter: Hugo Gresse
>Priority: Minor
>
> I'm writing an plugin for Cordova which will use our own android library. The 
> android library is hosted in our maven (via bintray) and the library is 
> already in use in some Android Application. 
> The step we followed to add the library to an android app via gradle is : 
> {code:title=build.gradle|borderStyle=solid}
> repositories{
> maven {
> url  "http://dl.bintray.com/teads/TeadsSDK-android";
> }
> }
> dependencies {
> compile 'tv.teads.sdk:androidsdk:1.0.0'
> }
> {code}
> During all the test we have done to include the dependencies in the Cordova 
> plugin, we have not achieving the same effect. When Android Studio find the 
> library, Cordova didn't (via command line build tools).
> We have followed the step here 
> https://crosswalk-project.org/jira/browse/XWALK-3467 (second solution) which 
> is : 
> 1. Edit rootProjet.build.gradle and add repository, 
> 2. Same with CordovaLib/build.gradle
> 3. Add dependencies to  CordovaLib/build.gradle
> Is there a way use an aar in an Cordova Library? 



--
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-8784) Prepare with no platforms should restore all platforms

2015-04-22 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-8784.
---
Resolution: Fixed

> Prepare with no platforms should restore all platforms
> --
>
> Key: CB-8784
> URL: https://issues.apache.org/jira/browse/CB-8784
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> If you call {{cordova prepare}} with no platforms specified, we prepare all 
> platforms that are currently added, but we don't restore any that are in 
> {{config.xml}}.
> However, If you call {{cordova prepare}} with a list of platforms, we restore 
> those platforms from {{config.xml}} first.
> To be consistent, if you call {{cordova prepare}} with no platforms, we 
> should restore all platforms listed in {{config.xml}}.



--
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-8784) Prepare with no platforms should restore all platforms

2015-04-22 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-8784:
--
Fix Version/s: Master

> Prepare with no platforms should restore all platforms
> --
>
> Key: CB-8784
> URL: https://issues.apache.org/jira/browse/CB-8784
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> If you call {{cordova prepare}} with no platforms specified, we prepare all 
> platforms that are currently added, but we don't restore any that are in 
> {{config.xml}}.
> However, If you call {{cordova prepare}} with a list of platforms, we restore 
> those platforms from {{config.xml}} first.
> To be consistent, if you call {{cordova prepare}} with no platforms, we 
> should restore all platforms listed in {{config.xml}}.



--
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-8485) Support for signed archive for iOS

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

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

ASF GitHub Bot commented on CB-8485:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-ios/pull/138#issuecomment-95274316
  
@shazron @agrieve Wonder if you can take a look?


> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8761) WP8: FileTransfer does not inherit cookies from WebBrowser

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

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

ASF GitHub Bot commented on CB-8761:


Github user nikhilkh commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/74#issuecomment-95279535
  
@vladimir-kotikov Can you please take a look?


> WP8: FileTransfer does not inherit cookies from WebBrowser
> --
>
> Key: CB-8761
> URL: https://issues.apache.org/jira/browse/CB-8761
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin File Transfer
>Reporter: Dan Polivy
>
> On Android and iOS (and presumably other platforms), the file transfer plugin 
> will inherit any relevant cookies from the WebBrowser control when 
> communicating with a particular domain. On WP8, however, that is not the 
> case, as HttpWebRequest does not share cookies with the WebBrowser control.
> When cookies are used for authentication, and authentication is required for 
> file uploads, it becomes important to be able to set cookies on the 
> HttpWebRequest containing the upload. This should be supported on WP8 like it 
> is on other platforms.
> I have built a solution to this problem that works; it essentially copies the 
> relevant cookies from the WebBrowser control and manually generates a Cookie 
> header for the HttpWebRequest. Due to some bugs in the version of .NET on 
> WP8, not all cookie data is accessible in this manner (e.g. path, domain), 
> however enough is there to get the job done.
> This fix is more limited to only scenarios where the browser scheme and host 
> match that of the file transfer request to avoid any security issues with 
> cookies going to the wrong domain. In my scenario, I am hosting my web pages 
> remotely, on the same server I upload files to, so this works OK. 
> Unfortunately, it won't help with scenarios where the transfer is to a 
> different remote host.



--
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-8760) Version issues with 'cordova platform list'

2015-04-22 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-8760.
---
   Resolution: Fixed
Fix Version/s: Master

> Version issues with 'cordova platform list'
> ---
>
> Key: CB-8760
> URL: https://issues.apache.org/jira/browse/CB-8760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser, Windows
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Two issues noticed with {{cordova platform list}}:
> 1. No version is listed for windows platform.
> 2. Wrong version is listed for browser platform.



--
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-8485) Support for signed archive for iOS

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

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

ASF GitHub Bot commented on CB-8485:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/138#issuecomment-95280457
  
Looks sound to me. I'll give it a spin later today before I pull it in.


> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8749) FileTransfer test failure often crashes Android test app

2015-04-22 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-8749.
---
Resolution: Duplicate

> FileTransfer test failure often crashes Android test app
> 
>
> Key: CB-8749
> URL: https://issues.apache.org/jira/browse/CB-8749
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
> Environment: Android 21 on Nexus S emulator on Windows
>Reporter: Dmitry Blotsky
>Priority: Critical
>  Labels: cordova-medic, crash, file-transfer, medic, mobilespec
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Steps to reproduce:
> 1. Create mobilespec app with {{--android}} for platform
> 2. Run {{cordova-medic/bin/updateconfig.js --android}} from a directory above 
> the created mobilespec app
> 3. Run the app with {{cordova run android -- --ant --debug}}
> 4. Wait for the app to open, and then click the buttons to start the Auto 
> tests
> 5. Run `adb logcat` to capture the output
> App runs and often (but not always) crashes with the following exception in 
> the {{logcat}} output:
> {noformat}
> D/FileTransfer( 2225): download http://cordova-filetransfer.jitsu.com/404 to 
> file:///data/data/org.apache.mobilespec/files/files/testFile.txt
> D/FileTransfer( 2225): Download file:http://cordova-filetransfer.jitsu.com/404
> E/FileTransfer( 2225): 
> {"code":1,"source":"http:\/\/cordova-filetransfer.jitsu.com\/404","target":"file:\/\/\/data\/data\/org.apache.mobilespec\/files\/files\/testFile.txt","body":"You
>  requested a 
> 404","http_status":404,"exception":"http:\/\/cordova-filetransfer.jitsu.com\/404"}
> E/FileTransfer( 2225): java.io.FileNotFoundException: 
> http://cordova-filetransfer.jitsu.com/404
> E/FileTransfer( 2225):  at 
> com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:197)
> E/FileTransfer( 2225):  at 
> org.apache.cordova.filetransfer.FileTransfer.getInputStream(FileTransfer.java:556)
> E/FileTransfer( 2225):  at 
> org.apache.cordova.filetransfer.FileTransfer.access$500(FileTransfer.java:69)
> E/FileTransfer( 2225):  at 
> org.apache.cordova.filetransfer.FileTransfer$4.run(FileTransfer.java:844)
> E/FileTransfer( 2225):  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> E/FileTransfer( 2225):  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> E/FileTransfer( 2225):  at java.lang.Thread.run(Thread.java:818)
> {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-8820) Ensure platform guides are actual

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

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

ASF GitHub Bot commented on CB-8820:


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

https://github.com/apache/cordova-docs/pull/279#discussion_r28898337
  
--- Diff: docs/en/edge/guide/platforms/android/index.md ---
@@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line 
Interface.
 
 ## Requirements and Support
 
-Cordova for Android requires the Android SDK. See the Android SDK's
-[System Requirements](http://developer.android.com/sdk/index.html).
+Cordova for Android requires the Android SDK which could be installed
+on OS X, Linux or Windows operation system. See the Android SDK's
+[System 
Requirements](http://developer.android.com/sdk/index.html#Requirements).
 
 Cordova supports Android 2.3.x (Gingerbread, starting with Android API 
level 10)
--- End diff --

I saw on the list that cordova-android 4.0.0 dropped support for gingerbread


> Ensure platform guides are actual
> -
>
> Key: CB-8820
> URL: https://issues.apache.org/jira/browse/CB-8820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>  Labels: android, docs, ios, windows
>




--
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-8798) Android 4.x - HTML5 video tag only audio playing

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8798:
---
Priority: Major  (was: Critical)

> Android 4.x - HTML5 video tag only audio playing
> 
>
> Key: CB-8798
> URL: https://issues.apache.org/jira/browse/CB-8798
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: Master
> Environment: Archlinux host
> Cordova 4.3.0
> Xperia Sola with Android 4.4.4  (unofficial)
> Android Simulator - Android 5.0.1 & 4.4.2 
>Reporter: Tanase Butcaru
>  Labels: html5, video, videodisplay, webview
>
> HTML5 video tag doesn't work properly on android 4.4 (.2 & .4) webView - only 
> the audio is playing. With 5.0.1 it works just fine!
> If I enable controls on video tag and enter fullscreen mode then I have video 
> working, but when I'm out of fullscreen the video screen is black.
> I have android:hardwareAccelerated="true" and I also tried this plugin which 
> is outdated now (same issue though).
> It doesn't matter if I control video with JS or I interact with the video 
> controls. Tried both, same behaviour. Tried with all video file formats, no 
> change.
> I know there are similar questions on the web, but all are 1-2 years old and 
> solutions provided for them are outdated or not working.
> * Using latest version of phonegap/cordova. I have also created a sample app 
> to test the video tag, thought maybe was something related to my app, but the 
> problem persists.
> Simple test case:
> 1. create a sample phonegap app:
> cordova create helloworld com.helloworld.cdv "Phonegap Test"
> 2. add latest android platform after entering helloworld dir:
> cordova platform add android@latest
> 3. open index.html and add the following after "deviceready" div ending tag:
> 
> 4. open index.js and add the following inside ``onDeviceReady`` method:
>//video test
> var videoObject = document.getElementById('vid');
> videoObject.src = 'http://demo.touchmediahost.com/kmapp/vid.mp4';
> videoObject.load();
> videoObject.addEventListener('canplay', function(){
> //video can be played!!
> videoObject.play();
> })
> 5. Setup 2 AVDs like this: (1) Nexus S with Android 4.4.2 (API 19), Intel 
> Atom x86 and (2) Nexus 5 with Android 5.0.1 (API 21), Intel Atom x86.
> 6. For each AVD run ``cordova emulate android``.
> You'll see that on lollipop the video is displaying the image and the sound 
> is working & on kitkat the image is black and it only works on fullscreen 
> mode.
> All files are the default ones; in AndroidManifest.xml the hardware accel si 
> true by default.
> Also tested on my real device with kitkat 4.4.4.
> I tried these days to change the webview to Crosswalk, but still the problem 
> persists. Also tried the MediaElement.js with no success.
> The only webview were the video tag works correctly is ludei's cocoonjs 
> (webview plus), but I don't really like it because it doesn't render the css 
> like it should (only some properties).



--
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-8892) SplashMaintainAspectRatio does not work

2015-04-22 Thread Hirbod (JIRA)
Hirbod created CB-8892:
--

 Summary: SplashMaintainAspectRatio does not work
 Key: CB-8892
 URL: https://issues.apache.org/jira/browse/CB-8892
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Hirbod


I've set

{code}


...
...
{code}

but my SplashScreen is still streched on android.



--
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-8879) [Windows] Camera picture has black/green stripes that crop image

2015-04-22 Thread Murat Sutunc (JIRA)

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

Murat Sutunc reassigned CB-8879:


Assignee: Murat Sutunc

> [Windows] Camera picture has black/green stripes that crop image
> 
>
> Key: CB-8879
> URL: https://issues.apache.org/jira/browse/CB-8879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.8.0
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, resolution, stripes, windows-phone-81
>
> When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
> picture returned shows black or green stripes on the sides and is out of 
> shape. It seems this is related to photo resolution but I can't get it fixed 
> in JS.
> It seems to be quite a common problem with the Media Capture API and people 
> solved issue in C# here is an illustration : 
> http://stackoverflow.com/questions/23709547/captured-photo-with-stripes
> Here is what I tried without success :
> var resolutions = 
> capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
> var maxWidth = 0;
> var maxResolution = null;
> for(var i=0; i   //console.log(resolutions[i].width);
>   if(resolutions[i].width > maxResolution){
>   maxWidth = resolutions[i].width;
>   maxResolution = resolutions[i];
>   }
> } 
> capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
>  maxResolution)
> Are I missing something ?



--
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-8879) [Windows] Camera picture has black/green stripes that crop image

2015-04-22 Thread Murat Sutunc (JIRA)

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

Murat Sutunc updated CB-8879:
-
Environment: windows

> [Windows] Camera picture has black/green stripes that crop image
> 
>
> Key: CB-8879
> URL: https://issues.apache.org/jira/browse/CB-8879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.8.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, resolution, stripes, windows-phone-81
>
> When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
> picture returned shows black or green stripes on the sides and is out of 
> shape. It seems this is related to photo resolution but I can't get it fixed 
> in JS.
> It seems to be quite a common problem with the Media Capture API and people 
> solved issue in C# here is an illustration : 
> http://stackoverflow.com/questions/23709547/captured-photo-with-stripes
> Here is what I tried without success :
> var resolutions = 
> capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
> var maxWidth = 0;
> var maxResolution = null;
> for(var i=0; i   //console.log(resolutions[i].width);
>   if(resolutions[i].width > maxResolution){
>   maxWidth = resolutions[i].width;
>   maxResolution = resolutions[i];
>   }
> } 
> capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
>  maxResolution)
> Are I missing something ?



--
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-8883) [Windows] Camera picture is rotated 90° when taken in landscape mode

2015-04-22 Thread Murat Sutunc (JIRA)

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

Murat Sutunc commented on CB-8883:
--

I'll take a look at this. Which phone are you using?

> [Windows] Camera picture is rotated 90° when taken in landscape mode
> 
>
> Key: CB-8883
> URL: https://issues.apache.org/jira/browse/CB-8883
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.6.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, orientation, picture
>
> The picture issued from the camera is rotated 90° when taken in landscape 
> mode.



--
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-8798) Android 4.x - HTML5 video tag only audio playing

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-8798.

Resolution: Cannot Reproduce

I can't reproduce on any device I test on with the Big Buck Bunny code on 
quirksmode.  Your video file is down, which makes me think that this is a codec 
issue, and not a cordova issue.

> Android 4.x - HTML5 video tag only audio playing
> 
>
> Key: CB-8798
> URL: https://issues.apache.org/jira/browse/CB-8798
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: Master
> Environment: Archlinux host
> Cordova 4.3.0
> Xperia Sola with Android 4.4.4  (unofficial)
> Android Simulator - Android 5.0.1 & 4.4.2 
>Reporter: Tanase Butcaru
>  Labels: html5, video, videodisplay, webview
>
> HTML5 video tag doesn't work properly on android 4.4 (.2 & .4) webView - only 
> the audio is playing. With 5.0.1 it works just fine!
> If I enable controls on video tag and enter fullscreen mode then I have video 
> working, but when I'm out of fullscreen the video screen is black.
> I have android:hardwareAccelerated="true" and I also tried this plugin which 
> is outdated now (same issue though).
> It doesn't matter if I control video with JS or I interact with the video 
> controls. Tried both, same behaviour. Tried with all video file formats, no 
> change.
> I know there are similar questions on the web, but all are 1-2 years old and 
> solutions provided for them are outdated or not working.
> * Using latest version of phonegap/cordova. I have also created a sample app 
> to test the video tag, thought maybe was something related to my app, but the 
> problem persists.
> Simple test case:
> 1. create a sample phonegap app:
> cordova create helloworld com.helloworld.cdv "Phonegap Test"
> 2. add latest android platform after entering helloworld dir:
> cordova platform add android@latest
> 3. open index.html and add the following after "deviceready" div ending tag:
> 
> 4. open index.js and add the following inside ``onDeviceReady`` method:
>//video test
> var videoObject = document.getElementById('vid');
> videoObject.src = 'http://demo.touchmediahost.com/kmapp/vid.mp4';
> videoObject.load();
> videoObject.addEventListener('canplay', function(){
> //video can be played!!
> videoObject.play();
> })
> 5. Setup 2 AVDs like this: (1) Nexus S with Android 4.4.2 (API 19), Intel 
> Atom x86 and (2) Nexus 5 with Android 5.0.1 (API 21), Intel Atom x86.
> 6. For each AVD run ``cordova emulate android``.
> You'll see that on lollipop the video is displaying the image and the sound 
> is working & on kitkat the image is black and it only works on fullscreen 
> mode.
> All files are the default ones; in AndroidManifest.xml the hardware accel si 
> true by default.
> Also tested on my real device with kitkat 4.4.4.
> I tried these days to change the webview to Crosswalk, but still the problem 
> persists. Also tried the MediaElement.js with no success.
> The only webview were the video tag works correctly is ludei's cocoonjs 
> (webview plus), but I don't really like it because it doesn't render the css 
> like it should (only some properties).



--
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-8798) Android 4.x - HTML5 video tag only audio playing

2015-04-22 Thread Tanase Butcaru (JIRA)

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

Tanase Butcaru commented on CB-8798:


I tried with several video sources & types, external & local.
Try with this one: http://www.w3schools.com/tags/movie.mp4

> Android 4.x - HTML5 video tag only audio playing
> 
>
> Key: CB-8798
> URL: https://issues.apache.org/jira/browse/CB-8798
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: Master
> Environment: Archlinux host
> Cordova 4.3.0
> Xperia Sola with Android 4.4.4  (unofficial)
> Android Simulator - Android 5.0.1 & 4.4.2 
>Reporter: Tanase Butcaru
>  Labels: html5, video, videodisplay, webview
>
> HTML5 video tag doesn't work properly on android 4.4 (.2 & .4) webView - only 
> the audio is playing. With 5.0.1 it works just fine!
> If I enable controls on video tag and enter fullscreen mode then I have video 
> working, but when I'm out of fullscreen the video screen is black.
> I have android:hardwareAccelerated="true" and I also tried this plugin which 
> is outdated now (same issue though).
> It doesn't matter if I control video with JS or I interact with the video 
> controls. Tried both, same behaviour. Tried with all video file formats, no 
> change.
> I know there are similar questions on the web, but all are 1-2 years old and 
> solutions provided for them are outdated or not working.
> * Using latest version of phonegap/cordova. I have also created a sample app 
> to test the video tag, thought maybe was something related to my app, but the 
> problem persists.
> Simple test case:
> 1. create a sample phonegap app:
> cordova create helloworld com.helloworld.cdv "Phonegap Test"
> 2. add latest android platform after entering helloworld dir:
> cordova platform add android@latest
> 3. open index.html and add the following after "deviceready" div ending tag:
> 
> 4. open index.js and add the following inside ``onDeviceReady`` method:
>//video test
> var videoObject = document.getElementById('vid');
> videoObject.src = 'http://demo.touchmediahost.com/kmapp/vid.mp4';
> videoObject.load();
> videoObject.addEventListener('canplay', function(){
> //video can be played!!
> videoObject.play();
> })
> 5. Setup 2 AVDs like this: (1) Nexus S with Android 4.4.2 (API 19), Intel 
> Atom x86 and (2) Nexus 5 with Android 5.0.1 (API 21), Intel Atom x86.
> 6. For each AVD run ``cordova emulate android``.
> You'll see that on lollipop the video is displaying the image and the sound 
> is working & on kitkat the image is black and it only works on fullscreen 
> mode.
> All files are the default ones; in AndroidManifest.xml the hardware accel si 
> true by default.
> Also tested on my real device with kitkat 4.4.4.
> I tried these days to change the webview to Crosswalk, but still the problem 
> persists. Also tried the MediaElement.js with no success.
> The only webview were the video tag works correctly is ludei's cocoonjs 
> (webview plus), but I don't really like it because it doesn't render the css 
> like it should (only some properties).



--
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-8883) [Windows] Camera picture is rotated 90° when taken in landscape mode

2015-04-22 Thread Murat Sutunc (JIRA)

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

Murat Sutunc commented on CB-8883:
--

Also do you save the picture to lib or just set the source? Some snippet might 
help.

> [Windows] Camera picture is rotated 90° when taken in landscape mode
> 
>
> Key: CB-8883
> URL: https://issues.apache.org/jira/browse/CB-8883
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.6.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, orientation, picture
>
> The picture issued from the camera is rotated 90° when taken in landscape 
> mode.



--
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-8766) Camera Plug-in Crashes on iOS 8 when opened in Landscape

2015-04-22 Thread Murat Sutunc (JIRA)

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

Murat Sutunc reassigned CB-8766:


Assignee: Murat Sutunc

> Camera Plug-in Crashes on iOS 8 when opened in Landscape
> 
>
> Key: CB-8766
> URL: https://issues.apache.org/jira/browse/CB-8766
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
> Environment: iOS 8 on iPhone 6.  Can't reproduce on iPad with iOS 8.  
> Have not tried on other iPhones or iPods with iOS 8.
>Reporter: Tim Neil
>Assignee: Murat Sutunc
>
> On iPhone 6 when using the latest iOS 8 if you have the device in landscape 
> and then invoke the camera API it will crash the app.
> If you have the device in portrait and invoke the camera API it opens fine.  
> It is also fine if you invoke the camera this way and then switch to landscape
> Only seems to happen when you start in landscape.  



--
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-8685) Cannot create signed APK in Android Studio due to translation / strings.xml errors in generated Android project

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser reassigned CB-8685:
--

Assignee: Joe Bowser

> Cannot create signed APK in Android Studio due to translation / strings.xml 
> errors in generated Android project
> ---
>
> Key: CB-8685
> URL: https://issues.apache.org/jira/browse/CB-8685
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 4.0.0
>Reporter: Adam George
>Assignee: Joe Bowser
>  Labels: android, android-studio
>
> I've been playing with cordova-android 4.0.0-dev in Android Studio v1.1.0.
> It seems to work fine when building or running on a device.
> However, when I generate a signed APK, there are a few translation errors 
> that come up:
> # It complains that the locale-specific string files contain an entry for 
> ``, but the default `strings.xml` does not.
> I worked around that by just adding that entry into strings.xml
> # It complains that the strings.xml and arrays.xml do not contain 
> translations for all locales.
> ??If an application has more than one locale, then all the strings declared 
> in one language should also be translated in all other languages.??
> I worked around that by changing both xmls to ignore the "MissingTranslation" 
> error:
> {code:xml}http://schemas.android.com/tools";
> tools:ignore="MissingTranslation">{code}
> Once those were fixed, I was able to generate my signed APK in Android Studio.



--
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-8820) Ensure platform guides are actual

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

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

ASF GitHub Bot commented on CB-8820:


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

https://github.com/apache/cordova-docs/pull/279#discussion_r28904464
  
--- Diff: docs/en/edge/guide/platforms/android/index.md ---
@@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line 
Interface.
 
 ## Requirements and Support
 
-Cordova for Android requires the Android SDK. See the Android SDK's
-[System Requirements](http://developer.android.com/sdk/index.html).
+Cordova for Android requires the Android SDK which could be installed
+on OS X, Linux or Windows operation system. See the Android SDK's
+[System 
Requirements](http://developer.android.com/sdk/index.html#Requirements).
 
 Cordova supports Android 2.3.x (Gingerbread, starting with Android API 
level 10)
--- End diff --

Thx Steve, will double check, but I still see minSdkVersion is 10 in 
platform template
 < uses-sdk android:minSdkVersion="10" />


> Ensure platform guides are actual
> -
>
> Key: CB-8820
> URL: https://issues.apache.org/jira/browse/CB-8820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>  Labels: android, docs, ios, windows
>




--
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-8820) Ensure platform guides are actual

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

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

ASF GitHub Bot commented on CB-8820:


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

https://github.com/apache/cordova-docs/pull/279#discussion_r28904679
  
--- Diff: docs/en/edge/guide/platforms/android/index.md ---
@@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line 
Interface.
 
 ## Requirements and Support
 
-Cordova for Android requires the Android SDK. See the Android SDK's
-[System Requirements](http://developer.android.com/sdk/index.html).
+Cordova for Android requires the Android SDK which could be installed
+on OS X, Linux or Windows operation system. See the Android SDK's
+[System 
Requirements](http://developer.android.com/sdk/index.html#Requirements).
 
 Cordova supports Android 2.3.x (Gingerbread, starting with Android API 
level 10)
--- End diff --

I decided to just merge it in. I can fix it on master myself. Can you
comment on the mailing list thread "Deprecation Wars. ICS vs Gingerbread"

On Wed, Apr 22, 2015 at 12:07 PM, Sergey Grebnov 
wrote:

> In docs/en/edge/guide/platforms/android/index.md
> :
>
> > @@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The 
Command-Line Interface.
> >
> >  ## Requirements and Support
> >
> > -Cordova for Android requires the Android SDK. See the Android SDK's
> > -[System Requirements](http://developer.android.com/sdk/index.html).
> > +Cordova for Android requires the Android SDK which could be installed
> > +on OS X, Linux or Windows operation system. See the Android SDK's
> > +[System 
Requirements](http://developer.android.com/sdk/index.html#Requirements).
> >
> >  Cordova supports Android 2.3.x (Gingerbread, starting with Android API 
level 10)
>
> Thx Steve, will double check, but I still see minSdkVersion is 10 in
> platform template
> < uses-sdk android:minSdkVersion="10" />
>
> --
> Reply to this email directly or view it on GitHub
> .
>



> Ensure platform guides are actual
> -
>
> Key: CB-8820
> URL: https://issues.apache.org/jira/browse/CB-8820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>  Labels: android, docs, ios, windows
>




--
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-8822) Ensure iOS Platform Guide is actual

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

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

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

Commit dab4dfd66da1feedd5ce17836fb6f8dc77f3f86f in cordova-docs's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=dab4dfd ]

CB-8822 Ensure iOS Platform Guide is actual

* Added ios-sim and ios-deploy requirements and added installation instructions
* Added instructions to run/deploy ios app from command-line


> Ensure iOS Platform Guide is actual
> ---
>
> Key: CB-8822
> URL: https://issues.apache.org/jira/browse/CB-8822
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>
>  I see that some docs are outdated or not actual anymore so I want to improve 
> this.
> iOS:
> 1. Xcode 4.x->5.x
> 2. Add information about ios-sim required to deploy app from command line
> 3. Add information how to list available deploy targets and run app on 
> specific target/device



--
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-8820) Ensure platform guides are actual

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

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

ASF GitHub Bot commented on CB-8820:


Github user asfgit closed the pull request at:

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


> Ensure platform guides are actual
> -
>
> Key: CB-8820
> URL: https://issues.apache.org/jira/browse/CB-8820
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>  Labels: android, docs, ios, windows
>




--
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-8821) Ensure Android Platform Guide is actual

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

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

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

Commit f90b9d66056349aa33480675f013ae9269823d8d in cordova-docs's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=f90b9d6 ]

CB-8821 Ensure Android Platform Guide is actual

* Add changes in favor of replacing Ant w/ Gradle
* Replace Eclipse example w/ Android Studio as officially recommended 
option/tool
* Add more details about particular Android packages/components required to be 
installed
* Added information how to list available deploy targets


> Ensure Android Platform Guide is actual
> ---
>
> Key: CB-8821
> URL: https://issues.apache.org/jira/browse/CB-8821
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Docs
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>
> I see that some docs are outdated or not actual anymore so I want to improve 
> this.
> Android:
>1. Add changes in favor of replacing Ant w/ Gradle
>a. Remove Ant from requirements
>b. Replace Eclipse example w/ Android Studio as officially recommended 
> option/tool
>2.  Add more details about particular Android packages/components required 
> to be installed.
> Android 5.0.1 (API 21) platform SDK
> Android SDK Build-tools version 19.1.0 or higher
> Android Support Repository (Extras)
> 3. Add information how to list available deploy targets and run app on 
> specific target/device



--
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-8893) Remove docs for iOS window.shouldRotateToOrientation call

2015-04-22 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-8893:


 Summary: Remove docs for iOS window.shouldRotateToOrientation call
 Key: CB-8893
 URL: https://issues.apache.org/jira/browse/CB-8893
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 4.0.0
 Environment: iOS
Reporter: Shazron Abdullah


See: 
https://git1-us-west.apache.org/repos/asf?p=cordova-docs.git;a=blob;f=docs/en/edge/config_ref/index.md;hb=faa9a493#l193

This has been removed in cordova-ios 4.0.x, unless an alternative is found to 
get around the synchronous supportedOrientations call. 

Removed because in WKWebView, calling into JavaScript is now async, thus the 
common CDVWKWebViewEngine protocol only supports async as the common 
denominator.



--
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-8883) [Windows] Camera picture is rotated 90° when taken in landscape mode

2015-04-22 Thread Olivier VERMONT (JIRA)

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

Olivier VERMONT commented on CB-8883:
-

Phone is Nokia Lumia 735, I save picture to local app folder (isolated storage) 
with unique name and also set the source with this unique name.

> [Windows] Camera picture is rotated 90° when taken in landscape mode
> 
>
> Key: CB-8883
> URL: https://issues.apache.org/jira/browse/CB-8883
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.6.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, orientation, picture
>
> The picture issued from the camera is rotated 90° when taken in landscape 
> mode.



--
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-8879) [Windows] Camera picture has black/green stripes that crop image

2015-04-22 Thread Olivier VERMONT (JIRA)

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

Olivier VERMONT updated CB-8879:

  Description: 
When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
picture returned shows black or green stripes on the sides and is out of shape. 
It seems this is related to photo resolution but I can't get it fixed in JS.

It seems to be quite a common problem with the Media Capture API and people 
solved issue in C# here is an illustration : 
http://stackoverflow.com/questions/23709547/captured-photo-with-stripes

Here is what I tried without success :

var resolutions = 
capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
var maxWidth = 0;
var maxResolution = null;
for(var i=0; i maxResolution){
maxWidth = resolutions[i].width;
maxResolution = resolutions[i];
}
}   
capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
 maxResolution)

Am I missing something ?

  was:
When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
picture returned shows black or green stripes on the sides and is out of shape. 
It seems this is related to photo resolution but I can't get it fixed in JS.

It seems to be quite a common problem with the Media Capture API and people 
solved issue in C# here is an illustration : 
http://stackoverflow.com/questions/23709547/captured-photo-with-stripes

Here is what I tried without success :

var resolutions = 
capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
var maxWidth = 0;
var maxResolution = null;
for(var i=0; i maxResolution){
maxWidth = resolutions[i].width;
maxResolution = resolutions[i];
}
}   
capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
 maxResolution)

Are I missing something ?

Affects Version/s: (was: 3.8.0)
   3.6.0

> [Windows] Camera picture has black/green stripes that crop image
> 
>
> Key: CB-8879
> URL: https://issues.apache.org/jira/browse/CB-8879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 3.6.0
> Environment: windows
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>  Labels: camera, resolution, stripes, windows-phone-81
>
> When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
> picture returned shows black or green stripes on the sides and is out of 
> shape. It seems this is related to photo resolution but I can't get it fixed 
> in JS.
> It seems to be quite a common problem with the Media Capture API and people 
> solved issue in C# here is an illustration : 
> http://stackoverflow.com/questions/23709547/captured-photo-with-stripes
> Here is what I tried without success :
> var resolutions = 
> capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
> var maxWidth = 0;
> var maxResolution = null;
> for(var i=0; i   //console.log(resolutions[i].width);
>   if(resolutions[i].width > maxResolution){
>   maxWidth = resolutions[i].width;
>   maxResolution = resolutions[i];
>   }
> } 
> capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
>  maxResolution)
> Am I missing something ?



--
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-8894) Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)

2015-04-22 Thread Joe Bowser (JIRA)
Joe Bowser created CB-8894:
--

 Summary: Change Template so the minimumSdkVersion is 14 (Ice Cream 
Sandwich)
 Key: CB-8894
 URL: https://issues.apache.org/jira/browse/CB-8894
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Joe Bowser
Assignee: Joe Bowser






--
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-8894) Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-8894:


Here's the commit: 
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=1def13deb3023379326872e9936de5f425f17dca

> Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)
> ---
>
> Key: CB-8894
> URL: https://issues.apache.org/jira/browse/CB-8894
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Affects Versions: 4.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
> Fix For: 4.1.0
>
>
> We were supposed to deprecate Gingerbread when we went to 4.0.0 but we then 
> promptly forgot about it.  This should be in a 4.1.0 release or a 5.0.0 
> release.  Either way, I already committed the update.



--
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-8894) Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-8894:
---
  Component/s: Android
  Description: We were supposed to deprecate Gingerbread when we went 
to 4.0.0 but we then promptly forgot about it.  This should be in a 4.1.0 
release or a 5.0.0 release.  Either way, I already committed the update.
Affects Version/s: 4.0.0
Fix Version/s: 4.1.0

> Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)
> ---
>
> Key: CB-8894
> URL: https://issues.apache.org/jira/browse/CB-8894
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Affects Versions: 4.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
> Fix For: 4.1.0
>
>
> We were supposed to deprecate Gingerbread when we went to 4.0.0 but we then 
> promptly forgot about it.  This should be in a 4.1.0 release or a 5.0.0 
> release.  Either way, I already committed the update.



--
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-8894) Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)

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

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

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

Commit e4678f47090702558fa939af680d77d0e30f39d1 in cordova-android's branch 
refs/heads/master from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=e4678f4 ]

CB-8894: Updating the template to target mininumSdkTarget=14


> Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)
> ---
>
> Key: CB-8894
> URL: https://issues.apache.org/jira/browse/CB-8894
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Affects Versions: 4.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
> Fix For: 4.1.0
>
>
> We were supposed to deprecate Gingerbread when we went to 4.0.0 but we then 
> promptly forgot about it.  This should be in a 4.1.0 release or a 5.0.0 
> release.  Either way, I already committed the update.



--
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-6667) window.requestFileSystem - callbacks are not fired in a particular circumstance

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-6667.

Resolution: Cannot Reproduce

I can't reproduce this on the latest released version of Cordova with the File 
Plugin.  I'm going to consider this closed until someone can provide a use case 
with the latest Cordova.  Too much guess-work for anyone to work on this issue 
currently.

> window.requestFileSystem - callbacks are not fired in a particular 
> circumstance
> ---
>
> Key: CB-6667
> URL: https://issues.apache.org/jira/browse/CB-6667
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 3.4.0
> Environment: Mac OS X 10.9.2
> Android SDK (latest) - API v19
> Eclipse 4.2.2
>Reporter: Kelvin Dart
>Assignee: Joe Bowser
>Priority: Critical
>  Labels: Android4.4.x, Cordova, androidmanifest.xml, window
>
> Excuse the essay, but I have a very odd issue that I have singled down to 
> Cordova which happens in a very specific circumstance on Android.
> I have provided a project of the stock Cordova Android project which can be 
> found here: http://www.filedropper.com/windowfstest - with a minor 
> modification for the issue I am having.
> I have uploaded a compiled APK to install to your device here: 
> http://www.filedropper.com/windowfstest140509-1404
> Steps to replicate are:
> 1) Download and install that APK onto your device (I was using the Samsung 
> Galaxy S4 with Android 4.4.2 running, no root, and stock TouchWiz ROM, I 
> *hope* this occurs on other Android devices but have not had an opportunity 
> to verify).
> 2) Start the application and observe an alert appears stating 'dr', then 
> afterwards another alert appears, 'got FS' - if you check the code, you'll 
> see this is normal from my app.initialize().
> 3) Once those two alerts have appeared, press the Android 'home' button, to 
> quit to the main Android home screen.
> 4) Go into another app or two and just use your phone normally. What we are 
> trying to achieve here is for the Android memory management system to 
> 'end'/kill the WindowFSTest app in the backend.
> 5) Go into Apps > WindowFSTest (i.e. the app in question) and hopefully it 
> will have restarted - the app has to have restarted for the bug to occur, and 
> observe a few things here:
> a) Verify the app has restarted, this can be verified by the 'dr' popup 
> occuring when Cordova loads.
> b) Once you are confident the app has been restarted, observe the initial 
> 'dr' popup, but *not* the 'got FS' popup - this is the bug, the 
> window.requestFileSystem does not fire the callbacks for some reason - and I 
> do not know why.
> N.b. there are a few things to note here which is why the bug is tricky to 
> replicate AND I imagine will be even more difficult to debug at a lower level 
> ;-)
> 1) The Android system has to kill the app in the backend once you've pressed 
> the 'home' button - there's no way of determining when this has happened, 
> just use the phone like ordinary for half a minute or so - normally it kills 
> it after a short period.
> 2) The way to restart the app is via Apps > WindowFSTest (not via the task 
> manager).
> 3) ***IMPORTANT*** the above two steps seem to occur only when you run it 
> from a compiled APK, not directly from source/debug APK - so it's not as easy 
> to debug since you cannot put line breaks in the Java file(s).
> Although not perfect, one way to fix this is to use:
> android:launchMode="singleTop"
> In AndroidManifest.xml - since it ensures the app is 'resumed' instead of 
> restarted.
> I can provide a video upon request illustrating the issue.



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

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



[jira] [Commented] (CB-8894) Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)

2015-04-22 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-8894:


Blargh, I had to merge-commit to get this up there. Fail.

> Change Template so the minimumSdkVersion is 14 (Ice Cream Sandwich)
> ---
>
> Key: CB-8894
> URL: https://issues.apache.org/jira/browse/CB-8894
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Affects Versions: 4.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
> Fix For: 4.1.0
>
>
> We were supposed to deprecate Gingerbread when we went to 4.0.0 but we then 
> promptly forgot about it.  This should be in a 4.1.0 release or a 5.0.0 
> release.  Either way, I already committed the update.



--
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-8485) Support for signed archive for iOS

2015-04-22 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-8485.
--
   Resolution: Fixed
Fix Version/s: 4.0.0
 Assignee: Nikhil Khandelwal

> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
>Assignee: Nikhil Khandelwal
> Fix For: 4.0.0
>
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8485) Support for signed archive for iOS

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

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

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

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

CB-8485 Support for signed archive for iOS (closes #138)


> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
> Fix For: 4.0.0
>
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8485) Support for signed archive for iOS

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

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

ASF GitHub Bot commented on CB-8485:


Github user asfgit closed the pull request at:

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


> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
> Fix For: 4.0.0
>
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8485) Support for signed archive for iOS

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

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

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

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

CB-8485 Support for signed archive for iOS (closes #138)


> Support for signed archive for iOS
> --
>
> Key: CB-8485
> URL: https://issues.apache.org/jira/browse/CB-8485
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Nikhil Khandelwal
>Assignee: Nikhil Khandelwal
> Fix For: 4.0.0
>
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8404) [Windows] Camera preview rotates when device is used in landscape mode

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

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

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

Commit 8f07f562a205d5bbebf734594ebc2a9d0bee1ff8 in cordova-plugin-camera's 
branch refs/heads/master from [~muratsu]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=8f07f56 
]

CB-8404 typo fix cameraproxy.js

There was a missing comma on cameraproxy

github close #89


> [Windows] Camera preview rotates when device is used in landscape mode
> --
>
> Key: CB-8404
> URL: https://issues.apache.org/jira/browse/CB-8404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Windows
>Affects Versions: 3.4.0
> Environment: Windows Phone 8.1 - Nokia Lumia 735
>Reporter: Olivier VERMONT
>Assignee: Murat Sutunc
>
> When using the camera plugin on a Windows Phone 8.1 device (Nokia Lumia 735) 
> in my case every thing is fine in portrait mode but when I change device 
> orientation to landscape, the camera image rotates aswell which give a 90 
> degree offset regardless to what is being viewed. 



--
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-7925) Android app crashes when use File Transfer & another plugin that uses SSL (related to OkHttp)

2015-04-22 Thread Jordan Alperin (JIRA)

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

Jordan Alperin commented on CB-7925:


I also have this same issue. Any word on a resolution?


> Android app crashes when use File Transfer & another plugin that uses SSL 
> (related to OkHttp)
> -
>
> Key: CB-7925
> URL: https://issues.apache.org/jira/browse/CB-7925
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: 4.0.0
> Environment: Android 4.4.4
>Reporter: Rajat Paharia
>
> In my app if I do a file upload using the File Transfer plugin and then try 
> to make a call to the Facebook plugin: 
> https://github.com/Wizcorp/phonegap-facebook-plugin - my app immediately 
> crashes. I believe this is caused by this issue with the version of the 
> OkHttp library currently being used: 
> http://stackoverflow.com/questions/21872818/okhttp-and-facebook-crashed
> https://github.com/square/okhttp/issues/184
> It would be great if the described workaround could be implemented in Cordova 
> while we wait for https://issues.apache.org/jira/browse/CB-6630 and an 
> upgrade to OkHttp 2.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-8895) Change CDVStartPageTests::testParametersInStartPage into an async test

2015-04-22 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-8895:


 Summary: Change CDVStartPageTests::testParametersInStartPage into 
an async test
 Key: CB-8895
 URL: https://issues.apache.org/jira/browse/CB-8895
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 4.0.0
Reporter: Shazron Abdullah
 Fix For: 4.0.0


This is because the CDVWebViewEngine protocol evaluateJavaScript call is async. 
Right now it explicitly casts the webview to a UIWebView, which excludes this 
test from other web engines.



--
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-8895) Change CDVStartPageTests::testParametersInStartPage into an async test

2015-04-22 Thread Shazron Abdullah (JIRA)

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

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

> Change CDVStartPageTests::testParametersInStartPage into an async test
> --
>
> Key: CB-8895
> URL: https://issues.apache.org/jira/browse/CB-8895
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Shazron Abdullah
> Fix For: 4.0.0
>
>
> This is because the CDVWebViewEngine protocol evaluateJavaScript call is 
> async. Right now it explicitly casts the webview to a UIWebView, which 
> excludes this test from other web engines.



--
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-8896) update whitelist dependency in app-hello-world to use spec

2015-04-22 Thread Steve Gill (JIRA)
Steve Gill created CB-8896:
--

 Summary: update whitelist dependency in app-hello-world to use spec
 Key: CB-8896
 URL: https://issues.apache.org/jira/browse/CB-8896
 Project: Apache Cordova
  Issue Type: Improvement
  Components: App Hello World
Reporter: Steve Gill
Assignee: Steve Gill


right now it uses 
Version should be changed to spec



--
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-8896) update whitelist dependency in app-hello-world to use spec

2015-04-22 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-8896.

Resolution: Fixed

> update whitelist dependency in app-hello-world to use spec
> --
>
> Key: CB-8896
> URL: https://issues.apache.org/jira/browse/CB-8896
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: App Hello World
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> right now it uses 
> Version should be changed to spec



--
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-8896) update whitelist dependency in app-hello-world to use spec

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

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

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

Commit 7d80bec849a1bcaeb8952db92f2e37ddbe3ad5ae in cordova-app-hello-world's 
branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=7d80bec 
]

CB-8896 updated whitelist dependency to use spec


> update whitelist dependency in app-hello-world to use spec
> --
>
> Key: CB-8896
> URL: https://issues.apache.org/jira/browse/CB-8896
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: App Hello World
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> right now it uses 
> Version should be changed to spec



--
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-8895) Change CDVStartPageTests::testParametersInStartPage into an async test

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

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

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

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

CB-8895 - Change CDVStartPageTests::testParametersInStartPage into an async test


> Change CDVStartPageTests::testParametersInStartPage into an async test
> --
>
> Key: CB-8895
> URL: https://issues.apache.org/jira/browse/CB-8895
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Shazron Abdullah
> Fix For: 4.0.0
>
>
> This is because the CDVWebViewEngine protocol evaluateJavaScript call is 
> async. Right now it explicitly casts the webview to a UIWebView, which 
> excludes this test from other web engines.



--
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-8895) Change CDVStartPageTests::testParametersInStartPage into an async test

2015-04-22 Thread Shazron Abdullah (JIRA)

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

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

> Change CDVStartPageTests::testParametersInStartPage into an async test
> --
>
> Key: CB-8895
> URL: https://issues.apache.org/jira/browse/CB-8895
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 4.0.0
>
>
> This is because the CDVWebViewEngine protocol evaluateJavaScript call is 
> async. Right now it explicitly casts the webview to a UIWebView, which 
> excludes this test from other web engines.



--
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-7990) Unit-tests should support WKWebView

2015-04-22 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-7990.
--
Resolution: Duplicate
  Assignee: Shazron Abdullah

> Unit-tests should support WKWebView
> ---
>
> Key: CB-7990
> URL: https://issues.apache.org/jira/browse/CB-7990
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> The tests assume the default UIWebView component is being used.
> Part of the tests should install the `wkwebview-engine` plugin and re-run the 
> same tests.
> Some tests assume a UIWebView, like the User-Agent tests, and this is ok 
> (there is code in there that checks for this).
> Some tests like StartPage should also support WKWebView. Any code that relies 
> on the synchronous `stringByEvaluatingJavaScriptFromString` needs to change 
> to use the async `evaluateJavascript:completionHandler:` of 
> CDVWebViewEngineProtocol.



--
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-7732) Android icon in settings/apps list not correct

2015-04-22 Thread Andrew Grieve (JIRA)

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

Andrew Grieve resolved CB-7732.
---
Resolution: Fixed

There have been fixes in CLI since this was filed. Assuming fixed unless it 
repro's with latest CLI

> Android icon in settings/apps list not correct
> --
>
> Key: CB-7732
> URL: https://issues.apache.org/jira/browse/CB-7732
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.6.3
>Reporter: Ryan McLaughlin
>
> I am using cordova 3.6.3-0.2.13 to build an app call FoodStorageManagement. I 
> have replaced all the icons I can find. I have set all the icons in config.xml
> {quote}
> 
> 
> 
> 
> 
> 
> 
>  density="land-hdpi"/>
>  density="land-ldpi"/>
>  density="land-mdpi"/>
>  density="land-xhdpi"/>
>  density="port-hdpi"/>
>  density="port-ldpi"/>
>  density="port-mdpi"/>
>  density="port-xhdpi"/>
> 
> {quote}
> but no matter what I do I cannot get the icon in settings/apps to appear 
> correctly
> here is a screenshot of what the app looks like in the main app list
> http://www.foodstoragemanagement.com/20141007_233322_Android.png
> here is a screenshot of what it looks like in the settings/app list
> http://www.foodstoragemanagement.com/20141007_25_Android.png



--
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-8897) Default app template should not have both "drawable" and "drawable-mdpi"

2015-04-22 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8897:
-

 Summary: Default app template should not have both "drawable" and 
"drawable-mdpi"
 Key: CB-8897
 URL: https://issues.apache.org/jira/browse/CB-8897
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, CLI
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


Turns out it's a common misunderstanding, but "drawable" means the same thing 
as "drawable-mdpi". We should just get rid of "drawable" and leave 
"drawable-mdpi"



--
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-8897) Default app template should not have both "drawable" and "drawable-mdpi"

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

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

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

Commit 4953ae84cd3842acb902f697a349b19127808ca0 in cordova-android's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=4953ae8 ]

CB-8897 Delete drawable/icon.png since it duplicates drawable-mdpi/icon.png


> Default app template should not have both "drawable" and "drawable-mdpi"
> 
>
> Key: CB-8897
> URL: https://issues.apache.org/jira/browse/CB-8897
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Turns out it's a common misunderstanding, but "drawable" means the same thing 
> as "drawable-mdpi". We should just get rid of "drawable" and leave 
> "drawable-mdpi"



--
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-8897) Default app template should not have both "drawable" and "drawable-mdpi"

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

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

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

Commit d25812f66f9ba122faf428ed13c5ce418abea289 in cordova-lib's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=d25812f ]

CB-8897 Make default icon/splash on Android map to mdpi


> Default app template should not have both "drawable" and "drawable-mdpi"
> 
>
> Key: CB-8897
> URL: https://issues.apache.org/jira/browse/CB-8897
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Turns out it's a common misunderstanding, but "drawable" means the same thing 
> as "drawable-mdpi". We should just get rid of "drawable" and leave 
> "drawable-mdpi"



--
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-8897) Default app template should not have both "drawable" and "drawable-mdpi"

2015-04-22 Thread Andrew Grieve (JIRA)

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

Andrew Grieve resolved CB-8897.
---
Resolution: Fixed

fixed in cordova-android@4.1.0-dev, cordova-lib@5.0.1-dev

> Default app template should not have both "drawable" and "drawable-mdpi"
> 
>
> Key: CB-8897
> URL: https://issues.apache.org/jira/browse/CB-8897
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Turns out it's a common misunderstanding, but "drawable" means the same thing 
> as "drawable-mdpi". We should just get rid of "drawable" and leave 
> "drawable-mdpi"



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