[jira] [Comment Edited] (CB-5398) Pick image from Library or Photo album on android 4.4

2014-01-04 Thread Yahor Kazlou (JIRA)

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

Yahor Kazlou edited comment on CB-5398 at 1/4/14 8:16 AM:
--

Did anyone solve this problem?


was (Author: yahor kazlou):
Does anyone solve this problem?

 Pick image from Library or Photo album on android 4.4
 -

 Key: CB-5398
 URL: https://issues.apache.org/jira/browse/CB-5398
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Camera
Affects Versions: 2.9.0, 3.2.0
 Environment: android 4.4
Reporter: julio cesar
Assignee: Mike Billau

 An android 4.4 try to pick a photo using pictureSource.PHOTOLIBRARY or 
 pictureSource.SAVEDPHOTOALBUM and return type destinationType.FILE_URI.
 Now android 4.4, when you select the above options, it opens an open from 
 dialog that  let you choose from new places as Recent, Drive, Images 
 and Downloads (the names might not be the same as I use the device in 
 spanish and translated it).
 If you choose any of them, you get an error, AndroidProtocolHandler, unable 
 to open content URL: the url here with a content://com.android.providers 
 format.
 I've tested on phonegap 2.9 because this is the version I use, but I suppose 
 it affects all of them. (in fact I use 2.9.1)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5398) Pick image from Library or Photo album on android 4.4

2014-01-04 Thread Yahor Kazlou (JIRA)

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

Yahor Kazlou commented on CB-5398:
--

Does anyone solve this problem?

 Pick image from Library or Photo album on android 4.4
 -

 Key: CB-5398
 URL: https://issues.apache.org/jira/browse/CB-5398
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Camera
Affects Versions: 2.9.0, 3.2.0
 Environment: android 4.4
Reporter: julio cesar
Assignee: Mike Billau

 An android 4.4 try to pick a photo using pictureSource.PHOTOLIBRARY or 
 pictureSource.SAVEDPHOTOALBUM and return type destinationType.FILE_URI.
 Now android 4.4, when you select the above options, it opens an open from 
 dialog that  let you choose from new places as Recent, Drive, Images 
 and Downloads (the names might not be the same as I use the device in 
 spanish and translated it).
 If you choose any of them, you get an error, AndroidProtocolHandler, unable 
 to open content URL: the url here with a content://com.android.providers 
 format.
 I've tested on phonegap 2.9 because this is the version I use, but I suppose 
 it affects all of them. (in fact I use 2.9.1)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5724) Splash screen sizes don't account for status bar

2014-01-04 Thread Jacob Weber (JIRA)

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

Jacob Weber commented on CB-5724:
-

Also, if these are the minimum screen sizes for each density, shouldn't they be 
described in the docs as the *maximum* sizes for the splash screens?

 Splash screen sizes don't account for status bar
 

 Key: CB-5724
 URL: https://issues.apache.org/jira/browse/CB-5724
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.3.0
Reporter: Jacob Weber
Priority: Minor

 On the docs for [Splash Screens for the Android 
 Platform|http://cordova.apache.org/docs/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens],
  it lists the minimum screen sizes for each density. However, since an app 
 can show the status bar during startup, these images might be too big.
 For example, on a 720x1280 xhdpi device, if you start the app in landscape 
 mode, it will use drawable-land-xhdpi/splash.9.png, which would be at least 
 720x960 based on this documentation. But with the status bar, there will be 
 less than 720 pixels vertically, so the image will be cut off.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-4869) More XML extensions in dectection

2014-01-04 Thread Len Charest (JIRA)

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

Len Charest commented on CB-4869:
-

The code is currently checking for the general case (some XML file) and if that 
fails, assuming the special case (an iOS plist file). This is backwards. If the 
code checked for the special case of a plist file explicitly, it would 
reasonable to assume upon failure that we have a vanilla XML file. This 
approach would obviate the need to create an ever-growing list of XML file 
extensions.

 More XML extensions in dectection
 -

 Key: CB-4869
 URL: https://issues.apache.org/jira/browse/CB-4869
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugman
Affects Versions: 3.0.0
 Environment: Any
Reporter: Jonathan Naguin
Assignee: Braden Shepherdson
Priority: Minor
  Labels: detection, extension, xml

 Right now, in config-changes.js the only XML extensions detected are xml 
 and appxmanifest. 
 It could be interesting add more as xaml which is used in Windows Phone 
 development.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)