[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-1695:
--

This needs a further fix. The original Cordova UIWebView needs to have its own 
unique GUID appended to the User-Agent as well (like the InAppBrowser), if not 
other uses of a UIWebView will be subject to the white-list as well.

> [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view 
> controllers/requests
> -
>
> Key: CB-1695
> URL: https://issues.apache.org/jira/browse/CB-1695
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.2.0
> Environment: Xcode 4.5 / OS X 10.7.5 (Lion) / Commit 
> ef67dcf7bce56c69299bb89ab16c1803d0edd895
>Reporter: Kevin Hawkins
>Assignee: Shazron Abdullah
> Fix For: 2.3.0
>
>
> Registered NSURLProtocol objects respond to NSURLRequests across an 
> application.  As such, CDVURLProtocol handles all requests that would pass 
> through any UIWebView in the application, and applies Cordova's whitelist 
> rules accordingly to each http(s) request.
> This is an unreasonable overreach of authority, in an app where Cordova is 
> only one component of the app.  Consider the case where I have my own 
> UIWebView (think ChildBrowser), and I want to load arbitrary web content.  
> This web content has no access to the Cordova sandbox on the device, and as 
> such should not be subject to the security restrictions that limit requests 
> to whitelisted/trusted hosts.
> The logic in [CDVURLProtocol canInitWithRequest:] that validates the view 
> controller against the global CDVViewController registry, for /!gap_exec 
> calls, should be extended to make the same check against http(s) calls, and 
> allow them without whitelist comparison for requests that originate outside 
> of any registered CDVViewController instances.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-1668) Refactor project template scripts.

2012-11-20 Thread Anis Kadri (JIRA)

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

Anis Kadri edited comment on CB-1668 at 11/21/12 2:58 AM:
--

build and run were added to iOS and android

On Android:

- _./cordova/build_ only builds the app. It does not install/launch
- _./cordova/run_ cleans, builds and launches the app on a device if it's 
attached. If no devices are attached it launches the emulator, and runs the app 
in it. If there are multiple devices/emulators running it gives the option to 
select which device or emulator to run the app on. If no choice is provided 
within 5 seconds it just launches on the first available device or emulator.
- _./cordova/BOOM_ was removed

on iOS:

- Just renamed _debug_ to _build_
- Left _emulate_ in there but added _run_ which is the same thing.

Remaining:

- Blackberry
- Package command

  was (Author: anis):
build and run were added to iOS and android

On Android:

- _./cordova/build_ only builds the app. It does not install/launch
- _./cordova/run_ cleans, builds and launches the app on a device if it's 
attached. If no devices are attached it launches the emulator, and runs the app 
in it. If there are multiple devices/emulators running it gives the option to 
select which device or emulator to run the app on. If no choice is provided 
within 5 seconds it just launches on the first available device or emulator.
- _./cordova/BOOM_ was removed

on iOS:

- Just renamed _debug_ to _build_
- Left _emulate_ in there but added _run_ which is the same thing.

Remaining:

- Blackberry
- Package command
- Android Windows
  
> Refactor project template scripts.
> --
>
> Key: CB-1668
> URL: https://issues.apache.org/jira/browse/CB-1668
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Bada, BlackBerry, iOS, Tizen, webOS, Windows 8, 
> WP7
>Affects Versions: Master
>Reporter: Andrew Grieve
>Assignee: Anis Kadri
>Priority: Minor
> Fix For: 2.3.0
>
>
> Relevant mailing-list discussion:
> http://markmail.org/thread/znkkjmwgoc23lhhq
> The cordova/* scripts need some attention. Their names reflect what they do, 
> and they should be consistent across platforms.
> The main operations:
> - build (full or incremental) (other scripts depend on this)
> - run (on device / on emulator / in ripple)
> - package (for app-store purposes)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-20 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-1879:
---

I didn't test this out, but according to the docs, this should only break on 
4.2 devices if the app was compiled to target API level 17 (JB-MR1). No 
existing apps should be broken.

Did you say you found a compile error when trying to add @JavascriptInterface 
to the methods? I did so in this branch:

https://github.com/agrieve/incubator-cordova-android/commit/144d986de97592a92e162c389fb071449c737f7d

And it compiled & ran fine on my 4.2 Galaxy Nexus.

> DeviceReady event not firing on Nexus 7 4.2 emulator on a PC
> 
>
> Key: CB-1879
> URL: https://issues.apache.org/jira/browse/CB-1879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
>Reporter: Simon MacDonald
>Assignee: Joe Bowser
>
> I created an application with the create.bat on windows and compiled it with 
> ADT and the latest SDK.
> It launches and displays the cordova display but it doesnt fire the 
> deviceready event as it keeps saying "connecting to device". The same applies 
> for the emulator. It works when I change the OS to 4.0 for the emulator 
> though.
> I think this is just an emulator problem but I'm waiting to hear back from 
> someone with a real device.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1668) Refactor project template scripts.

2012-11-20 Thread Anis Kadri (JIRA)

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

Anis Kadri commented on CB-1668:


build and run were added to iOS and android

On Android:

- _./cordova/build_ only builds the app. It does not install/launch
- _./cordova/run_ cleans, builds and launches the app on a device if it's 
attached. If no devices are attached it launches the emulator, and runs the app 
in it. If there are multiple devices/emulators running it gives the option to 
select which device or emulator to run the app on. If no choice is provided 
within 5 seconds it just launches on the first available device or emulator.
- _./cordova/BOOM_ was removed

on iOS:

- Just renamed _debug_ to _build_
- Left _emulate_ in there but added _run_ which is the same thing.

Remaining:

- Blackberry
- Package command
- Android Windows

> Refactor project template scripts.
> --
>
> Key: CB-1668
> URL: https://issues.apache.org/jira/browse/CB-1668
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Bada, BlackBerry, iOS, Tizen, webOS, Windows 8, 
> WP7
>Affects Versions: Master
>Reporter: Andrew Grieve
>Assignee: Anis Kadri
>Priority: Minor
> Fix For: 2.3.0
>
>
> Relevant mailing-list discussion:
> http://markmail.org/thread/znkkjmwgoc23lhhq
> The cordova/* scripts need some attention. Their names reflect what they do, 
> and they should be consistent across platforms.
> The main operations:
> - build (full or incremental) (other scripts depend on this)
> - run (on device / on emulator / in ripple)
> - package (for app-store purposes)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Updated iOS Getting Started Docs

2012-11-20 Thread Shazron
Thanks Becky! Looks great.

Some comments:

1. Requirements -- we are moving this to a separate section in the docs,
with the GS Guide referring to it. Your section here can be the basis for
that new section.
2. Download Cordova. All urls should point to http://docs.cordova.ioinstead of
http://docs.phonegap.com . When the time comes, that .io will re-direct to
an Apache server instead of Adobe's. I know you mention this, but I think
we should not mention PhoneGap in the Apache docs? Right now the downloads
are: http://incubator.apache.org/cordova/#download but once we get the TLP
server location up we would have an updated URL



On Tue, Nov 20, 2012 at 12:53 PM, Becky Gibson wrote:

> Hmm, attachment must have been stripped by mail system?  It's there in my
> sent folder.   Here is a Dropbox link:
> https://www.dropbox.com/s/du3cujg8l408ptq/GSCordova22iOSApache.pdf
>
> Becky
>
> Sent from my iPad
>
> On Nov 20, 2012, at 2:20 PM, Shazron  wrote:
>
> > Ditto - it's all open source, open discussion - feel free :) Thanks for
> > doing this, would like to read it once you post it.
> >
> >
> > On Tue, Nov 20, 2012 at 10:59 AM, Filip Maj  wrote:
> >
> >> I don't have a problem with posting to google group.
> >>
> >> Also, there is no attachment :)
> >>
> >> On 11/20/12 7:40 AM, "Becky Gibson"  wrote:
> >>
> >>>
> >>>
> >>>
> >>> I am taking a technical writing class and needed to produce a 5-10 page
> >>> technical document.  I elected to re-write the Getting Started for iOS
> >>> Guide (attached).  I wrote the document based on a new Mac and/or Xcode
> >>> user.  It may be more detailed than we want
> >>> to publish with Cordova.  I'd appreciate feedback on the document and
> >>> would like to post if publicly for feedback via the PhoneGap google
> group
> >>> if that does not pose any problems.
> >>>
> >>>
> >>> I searched through the Apple Trademark info
> >>> (http://www.apple.com/legal/trademark/guidelinesfor3rdparties.html)
> and
> >>> believe I have given proper attribution within the document.
> >>> However, the attribution varies when the document is distributed
> >>> outside of the US.  I used the United States references but I'm not
> sure
> >>> what the Apache policy is?
> >>>
> >>>
> >>> I also included a copyright notice at the end of the file with the
> Apache
> >>> license.  I did set it to copyright 2012 Becky Gibson but can remove my
> >>> name if that is a problem.
> >>>
> >>>
> >>> I'd appreciate any feedback on the document by November 28.  Also, is
> >>> something we would consider as part of the Cordova Docs?  If so, what
> >>> format or HTML template should I use (it would be tedious to convert
> this
> >>> to markdown but probably not impossible).
> >>>
> >>>
> >>> Please let me know about any concerns posting to the google group.
> >>>
> >>>
> >>> thanks,
> >>> -becky
> >>
> >>
>


[jira] [Created] (CB-1887) Remove Cordova.plist setting OpenAllWhitelistURLsInWebView in 2.3.0

2012-11-20 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1887:


 Summary: Remove Cordova.plist setting 
OpenAllWhitelistURLsInWebView in 2.3.0
 Key: CB-1887
 URL: https://issues.apache.org/jira/browse/CB-1887
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, iOS
Reporter: Shazron Abdullah
Assignee: Michael Brooks
 Fix For: 2.3.0


No need to deprecate since it is obsolete by the use of the InAppBrowser in 
2.3.0 (since this setting does nothing anymore)

Devs can either use:
  window.location = 'http://whitelistedurl.com';
Or:
  window.open('http://whitelistedurl.com', '_self');

1. Remove the setting in Cordova.plist for the default template
2. Update the 2.3.0 Upgrading Guide to remove the setting
3. Update the iOS Project Settings documentation


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Run iOS apps on a real device from the cl prompt

2012-11-20 Thread Filip Maj
Look at my fork of fruitstrap on github. I have a working version up there
and regularly check the network of forks to see if patches are landing in
the wild. If that dude would ever respond to use we would totally take
over maintenance..

On 11/20/12 2:57 PM, "Shazron"  wrote:

>The problem if we do it in our own code is we need to reverse engineer the
>private framework MobileDevice.framework which of course is not trivial.
>Most of the code out there is GPL'ed.
>
>
>On Tue, Nov 20, 2012 at 2:24 PM, Anis KADRI  wrote:
>
>> Cool thanks. I was hoping to be able to do it without using a third
>>party
>> tool. I guess my hopes are definitely ruined now :-(
>>
>>
>> On Tue, Nov 20, 2012 at 2:16 PM, Shazron Abdullah 
>> wrote:
>>
>> > Yes Fil is using it for CI.
>> > I've contacted ghughes multiple times to take over maintenance, he
>> > hasn't responded further.
>> >
>> > On 2012-11-20, at 2:15 PM, Anis KADRI  wrote:
>> >
>> > > is it possible without using this no longer maintained
>> > > fruitstrap
>> > > thingy?
>> > >
>> > > Thanks!
>> > >
>> > > -a
>> >
>>



[jira] [Commented] (CB-1506) Implement InAppBrowser feature

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-1506:
--

See updated wiki article for the updated spec as discussed in the mailing list.

> Implement InAppBrowser feature
> --
>
> Key: CB-1506
> URL: https://issues.apache.org/jira/browse/CB-1506
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android, iOS
>Affects Versions: Master
>Reporter: Shazron Abdullah
> Fix For: 2.3.0
>
>
> See: http://wiki.apache.org/cordova/InAppBrowser
> Tentatively set for 2.3.0 to get the ball rolling, and only for iOS and 
> Android. Not sure what other platforms this should apply to, if so, add a 
> sub-task.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-1509) Implement InAppBrowser feature

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-1509.
--

Resolution: Fixed

Fix commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/3e61b37c

> Implement InAppBrowser feature
> --
>
> Key: CB-1509
> URL: https://issues.apache.org/jira/browse/CB-1509
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.3.0
>
>
> Implement InAppBrowser feature
> See: http://wiki.apache.org/cordova/InAppBrowser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-1509) Implement InAppBrowser feature

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-1509:


Assignee: Shazron Abdullah  (was: Filip Maj)

> Implement InAppBrowser feature
> --
>
> Key: CB-1509
> URL: https://issues.apache.org/jira/browse/CB-1509
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.3.0
>
>
> Implement InAppBrowser feature
> See: http://wiki.apache.org/cordova/InAppBrowser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Run iOS apps on a real device from the cl prompt

2012-11-20 Thread Shazron
The problem if we do it in our own code is we need to reverse engineer the
private framework MobileDevice.framework which of course is not trivial.
Most of the code out there is GPL'ed.


On Tue, Nov 20, 2012 at 2:24 PM, Anis KADRI  wrote:

> Cool thanks. I was hoping to be able to do it without using a third party
> tool. I guess my hopes are definitely ruined now :-(
>
>
> On Tue, Nov 20, 2012 at 2:16 PM, Shazron Abdullah 
> wrote:
>
> > Yes Fil is using it for CI.
> > I've contacted ghughes multiple times to take over maintenance, he
> > hasn't responded further.
> >
> > On 2012-11-20, at 2:15 PM, Anis KADRI  wrote:
> >
> > > is it possible without using this no longer maintained
> > > fruitstrap
> > > thingy?
> > >
> > > Thanks!
> > >
> > > -a
> >
>


Re: Run iOS apps on a real device from the cl prompt

2012-11-20 Thread Tommy-Carlos Williams
It does work well. It makes a big difference not having to load up Xcode ;) 

I really hope we can get ahold of him about it.

On 21/11/2012, at 9:24 AM, Anis KADRI  wrote:

> Cool thanks. I was hoping to be able to do it without using a third party
> tool. I guess my hopes are definitely ruined now :-(
> 
> 
> On Tue, Nov 20, 2012 at 2:16 PM, Shazron Abdullah  wrote:
> 
>> Yes Fil is using it for CI.
>> I've contacted ghughes multiple times to take over maintenance, he
>> hasn't responded further.
>> 
>> On 2012-11-20, at 2:15 PM, Anis KADRI  wrote:
>> 
>>> is it possible without using this no longer maintained
>>> fruitstrap
>>> thingy?
>>> 
>>> Thanks!
>>> 
>>> -a
>> 



Re: Run iOS apps on a real device from the cl prompt

2012-11-20 Thread Anis KADRI
Cool thanks. I was hoping to be able to do it without using a third party
tool. I guess my hopes are definitely ruined now :-(


On Tue, Nov 20, 2012 at 2:16 PM, Shazron Abdullah  wrote:

> Yes Fil is using it for CI.
> I've contacted ghughes multiple times to take over maintenance, he
> hasn't responded further.
>
> On 2012-11-20, at 2:15 PM, Anis KADRI  wrote:
>
> > is it possible without using this no longer maintained
> > fruitstrap
> > thingy?
> >
> > Thanks!
> >
> > -a
>


Re: Run iOS apps on a real device from the cl prompt

2012-11-20 Thread Shazron Abdullah
Yes Fil is using it for CI.
I've contacted ghughes multiple times to take over maintenance, he
hasn't responded further.

On 2012-11-20, at 2:15 PM, Anis KADRI  wrote:

> is it possible without using this no longer maintained
> fruitstrap
> thingy?
>
> Thanks!
>
> -a


[jira] [Commented] (CB-1507) Implement InAppBrowser feature

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-1507:
--

Manual test code: https://gist.github.com/4121555

> Implement InAppBrowser feature 
> ---
>
> Key: CB-1507
> URL: https://issues.apache.org/jira/browse/CB-1507
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.3.0
>
>
> Implement InAppBrowser feature
> See: http://wiki.apache.org/cordova/InAppBrowser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1508) Implement InAppBrowser feature

2012-11-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-1508:
--

Simon - if it helps, here is manual code for testing the InAppBrowser: 
https://gist.github.com/4121555

> Implement InAppBrowser feature
> --
>
> Key: CB-1508
> URL: https://issues.apache.org/jira/browse/CB-1508
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Android
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
> Fix For: 2.3.0
>
>
> Implement InAppBrowser feature
> See: http://wiki.apache.org/cordova/InAppBrowser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1886) Gap between Photos picker header and the statusBar

2012-11-20 Thread Aurelien MERCIER (JIRA)

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

Aurelien MERCIER commented on CB-1886:
--

I applied the fix from CB-1465, it fixes my webview but not the PhotoPicker 
webview.

> Gap between Photos picker header and the statusBar
> --
>
> Key: CB-1886
> URL: https://issues.apache.org/jira/browse/CB-1886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.1.0
>Reporter: Aurelien MERCIER
>Assignee: Shazron Abdullah
>Priority: Minor
> Attachments: GapWithUIImagePicker.png
>
>
> look at the image attached, there is a white gap...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Updated iOS Getting Started Docs

2012-11-20 Thread Becky Gibson
Hmm, attachment must have been stripped by mail system?  It's there in my sent 
folder.   Here is a Dropbox link: 
https://www.dropbox.com/s/du3cujg8l408ptq/GSCordova22iOSApache.pdf

Becky

Sent from my iPad

On Nov 20, 2012, at 2:20 PM, Shazron  wrote:

> Ditto - it's all open source, open discussion - feel free :) Thanks for
> doing this, would like to read it once you post it.
> 
> 
> On Tue, Nov 20, 2012 at 10:59 AM, Filip Maj  wrote:
> 
>> I don't have a problem with posting to google group.
>> 
>> Also, there is no attachment :)
>> 
>> On 11/20/12 7:40 AM, "Becky Gibson"  wrote:
>> 
>>> 
>>> 
>>> 
>>> I am taking a technical writing class and needed to produce a 5-10 page
>>> technical document.  I elected to re-write the Getting Started for iOS
>>> Guide (attached).  I wrote the document based on a new Mac and/or Xcode
>>> user.  It may be more detailed than we want
>>> to publish with Cordova.  I'd appreciate feedback on the document and
>>> would like to post if publicly for feedback via the PhoneGap google group
>>> if that does not pose any problems.
>>> 
>>> 
>>> I searched through the Apple Trademark info
>>> (http://www.apple.com/legal/trademark/guidelinesfor3rdparties.html) and
>>> believe I have given proper attribution within the document.
>>> However, the attribution varies when the document is distributed
>>> outside of the US.  I used the United States references but I'm not sure
>>> what the Apache policy is?
>>> 
>>> 
>>> I also included a copyright notice at the end of the file with the Apache
>>> license.  I did set it to copyright 2012 Becky Gibson but can remove my
>>> name if that is a problem.
>>> 
>>> 
>>> I'd appreciate any feedback on the document by November 28.  Also, is
>>> something we would consider as part of the Cordova Docs?  If so, what
>>> format or HTML template should I use (it would be tedious to convert this
>>> to markdown but probably not impossible).
>>> 
>>> 
>>> Please let me know about any concerns posting to the google group.
>>> 
>>> 
>>> thanks,
>>> -becky
>> 
>> 


[jira] [Updated] (CB-1886) Gap between Photos picker header and the statusBar

2012-11-20 Thread Aurelien MERCIER (JIRA)

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

Aurelien MERCIER updated CB-1886:
-

Description: look at the image attached, there is a white gap...  (was: 
look at the image attached.)

> Gap between Photos picker header and the statusBar
> --
>
> Key: CB-1886
> URL: https://issues.apache.org/jira/browse/CB-1886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.1.0
>Reporter: Aurelien MERCIER
>Assignee: Shazron Abdullah
>Priority: Minor
> Attachments: GapWithUIImagePicker.png
>
>
> look at the image attached, there is a white gap...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CB-1886) Gap between Photos picker header and the statusBar

2012-11-20 Thread Aurelien MERCIER (JIRA)

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

Aurelien MERCIER updated CB-1886:
-

Attachment: GapWithUIImagePicker.png

> Gap between Photos picker header and the statusBar
> --
>
> Key: CB-1886
> URL: https://issues.apache.org/jira/browse/CB-1886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.1.0
>Reporter: Aurelien MERCIER
>Assignee: Shazron Abdullah
>Priority: Minor
> Attachments: GapWithUIImagePicker.png
>
>
> look at the image attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-1886) Gap between Photos picker header and the statusBar

2012-11-20 Thread Aurelien MERCIER (JIRA)
Aurelien MERCIER created CB-1886:


 Summary: Gap between Photos picker header and the statusBar
 Key: CB-1886
 URL: https://issues.apache.org/jira/browse/CB-1886
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.1.0
Reporter: Aurelien MERCIER
Assignee: Shazron Abdullah
Priority: Minor


look at the image attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Updated iOS Getting Started Docs

2012-11-20 Thread Shazron
Ditto - it's all open source, open discussion - feel free :) Thanks for
doing this, would like to read it once you post it.


On Tue, Nov 20, 2012 at 10:59 AM, Filip Maj  wrote:

> I don't have a problem with posting to google group.
>
> Also, there is no attachment :)
>
> On 11/20/12 7:40 AM, "Becky Gibson"  wrote:
>
> >
> >
> >
> >I am taking a technical writing class and needed to produce a 5-10 page
> >technical document.  I elected to re-write the Getting Started for iOS
> >Guide (attached).  I wrote the document based on a new Mac and/or Xcode
> >user.  It may be more detailed than we want
> > to publish with Cordova.  I'd appreciate feedback on the document and
> >would like to post if publicly for feedback via the PhoneGap google group
> >if that does not pose any problems.
> >
> >
> >I searched through the Apple Trademark info
> >(http://www.apple.com/legal/trademark/guidelinesfor3rdparties.html) and
> >believe I have given proper attribution within the document.
> >  However, the attribution varies when the document is distributed
> >outside of the US.  I used the United States references but I'm not sure
> >what the Apache policy is?
> >
> >
> >I also included a copyright notice at the end of the file with the Apache
> >license.  I did set it to copyright 2012 Becky Gibson but can remove my
> >name if that is a problem.
> >
> >
> >I'd appreciate any feedback on the document by November 28.  Also, is
> >something we would consider as part of the Cordova Docs?  If so, what
> >format or HTML template should I use (it would be tedious to convert this
> >to markdown but probably not impossible).
> >
> >
> >Please let me know about any concerns posting to the google group.
> >
> >
> >thanks,
> >-becky
>
>


Re: tag 2.3.0rc1 this week?

2012-11-20 Thread Steven Gill
+1

On Tue, Nov 20, 2012 at 11:06 AM, Filip Maj  wrote:

> Bump. Lets get this show on the road.
>
> On 11/18/12 5:04 PM, "Brian LeRoux"  wrote:
>
> >seems like we just cut a release and typically we hop off the release
> >train
> >in december so I don't think there is a rush but thought its a good time
> >to
> >bring up
> >
> >also, wth, can you believe its almost december?!
>
>


Re: tag 2.3.0rc1 this week?

2012-11-20 Thread Filip Maj
Bump. Lets get this show on the road.

On 11/18/12 5:04 PM, "Brian LeRoux"  wrote:

>seems like we just cut a release and typically we hop off the release
>train
>in december so I don't think there is a rush but thought its a good time
>to
>bring up
>
>also, wth, can you believe its almost december?!



Re: Updated iOS Getting Started Docs

2012-11-20 Thread Filip Maj
I don't have a problem with posting to google group.

Also, there is no attachment :)

On 11/20/12 7:40 AM, "Becky Gibson"  wrote:

>
>
>
>I am taking a technical writing class and needed to produce a 5-10 page
>technical document.  I elected to re-write the Getting Started for iOS
>Guide (attached).  I wrote the document based on a new Mac and/or Xcode
>user.  It may be more detailed than we want
> to publish with Cordova.  I'd appreciate feedback on the document and
>would like to post if publicly for feedback via the PhoneGap google group
>if that does not pose any problems.
>
>
>I searched through the Apple Trademark info
>(http://www.apple.com/legal/trademark/guidelinesfor3rdparties.html) and
>believe I have given proper attribution within the document.
>  However, the attribution varies when the document is distributed
>outside of the US.  I used the United States references but I'm not sure
>what the Apache policy is?
>
>
>I also included a copyright notice at the end of the file with the Apache
>license.  I did set it to copyright 2012 Becky Gibson but can remove my
>name if that is a problem.
>
>
>I'd appreciate any feedback on the document by November 28.  Also, is
>something we would consider as part of the Cordova Docs?  If so, what
>format or HTML template should I use (it would be tedious to convert this
>to markdown but probably not impossible).
>
>
>Please let me know about any concerns posting to the google group.
>
>
>thanks,
>-becky



Re: weinre support for windows phone available

2012-11-20 Thread Dave Johnson
Nice one Sergey!

On Mon, Nov 19, 2012 at 11:54 PM, Giorgio Natili  wrote:
> Great!
>
> On 11/20/12 4:41 AM, "Brian LeRoux"  wrote:
>
>>http://people.apache.org/~pmuellr/weinre/
>
>


[jira] [Resolved] (CB-1846) Offline event doesn't work

2012-11-20 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-1846.


Resolution: Not A Problem

The purpose of this issue tracker is to track issues with Cordova, it is not to 
issue free technical support.  Three developers have looked into this issue, 
tested with the same devices as you and have determined that the issue is with 
your app. 

If you need assistance with your application, please use the PhoneGap Google 
Group (https://groups.google.com/forum/?fromgroups=#!forum/phonegap) or on 
Stack Overflow.  Please do not re-open this bug, as it is distracting and you 
most likely will not get help with your application if you keep doing this.

> Offline event doesn't work
> --
>
> Key: CB-1846
> URL: https://issues.apache.org/jira/browse/CB-1846
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
> Environment: Samsung Galaxy S2 and Google Nexus 7
>Reporter: Remzi Cavdar
>Assignee: Joe Bowser
> Fix For: 2.2.0
>
> Attachments: Menofood-2.zip
>
>
> The offline event doesn't work and I had said this before release, but you 
> guys wanted to release PhoneGap 2.2.0 
> This is my code:
> document.addEventListener("deviceready", onDeviceReady, false);
> function onDeviceReady() {
>   document.addEventListener("offline", function() {
>   alert("Er is geen internet verbinding!\nSchakel Wifi of 3G in");
>   }, false);
> }
> /* English: alert("No internet connection!\nPlease turn on Wifi or 3G");  */

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Updated iOS Getting Started Docs

2012-11-20 Thread Becky Gibson
I am taking a technical writing class and needed to produce a 5-10 page
technical document.  I elected to re-write the Getting Started for iOS
Guide (attached).  I wrote the document based on a new Mac and/or Xcode
user.  It may be more detailed than we want to publish with Cordova.  I'd
appreciate feedback on the document and would like to post if publicly for
feedback via the PhoneGap google group if that does not pose any problems.

I searched through the Apple Trademark info (
http://www.apple.com/legal/trademark/guidelinesfor3rdparties.html) and
believe I have given proper attribution within the document.  However, the
attribution varies when the document is distributed outside of the US.  I
used the United States references but I'm not sure what the Apache policy
is?

I also included a copyright notice at the end of the file with the Apache
license.  I did set it to copyright 2012 Becky Gibson but can remove my
name if that is a problem.

I'd appreciate any feedback on the document by November 28.  Also, is
something we would consider as part of the Cordova Docs?  If so, what
format or HTML template should I use (it would be tedious to convert this
to markdown but probably not impossible).

Please let me know about any concerns posting to the google group.

thanks,
-becky


[jira] [Updated] (CB-1846) Offline event doesn't work

2012-11-20 Thread Remzi Cavdar (JIRA)

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

Remzi Cavdar updated CB-1846:
-

Attachment: Menofood-2.zip

Can someone look at my code?

The app was working fine on 2.1.0, but now only the offline event doesn't work.

> Offline event doesn't work
> --
>
> Key: CB-1846
> URL: https://issues.apache.org/jira/browse/CB-1846
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
> Environment: Samsung Galaxy S2 and Google Nexus 7
>Reporter: Remzi Cavdar
>Assignee: Joe Bowser
> Fix For: 2.2.0
>
> Attachments: Menofood-2.zip
>
>
> The offline event doesn't work and I had said this before release, but you 
> guys wanted to release PhoneGap 2.2.0 
> This is my code:
> document.addEventListener("deviceready", onDeviceReady, false);
> function onDeviceReady() {
>   document.addEventListener("offline", function() {
>   alert("Er is geen internet verbinding!\nSchakel Wifi of 3G in");
>   }, false);
> }
> /* English: alert("No internet connection!\nPlease turn on Wifi or 3G");  */

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CB-1846) Offline event doesn't work

2012-11-20 Thread Remzi Cavdar (JIRA)

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

Remzi Cavdar updated CB-1846:
-

Attachment: (was: Menofood BETA.zip)

> Offline event doesn't work
> --
>
> Key: CB-1846
> URL: https://issues.apache.org/jira/browse/CB-1846
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
> Environment: Samsung Galaxy S2 and Google Nexus 7
>Reporter: Remzi Cavdar
>Assignee: Joe Bowser
> Fix For: 2.2.0
>
> Attachments: Menofood-2.zip
>
>
> The offline event doesn't work and I had said this before release, but you 
> guys wanted to release PhoneGap 2.2.0 
> This is my code:
> document.addEventListener("deviceready", onDeviceReady, false);
> function onDeviceReady() {
>   document.addEventListener("offline", function() {
>   alert("Er is geen internet verbinding!\nSchakel Wifi of 3G in");
>   }, false);
> }
> /* English: alert("No internet connection!\nPlease turn on Wifi or 3G");  */

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (CB-1846) Offline event doesn't work

2012-11-20 Thread Remzi Cavdar (JIRA)

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

Remzi Cavdar reopened CB-1846:
--


Sorry I did exactly what you said, but again it doesn't work.

> Offline event doesn't work
> --
>
> Key: CB-1846
> URL: https://issues.apache.org/jira/browse/CB-1846
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.2.0
> Environment: Samsung Galaxy S2 and Google Nexus 7
>Reporter: Remzi Cavdar
>Assignee: Joe Bowser
> Fix For: 2.2.0
>
> Attachments: Menofood BETA.zip
>
>
> The offline event doesn't work and I had said this before release, but you 
> guys wanted to release PhoneGap 2.2.0 
> This is my code:
> document.addEventListener("deviceready", onDeviceReady, false);
> function onDeviceReady() {
>   document.addEventListener("offline", function() {
>   alert("Er is geen internet verbinding!\nSchakel Wifi of 3G in");
>   }, false);
> }
> /* English: alert("No internet connection!\nPlease turn on Wifi or 3G");  */

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira