[jira] [Reopened] (CB-7758) gap_init called from restricted origin

2014-10-15 Thread Wolfgang Flohr-Hochbichler (JIRA)

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

Wolfgang Flohr-Hochbichler reopened CB-7758:


Sorry for re-opening the issue again. Its not a matter of loading a page via 
content:// provider protocol, because this is working fine, the real problem is 
that gap_init does not run for a page which is loaded via content:// protocol. 
This is somehow a little bit inconsistent (loadUrl() considers whitelist, 
gap_init does not).

The problem is new since 3.6.x and seems to be introcduced by back porting 
CordovaBridge from the 4.x branch.

The solution would be to enhance the if statement which checks for file and 
http  by content or to check against the cordova whitelist like loadUrl()  
would do it. 

Do you see any chance to change it? Would be great if you can help! :-)

Wolfgang

 gap_init called from restricted origin
 --

 Key: CB-7758
 URL: https://issues.apache.org/jira/browse/CB-7758
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.6.0
 Environment: Android 4.3
Reporter: Wolfgang Flohr-Hochbichler
Priority: Minor

 Device ready event is not fired if page is loaded via content:// protocol. 
 I assume it has something to do with a security check done within 
 CordovaBridge.java which triggers the following gap_init error message.
 10-09 10:10:18.071 16719 16719 E CordovaBridge: gap_init called from 
 restricted origin: 
 content://com.ionicframework.ionicapp795549.jsHybugger/file:///android_asset/www/index.html#/tab/dash
 10-09 10:10:23.075 16719 16719 D CordovaLog: 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js: Line 
 112 : deviceready has not fired after 5 seconds.
 10-09 10:10:23.075 16719 16719 I Web Console: deviceready has not fired after 
 5 seconds. at 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js:112



--
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-7758) Support for content:// URIs

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-7758:
---
Issue Type: New Feature  (was: Bug)
   Summary: Support for content:// URIs  (was: gap_init called from 
restricted origin)

 Support for content:// URIs
 ---

 Key: CB-7758
 URL: https://issues.apache.org/jira/browse/CB-7758
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Android
Affects Versions: 3.6.0
 Environment: Android 4.3
Reporter: Wolfgang Flohr-Hochbichler
Priority: Minor

 Device ready event is not fired if page is loaded via content:// protocol. 
 I assume it has something to do with a security check done within 
 CordovaBridge.java which triggers the following gap_init error message.
 10-09 10:10:18.071 16719 16719 E CordovaBridge: gap_init called from 
 restricted origin: 
 content://com.ionicframework.ionicapp795549.jsHybugger/file:///android_asset/www/index.html#/tab/dash
 10-09 10:10:23.075 16719 16719 D CordovaLog: 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js: Line 
 112 : deviceready has not fired after 5 seconds.
 10-09 10:10:23.075 16719 16719 I Web Console: deviceready has not fired after 
 5 seconds. at 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js:112



--
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-7758) Support for content:// URIs

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7758:


This is a request for a new feature to support your product, since we never 
explicitly offered support for content URIs.  Based on the comments, it looks 
like [~agrieve] and [~iclelland] may be interested in adding this feature, so 
you may be in luck.

BTW: Just say you're the JsHybugger guy, and introduce yourself on the list, 
and this might get done a little faster. :P

 Support for content:// URIs
 ---

 Key: CB-7758
 URL: https://issues.apache.org/jira/browse/CB-7758
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Android
Affects Versions: 3.6.0
 Environment: Android 4.3
Reporter: Wolfgang Flohr-Hochbichler
Priority: Minor

 Device ready event is not fired if page is loaded via content:// protocol. 
 I assume it has something to do with a security check done within 
 CordovaBridge.java which triggers the following gap_init error message.
 10-09 10:10:18.071 16719 16719 E CordovaBridge: gap_init called from 
 restricted origin: 
 content://com.ionicframework.ionicapp795549.jsHybugger/file:///android_asset/www/index.html#/tab/dash
 10-09 10:10:23.075 16719 16719 D CordovaLog: 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js: Line 
 112 : deviceready has not fired after 5 seconds.
 10-09 10:10:23.075 16719 16719 I Web Console: deviceready has not fired after 
 5 seconds. at 
 content://com.ionicframework.ionicapp795549.jsHybugger/jshybugger.js:112



--
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-7780) iPhone app on iPad (iOS 8)

2014-10-15 Thread Eser Esen (JIRA)

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

Eser Esen commented on CB-7780:
---

Just a side note. Is it possible that this can be fixed by adding 
EnableViewportScale TRUE on config.xml because this flag is set to FALSE by 
default.

This option basically sets the webview flag self.webView.scalesPageToFit (which 
is NO by default).

 iPhone app on iPad (iOS 8)
 --

 Key: CB-7780
 URL: https://issues.apache.org/jira/browse/CB-7780
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.6.3
Reporter: Tom Bell

 When running an iPhone only, portrait only app on an iPad running iOS 8, the 
 viewport is pretty messed up.
 I've tested this using a blank Cordova project from scratch. Removing the 
 `height` and `width` options from the viewport. The viewport seems to resize 
 to half the screen width, when viewing in landscape.
 It should keep the normal portrait viewport and be portrait.



--
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-7786) Support mediaPlaybackRequiresUserAction on Android

2014-10-15 Thread Mike Dawson (JIRA)
Mike Dawson created CB-7786:
---

 Summary: Support mediaPlaybackRequiresUserAction on Android
 Key: CB-7786
 URL: https://issues.apache.org/jira/browse/CB-7786
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin InAppBrowser
Reporter: Mike Dawson


The In App Browser in Android after API Version 17 (Android 4.2+ I believe) by 
default does not permit playback of audio and video elements unless triggered 
by a user event (blocks both autoplay and playing via Javascript).  That's the 
same behaviour as iOS.  I have forked Inappbrowser and written a patch for the 
Android version here that respects this feature (same parameter name as for 
iOS):

https://github.com/UstadMobile/cordova-plugin-inappbrowser/

Reading the contributors page I believe I need to send/sign the agreement and I 
need to add unit tests to cover this.  I'm not familiar with the Cordova 
testing framework so might take me a bit of time to do that, or perhaps someone 
can add an appropriate test?




--
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-7291) Externally-launchable applications should be configurable

2014-10-15 Thread Chris Emerson (JIRA)

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

Chris Emerson commented on CB-7291:
---

Anyone able to respond to my previous comment? This is somewhat urgent as I 
don't want my app to get flagged/labeled as dangerous as gently threatened in 
the email I got from Google a few weeks ago (below). I would just update 
Cordova to 3.5.1 but my app is now using PhoneGap and I'd rather not risk going 
back to Cordova at this point as that normally creates a whole bunch of 
plugin/platform issues. 

=

Subject: Security Alert: Apache Cordova vulnerabilities in your Google 
Play app

This is a notification that your com.situational.isitlead, is built on 
a version of Apache Cordova that contains security vulnerabilities. This 
includes a high severity cross-application scripting (XAS) vulnerability. Under 
certain circumstances, vulnerable apps could be remotely exploited to steal 
sensitive information, such as user login credentials.

You should upgrade to Apache Cordova 3.5.1 or higher as soon as 
possible. For more information about the vulnerabilities, and for guidance on 
upgrading Apache Cordova, please see 
http://cordova.apache.org/announcements/2014/08/04/android-351.htmlhttp://www.google.com/appserve/mkt/p/4VJWfraOToNVpaGBpBZXXLlLQvvjnCSfTyQgLqZNujeukMviSDbiy1egsxQbTP7QGXlLrEn7Skw1zVTl7vTyiT7_NYpA38y6ZkdNL2FXkdEg6H4=.

Please note, applications with vulnerabilities that expose users to 
risk of compromise may be considered dangerous products and subject to 
removal from Google Play.

Regards,

Google Play Team

(c)2014 Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043

Email preferences: You have received this mandatory email service 
announcement to update you about important issues relating to your Google Play 
account.

 Externally-launchable applications should be configurable
 -

 Key: CB-7291
 URL: https://issues.apache.org/jira/browse/CB-7291
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
Reporter: Ian Clelland
Assignee: Ian Clelland
Priority: Blocker
 Fix For: 3.6.0


 Cordova Android versions up to 3.5.0 would launch any and all external 
 applications by URL. Any URL not explicitly whitelisted was sent to the 
 Android intent system for handling. This was the cause of the security 
 vulnerabilities reported by IBM and disclosed in CVE-2014-3502.
 Cordova Android 3.5.1 was released to fix this, which it did by disabling 
 explicit intents, and explaining how to use a plugin to block other URL 
 schemes if desired.
 We want to have a better official solution than this, so that developers can 
 easily configure which applications (sms, email, maps, etc) should be 
 launchable from their Cordova app.
 *Proposal*
 The proposed solution is to maintain a second whitelist within the app, for 
 URL patterns which may be used to launch external applications. Then, on URL 
 loading, these tests will occur (in order):
 # URLs which are whitelisted internally (existing list) will cause internal 
 navigation
 # URLs which are whitelisted externally (new list) will attempt to launch an 
 intent to handle it
 # URLs which are not whitelisted at all (in neither list) will be blocked.
 *Configuration*
 URLs can be added to the new (external) whitelist through an extension to the 
 {{config.xml}} whitelist syntax:
 {code}
 access origin=sms:* launch-external=yes /
 {code}
 (Any non-empty value for the {{launch-external}} attribute will be considered 
 true when parsing the {{config.xml}} file)
 *Open questions* (one about forward-thinking security, the other about 
 backwards-compatibility):
 # What should the default external whitelist be in the application template 
 that we ship? This will be the case for new apps build with 3.6.0.
 # What should the default external whitelist be when there are no {{access 
 launch-external=yes}} tags in {{config.xml}}? This will be the case for 
 apps which are upgrading to 3.6.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] [Commented] (CB-7423) mobilespec test failures on iOS

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7423:


Github user eymorale closed the pull request at:

https://github.com/apache/cordova-mobile-spec/pull/107


 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



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

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



[jira] [Commented] (CB-7423) mobilespec test failures on iOS

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7423:


Github user eymorale commented on the pull request:

https://github.com/apache/cordova-mobile-spec/pull/107#issuecomment-59204926
  
Closing since fix was already added to master


 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



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

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



[jira] [Resolved] (CB-7423) mobilespec test failures on iOS

2014-10-15 Thread Edna Morales (JIRA)

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

Edna Morales resolved CB-7423.
--
Resolution: Fixed

 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



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

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



[jira] [Created] (CB-7787) some issues with event method and Network information plugin

2014-10-15 Thread Colin Bau (JIRA)
Colin Bau created CB-7787:
-

 Summary: some issues with event method and Network information 
plugin
 Key: CB-7787
 URL: https://issues.apache.org/jira/browse/CB-7787
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Network Information
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
ios 8.02
winphone 8.1
Android 4.42
all real machine
Reporter: Colin Bau


according to the two link
http://docs.phonegap.com/en/3.5.0/cordova_events_events.md.html#deviceready
https://github.com/apache/cordova-plugin-network-information/blob/df7aac845dc7deddbdb76e89216776a802ee8b67/doc/index.md

[wp issues]
the following command can't trigger in WP
document.addEventListener(pause, yourCallbackFunction, false);
document.addEventListener(resume, yourCallbackFunction, false);
document.addEventListener(offline, yourCallbackFunction, false);
document.addEventListener(online, yourCallbackFunction, false);

[android issues] (trigger twice or more times)
document.addEventListener(offline, yourCallbackFunction, false);
document.addEventListener(online, yourCallbackFunction, false);

turn off your network,it will trigger the offline method and only once 
time,good
but after it,turn on your network,it will trigger the online method but twice 
times,if execute again (turn off and turn on again),it will trigger online 
method but twice or more times 

PS,iOS are all normal and all work




--
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-7788) navigator.contacts.pickContact not trigger succ or fail feedback in wp

2014-10-15 Thread Colin Bau (JIRA)
Colin Bau created CB-7788:
-

 Summary: navigator.contacts.pickContact not trigger succ or 
fail feedback in wp
 Key: CB-7788
 URL: https://issues.apache.org/jira/browse/CB-7788
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
ios 8.02
winphone 8.1
Android 4.42
all real machine
Reporter: Colin Bau


according to this
https://github.com/apache/cordova-plugin-contacts/blob/e42219a7d5b9492eb5b4a31c84e392d3379f6a08/doc/index.md

I found...
navigator.contacts.pickContact not trigger succ or fail feedback in wp
PS,Android and iOS are all work



--
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-7788) navigator.contacts.pickContact not trigger succ or fail feedback in wp

2014-10-15 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-7788:
--
Description: 
according to this
https://github.com/apache/cordova-plugin-contacts/blob/e42219a7d5b9492eb5b4a31c84e392d3379f6a08/doc/index.md

I found...
when I use navigator.contacts.pickContact,it will appear the contact list,but 
after I click one of this,it will return to my app,but nothing happened

  was:
according to this
https://github.com/apache/cordova-plugin-contacts/blob/e42219a7d5b9492eb5b4a31c84e392d3379f6a08/doc/index.md

I found...
navigator.contacts.pickContact not trigger succ or fail feedback in wp
PS,Android and iOS are all work


 navigator.contacts.pickContact not trigger succ or fail feedback in wp
 

 Key: CB-7788
 URL: https://issues.apache.org/jira/browse/CB-7788
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
 ios 8.02
 winphone 8.1
 Android 4.42
 all real machine
Reporter: Colin Bau
  Labels: contacts
   Original Estimate: 12h
  Remaining Estimate: 12h

 according to this
 https://github.com/apache/cordova-plugin-contacts/blob/e42219a7d5b9492eb5b4a31c84e392d3379f6a08/doc/index.md
 I found...
 when I use navigator.contacts.pickContact,it will appear the contact 
 list,but after I click one of this,it will return to my app,but nothing 
 happened



--
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-7788) navigator.contacts.pickContact not trigger succ or fail feedback in wp after click one of this

2014-10-15 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-7788:
--
Summary: navigator.contacts.pickContact not trigger succ or fail 
feedback in wp after click one of this  (was: navigator.contacts.pickContact 
not trigger succ or fail feedback in wp)

 navigator.contacts.pickContact not trigger succ or fail feedback in wp 
 after click one of this
 

 Key: CB-7788
 URL: https://issues.apache.org/jira/browse/CB-7788
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
 ios 8.02
 winphone 8.1
 Android 4.42
 all real machine
Reporter: Colin Bau
  Labels: contacts
   Original Estimate: 12h
  Remaining Estimate: 12h

 according to this
 https://github.com/apache/cordova-plugin-contacts/blob/e42219a7d5b9492eb5b4a31c84e392d3379f6a08/doc/index.md
 I found...
 when I use navigator.contacts.pickContact,it will appear the contact 
 list,but after I click one of this,it will return to my app,but nothing 
 happened



--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor commented on the pull request:

https://github.com/apache/cordova-docs/pull/241#issuecomment-59238615
  
Hi Cordova community.
Can someone help me merging this PR, please? Thanks


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor commented on the pull request:


https://github.com/apache/cordova-plugin-network-information/pull/21#issuecomment-59238663
  
Hi Cordova community.
Can someone help me merging this PR, please? Thanks


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/45#issuecomment-59238649
  
Hi Cordova community.
Can someone help me merging this PR, please? Thanks


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor commented on the pull request:

https://github.com/apache/cordova-plugin-file/pull/86#issuecomment-59238627
  
Hi Cordova community.
Can someone help me merging this PR, please? Thanks


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7789) navigator.contacts.find will cause immediately shut down in wp8

2014-10-15 Thread Colin Bau (JIRA)
Colin Bau created CB-7789:
-

 Summary: navigator.contacts.find will cause immediately shut 
down in wp8
 Key: CB-7789
 URL: https://issues.apache.org/jira/browse/CB-7789
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
ios 8.02
winphone 8.1
Android 4.42
all real machine
Reporter: Colin Bau


when I use these code

var options = new ContactFindOptions();
options.filter = ;
options.multiple = true;
var filter_emails = [emails]
navigator.contacts.find(filter_emails, refresh_contact_success_email, null, 
options);

function refresh_contact_success_email(contacts)
{
alert('success')
}

in android and ios are work perfect (it will trigger alert)
but in wp8,it will immediately shut down



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Jacob Weber (JIRA)
Jacob Weber created CB-7791:
---

 Summary: iPhone 6 showing wrong splash screen
 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Statusbar
Affects Versions: 3.6.3
Reporter: Jacob Weber


I use asset catalogs to manage my splash screens in Xcode, along with the 
splash screen plugin.

I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 6, 
I briefly see my new image, then I see the 640x960 image. How can I prevent 
this?

I created the project by doing the following:
{code}
cordova create Test com.test.test Test
cd test
cordova create Test com.test.test Test
cordova plugin add org.apache.cordova.splashscreen
{code}
then opening the file in Xcode, converting the launch images to an asset 
catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Jacob Weber (JIRA)

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

Jacob Weber updated CB-7791:

Attachment: Test.zip

Sample project

 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Statusbar
Affects Versions: 3.6.3
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova create Test com.test.test Test
 cordova plugin add org.apache.cordova.splashscreen
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Jacob Weber (JIRA)

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

Jacob Weber updated CB-7791:

Description: 
I use asset catalogs to manage my splash screens in Xcode, along with the 
splash screen plugin.

I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 6, 
I briefly see my new image, then I see the 640x960 image. How can I prevent 
this?

I created the project by doing the following:
{code}
cordova create Test com.test.test Test
cd test
cordova platform add ios
cordova plugin add org.apache.cordova.splashscreen
cordova prepare
{code}
then opening the file in Xcode, converting the launch images to an asset 
catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
images to the project, then adding them to the asset catalog.

  was:
I use asset catalogs to manage my splash screens in Xcode, along with the 
splash screen plugin.

I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 6, 
I briefly see my new image, then I see the 640x960 image. How can I prevent 
this?

I created the project by doing the following:
{code}
cordova create Test com.test.test Test
cd test
cordova create Test com.test.test Test
cordova plugin add org.apache.cordova.splashscreen
{code}
then opening the file in Xcode, converting the launch images to an asset 
catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
images to the project, then adding them to the asset catalog.


 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Statusbar
Affects Versions: 3.6.3
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7791:
--

Splash-screen support for iPhone 6 images will be in the 0.3.4 release of the 
splash screen plugin, but it needs the un-released version of Cordova 3.7.0, so 
wait for that, or you can patch your current project with the fixes, see 
https://issues.apache.org/jira/browse/CB-7043 sub-tasks 47-53.

The CLI will have support for this when cordova-ios is updated for 3.7.0.

 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Statusbar
Affects Versions: 3.6.3
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-7791:
-
Component/s: (was: Plugin Statusbar)
 (was: iOS)
 Plugin SplashScreen
Environment: 
iOS


 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 3.6.3
 Environment: iOS
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Jacob Weber (JIRA)

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

Jacob Weber commented on CB-7791:
-

I see. So if we need to release an app to the App Store now, we should turn off 
the 6 and 6+ images, and just have it scale up the 640x960 image? My only 
concern is that Apple may reject the app for not having the newer images -- 
they've done that in the past.

 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 3.6.3
 Environment: iOS
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



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

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



[jira] [Comment Edited] (CB-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Jacob Weber (JIRA)

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

Jacob Weber edited comment on CB-7791 at 10/15/14 6:36 PM:
---

I see. So if we need to release an app to the App Store now, and we don't want 
to risk patching Cordova, we should turn off the 6 and 6+ images, and just have 
it scale up the 640x960 image? My only concern is that Apple may reject the app 
for not having the newer images -- they've done that in the past.


was (Author: jweber):
I see. So if we need to release an app to the App Store now, we should turn off 
the 6 and 6+ images, and just have it scale up the 640x960 image? My only 
concern is that Apple may reject the app for not having the newer images -- 
they've done that in the past.

 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 3.6.3
 Environment: iOS
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7791) iPhone 6 showing wrong splash screen

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7791:
--

At least based on App Store updates for some apps, they still didn't support 
iPhone 6 (thus their app is scaled up) and it was released recently (Glassdoor, 
PayPal, Kaiser Permanente, etc)

 iPhone 6 showing wrong splash screen
 

 Key: CB-7791
 URL: https://issues.apache.org/jira/browse/CB-7791
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 3.6.3
 Environment: iOS
Reporter: Jacob Weber
 Attachments: Test.zip


 I use asset catalogs to manage my splash screens in Xcode, along with the 
 splash screen plugin.
 I added the images for iPhone 6 and 6 Plus. When I run the app on an iPhone 
 6, I briefly see my new image, then I see the 640x960 image. How can I 
 prevent this?
 I created the project by doing the following:
 {code}
 cordova create Test com.test.test Test
 cd test
 cordova platform add ios
 cordova plugin add org.apache.cordova.splashscreen
 cordova prepare
 {code}
 then opening the file in Xcode, converting the launch images to an asset 
 catalog, adding the Default-667h@2x~iphone.png and Default-736h@3x~iphone.png 
 images to the project, then adding them to the asset catalog.



--
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-7643) sendPluginResult is not thread safe

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7643:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/108#issuecomment-59257782
  
@samedii did you email it or? Trying to get this into 3.7.0


 sendPluginResult is not thread safe
 ---

 Key: CB-7643
 URL: https://issues.apache.org/jira/browse/CB-7643
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Richard Hermanson
Assignee: Shazron Abdullah
   Original Estimate: 1h
  Remaining Estimate: 1h

 If _callbackIdPattern in CVDCommandDelegateImpl.m is set at the same time as 
 it is used (in different threads) then there's an error thrown 
 (EXC_BAD_ACCESS).
 More precisely when this line is run in one thread:
 _callbackIdPattern = [NSRegularExpression 
 regularExpressionWithPattern:@[^A-Za-z0-9._-] options:0 error:err];
 and this in another:
 if (([callbackId length]  100) || [_callbackIdPattern 
 firstMatchInString:callbackId options:0 range:NSMakeRange(0, [callbackId 
 length])]) {
 The method is: - (BOOL)isValidCallbackId:(NSString *)callbackId
 This happens about every 10th time I start my application. I could surely 
 solve this by not calling too quickly and repeatedly but this is still a bug 
 and easily fixed.



--
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-7700) Translations for October

2014-10-15 Thread ASF subversion and git services (JIRA)

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

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

Commit 9a827240b7f5708fa99427362bba9a344c5f918a in cordova-plugin-file's branch 
refs/heads/master from Victor Sosa
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=9a82724 ]

CB-7700 cordova-plugin-file documentation translation: cordova-plugin-file


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-file/pull/86


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF subversion and git services (JIRA)

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

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

Commit 9dc1796c59e46d2111930879b8eeffdca3d2b6f3 in 
cordova-plugin-network-information's branch refs/heads/master from Victor Sosa
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=9dc1796
 ]

CB-7700 cordova-plugin-network-information documentation translation: 
cordova-plugin-network-information


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF subversion and git services (JIRA)

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

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

Commit aebe887ffecf3a7480aebba350e605972a769043 in 
cordova-plugin-file-transfer's branch refs/heads/master from Victor Sosa
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=aebe887
 ]

CB-7700 cordova-plugin-file-transfer documentation translation: 
cordova-plugin-file-transfer


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF subversion and git services (JIRA)

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

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

Commit 809a66a2b2871dc0f7095b42c43b5cdef8bd74ae in cordova-docs's branch 
refs/heads/master from Victor Sosa
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=809a66a ]

CB-7700 cordova-docs documentation translation: cordova-docs


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user asfgit closed the pull request at:

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


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user ldeluca commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/45#issuecomment-59261351
  
@sosahvictor I *believe I got this merged in.  Give it a few seconds to 
show up on GitHub


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor closed the pull request at:

https://github.com/apache/cordova-plugin-network-information/pull/21


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor closed the pull request at:

https://github.com/apache/cordova-plugin-file-transfer/pull/45


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7700) Translations for October

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7700:


Github user sosahvictor commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/45#issuecomment-59265328
  
Thanks Lisa!


 Translations for October
 

 Key: CB-7700
 URL: https://issues.apache.org/jira/browse/CB-7700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Victor Adrian Sosa Herrera
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
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-7770) Block List the url

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-7770.

Resolution: Incomplete

We have a whitelist where you can whitelist specific URIs.  I'm not sure what 
you're referring to and whether this is a feature or a bug.  Can you please be 
more specific?

 Block List the url
 --

 Key: CB-7770
 URL: https://issues.apache.org/jira/browse/CB-7770
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, App Hello World, Browser, CordovaLib
Affects Versions: 3.4.0
 Environment: Android sdk, android device
Reporter: Lakshmi
  Labels: security

 Blocklist specfic url in Hybrid mobile application (Cordova and Jquery 
 mobile) framework



--
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-7792) Plugin search for core plugins does not show all the plugins

2014-10-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7792:


 Summary: Plugin search for core plugins does not show all the 
plugins
 Key: CB-7792
 URL: https://issues.apache.org/jira/browse/CB-7792
 Project: Apache Cordova
  Issue Type: Bug
  Components: Registry, Registry Web
Reporter: Shazron Abdullah


Search: http://plugins.cordova.io/#/search?search=org.apache.cordova

Expected:
Shows all 19 of the core plugins.

Actual:
Only shows 11 of the core plugins.



--
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-7768) captureImage (onActivityResult) in media-capture Plugin Throws FileNotFoundException

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7768:


Can you send a pull request? 

 captureImage (onActivityResult) in media-capture Plugin Throws 
 FileNotFoundException
 

 Key: CB-7768
 URL: https://issues.apache.org/jira/browse/CB-7768
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Samsung Galaxy S5, Android 4.4.4.
Reporter: David Perry

 It appears that the issue is that the uri returned by 
 that.cordova.getActivity().getContentResolver().insert(android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
  values) is not properly resolved by OutputStream os = 
 that.cordova.getActivity().getContentResolver().openOutputStream(uri).
 What worked for me was instead of calling openOutputStream, do the following:
 String dfname = getRealPathFromURI(uri);
 File df = new File(dfname);
 File dfolder = df.getParentFile();
 if(!dfolder.exists()) dfolder.mkdirs();
 if(!df.exists()) df.createNewFile();
 FileOutputStream os = new FileOutputStream(df);
 private String getRealPathFromURI(Uri contentURI) {
 Cursor cursor = 
 this.cordova.getActivity().getContentResolver().query(contentURI, null, null, 
 null, null);
 if (cursor == null) { // Source is Dropbox or other similar local file 
 path
 return contentURI.getPath();
 } else { 
 cursor.moveToFirst(); 
 int idx = cursor.getColumnIndex(MediaStore.Images.ImageColumns.DATA); 
 return cursor.getString(idx); 
 }
 }



--
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-7751) 9-Patch Files are being copied without the .9 in the filename.

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7751:


I believe that this was resolved with a patch to the CordovaLib.  You should 
upgrade to Cordova CLI 4.0 when it is released.  I'll be closing this once I 
find the issue with the pull request.

 9-Patch Files are being copied without the .9 in the filename.
 --

 Key: CB-7751
 URL: https://issues.apache.org/jira/browse/CB-7751
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.6.3
 Environment: OS X 10.9.5
Reporter: John Lafitte
Priority: Minor
  Labels: newbie

 During the prepare phase of an android build, the 9 patch splash screen 
 images are being copied into the platform/res folder without the .9 in the 
 filename.  If I manually rename them and compile it works fine.  My work 
 around was just to comment them out from config.xml after manually renaming 
 them.



--
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-7792) Plugin search for core plugins does not show all the plugins

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-7792:
-
Description: 
Search: http://plugins.cordova.io/#/search?search=org.apache.cordova

Expected:
Shows all 19 of the core plugins.

Actual:
Only shows 10 of the core plugins (the 11th is file-system-roots, not sure its 
exact source)

  was:
Search: http://plugins.cordova.io/#/search?search=org.apache.cordova

Expected:
Shows all 19 of the core plugins.

Actual:
Only shows 11 of the core plugins.


 Plugin search for core plugins does not show all the plugins
 

 Key: CB-7792
 URL: https://issues.apache.org/jira/browse/CB-7792
 Project: Apache Cordova
  Issue Type: Bug
  Components: Registry, Registry Web
Reporter: Shazron Abdullah

 Search: http://plugins.cordova.io/#/search?search=org.apache.cordova
 Expected:
 Shows all 19 of the core plugins.
 Actual:
 Only shows 10 of the core plugins (the 11th is file-system-roots, not sure 
 its exact source)



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

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7732:


All icons should be in res/drawable directories.  The thing is that there's 
still an icon in res/drawable.  Are you using the CLI for this?

 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}
 platform name=android
 icon src=res/icon/android/icon-36-ldpi.png density=ldpi/
 icon src=res/icon/android/icon-48-mdpi.png density=mdpi/
 icon src=res/icon/android/icon-72-hdpi.png density=hdpi/
 icon src=res/icon/android/icon-96-xhdpi.png density=xhdpi/
 icon src=res/icon/android/icon-114-xxhdpi.png density=xxhdpi/
 icon src=res/icon/android/icon-144-xxxhdpi.png density=xxxhdpi/
 splash src=res/screen/android/splash-land-hdpi.png 
 density=land-hdpi/
 splash src=res/screen/android/splash-land-ldpi.png 
 density=land-ldpi/
 splash src=res/screen/android/splash-land-mdpi.png 
 density=land-mdpi/
 splash src=res/screen/android/splash-land-xhdpi.png 
 density=land-xhdpi/
 splash src=res/screen/android/splash-port-hdpi.png 
 density=port-hdpi/
 splash src=res/screen/android/splash-port-ldpi.png 
 density=port-ldpi/
 splash src=res/screen/android/splash-port-mdpi.png 
 density=port-mdpi/
 splash src=res/screen/android/splash-port-xhdpi.png 
 density=port-xhdpi/
 /platform
 {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] [Resolved] (CB-7716) Alert Dialog not working in Android API =11

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-7716.

Resolution: Implemented

I have no idea if this works, but it's apparently already in the repo, so I'm 
going to close it as implemented. 

 Alert Dialog not working in Android API =11
 

 Key: CB-7716
 URL: https://issues.apache.org/jira/browse/CB-7716
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: 3.6.0
Reporter: Keshav OS
Assignee: Joe Bowser

 Works on android API14 (4.0+). However, the following issue is when 
 targeting only API 10 (2.3.3 and 2.3.4). 
 1. Updated platforms/android/AndroidManifest.xml to 
 uses-sdk android:minSdkVersion=10 android:targetSdkVersion=10 /
 2. Added dialogs plugin to make use of custom alert, confirm boxes through 
 the cli
 cordova plugin add org.apache.cordova.dialogs
 Installs successfully on the device. However the dialogs don't show up as 
 expected. Logcat reveals the following error:
 bq. 10-06 11:00:18.469: D/CordovaLog(7719): : Line 1772609 : No device 
 specific handleNewLine procedure
 10-06 11:00:18.469: I/Web Console(7719): No device specific handleNewLine 
 procedure at :1772609
 10-06 11:00:18.479: W/dalvikvm(7719): VFY: unable to resolve direct method 
 29: Landroid/app/AlertDialog$Builder;.init (Landroid/content/Context;I)V
 10-06 11:00:18.479: W/System.err(7719): java.lang.NoSuchMethodError: 
 android.app.AlertDialog$Builder.init
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.dialogs.Notification$2.run(Notification.java:160)
 10-06 11:00:18.479: W/System.err(7719):   at 
 android.app.Activity.runOnUiThread(Activity.java:3717)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.dialogs.Notification.alert(Notification.java:185)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.dialogs.Notification.execute(Notification.java:79)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:84)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.PluginManager.exec(PluginManager.java:147)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.CordovaBridge.promptOnJsPrompt(CordovaBridge.java:129)
 10-06 11:00:18.479: W/System.err(7719):   at 
 org.apache.cordova.CordovaChromeClient.onJsPrompt(CordovaChromeClient.java:192)
 10-06 11:00:18.479: W/System.err(7719):   at 
 android.webkit.CallbackProxy.handleMessage(CallbackProxy.java:580)
 10-06 11:00:18.479: W/System.err(7719):   at 
 android.os.Handler.dispatchMessage(Handler.java:99)
 10-06 11:00:18.479: W/System.err(7719):   at 
 android.os.Looper.loop(Looper.java:130)
 10-06 11:00:18.489: W/System.err(7719):   at 
 android.app.ActivityThread.main(ActivityThread.java:3687)
 10-06 11:00:18.489: W/System.err(7719):   at 
 java.lang.reflect.Method.invokeNative(Native Method)
 10-06 11:00:18.489: W/System.err(7719):   at 
 java.lang.reflect.Method.invoke(Method.java:507)
 10-06 11:00:18.489: W/System.err(7719):   at 
 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
 10-06 11:00:18.489: W/System.err(7719):   at 
 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
 10-06 11:00:18.489: W/System.err(7719):   at 
 dalvik.system.NativeStart.main(Native Method)
 10-06 11:00:18.499: D/CONTEXT(7719): m_mainFrame-editor()-hasComposition 
 not 
 10-06 11:00:18.539: D/CONTEXT(7719): m_mainFrame-editor()-hasComposition 
 not 
 10-06 11:00:18.549: D/CONTEXT(7719): m_mainFrame-editor()-hasComposition 
 not 
 Have tried using v0.2.8, 0.2.9, 0.2.10 and the same issue exists. 
 Running the cordova clean utility, remove and adding the plugin, setting 
 android target to 10 in project.properties, none of these seem to fix the 
 issue. 
 Have also tried all proposed and pending PR's related to this issue, but none 
 of the solutions work. 



--
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-7643) sendPluginResult is not thread safe

2014-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7643:


Github user samedii commented on the pull request:

https://github.com/apache/cordova-ios/pull/108#issuecomment-59273596
  
@shazron Yes


 sendPluginResult is not thread safe
 ---

 Key: CB-7643
 URL: https://issues.apache.org/jira/browse/CB-7643
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Richard Hermanson
Assignee: Shazron Abdullah
   Original Estimate: 1h
  Remaining Estimate: 1h

 If _callbackIdPattern in CVDCommandDelegateImpl.m is set at the same time as 
 it is used (in different threads) then there's an error thrown 
 (EXC_BAD_ACCESS).
 More precisely when this line is run in one thread:
 _callbackIdPattern = [NSRegularExpression 
 regularExpressionWithPattern:@[^A-Za-z0-9._-] options:0 error:err];
 and this in another:
 if (([callbackId length]  100) || [_callbackIdPattern 
 firstMatchInString:callbackId options:0 range:NSMakeRange(0, [callbackId 
 length])]) {
 The method is: - (BOOL)isValidCallbackId:(NSString *)callbackId
 This happens about every 10th time I start my application. I could surely 
 solve this by not calling too quickly and repeatedly but this is still a bug 
 and easily fixed.



--
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-7793) org.apache.* namespace should be only for Apache projects

2014-10-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7793:


 Summary: org.apache.* namespace should be only for Apache projects
 Key: CB-7793
 URL: https://issues.apache.org/jira/browse/CB-7793
 Project: Apache Cordova
  Issue Type: Bug
  Components: Registry, Registry Web
Reporter: Shazron Abdullah


These plugins below exist in the Registry but are not part of Apache Cordova 
core:

{code}
{key:org.apache.cordova.plugin.softkeyboard,value:13996},
{key:org.apache.cordova.speech.speechsynthesis,value:801},
{code}

The speech synthesis one was authored by Simon MacDonald, an Apache Cordova 
committer. I recommend contacting the plugin authors to rename their plugin ids.

These plugins below exist in the Registry but do not seem to be part of any 
Apache Software Foundation project:

{code}
{key:org.apache.arb.echo,value:40},
{key:org.apache.arb.native,value:31},
{code}

I recommend removing these non-ASF plugins from the registry. They don't even 
contain a README telling what they do.

The org.apache.* namespace should be reserved for ASF projects. The 
org.apache.cordova.* namespace should be reserved for core plugins that have 
repos at the ASF. 

Since it is our registry, if they want access to publish, they will have to ask 
a committer on the dev@ list.



--
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-5921) Cordova on iOS should use an XCWorkspace, or at least support using one.

2014-10-15 Thread Graham Mueller (JIRA)

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

Graham Mueller commented on CB-5921:


I'm finally getting around to this, but I'm not having like with Coho (or maybe 
I am, but I'm not fully getting it).

As I understand it, Coho is meant to help manage your various bits of Cordova 
on your machine. Specifically, it links up the repos you have checked out.

Currently, I have none. I'm trying to clone the lib and cli repos, but the 
coho repo-clone command just gives me Repo already cloned: cordova-coho

 Cordova on iOS should use an XCWorkspace, or at least support using one.
 

 Key: CB-5921
 URL: https://issues.apache.org/jira/browse/CB-5921
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS
Reporter: Graham Mueller
Priority: Minor
  Labels: core
 Attachments: build


 Hi Guys,
 Not sure what to log this as. It's not so much a bug as an incompatibility 
 with other frameworks. Anyway, this is specifically an issue with the build 
 process on iOS. Do with it what you will.
 If you're familiar with the CocoaPods framework, you'll know that on initial 
 install, it creates an XCWorkspace file, and instructs you to exclusively use 
 that afterwards. This is because the CocoaPods library adds itself as a 
 linked project that must be built, similar to Cordova/Phonegap. The 
 difference is that Cordova adds itself as a sub project, instead of a sibling 
 project (which is effectively the workspace goal, from my understanding, 
 though I'm having a hard time finding a good link to explain it better).
 So, I would suggest that Cordova moves to this setup as well -- it should 
 create the workspace that has both the Cordova project and your app project.
 Alternatively, if you don't want to go through and change that creation code, 
 it would be great if the CLI offered someway to specify what you want it to 
 build. I found the actual build script that's calling xcodebuild with a 
 -project flag in it (this is where -workspace would go). There is currently 
 no way to override this, so there is currently no way at all to support 
 workspaces (and consequently no way to use CocoaPods).
 Any thoughts or reasons not to do so?
 Thanks,
 Graham



--
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-5921) Cordova on iOS should use an XCWorkspace, or at least support using one.

2014-10-15 Thread Graham Mueller (JIRA)

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

Graham Mueller commented on CB-5921:


Turns out I needed the -r flag I guess. Step one completed.

 Cordova on iOS should use an XCWorkspace, or at least support using one.
 

 Key: CB-5921
 URL: https://issues.apache.org/jira/browse/CB-5921
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS
Reporter: Graham Mueller
Priority: Minor
  Labels: core
 Attachments: build


 Hi Guys,
 Not sure what to log this as. It's not so much a bug as an incompatibility 
 with other frameworks. Anyway, this is specifically an issue with the build 
 process on iOS. Do with it what you will.
 If you're familiar with the CocoaPods framework, you'll know that on initial 
 install, it creates an XCWorkspace file, and instructs you to exclusively use 
 that afterwards. This is because the CocoaPods library adds itself as a 
 linked project that must be built, similar to Cordova/Phonegap. The 
 difference is that Cordova adds itself as a sub project, instead of a sibling 
 project (which is effectively the workspace goal, from my understanding, 
 though I'm having a hard time finding a good link to explain it better).
 So, I would suggest that Cordova moves to this setup as well -- it should 
 create the workspace that has both the Cordova project and your app project.
 Alternatively, if you don't want to go through and change that creation code, 
 it would be great if the CLI offered someway to specify what you want it to 
 build. I found the actual build script that's calling xcodebuild with a 
 -project flag in it (this is where -workspace would go). There is currently 
 no way to override this, so there is currently no way at all to support 
 workspaces (and consequently no way to use CocoaPods).
 Any thoughts or reasons not to do so?
 Thanks,
 Graham



--
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-5921) Cordova on iOS should use an XCWorkspace, or at least support using one.

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5921:
--

Help text:
{code}
coho repo-clone --help
{code}

Clone everything:
{code}
coho repo-clone -r auto
{code}

 Cordova on iOS should use an XCWorkspace, or at least support using one.
 

 Key: CB-5921
 URL: https://issues.apache.org/jira/browse/CB-5921
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS
Reporter: Graham Mueller
Priority: Minor
  Labels: core
 Attachments: build


 Hi Guys,
 Not sure what to log this as. It's not so much a bug as an incompatibility 
 with other frameworks. Anyway, this is specifically an issue with the build 
 process on iOS. Do with it what you will.
 If you're familiar with the CocoaPods framework, you'll know that on initial 
 install, it creates an XCWorkspace file, and instructs you to exclusively use 
 that afterwards. This is because the CocoaPods library adds itself as a 
 linked project that must be built, similar to Cordova/Phonegap. The 
 difference is that Cordova adds itself as a sub project, instead of a sibling 
 project (which is effectively the workspace goal, from my understanding, 
 though I'm having a hard time finding a good link to explain it better).
 So, I would suggest that Cordova moves to this setup as well -- it should 
 create the workspace that has both the Cordova project and your app project.
 Alternatively, if you don't want to go through and change that creation code, 
 it would be great if the CLI offered someway to specify what you want it to 
 build. I found the actual build script that's calling xcodebuild with a 
 -project flag in it (this is where -workspace would go). There is currently 
 no way to override this, so there is currently no way at all to support 
 workspaces (and consequently no way to use CocoaPods).
 Any thoughts or reasons not to do so?
 Thanks,
 Graham



--
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-5440) Activating SystemTray in WP8 app doesn't shrink the viewport in portrait

2014-10-15 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen commented on CB-5440:
-

You should not be modifying MainPage.xaml
Use the plugin if you want to show or hide the statusbar.

{code}
btnShow.addEventListener(click, function () { StatusBar.show();});
btnHide.addEventListener(click, function () { StatusBar.hide(); });
btnAlpha100.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#FF00); });
btnAlpha33.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#3300);});

window.onresize = function () {
txtOut.innerHTML = Height:  + window.innerHeight +  Width:  + 
window.innerWidth;
};
// ===
div class=app
button id=btnShowShow/button
button id=btnHideHide/button
button id=btnAlpha100Opaque/button
button id=btnAlpha33Transparent/button
div id=txtOut/div
/div
{code}

Showing or hiding the status bar will trigger a window.resize event.
Setting the status bar background to ANY transparent value will make it overlay 
the webview, and full opacity will stop it from overlaying.
ie. if you want a non-transparent looking Blue status bar that overlays the 
webview: 
{code}
StatusBar.backgroundColorByHexString(#FEFF);
{code}

 Activating SystemTray in WP8 app doesn't shrink the viewport in portrait
 

 Key: CB-5440
 URL: https://issues.apache.org/jira/browse/CB-5440
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.1.0
 Environment: Windows Phone 8 (didn't test on 7), not specific to 
 device
Reporter: Kamen Bundev
Assignee: Jesse MacFadyen
 Attachments: SystemTrayViewport.zip


 Adding shell:SystemTray.IsVisible=True to MainPage.xaml doesn't shrink the 
 Cordova WebView in portrait mode, but instead pushes it down with about 25px 
 - as much as the SystemTray height. Landscape orientation is okay (the 
 WebView is shorter than it should, but this looks like a different 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] [Comment Edited] (CB-5440) Activating SystemTray in WP8 app doesn't shrink the viewport in portrait

2014-10-15 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen edited comment on CB-5440 at 10/15/14 9:42 PM:
---

You should not be modifying MainPage.xaml
Use the plugin if you want to show or hide the statusbar.

{code}
btnShow.addEventListener(click, function () { StatusBar.show();});
btnHide.addEventListener(click, function () { StatusBar.hide(); });
btnAlpha100.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#FF00); });
btnAlpha33.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#3300);});

window.onresize = function () {
txtOut.innerHTML = Height:  + window.innerHeight +  Width:  + 
window.innerWidth;
};
// ===
div class=app
button id=btnShowShow/button
button id=btnHideHide/button
button id=btnAlpha100Opaque/button
button id=btnAlpha33Transparent/button
div id=txtOut/div
/div
{code}

Showing or hiding the status bar will trigger a window.resize event.
Setting the status bar background to ANY transparent value will make it overlay 
the webview, and full opacity will stop it from overlaying.
ie. if you want a non-transparent looking Blue status bar that overlays the 
webview: 
{code}
StatusBar.backgroundColorByHexString(#FEFF);
{code}

To install the statusbar plugin:
{code}
cordova plugin add org.apache.cordova.statusbar
{code}


was (Author: purplecabbage):
You should not be modifying MainPage.xaml
Use the plugin if you want to show or hide the statusbar.

{code}
btnShow.addEventListener(click, function () { StatusBar.show();});
btnHide.addEventListener(click, function () { StatusBar.hide(); });
btnAlpha100.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#FF00); });
btnAlpha33.addEventListener(click, function () { 
StatusBar.backgroundColorByHexString(#3300);});

window.onresize = function () {
txtOut.innerHTML = Height:  + window.innerHeight +  Width:  + 
window.innerWidth;
};
// ===
div class=app
button id=btnShowShow/button
button id=btnHideHide/button
button id=btnAlpha100Opaque/button
button id=btnAlpha33Transparent/button
div id=txtOut/div
/div
{code}

Showing or hiding the status bar will trigger a window.resize event.
Setting the status bar background to ANY transparent value will make it overlay 
the webview, and full opacity will stop it from overlaying.
ie. if you want a non-transparent looking Blue status bar that overlays the 
webview: 
{code}
StatusBar.backgroundColorByHexString(#FEFF);
{code}

 Activating SystemTray in WP8 app doesn't shrink the viewport in portrait
 

 Key: CB-5440
 URL: https://issues.apache.org/jira/browse/CB-5440
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.1.0
 Environment: Windows Phone 8 (didn't test on 7), not specific to 
 device
Reporter: Kamen Bundev
Assignee: Jesse MacFadyen
 Attachments: SystemTrayViewport.zip


 Adding shell:SystemTray.IsVisible=True to MainPage.xaml doesn't shrink the 
 Cordova WebView in portrait mode, but instead pushes it down with about 25px 
 - as much as the SystemTray height. Landscape orientation is okay (the 
 WebView is shorter than it should, but this looks like a different 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] [Resolved] (CB-5440) Activating SystemTray in WP8 app doesn't shrink the viewport in portrait

2014-10-15 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-5440.
-
Resolution: Not a Problem

Updated comments with solution/work-around.  
Please verify that this resolves your issue. 

 Activating SystemTray in WP8 app doesn't shrink the viewport in portrait
 

 Key: CB-5440
 URL: https://issues.apache.org/jira/browse/CB-5440
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.1.0
 Environment: Windows Phone 8 (didn't test on 7), not specific to 
 device
Reporter: Kamen Bundev
Assignee: Jesse MacFadyen
 Attachments: SystemTrayViewport.zip


 Adding shell:SystemTray.IsVisible=True to MainPage.xaml doesn't shrink the 
 Cordova WebView in portrait mode, but instead pushes it down with about 25px 
 - as much as the SystemTray height. Landscape orientation is okay (the 
 WebView is shorter than it should, but this looks like a different 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] [Created] (CB-7794) Auto tests should be auto runnable

2014-10-15 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-7794:
---

 Summary: Auto tests should be auto runnable
 Key: CB-7794
 URL: https://issues.apache.org/jira/browse/CB-7794
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin TestFramework
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen


Currently running the automatic tests requires user interaction.  We need a way 
to just launch and run the auto tests. 



--
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-7795) Android Studio Beta generates these errors

2014-10-15 Thread Steve Husting (JIRA)
Steve Husting created CB-7795:
-

 Summary: Android Studio Beta generates these errors
 Key: CB-7795
 URL: https://issues.apache.org/jira/browse/CB-7795
 Project: Apache Cordova
  Issue Type: Task
  Components: Android, CordovaLib
Affects Versions: 3.5.0
 Environment: Mac OS X, Android Studio Beta 0.8.9, Cordova 3.6.3
Reporter: Steve Husting
Priority: Trivial


When doing Analyze  Inspect Code (similar to a lint) in Android Studio Beta 
0.8.9 on a Cordova 3.6.3 project, I get the following errors. This project was 
built as API 17. 

I prioritized it as Trivial because this is beta software. 

cordovaWebView.java
Error:266, 35 java: cannot find symbol, KITKAT
Error:230, 79  java: cannot find symbol, KITKAT
Error:269, 20 java: cannot find symbol, KITKAT

IceCreamCordovaWebViewclient.java
Error:85, 82 java: cannot find symbol, KITKAT

HttpsURLConnectionImpl.java
Error:347, 3 java: method does not override or implement a method from a 
supertype

I followed the steps here to make the app: 
http://iphonedevlog.wordpress.com/2014/10/10/using-android-studio-beta-with-cordova-phonegap/



--
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-7764) Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files ( 200MB)

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-7764:


Assignee: Shazron Abdullah

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files 
 ( 200MB)
 -

 Key: CB-7764
 URL: https://issues.apache.org/jira/browse/CB-7764
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Vladimir Mitrokhin
Assignee: Shazron Abdullah

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2
 Upload file  250 works,  250 doesn't work.
 Simple app built from the file transfer sample code.
 https://github.com/Vladimir40491a/myrepository



--
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-7764) Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files ( 200MB)

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7764:
--

From the repo's error log Cannot allocate memory:
{code}
Oct 10 11:21:13 iPad-Julia MyApp2[709] Warning: imageURI
Oct 10 11:21:13 iPad-Julia MyApp2[709] Warning: 
file:///private/var/mobile/Applications/565E878D-C399-4F7C-8449-7D8A9C5742E2/tmp/trim.DBE2F02C-E742-4F48-A148-654089A011F3.MOV
Oct 10 11:21:13 iPad-Julia MyApp2[709] Warning: Error opening file 
file:///private/var/mobile/Applications/565E878D-C399-4F7C-8449-7D8A9C5742E2/tmp/trim.DBE2F02C-E742-4F48-A148-654089A011F3.MOV:
 Error Domain=NSCocoaErrorDomain Code=256 The operation couldnt be completed. 
(Cocoa error 256.) UserInfo=0x14e2ff10 
{NSFilePath=/private/var/mobile/Applications/565E878D-C399-4F7C-8449-7D8A9C5742E2/tmp/trim.DBE2F02C-E742-4F48-A148-654089A011F3.MOV,
 NSUnderlyingError=0x14e3c280 The operation couldnt be completed. Cannot 
allocate memory}
{code}

My initial guess is the file reading functions are either:
1. reading the whole file from memory and uploading it
2. reading it chunk by chunk, but not releasing each chunk after it has been 
uploaded

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files 
 ( 200MB)
 -

 Key: CB-7764
 URL: https://issues.apache.org/jira/browse/CB-7764
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Vladimir Mitrokhin
Assignee: Shazron Abdullah

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2
 Upload file  250 works,  250 doesn't work.
 Simple app built from the file transfer sample code.
 https://github.com/Vladimir40491a/myrepository



--
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-7660) Cordova iOS File-Transfer download memory leaks

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-7660:


Assignee: Shazron Abdullah

 Cordova iOS File-Transfer download memory leaks
 ---

 Key: CB-7660
 URL: https://issues.apache.org/jira/browse/CB-7660
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS 7.0.3 on iPad2 - Cordova 3.5
Reporter: Jordi Valls Carbonell
Assignee: Shazron Abdullah

 File-Transfer memory leaks downloading files, no memory is released for each 
 file downloaded, finally i got Memory Warning.
 To test add a button and call testDownload function every time console 
 confirmation message is displayed (DOWNLOADED OK)
 {code}
 function win(entry)
 {
 console.log(DOWNLOADED OK);
 }
 function fail(error)
 {
 console.log(ERROR!);
 console.log(error.code);
 }
 function testDownload
 {
 var url = 
 http://upload.wikimedia.org/wikipedia/commons/5/5b/Ultraviolet_image_of_the_Cygnus_Loop_Nebula_crop.jpg;;
 var filename = filename.jpg;
 var uri = encodeURI(url);
 window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fileSystem) {
fileSystem.root.getFile(filename, {create: true, exclusive: false}, 
 function(fileEntry) {
var localPath = fileEntry.toURL();
var ft = new FileTransfer();
ft.download(uri,localPath,win,fail,false);
},function(error){console.log(errore 1:  + error.code);});
 },function(error){console.log(errore 2:  + error.code);});
 }
 {code}



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

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



[jira] [Commented] (CB-7764) Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files ( 200MB)

2014-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7764:
--

CB-7660 might be related

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2 fails to upload large files 
 ( 200MB)
 -

 Key: CB-7764
 URL: https://issues.apache.org/jira/browse/CB-7764
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Vladimir Mitrokhin
Assignee: Shazron Abdullah

 Cordova 3.4.1 + FileTransfer 0.4.0 on iOS 7.1.2
 Upload file  250 works,  250 doesn't work.
 Simple app built from the file transfer sample code.
 https://github.com/Vladimir40491a/myrepository



--
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-7503) Keypress event not working with soft keyboard in Android KitKat

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-7503:
---
Assignee: (was: Joe Bowser)

 Keypress event not working with soft keyboard in Android KitKat
 ---

 Key: CB-7503
 URL: https://issues.apache.org/jira/browse/CB-7503
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Present in Android 4.4.2, 4.4.4
 Not present in 4.1.2
 Present with software keyboard
 Not present with hardware keyboard
Reporter: Lancho Pat
  Labels: bug,, workaround,
   Original Estimate: 48h
  Remaining Estimate: 48h

 See https://code.google.com/p/android/issues/detail?id=68284
 WebViews don't recieve keypress events in Android 4.4.2 and above.
 A workaround is needed.



--
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-7503) Keypress event not working with soft keyboard in Android KitKat

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-7503:
---
Remaining Estimate: (was: 48h)
 Original Estimate: (was: 48h)

 Keypress event not working with soft keyboard in Android KitKat
 ---

 Key: CB-7503
 URL: https://issues.apache.org/jira/browse/CB-7503
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Present in Android 4.4.2, 4.4.4
 Not present in 4.1.2
 Present with software keyboard
 Not present with hardware keyboard
Reporter: Lancho Pat
  Labels: bug,, workaround,

 See https://code.google.com/p/android/issues/detail?id=68284
 WebViews don't recieve keypress events in Android 4.4.2 and above.
 A workaround is needed.



--
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-7503) Keypress event not working with soft keyboard in Android KitKat

2014-10-15 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7503:


I can't even catch the key events in the debugger when I try to figure out a 
work-around.  I don't know if there's an easy work-around for this.  I do know 
that I get the same behaviour on L and Android 4.4.2.

 Keypress event not working with soft keyboard in Android KitKat
 ---

 Key: CB-7503
 URL: https://issues.apache.org/jira/browse/CB-7503
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Present in Android 4.4.2, 4.4.4
 Not present in 4.1.2
 Present with software keyboard
 Not present with hardware keyboard
Reporter: Lancho Pat
Assignee: Joe Bowser
  Labels: bug,, workaround,
   Original Estimate: 48h
  Remaining Estimate: 48h

 See https://code.google.com/p/android/issues/detail?id=68284
 WebViews don't recieve keypress events in Android 4.4.2 and above.
 A workaround is needed.



--
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-7796) file.spec.12 failing

2014-10-15 Thread Angela Fowler (JIRA)
Angela Fowler created CB-7796:
-

 Summary: file.spec.12 failing 
 Key: CB-7796
 URL: https://issues.apache.org/jira/browse/CB-7796
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Windows 8
Affects Versions: 3.6.0, 3.6.3
 Environment: Windows RT
Reporter: Angela Fowler
Assignee: Jesse MacFadyen
Priority: Minor


This test is failing with NOT_FOUND_ERROR when ENCODING_ERROR was expected.

It is failing here in FileProxy.js :
// method should not let read files outside of the [APP HASH]/Local 
or [APP HASH]/temp folders
if (path.indexOf(msappdataTempPath) != 0  
path.indexOf(msappdataLocalPath) != 0) {
fail(FileError.NOT_FOUND_ERR);
return;
}

Here is the test :
   expect(error).toBeFileError(FileError.ENCODING_ERR);




--
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-7796) file.spec.12 failing

2014-10-15 Thread Angela Fowler (JIRA)

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

Angela Fowler commented on CB-7796:
---

file.spec.15 also failing with the same error in resolveLocalFileSystemURI

 file.spec.12 failing 
 -

 Key: CB-7796
 URL: https://issues.apache.org/jira/browse/CB-7796
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Windows 8
Affects Versions: 3.6.0, 3.6.3
 Environment: Windows RT
Reporter: Angela Fowler
Assignee: Jesse MacFadyen
Priority: Minor

 This test is failing with NOT_FOUND_ERROR when ENCODING_ERROR was expected.
 It is failing here in FileProxy.js :
 // method should not let read files outside of the [APP 
 HASH]/Local or [APP HASH]/temp folders
 if (path.indexOf(msappdataTempPath) != 0  
 path.indexOf(msappdataLocalPath) != 0) {
 fail(FileError.NOT_FOUND_ERR);
 return;
 }
 Here is the test :
expect(error).toBeFileError(FileError.ENCODING_ERR);



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