Github user rohitagg28 commented on the pull request:
https://github.com/apache/cordova-lib/pull/30#issuecomment-46936636
I have remove this line
from config.xml file and added these to it.
Github user vladimir-kotikov closed the pull request at:
https://github.com/apache/cordova-windows/pull/32
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if t
Yep, sounds good. My interest for it dropped once iOS7 made
"keyboard-shrinks-view" the default (much better for apps).
On Mon, Jun 23, 2014 at 5:31 PM, Shazron wrote:
> This plugin has been moved to the org.apache.cordova.labs namespace so
> it doesn't affect our plugin releases.
>
> I feel th
Please review and vote on this Tools Release.
Release issue: https://issues.apache.org/jira/browse/CB-7002
Both tools have been published to dist/dev:
https://dist.apache.org/repos/dist/dev/cordova/CB-7002/
The packages were published from their corresponding git tags:
cordova-plugman: 0.22.4-rc
Do it!
On Jun 23, 2014 4:27 PM, "Ian Clelland" wrote:
> A number of people have encountered a major crashing bug in the network
> information plugin (apps crash unconditionally on startup if there is no
> network available)
>
> I committed a fix for it a couple of weeks ago, but I think we need t
A number of people have encountered a major crashing bug in the network
information plugin (apps crash unconditionally on startup if there is no
network available)
I committed a fix for it a couple of weeks ago, but I think we need to get
this into the registry, so I'd like to vote on it and get i
I've been working on fixing those the file API tests, I have filled several
bugs at JIRA, about some issues with the native side as well. At the end I
have just 14 tests failing (fixing the issues just 5). I'll deliver the
fixes for mobilespec at night.
Totally agree, some changes for other platfo
Thanks Ian, that's precisely the info I was looking for.
I'll keep track of my questions along the way, but you've given me enough
to move forward.
I'll update the doc right now with your added info on specs.
btw, the 'less important platforms' was meant as a troll. If anyone here
needs a window
On Mon, Jun 23, 2014 at 5:06 PM, Jesse wrote:
> I am working through numerous failing tests in the file plugin, but the
> documentation is non-existent.
>
> Is there some reference to this somewhere? Pointing to ever-changing
> defunct specs
I'm pretty sure that those are almost mutually exclus
Jesse: http://www.w3.org/TR/FileAPI/
On Mon, Jun 23, 2014 at 2:06 PM, Jesse wrote:
> I am working through numerous failing tests in the file plugin, but the
> documentation is non-existent.
>
> Is there some reference to this somewhere? Pointing to ever-changing
> defunct specs that aren't even f
GitHub user eweit opened a pull request:
https://github.com/apache/cordova-plugin-globalization/pull/13
Cb 4602
BCP-47 compliance for getLocaleName, getPreferredLanguage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eweit/cordo
This plugin has been moved to the org.apache.cordova.labs namespace so
it doesn't affect our plugin releases.
I feel that this plugin is better off in the hands of 3rd party devs
like ionic: https://github.com/driftyco/ionic-plugins-keyboard
I personally am not going to be maintaining it anymore
ah the deadly peril of living on the edge of moving specs. to make things
even more fun Mozilla just made everything promises.
On Mon, Jun 23, 2014 at 2:08 PM, Ray Camden wrote:
> As just an FYI - I swear 99% of the questions I get on my blog about
> Cordova/PG involve the File stuff.
> ___
As just an FYI - I swear 99% of the questions I get on my blog about Cordova/PG
involve the File stuff.
From: Jesse
Sent: Monday, June 23, 2014 4:06 PM
To: dev@cordova.apache.org
Subject: File API as implemented by cordova-plugins-file
I am working throu
I am working through numerous failing tests in the file plugin, but the
documentation is non-existent.
Is there some reference to this somewhere? Pointing to ever-changing
defunct specs that aren't even followed makes this impossible to resolve
without going and reading the code from other platfor
As a note - pickContact functionality exists in repo/master only and has not
been released to plugins registry yet.
Thx!
Sergey
-Original Message-
From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve
Sent: Monday, June 23, 2014 9:42 PM
To: dev
Subject: Re: Cont
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html
Has the list, I'll file / update a bug later this week. It's a painful read,
since you want both the keywords and at least the three named literals,
possibly more. I'm not a Java expert and had hoped someone else would do th
that might be a message for infra…guessing you didn't send that last msg
On Mon, Jun 23, 2014 at 11:59 AM, Josh Soref wrote:
> Can someone please fix this mailing list to stop lying about senders and
> poisoning address books?
>
> Thanks
>
> Sent from my BlackBerry 10 smartphone on the Bell ne
Josh, that sounds like something you'd want to raise an INFRA ticket for;
although you'll probably want to be a bit more specific about what you
think is broken, and how it should be fixed.
Ian
On Mon, Jun 23, 2014 at 2:59 PM, Josh Soref wrote:
> Can someone please fix this mailing list to st
I recommend opening an infra ticket, because I probably can't explain
this as well as you can. (No, seriously, my ticket would be vague.)
On Mon, Jun 23, 2014 at 11:59 AM, Josh Soref wrote:
> Can someone please fix this mailing list to stop lying about senders and
> poisoning address books?
>
Create a ticket for default keywords, so that we can catch them.
On Mon, Jun 23, 2014 at 11:56 AM, Josh Soref wrote:
> https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=141bbfb
>
> Catches "class", but not "default" which was the reserved word I hit. There
> are about 50.
Can someone please fix this mailing list to stop lying about senders and
poisoning address books?
Thanks
Sent from my BlackBerry 10 smartphone on the Bell network.
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=141bbfb
Catches "class", but not "default" which was the reserved word I hit. There are
about 50.
Hey,
I got that working through "cordova compile -- option"
( credits : kamrik )
On Mon, Jun 23, 2014 at 11:04 PM, Puneet Kaur
wrote:
> How to get the option here :
> https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/compile.js#L39
> ?
>
> So in other words - where t
GitHub user trancee opened a pull request:
https://github.com/apache/cordova-plugin-statusbar/pull/10
Fixed CalledFromWrongThreadException by using runOnUiThread.
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original
thread that created a view hierarchy can tou
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/30
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-windows/pull/32#issuecomment-46879416
Hi, Vlad, I think you can close this one. We can revisit it once we sort
out all the universal stuff.
---
If your project is set up for it, you can reply
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-mobile-spec/pull/73
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the fea
Yes - meant plugins registry.
right now the plugin links point to github, so you always see master
I don't think we should concern ourselves with correcting docs for old
versions of plugins. It's a similar argument to fix bugs in old versions of
plugins (any changes create a new version).
On Mo
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-windows/pull/34
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature
How to get the option here :
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/compile.js#L39
?
So in other words - where to insert our code so as to have option with the
compile script ?
This is the question not according to an end user, but a platform developer
trying to
So I just want to double check to make sure I'm groking it right myself - this
was simply a mistake in terms of the doc for version X+1 going live before
plugin version X+1 was ready, right? When/how will it be corrected? (Not trying
to be pushy, just want to make sure I explain it well to other
GitHub user javierbb31 opened a pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/21
Port notification tests to plugin-test-framework
Ported test from mobile-spec (which are written in jasmine 1.3) in
jasmine 2.0.
Added:
New js-module named tests to plu
Cordova Team~
FYI, If anyone has any thoughts on these last call specs from the w3c
Device API's Working Group let me know or the group directly.
Lisa Seacat DeLuca
Mobile Engineer | t: +415.787.4589 | ldel...@apache.org | |
ldel...@us.ibm.com | lisaseacat.com | |
- Forwarded by Lisa Se
GitHub user vladimir-kotikov reopened a pull request:
https://github.com/apache/cordova-lib/pull/40
CB-6992 Fixes ios platform add/prepare step failure when app name contains
unicode characters
See [CB-6992](https://issues.apache.org/jira/browse/CB-6992) for details.
You can merge
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-lib/pull/40#issuecomment-46853998
Retested. Works fine.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does no
GitHub user javierbb31 opened a pull request:
https://github.com/apache/cordova-plugin-network-information/pull/11
Port network tests to plugin-test-framework
Ported test from mobile-spec (which are written in jasmine 1.3) in
jasmine 2.0.
Added:
New js-module named tests
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-lib/pull/40#issuecomment-46851053
Found that this breaks add/prepare step on one of my machines.
---
If your project is set up for it, you can reply to this email and have your
reply appear o
Github user vladimir-kotikov closed the pull request at:
https://github.com/apache/cordova-lib/pull/40
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the f
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-lib/pull/40
CB-6992 Fixes ios platform add/prepare step failure when app name contains
unicode characters
You can merge this pull request into a Git repository by running:
$ git pull https:/
GitHub user mbektchiev opened a pull request:
https://github.com/apache/cordova-mobile-spec/pull/73
Fix failing battery tests. Add a dummy battery listener to avoid updates in
the middle of a test case
You can merge this pull request into a Git repository by running:
$ git pu
GitHub user mbektchiev opened a pull request:
https://github.com/apache/cordova-mobile-spec/pull/72
Fix arguments order in contacts.find calls
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Icenium/cordova-mobile-spec
bektchiev
Github user gabrielschulhof commented on the pull request:
https://github.com/apache/cordova-lib/pull/16#issuecomment-46822946
@surajpindoria Fixed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-windows/pull/34#issuecomment-46821523
@purplecabbage Rebased. Can you pls review and merge?
---
If your project is set up for it, you can reply to this email and have your
reply appear on Git
Not sure if it's the same thing, but some time ago firefox beta for
android included the option to install firefox os apps on android
phones.
I tried it and the apps were installed as new apps from a server
generated .apk, but it was using the firefox app for opening the
firefox os apps or using so
45 matches
Mail list logo