GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-plugins/pull/17
Update README.md
Remove inaccurate "Security Caveats" sentence, as discussed on the
cordova-dev mailing list.
For reference from http://en.wikipedia.org/wiki
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-ios/pull/119
partial proof of concept for proposal discussed in CB-8032
This PR is meant to demonstrate the proposal I made in a comment on CB-8032.
As such, I did not test it - it is only meant for
Github user tony-- closed the pull request at:
https://github.com/apache/cordova-plugins/pull/17
---
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
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-android/pull/173
fix CB-8684 - support onStart/onStop lifecycle events in plugins for Android
A couple notes about this PR.
1. I feel pretty sure that CordovaActivity.shouldHandleStartOnAppViewInit
is
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/173#discussion_r28009389
--- Diff: test/src/org/apache/cordova/test/LifeCyclePluginTestActivity.java
---
@@ -0,0 +1,44 @@
+/*
+ Licensed to the Apache Software
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/173#discussion_r28009491
--- Diff:
test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java ---
@@ -0,0 +1,126 @@
+
+package org.apache.cordova.test
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/173#discussion_r28010484
--- Diff:
test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java ---
@@ -0,0 +1,126 @@
+
+package org.apache.cordova.test
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/173#discussion_r28019036
--- Diff: framework/src/org/apache/cordova/CordovaActivity.java ---
@@ -95,6 +95,9 @@ Licensed to the Apache Software Foundation (ASF) under one
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-android/pull/173#issuecomment-91052668
I think I made changes that address all of your comments. Thanks for the
feedback.
---
If your project is set up for it, you can reply to this email and have
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/173#discussion_r28018642
--- Diff:
test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java ---
@@ -0,0 +1,126 @@
+
+package org.apache.cordova.test
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-android/pull/173#issuecomment-91084720
Whoops, forgot to remove LifeCyclePluginTestActivity from the manifest.
Thanks for catching it!
---
If your project is set up for it, you can reply to this
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-lib/pull/242
fix CB-9145 prepare can lose data during config munge
I added a test that adds access tags as described in CB-9145. This test
fails when run against master.
This is because the current
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-android/pull/182
CB-9149: Make gradle alias subprojects in order to handle libs that dâ¦
â¦epend on libs
You can merge this pull request into a Git repository by running:
$ git pull https
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-android/pull/182#issuecomment-111531613
thanks for the feedback - addressed nits in ammended commit
---
If your project is set up for it, you can reply to this email and have your
reply appear on
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/242#issuecomment-112409200
Thanks @purplecabbage!
---
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
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/242#issuecomment-112480771
AND I screwed up my first commit comment by prepending the word "fix"
before the JIRA issue. I will adhere to the formatting guidelines in the
future
Github user tony-- closed the pull request at:
https://github.com/apache/cordova-lib/pull/242
---
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
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/242#issuecomment-112557560
Merged commit
[2598231](https://github.com/tony--/cordova-lib/commit/25982317b26c831dbea9d6b71dd57a90b933fc68)
into apache:master, closing.
---
If your project is
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-docs/pull/373
Added Intel XDK to tools list
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony--/cordova-docs add-tool-intel-xdk
Alternatively you
Github user tony-- closed the pull request at:
https://github.com/apache/cordova-docs/pull/373
---
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
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/322#issuecomment-148547339
[JIRA issue CB-9813](https://issues.apache.org/jira/browse/CB-9813)
---
If your project is set up for it, you can reply to this email and have your
reply appear on
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-docs/pull/393
updated Intel XDK image
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony--/cordova-docs update-tool-intel-xdk
Alternatively you can
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-lib/pull/354
CB-9311 Add support for 87x87 icon, fix reference url
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony--/cordova-lib CB-9311
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-ios/pull/182#issuecomment-163395756
If it's not too late, consider updating the URL to:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/354#issuecomment-163396804
Right, I wasn't thinking about that - thanks @shazron. So... is this code
here for backwards compatibility? Or it just hasn't been removed yet? Sorr
Github user tony-- closed the pull request at:
https://github.com/apache/cordova-lib/pull/354
---
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
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/354#issuecomment-163404133
Ok, thanks. Closing this as an incorrect fix and CB-9311 is being
addressed by
[apache/cordova-ios#182](https://github.com/apache/cordova-ios/pull/182).
---
If
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-android/pull/256
fix HtmlNotFoundTest so that it passes when file not found is handled
correctly
override displayError in testActivity to send message to queue (dialogs are
not very useful in tests
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/78#issuecomment-180593938
+1 this fixed the tests for me
---
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
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-183153364
@jcesarmobile - With regard to
phonegap-plugin-barcodescanner+cordova-plugin-dialogs, I was chatting with
@imaffett about this. He found that reverting
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-183376049
@jcesarmobile - thanks for explaining `presentAlertcontroller,` I see it
now.
Thanks in advance for the phonegap-plugin-barcodescanner PR!
---
If
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-183488008
Thanks! I cherry-picked it into a fork; we'll let you know if it worked
for us ASAP.
---
If your project is set up for it, you can reply to this
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-lib/pull/395
CB-10654 make hooks fire when platforms added from repo or dir
move `hooksRunner.fire('before_platform_'...) ` till after platform has
been resolved, pass resolved platform instead
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/395#issuecomment-186425912
I'd like to see this get fixed, so I thought I'd submit a PR, but I'm a
node noob - this definitely needs to be reviewed before being merged in.
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-lib/pull/395#issuecomment-186428877
@bso-intel will you take a look, please?
---
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
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/395#discussion_r53622685
--- Diff: cordova-lib/src/cordova/platform.js ---
@@ -79,148 +79,156 @@ function addHelper(cmd, hooksRunner, projectRoot,
targets, opts) {
var
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/395#discussion_r53677145
--- Diff: cordova-lib/src/cordova/platform.js ---
@@ -79,148 +79,156 @@ function addHelper(cmd, hooksRunner, projectRoot,
targets, opts) {
var
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-docs/pull/718
CB-13159: Remove Intel XDK from homepage
### Platforms affected
N/A
### What does this PR do?
Remove Intel XDK from the tools section of the homepage.
### What testing
Github user tony-- commented on the issue:
https://github.com/apache/cordova-docs/pull/718
Thanks for the help and the sentiment Shaz! Much appreciated.
---
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
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-docs/pull/721
CB-13195 Source Code link in footer on cordova.apache.org needs updated
### Platforms affected
N/A
### What does this PR do?
Fix the "Source Code" link in footer
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-ios/pull/216
CB-6992 Fix non-working create case, add new test
Added name normalization from prepare to createProject in order to support
the case where the user edits name in config.xml, then adds ios
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-docs/pull/586
added CVE announcement blog post
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony--/cordova-docs blog-post-27April2016
Alternatively
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/213#issuecomment-218277348
There are a couple places that contributor workflow is documented:
The wiki has a [contributor workflow
page](https://wiki.apache.org/cordova
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-android/pull/306
CB-10096: Upgrade test project to Gradle Plugin 2.1.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony--/cordova-android CB-10096
GitHub user tony-- opened a pull request:
https://github.com/apache/cordova-android/pull/307
CB-11292 fix broken MessageChannel after plugins are recreated
also added a new test to prevent regression - probably overkill but the
issue was hard to isolate
You can merge this pull
Github user tony-- commented on the pull request:
https://github.com/apache/cordova-android/pull/307#issuecomment-221693379
AppVeyor timed out, not a failure related to the PR.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/232#discussion_r73356143
--- Diff:
CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
---
@@ -95,23 +95,33
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/232#discussion_r73358362
--- Diff: tests/CordovaLibTests/CDVWhitelistTests.m ---
@@ -295,6 +295,37 @@ - (void)testAllowIntentsAndNavigations
XCTAssertEqual
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/232#discussion_r73358461
--- Diff:
CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
---
@@ -95,23 +95,33
Github user tony-- commented on the issue:
https://github.com/apache/cordova-ios/pull/232
I ran the tests - they passed.
I wrote a manual test with an index.html that has a javascript tel: link
and an iframe with the same javascript tel: link. The index.html tel:link
works
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/232#discussion_r73512881
--- Diff:
CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
---
@@ -95,23 +95,33
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/232#discussion_r73512970
--- Diff: tests/CordovaLibTests/CDVWhitelistTests.m ---
@@ -295,6 +295,37 @@ - (void)testAllowIntentsAndNavigations
XCTAssertEqual
Github user tony-- commented on the issue:
https://github.com/apache/cordova-ios/pull/232
LGTM!
---
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
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/323#discussion_r75389738
--- Diff: bin/templates/cordova/lib/plugin-build.gradle ---
@@ -21,24 +21,15 @@
buildscript {
repositories {
mavenCentral
Github user tony-- commented on the issue:
https://github.com/apache/cordova-android/pull/323
Just checking my understanding...
1. checkAndCopy only copies when the subProject does not have a build.gradle
2. insertExclude ensures that there is only one reference to
Github user tony-- commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/323#discussion_r75392931
--- Diff: bin/templates/cordova/lib/builders/GradleBuilder.js ---
@@ -93,10 +102,24 @@ GradleBuilder.prototype.prepBuildFiles = function
oking at
unassigned issues or assigned/unresolved?
I'll be attending PhoneGap Day later this month - hope to see you there.
Tony
://subversion.apache.org/docs/community-guide/mailing-lists.html#reply
ing
Tony
On 10/7/14, 3:00 PM, "Jesse" wrote:
>I think what we want is the reply-to dev@apache header
>How do we get it back?
>
>@purplecabbage
>risingj.com
>
>On Tue, Oct 7, 2014 at 8:03 AM, Michal Mocny wr
>
>The alternative is to run a local web server, which works great. However,
>this will open up a can of worms possibly with Apple, I'm not sure.
>
FWIW, the Intel XDK Legacy iOS container runs a local web server that all
content is served from.
Lots of apps have been published - no problem with
not be a problem with
Apple.
That being said, if any help is needed, I’d be glad to help however I can.
From: Andrew Grieve mailto:agri...@chromium.org>>
Date: Wednesday, October 8, 2014 at 11:43 AM
To: Tony Homer mailto:tony.ho...@intel.com>>
Cc: dev mailto:dev@cordova.apache.org&g
I¹ll be there today and tomorrow.
I¹m hoping to hear the latest about cordova-windows!
Tony
On 10/17/14, 9:08 PM, "Jesse" wrote:
>Who all is coming?
>
>I will be there for my first ever phonegap day. I've only been working
>with
>phonegap since 2008 ...
>
>
- maybe it could be addressed by modifying the
response in the GCDWebServer handler?
Tony
P.S. This is my first attempt participating in discussion on the list -
let me know if I¹m doing it wrong!
Am I wasting my time investigating this? Should I just leave it Shazron?
On 10/30/14, 9:52 PM
didn’t get around to it yet.
The only thing that jumps out at me is that you get a file:// url back -
we could change that.
Or maybe intercept file:// requests in the plugin? If it’s just a path
problem, maybe we could intercept the request, fix the path, then respond
with the right thing...
Tony
, then the handler could decode the path before
building the response.
This is ugly, but it would prevent the need to change the camera and file
and should allow other non-cordova plugins that depend on file:// URLs to
work.
Tony
On 10/31/14, 2:03 PM, "Homer, Tony" wrote:
>I started wi
words, it seems that replay attacks are possible but not useful.
If we care about the “hostile wifi network” case, we need something like
SSL.
On 11/1/14, 4:28 PM, "Homer, Tony" wrote:
>I started looking at how to make the camera plugin be able to work in
>WKWebView.
>
posed earlier in this
thread tomorrow (for plugins like camera that return file:// urls, etc.).
Tony
On 11/3/14, 7:23 PM, "Shazron" wrote:
>Thanks Tony for all the investigation. Please do fork the local web server
>plugin and put all your work in topic branches for eventual pull
approach might require that a hook be added so that the custom
NSURLProtocol can be set at the right time, will have to check that.
I could put together a pull request to demonstrate, if it sounds worth
considering?
Tony
On 11/19/14, 9:20 AM, "Ian Clelland" wrote:
>On Tue Nov 18
plugin and any plugin that returns
a file protocol URL?
Tony
On 11/19/14, 12:19 PM, "Shazron" wrote:
>I commented on Ian's comment on CB-8032:
>https://issues.apache.org/jira/browse/CB-8032?focusedCommentId=14216403&pa
>ge=com.atlassian.jira.plugin.system.issuetabpanel
(blindly) detect and
transform urls.
It seems like it would help with this case, but not be generally useful
for anything else…
Tony
On 11/19/14, 3:23 PM, "Shazron" wrote:
>Ideally a general solution like you proposed should work, but I forgot to
>mention that in this ca
ess we can drop that sentence from the security caveat.
I’ll submit a PR.
Tony
On 11/19/14, 7:30 PM, "Shazron" wrote:
>I'm not sure - Tony wrote that part maybe he can explain the intricacies.
>
>On Wed, Nov 19, 2014 at 4:23 PM, tommy-carlos williams
>
>wrote:
>
>
updating the plist based on the Orientation
preference as a way to address part of CB-6182.
Should the Orientation preference work?
Is there some other way it should be supported?
Thanks for any feedback.
Tony
-
To unsubscribe, e
3.7.1 tag, shouldn¹t there?
Thanks!
Tony
On 2/6/15, 4:08 PM, "Steven Gill" wrote:
>Blog post published!
>http://cordova.apache.org/announcements/2015/02/06/cordova-android-3.7.1.h
>tml
>
>On Fri, Feb 6, 2015 at 12:55 PM, Steven Gill
>wrote:
>
>> Okay, b
enough for anyone?
onStart/onStop are edge cases that users need to handle by modifying their
activity?
onStart/onStop cannot be handled by plugins due to timing issues?
Thanks!
Tony
-
To unsubscribe, e-mail: dev-unsubscr
no reason we couldn't add onStart / onStop.
>
>As an aside, if you're okay with supporting only ICS+, you can use
>Application.registerActivityLifecycleCallbacks() as a work-around.
>
>
>On Mon, Mar 9, 2015 at 11:23 AM, Homer, Tony wrote:
>
>> I assumed that
5.0) will immediately
be "broken"?
Yes, that is my understanding, although in reading back over the
discussion I don¹t see where it is explicitly addressed.
I was assuming that this is intended in part as a forcing function.
Tony
On 3/20/15, 11:05 AM, "Treggiari, Leo" wrote:
ApacheCon?
Tony
On 3/24/15, 1:51 PM, "Victor Sosa" wrote:
>Welcome aboard!!
>
>2015-03-24 11:47 GMT-06:00 Andrew Grieve :
>
>> Woohoo! Glad to hear more are coming!
>>
>> On Sat, Mar 21, 2015 at 11:51 AM, Ross Gardler (MS OPEN TECH) <
>> ross.gard...
I have more of a general topic - cordova-windows vs. cordova-wp8 in the
docs.
Hopefully most of us on the list understand the distinction, but there is
still a lot of confusion.
There are some places where the docs could help make the distinction a bit
clearer.
For example, in the plugin developme
Dmitry-
Thanks for the extra effort!
I¹m traveling next week and won¹t have very much time, so I¹ll just assign
one to myself for now and watch the others.
Tony
On 4/10/15, 7:49 PM, "Dmitry Blotsky" wrote:
>Hi all,
>
>I've compiled a list of JIRAs to address the
First, thanks for sharing this!
Second, I tried to download so I could read offline, but I guess the
permissions don¹t allow it? It seemed to silently fail. If that is
intended, no problem.
Thanks again, reading online now.
Tony
On 4/13/15, 4:58 PM, "Jesse" wrote:
>And I almo
.
That being said, just to be friendly, you could get around it in the very
short term by cloning the github repo.
Then you could add the plugin from your local file system copy.
Tony
P.S. /usr/bin - very cute.
On 4/15/15, 8:42 PM, "Bin Wang" wrote:
>Hey there,
>
>I am trying
Nice job Steve!
Submitted a PR with some minor edits and a couple questions/comments:
https://github.com/cordova/apache-blog-posts/pull/37
On 4/16/15, 1:33 AM, "Steven Gill" wrote:
>Please review and send PRs.
>
>https://github.com/cordova/apache-blog-posts/blob/master/2015-04-15-plugin
>s-r
In March, Shazron mentioned a tentative April release[1]. Can we get an
updated estimate?
Are there tasks that need help before it can move forward?
[1]
https://shazronatadobe.wordpress.com/2015/03/03/wkwebview-and-apache-cordov
a/
Thanks!
Tony
Sorry, don¹t see a DISCUSS thread and don¹t want to clutter the VOTE
thread.
Please let me know if starting a DISCUSS thread to ask a question is the
wrong way to go.
Shouldn¹t the pinned Android in Tools Release June 4th be bumped to ~4.0.2?
Currently it is ~4.0.1:
https://github.com/apache/cordo
Anyone know who can investigate and fix?
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org
plugins.cordova.io is back up.
On 7/7/15, 10:07 AM, "Homer, Tony" wrote:
>Anyone know who can investigate and fix?
>
>
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>For add
dova
Thanks!
Tony
On 7/10/15, 1:32 PM, "Jesse" wrote:
>Sorting/filtering would be nice.
>Resist the urge to duplicate the data shown on npm!
>
>
>My team is hiring!
>@purplecabbage
>risingj.com
>
>On Fri, Jul 10, 2015 at 10:30 AM, Murat Sutunc
>wrote:
>
That's true, but that doesn't account for the difference in the size of
the result set.
The query to both npmsearch.com and npmjs.com/search is
"ecosystem:cordova".
Tony
On 7/10/15, 2:26 PM, "Jesse" wrote:
>The 370 results include lots of non-plugins.
>
&
Great, looks much better now - thanks Murat!
Can you shed some light on why this happened (and if it might happen
again)?
If the data is stale, it will hamper discovery of newly published plugins.
Thanks!
Tony
On 7/13/15, 5:43 PM, "Murat Sutunc" wrote:
>Ok, we've managed to
Nikhil-
I'd like to get this PR merged in for 4.1.0:
https://github.com/apache/cordova-android/pull/182
I'll try to get it merged in today.
Tony
On 7/17/15, 12:49 PM, "Nikhil Khandelwal" wrote:
>I can take this up. Thanks! Look out for the VOTE thread s
This was published to NPM, but there was never a blog post announcing the
update.
I guess this was just an oversight?
Tony
On 7/10/15, 8:51 PM, "Nikhil Khandelwal" wrote:
>This vote has passed. Thanks! The release has been published to:
>
>https://dist.apache.org/repos/d
TL;DR:
It seems that either the cordova-plugin-whitelist ref in
cordova-app-hello-world is wrong
-OR-
the wrong version of cordova-app-hello-world is marked latest in npm.
I think it's the latter.
I wanted to test some details of whitelist plugin behavior on iOS.
I was expected to be able to sta
I guess there is not much point to 1.1.0 until cordova-ios 4.0.0 is
released...
Is latest intentionally set to 1.0.0 as a way to avoid CB-9163 [1]?
[1] https://issues.apache.org/jira/browse/CB-9163
On 8/10/15, 2:03 PM, "Homer, Tony" wrote:
>TL;DR:
>It seems that either th
I'm trying to validate the release.
I'm following the instructions[1], but I haven't used coho before and am
not sure about the results.
`coho audit-license-headers -r js -r lib -r cli -r plugman`
The doc warns that audit-license-headers has false positives, so I'm
ignoring results like:
./appveyo
I'm trying to validate the tools release.
I'm following the instructions[1], but I haven't used coho before and am not
sure about the results.
`coho audit-license-headers -r js -r lib -r cli -r plugman`
The doc warns that audit-license-headers has false positives, so I'm ignoring
the following r
I added a comment to the PR (nit + questions about pinned versions).
Otherwise LGTM.
On 8/13/15, 2:11 AM, "Steven Gill" wrote:
>Please review. https://github.com/cordova/apache-blog-posts/pull/43
-
To unsubscribe, e-mail: dev-
I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies
have Apache-compatible licenses
* Verified sha1s match tags with `coho verify-tags`
* Confirmed sigs & hashes with `coho verify-archive`
* Created mobilespec v
o list one.
>
>-Steve
>
>On Thu, Aug 13, 2015 at 5:40 AM, Homer, Tony wrote:
>
>> I'm trying to validate the tools release.
>> I'm following the instructions[1], but I haven't used coho before and am
>> not sure about the results.
>>
>>
I do not know anyone from Meteor, but I did a little searching through the
repo to try to find someone who might be a good point of contact for this
topic. Slava Kim had a lot of Cordova-related commits and according to
his resume, he led Cordova integration for Meteor. I sent an email to the
add
could get more
details about it.
I think he has already joined, so hopefully he will get this message and
respond :)
Tony
On 8/25/15, 7:48 PM, "Jesse" wrote:
>Should we do all 3, and make the middle day the 'big' one?
>
>
>My team is hiring!
>@purplecabbage
>
rds compatibility?
Tony
On 9/23/15, 1:56 PM, "Joe Bowser" wrote:
>On Wed, Sep 23, 2015 at 9:36 AM, Carlos Santana
>wrote:
>
>> No need to major version change for the Plugins, the API of the didn't
>> change.
>> Web developer still uses the same JS API
1 - 100 of 122 matches
Mail list logo