Dmitry Suchkov created CB-878:
-
Summary: Splash screen in Android fullscreen mode showing not
correct
Key: CB-878
URL: https://issues.apache.org/jira/browse/CB-878
Project: Apache Cordova
Issue
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290727#comment-13290727
]
Jason Shah commented on CB-874:
---
Shazron, thanks for your input.
I am pretty sure I can rule out
[
https://issues.apache.org/jira/browse/CB-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-506.
-
Resolution: Fixed
iOS commit -
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/d
That's one idea that doesn't require changing formats, great :)
On Wed, Jun 6, 2012 at 3:57 PM, Patrick Mueller wrote:
> Do other platforms have similar issues?
>
> One thought - since our plugin list in the plist is already "name based",
> just augment the name. Change the "class" name of "CDVL
[
https://issues.apache.org/jira/browse/CB-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-506:
Component/s: Docs
CordovaJS
> images taken via Camera.getPicture do not get delete
Do other platforms have similar issues?
One thought - since our plugin list in the plist is already "name based",
just augment the name. Change the "class" name of "CDVLocalStorage" to
"CDVLocalStorage+LoadAtStart" or something.
On Wed, Jun 6, 2012 at 5:01 PM, Shazron wrote:
> How are plugins
[
https://issues.apache.org/jira/browse/CB-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290552#comment-13290552
]
Shazron Abdullah commented on CB-506:
-
Thread here: http://apache.markmail.org/thread/eyqw
[
https://issues.apache.org/jira/browse/CB-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-857.
-
Resolution: Fixed
Fix commit -
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/5
[
https://issues.apache.org/jira/browse/CB-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-857:
Summary: Add deprecation notice if user is running iOS lesser than 4.2
(was: Add deprecation notice if
[
https://issues.apache.org/jira/browse/CB-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anis Kadri resolved CB-875.
---
Resolution: Fixed
override
> Refactor accelerometer native code in Bada
> --
[
https://issues.apache.org/jira/browse/CB-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290521#comment-13290521
]
Michael Brooks commented on CB-876:
---
Yep, that's one of the requirements. I'll throw togethe
[
https://issues.apache.org/jira/browse/CB-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-877:
Fix Version/s: 1.9.0
> Opening a .doc file under iOS causes the file system API to break (and any
James Rose created CB-877:
-
Summary: Opening a .doc file under iOS causes the file system API
to break (and any other plugins that may use NSMutableArray pop)
Key: CB-877
URL: https://issues.apache.org/jira/browse/CB-877
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290500#comment-13290500
]
Shazron Abdullah commented on CB-874:
-
Also, check that the cookies are set with an expira
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290492#comment-13290492
]
Shazron Abdullah commented on CB-874:
-
Does this give you a clue?:
http://stackoverflow.c
I'd like to finish off windows scripts before merging. Will be done this
week!
On Wed, Jun 6, 2012 at 3:01 PM, Brian LeRoux wrote:
> <3
>
> also get Anis to send a pull req for the new create script love.
> sooner that stuff is in the better.
>
> On Wed, Jun 6, 2012 at 2:52 PM, Joe Bowser wrote
<3
also get Anis to send a pull req for the new create script love.
sooner that stuff is in the better.
On Wed, Jun 6, 2012 at 2:52 PM, Joe Bowser wrote:
> Hey
>
> So far 1.8.0 has been out for a day, and nothing has imploded yet. So, I'm
> going to do the rebase and get CordovaWebView merged w
[
https://issues.apache.org/jira/browse/CB-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290469#comment-13290469
]
Anis Kadri commented on CB-876:
---
If I may comment it would be great to generate the latest versi
Michael Brooks created CB-876:
-
Summary: Rewrite Docs Generator
Key: CB-876
URL: https://issues.apache.org/jira/browse/CB-876
Project: Apache Cordova
Issue Type: Improvement
Components:
Hey
So far 1.8.0 has been out for a day, and nothing has imploded yet. So, I'm
going to do the rebase and get CordovaWebView merged with master and push
the new code up to the repository tomorrow. It appears to be merging
cleanly (even with the last minute DEATH TO TABS commit), so we should be
D'oh - Cordova.plist is a Dictionary already. So scratch that first
alternative, the second alternative should be considered.
On Wed, Jun 6, 2012 at 2:01 PM, Shazron wrote:
> How are plugins loaded in the other platforms?
>
> Right now in iOS, a plugin is lazily loaded, that is - it is loaded
> o
How are plugins loaded in the other platforms?
Right now in iOS, a plugin is lazily loaded, that is - it is loaded
only on first time use. There is a case for loading plugins at startup
- like my iOS 5.1 local storage fix (CDVLocalStorage). Right now that
plugin is hard-coded to load at startup, b
[
https://issues.apache.org/jira/browse/CB-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Gill resolved CB-781.
---
Resolution: Fixed
Apache header has been added to coho. Not sure what other files it needs to be
added to.
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290337#comment-13290337
]
Jason Shah commented on CB-874:
---
Thanks for the response. I am using Ruby on Rails 3.2 with WEB
Good catch. I will push up some changes for those repos now.
-Steve
On Wed, Jun 6, 2012 at 11:49 AM, Bryce Curtis wrote:
> I was sniffing around the files and noticed that some of the NOTICE
> files still refer to Apache Callback.
>
> On Wed, Jun 6, 2012 at 12:58 PM, Steven Gill
> wrote:
> > He
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290332#comment-13290332
]
Shazron Abdullah commented on CB-874:
-
In Step 5, you kill the app, then relaunch, but cal
I was sniffing around the files and noticed that some of the NOTICE
files still refer to Apache Callback.
On Wed, Jun 6, 2012 at 12:58 PM, Steven Gill wrote:
> Hey Jukka,
>
> Here is the link to Apache Cordova 1.8.0 http://people.apache.org/~steven/
>
> Please take a look at let us know if it is
[
https://issues.apache.org/jira/browse/CB-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-874:
Description:
1. Launch the app
2. Login. This saves information in the Webkit's session (I believe)
3.
Hey Jukka,
Here is the link to Apache Cordova 1.8.0 http://people.apache.org/~steven/
Please take a look at let us know if it is ready to be deemed an official
apache release.
Cheers,
-Steve
Anis Kadri created CB-875:
-
Summary: Refactor accelerometer native code in Bada
Key: CB-875
URL: https://issues.apache.org/jira/browse/CB-875
Project: Apache Cordova
Issue Type: Sub-task
Co
[
https://issues.apache.org/jira/browse/CB-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290301#comment-13290301
]
Anis Kadri commented on CB-462:
---
Bada Acceleration is now broken because of this change. I had t
Our packager will include any, but only those API packages called out in
config.xml. Further, the webworks.js framework will validate that the current
domain actually has access to a given API based on our whitelisting rules (also
in config.xml), and prevent access with an error if denied.
--
Totally different idea. Why don't we keep driving towards the
pluginificiation of everything. Then users would select the plugins they
want to use for their app and the cordova.js file would be unique for each
users application.
Simon Mac Donald
http://hi.im/simonmacdonald
On Tue, Jun 5, 2012 at
I missed the 1.8.0 tag but that okay. I've pushed the change up to master
now. Hopefully no more "tabs" will make it into the Android repo.
Simon Mac Donald
http://hi.im/simonmacdonald
On Tue, Jun 5, 2012 at 10:41 AM, Joe Bowser wrote:
> I'm cool with it getting in before 1.8.
>
> On Tue, Jun
[
https://issues.apache.org/jira/browse/CB-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290169#comment-13290169
]
Avidan Chen commented on CB-49:
---
Thank you for taking the time to reply. After further studying t
[
https://issues.apache.org/jira/browse/CB-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sijmen Mulder updated CB-863:
-
Attachment: CB-863 v2.patch
> Splash screen on iOS not using localized UILaunchImageFile value
>
[
https://issues.apache.org/jira/browse/CB-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290158#comment-13290158
]
Sijmen Mulder commented on CB-863:
--
Turns out that {{localizedInfoDictionary}} returns only l
So with BlackBerry 10 I would assume the webworks.js is dynamically
built by the packager based on the extensions specified in config.xml
right?
I would think this is what we would eventually do in Cordova. It seems
to me our build tools for the various platforms should just be
configured to point
You can probably lump BlackBerry 10 into the JavaScript based platform. ;)
We have a similar concept now with a webworks.js file that orchestrates the API
loading etc.
--
Ken Wallis
Product Manager – BlackBerry WebWorks
Research In Motion
(905) 629-4746 x14369
___
Jason Shah created CB-874:
-
Summary: AJAX session launch when iOS app killed/restarted
Key: CB-874
URL: https://issues.apache.org/jira/browse/CB-874
Project: Apache Cordova
Issue Type: Bug
40 matches
Mail list logo