WangLe created CB-1932:
--
Summary: IOS version:Crash when BackupWebStorage key of
Cordova.plist was set to Boolean type run on ios5.1+ devices
Key: CB-1932
URL: https://issues.apache.org/jira/browse/CB-1932
Proje
Ingo Bürk created CB-1933:
-
Summary: Using comma in button labels
Key: CB-1933
URL: https://issues.apache.org/jira/browse/CB-1933
Project: Apache Cordova
Issue Type: Improvement
Components:
[
https://issues.apache.org/jira/browse/CB-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ingo Bürk updated CB-1933:
--
Description:
It's currently not possible to use comma in button labels when creating confirm
dialogs. This would
Hi,
For debugging, I want to write a log to console of XCode.
For instance, I have an iphone that is connected to the XCode as a
developing environment.
At my index.js file I write a console.log("something");
However, I cannot see the string "something" at the console output, after I
run the cod
console.log will do the trick but ensure you've included cordova.js file
and have your console.log calls occur after the deviceready event fires.
(Have a look at the default generated project src from running ./bin/create
and you'll see a console.log example in js/index.js at the bottom.)
I'm cert
Thanks Brian.
On Fri, Nov 23, 2012 at 11:40 AM, Brian LeRoux wrote:
> console.log will do the trick but ensure you've included cordova.js file
> and have your console.log calls occur after the deviceready event fires.
> (Have a look at the default generated project src from running ./bin/create
[
https://issues.apache.org/jira/browse/CB-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503138#comment-13503138
]
Fabrizio Bottino commented on CB-1263:
--
Any news on this?
> Android Spl
Hi,
On Thu, Nov 22, 2012 at 8:33 PM, Simon MacDonald
wrote:
> Do we need to fix the mirrors at:
>
> https://github.com/apache
I updated the mirrors at git.apache.org, and Github should pick up the
changes shortly.
> Can we make sure pull requests to the new repo's on GitHub end up in our
> mail
I appreciate that there is more to look at, I guess I would have just
preferred to see it in a feature branch.
I like it for the most part, the only issue I have is with this:
var argscheck = require('cordova/argscheck');
argscheck.checkArgs('fF', 'Device.getInfo', arguments);
I find this to be
[
https://issues.apache.org/jira/browse/CB-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Metis Lab updated CB-1928:
--
Description: A search field to find a DOM element would be really useful!
Now the DOM exploration is manual and ve
Eh Simon, was just trying to kick the tires using the wiki test page [1]
but always only loads in the webview for me atm. I'm certain I missed
something simple---all I did was create a default project---anything
immediately occur that I might be missing?
[1] http://wiki.apache.org/cordova/InAppBro
I bet it is because I did not pull the JS change into the Android repo. My
dev env does that for me. I fix that in a couple of hours.
Simon
On Friday, November 23, 2012, Brian LeRoux wrote:
> Eh Simon, was just trying to kick the tires using the wiki test page [1]
> but always only loads in the
doh, should've noticed that in the commit---thx man
On Fri, Nov 23, 2012 at 12:38 PM, Simon MacDonald wrote:
> I bet it is because I did not pull the JS change into the Android repo. My
> dev env does that for me. I fix that in a couple of hours.
>
> Simon
>
> On Friday, November 23, 2012, Bria
We need a MAX-signal. It'd be like the bat signal but with cats.
On Fri, Nov 23, 2012 at 12:43 AM, Tommy-Carlos Williams
wrote:
> At some point Gather used ChildBrowser for Oauth, but I think they might
> not be anymore. Max left the list shortly after joining, so I could try and
> ping him on I
>:[
On Wed, Nov 21, 2012 at 7:47 PM, Simon MacDonald
wrote:
> I'll go out on a limb and give a Mark Messier level guarantee that the
> InAppBrowser for Android will before Monday. Hopefully that reference isn't
> too painful for any fans of the NJ Devils or whoever the Rangers went on to
> beat
this is awesome becky --- markdown conversion shouldn't be too terrible
(but there'll be lots of imgs I guess)
On Wed, Nov 21, 2012 at 3:46 PM, Becky Gibson wrote:
> Thanks, Shaz! I've updated and posted here:
> https://dl.dropbox.com/u/21698358/GSCordova22iOS.pdf
>
> -becky
>
>
> On Tue, Nov 2
Updated the JS in the Android repo with the lastest from the JS repo.
InAppBrowser should just work with any project that is started with the
"create" command.
Simon Mac Donald
http://hi.im/simonmacdonald
On Fri, Nov 23, 2012 at 7:48 AM, Brian LeRoux wrote:
> doh, should've noticed that in the
The Cat-Signal that the Internet Defence League would be purr-fect.
http://internetdefenseleague.org/
Simon Mac Donald
http://hi.im/simonmacdonald
On Fri, Nov 23, 2012 at 7:53 AM, Brian LeRoux wrote:
> We need a MAX-signal. It'd be like the bat signal but with cats.
>
>
> On Fri, Nov 23, 2012
[
https://issues.apache.org/jira/browse/CB-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503217#comment-13503217
]
Patrick Mueller commented on CB-1928:
-
Something similar was requested previously, and I
So, we have a build step no matter what. Currently we concat the whole go.
When we have the many plugins world doing a fat concat is dangerous
business for issue tracking. My cordova.js very likely won't be the same as
yours. Moving this into a second file has the same problem.
Script loaders are
I'm happy adding multiple script tags. We could require plugins to be
wrapped up for AMD, instead, and just include them in the index page.
I don't think a single file makes the reproducibility any worse: you still
need to have the exact set and versions of plugins that anyone else has.
And it's
just considering this, I suppose we could say that cordova.js is a build
artifact, and the manifest is the 'truth' of the install (from the issue
tracking perspective)
On Fri, Nov 23, 2012 at 3:09 PM, Braden Shepherdson wrote:
> I'm happy adding multiple script tags. We could require plugins to
[
https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503222#comment-13503222
]
Andrew Grieve commented on CB-1695:
---
Added a check that /!gap_exec comes from a webview:
ht
I have always had a vision that the build step for cordova.js would make it
into the app build step.
Currently the packager has most of the functionality to bundle in plugins /
platform specific code / core modules.
With a little bit of work it could be made to be driven off of the plugin's
folde
So I found out it doesn't suck as bad as we all thought ;)
From:
https://developer.blackberry.com/html5/documentation/runnning_unsigned_apps_using_a_debug_token_1866987_11.html
It looks like all we need to do is provide the path to the debug token in
the bbwp.properties file.
I tested this on my
[
https://issues.apache.org/jira/browse/CB-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon MacDonald resolved CB-1883.
-
Resolution: Fixed
Fix Version/s: 2.3.0
> Should we document the trustAllHosts parameter f
Ok,
debug token support added to playbook:
https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=commitdiff;h=ef16d935bf08e0baaa8c1d875edd5af76c856f1f
Let us never speak of this again.
This should make the CI stuff for Fil suck a whole lot less.
On Fri, Nov 23, 2012 at 10:43 AM, G
We should also fix the links on cordova.io.
They are currently broken.
On Fri, Nov 23, 2012 at 5:52 AM, Jukka Zitting wrote:
> Hi,
>
> On Thu, Nov 22, 2012 at 8:33 PM, Simon MacDonald
> wrote:
> > Do we need to fix the mirrors at:
> >
> > https://github.com/apache
>
> I updated the mirrors at
fixed, will take a bit to regen
On Fri, Nov 23, 2012 at 4:40 PM, Gord Tanner wrote:
> We should also fix the links on cordova.io.
>
> They are currently broken.
>
>
> On Fri, Nov 23, 2012 at 5:52 AM, Jukka Zitting >wrote:
>
> > Hi,
> >
> > On Thu, Nov 22, 2012 at 8:33 PM, Simon MacDonald
> >
I tried the path thing initially but it didn't work..
On 11/23/12 8:35 AM, "Gord Tanner" wrote:
>Ok,
>
>debug token support added to playbook:
>https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=commitd
>iff;h=ef16d935bf08e0baaa8c1d875edd5af76c856f1f
>
>Let us never speak of this
seems to work for me (just double checked to make sure my
blackberry-tablet.xml wasn't updated)
On Fri, Nov 23, 2012 at 12:03 PM, Filip Maj wrote:
> I tried the path thing initially but it didn't work..
>
> On 11/23/12 8:35 AM, "Gord Tanner" wrote:
>
> >Ok,
> >
> >debug token support added to
Something else along these lines we should consider - is providing a
grunt.js file in the default template when you run cordova create. It could
have a watch task that copies files from the root www/ into platform www/
directories whenever a file changes.
On Fri, Nov 23, 2012 at 10:29 AM, Gord Ta
[
https://issues.apache.org/jira/browse/CB-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-1932.
---
Resolution: Duplicate
I think this was previously reported and fixed in:
https://issues.apache.org/jira
I don't see what the problem is with having all plugins concatenated in one
file. I'd even go further and say that we should just concatenate all of it
in cordova.js (that is what is happening right now with core plugins).
We would not be disallowing people from having multiple script tags if they
That's pretty cool!
On Thu, Nov 22, 2012 at 2:33 AM, Brian LeRoux wrote:
> this is killer! nice work guys
>
> On Thu, Nov 22, 2012 at 4:00 AM, Andrew Grieve
> wrote:
>
> > https://github.com/MobileChromeApps/chrome-cordova
>
[
https://issues.apache.org/jira/browse/CB-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anis Kadri resolved CB-1668.
Resolution: Fixed
> Refactor project template scripts.
> --
>
>
[
https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503297#comment-13503297
]
Braden Shepherdson commented on CB-1893:
This is done for the main iOS repo, but cord
[
https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503298#comment-13503298
]
Anis Kadri commented on CB-1893:
I just created an issue for both.
> Convert
38 matches
Mail list logo