iOS : setMetadata on backup file/directory does not work

2012-10-01 Thread Clemens Wyss DEV
Environment: Cordova 2.0 on iOS Trying to set "do-not-copy-toiCloud"-metadata on the backuped WebSQL files/directories fails. Here my code (mostly copied from http://docs.phonegap.com/en/2.1.0/cordova_file_file.md.html#FileEntry ): function setMetadata( filePath, metadataKey, metadataValue, isF

[jira] [Commented] (CB-1510) Add instruction to Upgrading Guide for 2.1.0/2.2.0

2012-10-01 Thread Brian Olore (JIRA)
[ https://issues.apache.org/jira/browse/CB-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467426#comment-13467426 ] Brian Olore commented on CB-1510: - Didnt realize this bug was here when I created: https://g

incubator-cordova-docs pull request: Add info about changes to MainViewCont...

2012-10-01 Thread olore
GitHub user olore opened a pull request: https://github.com/apache/incubator-cordova-docs/pull/33 Add info about changes to MainViewController.m for iOS MainViewController.m also has a required change when upgrading to 2.1.0 for iOS You can merge this pull request into a Git repos

Re: Plugin users and developers, I need your help: popularity vote

2012-10-01 Thread Tommy-Carlos Williams
1. VolumeSlider (bias to my own work as requested, hehe) 2. TabBar (in nearly every iOS app I have written) 3. MapKit 4. Facebook (one of them needs to work, don't care if it's Olivier's or Dave's) 5. BarcodeScanner Also, I can tell you that the PhoneListener plugin is pointless now. I wrote it

[jira] [Resolved] (CB-1567) BB create script removes dist folder

2012-10-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1567. - Resolution: Fixed > BB create script removes dist folder > > >

[jira] [Commented] (CB-1526) Putting CordovaLib in source control requires bin/update_cordova_subproject

2012-10-01 Thread Carlos Santana (JIRA)
[ https://issues.apache.org/jira/browse/CB-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467357#comment-13467357 ] Carlos Santana commented on CB-1526: This is great news I never figure out why CordovaLib

[jira] [Created] (CB-1567) BB create script removes dist folder

2012-10-01 Thread Tim Kim (JIRA)
Tim Kim created CB-1567: --- Summary: BB create script removes dist folder Key: CB-1567 URL: https://issues.apache.org/jira/browse/CB-1567 Project: Apache Cordova Issue Type: Improvement Compone

[jira] [Commented] (CB-1567) BB create script removes dist folder

2012-10-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467355#comment-13467355 ] Tim Kim commented on CB-1567: - Fixed in this commit: https://git-wip-us.apache.org/repos/asf?p=i

[jira] [Commented] (CB-1563) deviceContact.save in broken in 2.1.0+

2012-10-01 Thread Olivier Louvignes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467351#comment-13467351 ] Olivier Louvignes commented on CB-1563: --- Created a plugin to address that issue : http

[jira] [Updated] (CB-1563) Contact authorization may not be called on iOS6

2012-10-01 Thread Olivier Louvignes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Louvignes updated CB-1563: -- Priority: Trivial (was: Major) Issue Type: Improvement (was: Bug) Summary: Contact a

[jira] [Created] (CB-1566) SetMetaData on folder not working

2012-10-01 Thread Peter Warren (JIRA)
Peter Warren created CB-1566: Summary: SetMetaData on folder not working Key: CB-1566 URL: https://issues.apache.org/jira/browse/CB-1566 Project: Apache Cordova Issue Type: Bug Componen

[jira] [Commented] (CB-1563) deviceContact.save in broken in 2.1.0+

2012-10-01 Thread Olivier Louvignes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467323#comment-13467323 ] Olivier Louvignes commented on CB-1563: --- It looks like I might encounter this : https:

[jira] [Commented] (CB-1465) WebView too small after closing of a ChildBrowser in landscape orientation

2012-10-01 Thread Peter Warren (JIRA)
[ https://issues.apache.org/jira/browse/CB-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467304#comment-13467304 ] Peter Warren commented on CB-1465: -- This does solve that problem but presents another. The t

[jira] [Updated] (CB-1563) deviceContact.save in broken in 2.1.0+

2012-10-01 Thread Olivier Louvignes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Louvignes updated CB-1563: -- Description: Used to work on 1.8.1+ Does work in the simulator, but on a iOS6 device (with an iCl

Re: plugin analysis

2012-10-01 Thread Mike Reinstein
IMO the biggest problem is plugin fragmentation across platforms...what we really need to fix is getting a single plugin with support for 1 or more platforms into a place. It will keep related code together, and will hopefully promote a unified js API as much as possible...I cringe to think what th

Re: plugin analysis

2012-10-01 Thread Bryan Bishop
On Mon, Oct 1, 2012 at 4:29 PM, Jesse wrote: > - moving to individual repos would destroy commit histories for > plugins ( so we should minimize the number of times we move them ) > Not true at all! There is excellent support in git for surgically extracting the commit history of a subfolder and

Re: plugin analysis

2012-10-01 Thread Mike Reinstein
Hey Jesse, I'd like to talk about the plugin discovery mechanism that you mentioned. I've been working on setting up a couchdb instance locally, and pulling a bunch of code from npm to come up with a solution for this, including a site front end. I think I recall Fil mentioning that you were in th

Re: plugin analysis

2012-10-01 Thread Jesse
A few reasons for the existing structure : - the repo was singular to help users discover plugins - moving to individual repos would destroy commit histories for plugins ( so we should minimize the number of times we move them ) - the repo itself has grown far beyond what was expected, it was mean

Re: plugin analysis

2012-10-01 Thread Mike Reinstein
@Bryan: I believe each plugin basicallly does have its own repo, and this is mirrored in our "official" repo. @Don: great, thanks for adding your plugin info! On Mon, Oct 1, 2012 at 5:19 PM, Bryan Bishop wrote: > On Mon, Oct 1, 2012 at 3:59 PM, Mike Reinstein >wrote: > > >- popularity of

Re: plugin analysis

2012-10-01 Thread Bryan Bishop
On Mon, Oct 1, 2012 at 3:59 PM, Mike Reinstein wrote: >- popularity of plugins is unclear because the git stars is for the >whole repo, not individual plugins > Is there any reason each plugin shouldn't have its own separate repo? - Bryan http://heybryan.org/ 1 512 203 0507

plugin analysis

2012-10-01 Thread Mike Reinstein
hey gang, i've gone through all of the plugins in https://github.com/phonegap/phonegap-plugins and put together a basic comparison grid to provide some visibility: https://docs.google.com/spreadsheet/ccc?key=0Al813Y70ZNWbdC0zRFduOEY2M0tjZWYxOVVUbmVFRGc Can anyone help with this? Tracking 92 plug

[jira] [Created] (CB-1565) Android FileTransfer sets the SSLSocketFactory globally instead of directly on the connection

2012-10-01 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-1565: - Summary: Android FileTransfer sets the SSLSocketFactory globally instead of directly on the connection Key: CB-1565 URL: https://issues.apache.org/jira/browse/CB-1565 Proje

[jira] [Created] (CB-1564) DroidGap.loadUrl follows a path that never checks the white list

2012-10-01 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1564: --- Summary: DroidGap.loadUrl follows a path that never checks the white list Key: CB-1564 URL: https://issues.apache.org/jira/browse/CB-1564 Project: Apache Cordova

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467137#comment-13467137 ] Simon MacDonald commented on CB-1560: - Just wondering, is your remote site white listed i

Re: Proposal for a new Plugin.execute() signature on Android

2012-10-01 Thread Andrew Grieve
Just confirmed that it looks like you did actually add the method to the interface. Any reasons for keeping this interface? Otherwise, I'll go ahead and remove it. On Fri, Sep 28, 2012 at 11:43 AM, Braden Shepherdson wrote: > I didn't actually add onReset to the IPlugin interface, just to the Pl

Re: No link to cordova docs from cordova.io website?

2012-10-01 Thread Steven Gill
Fixed! On Mon, Oct 1, 2012 at 11:14 AM, Steven Gill wrote: > Good catch! I am already planning on adding the download to the site > today, so might as well add a link for docs. > > Cheers, > -Steve > > > On Mon, Oct 1, 2012 at 12:42 PM, Michal Mocny wrote: > >> The cordova.io website seems to h

[jira] [Commented] (CB-1526) Putting CordovaLib in source control requires bin/update_cordova_subproject

2012-10-01 Thread Jacob Weber (JIRA)
[ https://issues.apache.org/jira/browse/CB-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467066#comment-13467066 ] Jacob Weber commented on CB-1526: - Sounds good -- that will make it more consistent with the

[jira] [Commented] (CB-1526) Putting CordovaLib in source control requires bin/update_cordova_subproject

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467063#comment-13467063 ] Andrew Grieve commented on CB-1526: --- Good point. I've now deleted CordovaBuildSettings.xcco

[jira] [Assigned] (CB-1526) Putting CordovaLib in source control requires bin/update_cordova_subproject

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve reassigned CB-1526: - Assignee: Andrew Grieve (was: Shazron Abdullah) > Putting CordovaLib in source control requires

[jira] [Created] (CB-1563) deviceContact.save in broken in 2.1.0+

2012-10-01 Thread Olivier Louvignes (JIRA)
Olivier Louvignes created CB-1563: - Summary: deviceContact.save in broken in 2.1.0+ Key: CB-1563 URL: https://issues.apache.org/jira/browse/CB-1563 Project: Apache Cordova Issue Type: Bug

Re: No link to cordova docs from cordova.io website?

2012-10-01 Thread Steven Gill
Good catch! I am already planning on adding the download to the site today, so might as well add a link for docs. Cheers, -Steve On Mon, Oct 1, 2012 at 12:42 PM, Michal Mocny wrote: > The cordova.io website seems to have a link to the docs apache/github > repo, > where the readme points to docs

Re: Supporting multiple projects on iOS

2012-10-01 Thread Andrew Grieve
Started a new new thread about going forward with option #2. Besides you both being in favour of this option, it also aligns with the structure described by https://github.com/filmaj/cordova-client, so I think it's definitely the way to go :). On Mon, Oct 1, 2012 at 6:32 AM, Brian LeRoux wrote:

[jira] [Updated] (CB-1562) SplashScreen hide is not working in latest cordova-ios master

2012-10-01 Thread Olivier Louvignes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Louvignes updated CB-1562: -- Description: navigator.splashscreen.hide(); does not work on latest master. So you have a broken

Moving Files Around in iOS repo

2012-10-01 Thread Andrew Grieve
The result of the email thread "Supporting multiple projects on iOS", is that we want the bin/create script to copy the CordovaLib directory into the created project. This: 1. Fixes the issue of not being able to open multiple cordova projects at the same time due to Xcode not opening the same sub

Re: [VOTE] Apache Cordova (incubating) 2.1.0

2012-10-01 Thread Steven Gill
Sorry, thanks for tip. Will make sure to do that from now on! It was only those three that were binding. Cheers, -Steve On Mon, Oct 1, 2012 at 1:58 PM, Kalle Korhonen wrote: > FYI, you should always specify which of the votes were binding - in > this case it looked like Bertrand's, Olivier's

[jira] [Created] (CB-1562) SplashScreen hide is not working in latest cordova-ios master

2012-10-01 Thread Olivier Louvignes (JIRA)
Olivier Louvignes created CB-1562: - Summary: SplashScreen hide is not working in latest cordova-ios master Key: CB-1562 URL: https://issues.apache.org/jira/browse/CB-1562 Project: Apache Cordova

Re: [VOTE] Apache Cordova (incubating) 2.1.0

2012-10-01 Thread Kalle Korhonen
FYI, you should always specify which of the votes were binding - in this case it looked like Bertrand's, Olivier's and Jukka's votes were the binding ones, were there others? Kalle On Mon, Oct 1, 2012 at 10:46 AM, Steven Gill wrote: > The vote has now closed. The results are: > > Bertrand Delacr

Re: [VOTE] Apache Cordova (incubating) 2.1.0

2012-10-01 Thread Steven Gill
The vote has now closed. The results are: Bertrand Delacretaz +1 Olivier Lamy + 1 Along with the 17 other +1's which can be viewed at http://markmail.org/thread/lkgvtg3t6r3wxvwj. The vote is ***successful*** Apache Cordova 2.1 has officially been voted in as our first release! On Fri, Sep 21,

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466994#comment-13466994 ] Andrew Grieve commented on CB-1560: --- Does it work if you use the IP address in your URL ins

[jira] [Updated] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve updated CB-1560: -- Priority: Minor (was: Major) > Cordova reports "Network Error" when trying to launch a corporate intr

[jira] [Updated] (CB-1531) [WP7] templates/CordovaStarter-x.x.x.zip is not bundled with phonegap 2.1

2012-10-01 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1531: Component/s: Docs Fix Version/s: 2.2.0 > [WP7] templates/CordovaStarter-x.x.x.zip is not bun

[jira] [Commented] (CB-1531) [WP7] templates/CordovaStarter-x.x.x.zip is not bundled with phonegap 2.1

2012-10-01 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466980#comment-13466980 ] Jesse MacFadyen commented on CB-1531: - Agreed, this is still an issue, which is why I did

[jira] [Commented] (CB-1561) Using Storage API - rejected by Apple

2012-10-01 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466943#comment-13466943 ] Michal Mocny commented on CB-1561: -- Taking a look into this one. Ideally we can change the

[jira] [Assigned] (CB-1561) Using Storage API - rejected by Apple

2012-10-01 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Mocny reassigned CB-1561: Assignee: Michal Mocny (was: Shazron Abdullah) > Using Storage API - rejected by Apple >

Re: AW: App using WebSQL - rejected

2012-10-01 Thread Michal Mocny
After re-parsing all the text here, its sounding like we need to change the destination directory for local storage to one which isn't automatically backed up by iCloud. On Mon, Oct 1, 2012 at 10:01 AM, Clemens Wyss DEV wrote: > > Is this what you expect? > Not really ;) > > So the question rema

No link to cordova docs from cordova.io website?

2012-10-01 Thread Michal Mocny
The cordova.io website seems to have a link to the docs apache/github repo, where the readme points to docs.cordova.io, but there is no direct link to docs.cordova.io from cordova.io that I can find. Oversight or am I blind? -Michal

[jira] [Commented] (CB-1500) Could not instantiate class named NSLayoutConstraint

2012-10-01 Thread Mike Yeates (JIRA)
[ https://issues.apache.org/jira/browse/CB-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466898#comment-13466898 ] Mike Yeates commented on CB-1500: - I did use the create tool, it didnt work after using it or

[jira] [Resolved] (CB-1549) Upload File: exception

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1549. --- Resolution: Not A Problem Assignee: Andrew Grieve (was: Shazron Abdullah) When using the latest n

[jira] [Assigned] (CB-1473) Add Globalization Plug-in API Documentation

2012-10-01 Thread Marcel Kinard (JIRA)
[ https://issues.apache.org/jira/browse/CB-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Kinard reassigned CB-1473: - Assignee: Marcel Kinard (was: Bryce Curtis) > Add Globalization Plug-in API Documentation > ---

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread John Ament (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466871#comment-13466871 ] John Ament commented on CB-1560: BTW - I just tried it another way. I turned off mobile data

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread John Ament (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466870#comment-13466870 ] John Ament commented on CB-1560: The page is a very simple HTML page - Prints out "Hello Wor

[jira] [Commented] (CB-1531) [WP7] templates/CordovaStarter-x.x.x.zip is not bundled with phonegap 2.1

2012-10-01 Thread Kees van den Broek (JIRA)
[ https://issues.apache.org/jira/browse/CB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466857#comment-13466857 ] Kees van den Broek commented on CB-1531: Robert, see the attached patch, it shows you

[jira] [Commented] (CB-1531) [WP7] templates/CordovaStarter-x.x.x.zip is not bundled with phonegap 2.1

2012-10-01 Thread Robert (Jamie) Munro (JIRA)
[ https://issues.apache.org/jira/browse/CB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466850#comment-13466850 ] Robert (Jamie) Munro commented on CB-1531: -- You cannot close this as "not a problem"

[jira] [Commented] (CB-1549) Upload File: exception

2012-10-01 Thread Nadav Greenberg (JIRA)
[ https://issues.apache.org/jira/browse/CB-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466830#comment-13466830 ] Nadav Greenberg commented on CB-1549: - Same here: device: iOS 5 iPhone 4 SDK 6 OSX 10.8.2

[jira] [Commented] (CB-1500) Could not instantiate class named NSLayoutConstraint

2012-10-01 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466825#comment-13466825 ] Michal Mocny commented on CB-1500: -- How were you creating the project if you weren't using t

[jira] [Resolved] (CB-1559) IOS6 - FileWriter callbacks not called on ios6

2012-10-01 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Mocny resolved CB-1559. -- Resolution: Cannot Reproduce > IOS6 - FileWriter callbacks not called on ios6 > --

AW: AW: App using WebSQL - rejected

2012-10-01 Thread Clemens Wyss DEV
> Is this what you expect? Not really ;) So the question remains: Which file(s) do I need to mark (com.apple.MobileBackup)? -Ursprüngliche Nachricht- Von: mmo...@google.com [mailto:mmo...@google.com] Im Auftrag von Michal Mocny Gesendet: Montag, 1. Oktober 2012 15:46 An: callback-dev@incu

[jira] [Updated] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald updated CB-1560: Comment: was deleted (was: @John Ament What does your remote page load? Possibly you are running int

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466804#comment-13466804 ] Simon MacDonald commented on CB-1560: - @John Ament What does your remote page load? Pos

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466800#comment-13466800 ] Simon MacDonald commented on CB-1560: - @John Ament What does your remote page load? Pos

Re: AW: App using WebSQL - rejected

2012-10-01 Thread Michal Mocny
I think that if you do that, local/web storage will be stored in a cache folder and may not persist across app restarts (not sure how frequently those are cleared). Is this what you expect? On Mon, Oct 1, 2012 at 9:42 AM, Clemens Wyss DEV wrote: > I added/set > ... > BackupWebStorage >

AW: AW: App using WebSQL - rejected

2012-10-01 Thread Clemens Wyss DEV
I added/set ... BackupWebStorage ... In my Cordova.plist and now I am no more seeing the Documents/Backup-folder, which is what Apple "is looking for". Right? If so, regard this "issue" as closed ;) Thx Clemens -Ursprüngliche Nachricht- Von: Clemens Wyss DEV [mailto:clem

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466797#comment-13466797 ] Andrew Grieve commented on CB-1560: --- How is it that your Android can hit your URL? Is it th

AW: AW: App using WebSQL - rejected

2012-10-01 Thread Clemens Wyss DEV
Find attached (if it gets through ;) ) the files on the phone. I have WebSql Files in Library/Caches and (later on) Documents/Backup Which ones are to be flagged? I guess the Cache-files? Can I flag the /Library/Caches-folder or do I need to flag each and every file? Initial tests getting hold of

[jira] [Reopened] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

2012-10-01 Thread John Ament (JIRA)
[ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Ament reopened CB-1560: I'm not sure what else I can provide you for reproduce steps. The app is literally this simple: super.onCreate(

Re: Supporting multiple projects on iOS

2012-10-01 Thread Brian LeRoux
Seems a little bit too brittle requiring users to install Cordova in order to share code they created with Cordova. (Which could cause good old fashioned path issues.) Again, would prefer libs live under the project they are dependencies for (as we do w/ Android). On Sep 29, 2012 8:32 PM, "Andrew

AW: AW: App using WebSQL - rejected

2012-10-01 Thread Clemens Wyss DEV
What does the WebSQL file name depend on? Hopefully not iOS version dependant? -Ursprüngliche Nachricht- Von: Kerri Shotts [mailto:kerrisho...@gmail.com] Gesendet: Montag, 1. Oktober 2012 09:34 An: callback-dev@incubator.apache.org Betreff: Re: AW: App using WebSQL - rejected Do a browse

Re: AW: App using WebSQL - rejected

2012-10-01 Thread Ally Ogilvie
Plug in your device. Open Xcode (this is assuming 4.3) Window > Organizer > "Devices" tab, at the top > Under your device (left hand side) select Applications > Wait for the list of apps on your device to appear > Select your app and at the bottom select "download". You can now save the app and i

Re: AW: App using WebSQL - rejected

2012-10-01 Thread Kerri Shotts
Do a browse of your iPhone using Iexplorer or the like -- you can find the appropriate file name that way. __ Kerri Shotts photoKandy Studios LLC Sent from my iPhone 📱 Phone: +1 (312) 380-1035 🌐 Web: http://photokandy.com Twitter: @photokandy On Oct 1, 2012, at 1:49

[jira] [Created] (CB-1561) Using Storage API - rejected by Apple

2012-10-01 Thread Clemens Wyss (JIRA)
Clemens Wyss created CB-1561: Summary: Using Storage API - rejected by Apple Key: CB-1561 URL: https://issues.apache.org/jira/browse/CB-1561 Project: Apache Cordova Issue Type: Bug Comp