[jira] [Commented] (CB-5975) You cannot select a pdf / doc etc file from "gallery"

2014-02-19 Thread Ian Clelland (JIRA)

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

Ian Clelland commented on CB-5975:
--

I don't know when it will be on PhoneGap Build -- I hope to have the new 
version of File released next week, but I can't say how long it takes for the 
Build folks to integrate a new plugin version into their system.

> You cannot select a pdf / doc etc file from "gallery"
> -
>
> Key: CB-5975
> URL: https://issues.apache.org/jira/browse/CB-5975
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File, Plugin File Transfer
>Affects Versions: 3.0.0, 3.1.0, 3.2.0, 3.3.0
> Environment: Android
>Reporter: DotNetWise
>Assignee: Ian Clelland
>  Labels: security
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> I have reported this bug twice as a pull request on github but no one seems 
> to look at that!! Shame on you!
> If you select a file from the recent downloaded files (via Select From 
> Library) you get a silent error
> The reported url of the file to be resolved is 
> content://com.android.providers.downloads.documents/document/629
> The error or success callback are never being called but when looking with 
> adb logcat I'm getting a NullPointerReference exception
> W/System.err( 5278): java.lang.NullPointerException
> W/System.err( 5278):at java.io.File.fixSlashes(File.java:185)
> W/System.err( 5278):at java.io.File.(File.java:134)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.resolveLocalFileSystemURI(FileUtils.java:392)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.access$200(FileUtils.java:53)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$12.run(FileUtils.java:203)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$23.run(FileUtils.java:325)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> W/System.err( 5278):at java.lang.Thread.run(Thread.java:841)
> https://github.com/apache/cordova-plugin-file/pulls/dotnetwise
> https://github.com/dotnetwise/cordova-plugin-file/commit/739d2fd5db8643acb92f186bd3a8a89b5289ead5



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


[jira] [Commented] (CB-5975) You cannot select a pdf / doc etc file from "gallery"

2014-02-17 Thread DotNetWise (JIRA)

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

DotNetWise commented on CB-5975:


When do you think this will hit phonegap build server?

> You cannot select a pdf / doc etc file from "gallery"
> -
>
> Key: CB-5975
> URL: https://issues.apache.org/jira/browse/CB-5975
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File, Plugin File Transfer
>Affects Versions: 3.0.0, 3.1.0, 3.2.0, 3.3.0
> Environment: Android
>Reporter: DotNetWise
>Assignee: Ian Clelland
>  Labels: security
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> I have reported this bug twice as a pull request on github but no one seems 
> to look at that!! Shame on you!
> If you select a file from the recent downloaded files (via Select From 
> Library) you get a silent error
> The reported url of the file to be resolved is 
> content://com.android.providers.downloads.documents/document/629
> The error or success callback are never being called but when looking with 
> adb logcat I'm getting a NullPointerReference exception
> W/System.err( 5278): java.lang.NullPointerException
> W/System.err( 5278):at java.io.File.fixSlashes(File.java:185)
> W/System.err( 5278):at java.io.File.(File.java:134)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.resolveLocalFileSystemURI(FileUtils.java:392)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.access$200(FileUtils.java:53)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$12.run(FileUtils.java:203)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$23.run(FileUtils.java:325)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> W/System.err( 5278):at java.lang.Thread.run(Thread.java:841)
> https://github.com/apache/cordova-plugin-file/pulls/dotnetwise
> https://github.com/dotnetwise/cordova-plugin-file/commit/739d2fd5db8643acb92f186bd3a8a89b5289ead5



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


[jira] [Commented] (CB-5975) You cannot select a pdf / doc etc file from "gallery"

2014-02-14 Thread ASF subversion and git services (JIRA)

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

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

Commit c56b33035edcfae3327369cb64c4e6818e3d84b4 in branch refs/heads/dev from 
[~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=c56b330 ]

CB-2432 CB-3185 CB-5975: Correctly handle content:// urls especially when 
non-local-to-device


> You cannot select a pdf / doc etc file from "gallery"
> -
>
> Key: CB-5975
> URL: https://issues.apache.org/jira/browse/CB-5975
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File, Plugin File Transfer
>Affects Versions: 3.0.0, 3.1.0, 3.2.0, 3.3.0
> Environment: Android
>Reporter: DotNetWise
>Assignee: Ian Clelland
>  Labels: security
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> I have reported this bug twice as a pull request on github but no one seems 
> to look at that!! Shame on you!
> If you select a file from the recent downloaded files (via Select From 
> Library) you get a silent error
> The reported url of the file to be resolved is 
> content://com.android.providers.downloads.documents/document/629
> The error or success callback are never being called but when looking with 
> adb logcat I'm getting a NullPointerReference exception
> W/System.err( 5278): java.lang.NullPointerException
> W/System.err( 5278):at java.io.File.fixSlashes(File.java:185)
> W/System.err( 5278):at java.io.File.(File.java:134)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.resolveLocalFileSystemURI(FileUtils.java:392)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.access$200(FileUtils.java:53)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$12.run(FileUtils.java:203)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$23.run(FileUtils.java:325)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> W/System.err( 5278):at java.lang.Thread.run(Thread.java:841)
> https://github.com/apache/cordova-plugin-file/pulls/dotnetwise
> https://github.com/dotnetwise/cordova-plugin-file/commit/739d2fd5db8643acb92f186bd3a8a89b5289ead5



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


[jira] [Commented] (CB-5975) You cannot select a pdf / doc etc file from "gallery"

2014-02-06 Thread Marcel Kinard (JIRA)

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

Marcel Kinard commented on CB-5975:
---

> I have reported this bug twice as a pull request on github but no one seems 
> to look at that!! Shame on you!

Unfortunately, the developers are not notified when a pull request is created 
on github. The best way to notify the developers is to create a Jira issue, as 
you have done here. The neglect was not intentional. ;-)   See 
http://wiki.apache.org/cordova/IssueWorkflow (Providing Patches).

Have you signed and submitted an ICLA? See 
http://wiki.apache.org/cordova/ContributorWorkflow

> You cannot select a pdf / doc etc file from "gallery"
> -
>
> Key: CB-5975
> URL: https://issues.apache.org/jira/browse/CB-5975
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File, Plugin File Transfer
>Affects Versions: 3.0.0, 3.1.0, 3.2.0, 3.3.0
> Environment: Android
>Reporter: DotNetWise
>  Labels: security
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> I have reported this bug twice as a pull request on github but no one seems 
> to look at that!! Shame on you!
> If you select a file from the recent downloaded files (via Select From 
> Library) you get a silent error
> The reported url of the file to be resolved is 
> content://com.android.providers.downloads.documents/document/629
> The error or success callback are never being called but when looking with 
> adb logcat I'm getting a NullPointerReference exception
> W/System.err( 5278): java.lang.NullPointerException
> W/System.err( 5278):at java.io.File.fixSlashes(File.java:185)
> W/System.err( 5278):at java.io.File.(File.java:134)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.resolveLocalFileSystemURI(FileUtils.java:392)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils.access$200(FileUtils.java:53)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$12.run(FileUtils.java:203)
> W/System.err( 5278):at 
> org.apache.cordova.file.FileUtils$23.run(FileUtils.java:325)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> W/System.err( 5278):at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> W/System.err( 5278):at java.lang.Thread.run(Thread.java:841)
> https://github.com/apache/cordova-plugin-file/pulls/dotnetwise
> https://github.com/dotnetwise/cordova-plugin-file/commit/739d2fd5db8643acb92f186bd3a8a89b5289ead5



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