That's really exciting, Joe! I can't wait to take a look.
On Wed Nov 26 2014 at 7:09:04 PM Joe Bowser wrote:
> Hey
>
> Just an update, I have a working PoC of the GeckoView-based WebView ready
> for people to look at here:
>
> https://github.com/infil00p/cordova-mozillaview-engine
>
> This is de
Great news Joe. I agree with the time statement, post vacation time.
Allows time for doc, test, and logistics for release.
Documenting some guides on what these two plugins means for developer in
terms of features, support and handling a single project that wants to
target Android 2.3 + Android 4.
I've taken a stab at refactoring Android's splashscreen logic into the
splashscreen plugin.
https://github.com/apache/cordova-android/pull/134
https://github.com/apache/cordova-plugin-splashscreen/pull/32
In order to be backwards-compatible, I've:
- Committed a copy of the plugin to cordova-andr
>Thoughts?
That. Is. Awesome.
How far back can you target Android?
On Thu, Nov 27, 2014 at 9:08 AM, Joe Bowser wrote:
> Hey
>
> Just an update, I have a working PoC of the GeckoView-based WebView ready
> for people to look at here:
>
> https://github.com/infil00p/cordova-mozillaview-engine
>
Hey
Just an update, I have a working PoC of the GeckoView-based WebView ready
for people to look at here:
https://github.com/infil00p/cordova-mozillaview-engine
This is definitely a very different webview than what we have had
currently, and I've had to re-think a lot of how we do things with Co
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/124
---
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 opened a pull request:
https://github.com/apache/cordova-lib/pull/124
CB-8067 externalized valid-identifier it is it's own module
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/purplecabbage/cordova-lib
On Wed Nov 26 2014 at 2:23:45 PM Oliver Salzburg
wrote:
> Hello list,
>
> we've been working with Cordova for about a year now.
> In the process we've opened a couple of issues on the Cordova Jira and
> submitted a couple of pull requests on GitHub.
>
> I've noticed that responses to these action
Oliver wrote:
> we've been working with Cordova for about a year now.
> In the process we've opened a couple of issues on the Cordova Jira and >
> submitted a couple of pull requests on GitHub.
> I've noticed that responses to these actions usually take either a very >
> long time, or don't happ
Hello list,
we've been working with Cordova for about a year now.
In the process we've opened a couple of issues on the Cordova Jira and
submitted a couple of pull requests on GitHub.
I've noticed that responses to these actions usually take either a very
long time, or don't happen at all.
We've
GitHub user sgrebnov opened a pull request:
https://github.com/apache/cordova-plugin-geolocation/pull/32
CB-8085 Fix geolocation plugin on Windows
https://issues.apache.org/jira/browse/CB-8085
This patch adds keepCallback property to tell proxy preserve callback so
that it
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-lib/pull/123#issuecomment-64704617
This is actually already merged, I am going to make some changes though.
---
If your project is set up for it, you can reply to this email and have your
reply
Github user purplecabbage closed the pull request at:
https://github.com/apache/cordova-lib/pull/123
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-vibration/pull/27
---
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 th
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-lib/pull/123#issuecomment-64694095
Thanks, Good advice.
---
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 kamrik commented on the pull request:
https://github.com/apache/cordova-lib/pull/123#issuecomment-64693426
A comment inside valid-identifier.js about what this file is for would be
helpful, maybe also about why reserved words are forbidden in IDs. Otherwise
looks good to m
GitHub user lucasgonze opened a pull request:
https://github.com/apache/cordova-plugin-vibration/pull/27
Fixes CB-7861 "Bad comma".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lucasgonze/cordova-plugin-vibration master
Alter
GitHub user sgrebnov opened a pull request:
https://github.com/apache/cordova-plugin-device-motion/pull/21
CB-8083 Fix accelerometer callback on Windows
https://issues.apache.org/jira/browse/CB-8083
This patch adds keepCallback property to tell proxy preserve callback so
th
Github user daserge commented on the pull request:
https://github.com/apache/cordova-plugin-globalization/pull/31#issuecomment-64684076
I have reviewed the WinJS Globalization API:
~60% of the methods are supported (additional quirks can appear though).
I will also investi
Github user daserge commented on the pull request:
https://github.com/apache/cordova-plugin-vibration/pull/25#issuecomment-64683921
I have reviewed the WinJS Globalization API:
~60% of the methods are supported (additional quirks can appear though).
I will also investigate
GitHub user marti1125 opened a pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/51
[CB-8014] fileKey option is being sent with a wrong value due to a mistake
in the code
https://issues.apache.org/jira/browse/CB-8014
I updated array
You can merge this pu
+1, I think we shouldn't change the navigator.notifications interface, but
the name of the internal type is unlikely to break anyone. Can do a major
version bump on the plugin just in case.
-Michal
On Wed, Nov 26, 2014 at 11:07 AM, Brian LeRoux wrote:
> ya this is legacy pain; the source forme
ya this is legacy pain; the source formerly known as phonegap predates
push/local notifications!
used to be vibrate, flash indicator lights (remember those on
blackberries?) and beep (also lol)
we named the plugin repo cordova-plugin-dialogue (and moved vibrate out)
b/c that seemed more appropria
Hi
I came across an issue in writing a Notification support in Cordova.
Dialogs plugin uses Notification for a classy object. I think it should
be called Dialog or similar and not take the Notification. I actually
think the navigator.notifications is wrong name either, that however
might hold
Ian, can you take a look into this PR before updating the dialogs plugin?
https://issues.apache.org/jira/browse/CB-7734
https://github.com/apache/cordova-plugin-dialogs/pull/39
2014-11-26 10:16 GMT+01:00 Sergey Grebnov (Akvelon)
:
> Jesse, sounds good, you can re-work any of them to show exampl
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-dialogs/pull/44
---
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
Jesse, sounds good, you can re-work any of them to show example/pattern and
I'll assist you in reworking the rest.
Thx!
Sergey
-Original Message-
From: Jesse [mailto:purplecabb...@gmail.com]
Sent: Tuesday, November 25, 2014 9:55 PM
To: dev@cordova.apache.org
Subject: Re: [Discuss] Plugin
27 matches
Mail list logo