Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-device/pull/49
---
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
On Fri, Apr 8, 2016 at 9:29 PM, Nikhil Khandelwal
wrote:
> This seems useful.
>
> I'm guessing publishing the AAR requires us to establish a release process
> for it? Are you planning to document the guidelines for releasing, signing,
> building & versioning of this? Do you propose - every time
This seems useful.
I'm guessing publishing the AAR requires us to establish a release process for
it? Are you planning to document the guidelines for releasing, signing,
building & versioning of this? Do you propose - every time cordova-android is
released we well release AAR as well? Or this
Github user riknoll commented on the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/121#issuecomment-207667561
@sarangan12 LGTM, but can you add a test?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as wel
GitHub user sarangan12 opened a pull request:
https://github.com/apache/cordova-plugin-contacts/pull/121
CB-11043: Android App crashes while trying to save contact with phone
numbers array with deleted values
If you use delete operator to remove the phone numbers in a phone number
Github user riknoll commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/201#issuecomment-207661306
There are definitely cases where native exceptions should be surfaced to
the javascript, but memory issues are the responsibility of the native
developer
Github user riknoll commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/201#issuecomment-207659474
Ah, I think I misunderstood your JIRA and I agree with @nikhilkh that
optimizing our memory use is the right approach. Looking through the code, it
seems
Github user nikhilkh commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/201#issuecomment-207648380
Silently handling OutOfMemoryError is not a good idea - we should look to
optimize the code so that it uses less memory instead.
---
If your project is
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59101538
--- Diff: lib/paramedic.js ---
@@ -0,0 +1,231 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contri
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59101124
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,162 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user nikhilkh commented on the pull request:
https://github.com/apache/cordova-lib/pull/422#issuecomment-207640986
Yes, I'm aware he is removing npm cache completely. This fix is still
valuable in the interim till Steve completes the fetch work.
---
If your project is set up f
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-docs/pull/574
---
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 i
GitHub user Mikejo5000 opened a pull request:
https://github.com/apache/cordova-plugin-camera/pull/203
Added Sample section to the Camera plugin README
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Mikejo5000/cordova-plugin-cam
+1
This will make it much easier to develop and unit-test plugins as a
self-contained lib project.
-Original Message-
From: julio cesar sanchez [mailto:jcesarmob...@gmail.com]
Sent: Friday, April 8, 2016 12:43 PM
To: dev@cordova.apache.org
Subject: Re: Publishing the AAR after the next r
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-windows/pull/166
---
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 featur
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-android/pull/286
---
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 featur
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-ios/pull/215
---
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
On Fri, Apr 8, 2016 at 3:07 PM, Jason Ginchereau
wrote:
> Distributing Android platforms and plugins as AAR binaries seems to go
> against open-source conventions and the existing Cordova model, where
> everything is distributed as source. It also breaks the platform-centric
> workflow that other
Distributing Android platforms and plugins as AAR binaries seems to go against
open-source conventions and the existing Cordova model, where everything is
distributed as source. It also breaks the platform-centric workflow that
otherwise allows easily making changes to the platform and plugin co
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-contacts/pull/120
---
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 dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59094438
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,162 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59094353
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,162 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user omefire commented on the pull request:
https://github.com/apache/cordova-docs/pull/574#issuecomment-207621789
hmm, missed that earlier. Added them:
https://en.wikipedia.org/wiki/IOS_9#Supported_devices
---
If your project is set up for it, you can reply to this email and
Github user jcesarmobile commented on the pull request:
https://github.com/apache/cordova-docs/pull/574#issuecomment-207615024
Sorry, the list I provided was for devices that supported iOS 8. I think we
should add the devices that went out with iOS 9 (iPhone 6S, iPhone 6S Plus,
iPhone
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59092104
--- Diff: paramedic-plugin/paramedic.js ---
@@ -0,0 +1,93 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59091985
--- Diff: lib/paramedic.js ---
@@ -0,0 +1,232 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contri
Github user akofman commented on the pull request:
https://github.com/apache/cordova-android/pull/272#issuecomment-207612423
Ok perfect ! :+1:
---
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 infil00p commented on the pull request:
https://github.com/apache/cordova-android/pull/272#issuecomment-207611395
@akofman After doing some triage, we should probably tweak this for an
earlier CB that deals with the same thing.
---
If your project is set up for it, you ca
Github user nikhilkh commented on the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/120#issuecomment-207601712
https://issues.apache.org/jira/browse/CB-11051 is a duplicate of another
issue I referenced in the JIRA - please update your cordova-lib repo to see th
Github user sarangan12 commented on the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/120#issuecomment-207593547
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 t
Github user omefire commented on the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/120#issuecomment-207580945
@sarangan12 could you please review ? I haven't been able to run this
locally due to some error I'm facing with Mobilespec setup:
https://issues.apache
This is the cordova development list, used to talk about the cordova
project, not to ask questions or post problems while using it.
You should ask on stack overflow, the phonegap google group or the cordova
slack.
If you think that you have found a bug then report it on
http://issues.cordova.io
+1 to adding it
El viernes, 8 de abril de 2016, Joe Bowser escribió:
> BTW: I contacted asfinfra to be added to the ASF org on BinTray, so we'll
> see how that goes.
>
> On Fri, Apr 8, 2016 at 11:31 AM, Joe Bowser > wrote:
>
> > Hey
> >
> > So, here's something that I want to put on the dev lis
I can wait, and maybe fix some issues this weekend.
El viernes, 8 de abril de 2016, Simon MacDonald
escribió:
> I'm currently waiting for a third party to verify an enhancement to media.
> Anyone have a burning desire to release plugins now or can we wait a bit
> longer?
>
>
> Simon Mac Donald
GitHub user omefire opened a pull request:
https://github.com/apache/cordova-plugin-contacts/pull/120
CB-11048 Fix spec27's inadvertant breakage that happened during loggiâ¦
â¦ng rollback
You can merge this pull request into a Git repository by running:
$ git pull https://git
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-docs/pull/573
---
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 i
Github user rakatyal closed the pull request at:
https://github.com/apache/cordova-windows/pull/165
---
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 feat
Github user rakatyal commented on the pull request:
https://github.com/apache/cordova-windows/pull/165#issuecomment-207563072
Merged
[here](https://github.com/apache/cordova-windows/commit/07f6158bc24eda28c2946f54b1e3626c7e124c92)
---
If your project is set up for it, you can reply t
I'm currently waiting for a third party to verify an enhancement to media.
Anyone have a burning desire to release plugins now or can we wait a bit
longer?
Simon Mac Donald
http://hi.im/simonmacdonald
On Wed, Apr 6, 2016 at 12:23 PM, Simon MacDonald
wrote:
> Yeah, it can wait. It's just someth
GitHub user omefire opened a pull request:
https://github.com/apache/cordova-docs/pull/574
CB-10968 Update iOS 'Requirements & Supports' section
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omefire/cordova-docs CB-10968
Alter
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59072232
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,141 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
BTW: I contacted asfinfra to be added to the ASF org on BinTray, so we'll
see how that goes.
On Fri, Apr 8, 2016 at 11:31 AM, Joe Bowser wrote:
> Hey
>
> So, here's something that I want to put on the dev list before we do it,
> which is that for the next release of Apache Cordova, we publish an
Hey
So, here's something that I want to put on the dev list before we do it,
which is that for the next release of Apache Cordova, we publish an AAR on
JCenter/BinTray and/or MavenCentral/Sonatype with the new release.
Basically, this is a convenience package and we could technically do it
now, b
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-contacts/pull/119
---
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
There are some docs here:
1.
http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#publishing-plugins
2.
http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#integrating-with-plugin-search
-Nikhil
-Original Message-
From: Brad Reynolds [mailto:bra
Github user jasongin commented on the pull request:
https://github.com/apache/cordova-lib/pull/423#issuecomment-207527874
This code is pretty hard to follow. I don't mean your changes, but plugin
installation overall is more complex than I expected.
How do these changes affect
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-lib/pull/422#issuecomment-207526774
I think Steve is addressing this in his changes to fetch.
Cc: @stevengill
---
If your project is set up for it, you can reply to this email and have you
Github user omefire commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/85#issuecomment-207525949
@tommy1688 could you please file a JIRA ticket to track the recording issue
you're facing ? also, make sure to reference the PR which you said fixes
thing
Github user shazron commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207525756
Once you do the changes, you should run "npm test" (as you can see your
patch has already failed the create tests in Travis)
---
If your project is set up for it,
Github user shazron commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207525427
See staging patches ->
https://git-scm.com/book/en/v2/Git-Tools-Interactive-Staging or use a gui tool
like SourceTree to only stage those hunks you need
---
If yo
Github user shazron commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207524864
The changes are not good - Xcode has a habit of removing those double
quotes, which we need. I mentioned in my last comment " (and only stage those
changes, it will
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207523910
@shazron could you please take another look ? This time, I did it via
Xcode. I noticed minor diffs between before & after and I think it's due to my
version of Xcod
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207521639
Yes, that's what I just realized. I just loaded it in xcode and deleted
those from the 'Build Phases' tab -> 'Copy Bundle Resources'.
Much easier.
---
If your
Github user shazron commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207520136
Not sure what you mean to do, but I would just load the .xcodeproj file in
Xcode and delete those references I mentioned in Copy Bundle Resources? (and
only stage t
Thanks Edna!
On Thu, Apr 7, 2016 at 9:06 PM, Edna Y Morales wrote:
>
>
> cordova-ios@4.1.1 is on NPM now: https://www.npmjs.com/package/cordova-ios
> Check out blog post at
> https://cordova.apache.org/announcements/2016/04/04/ios-4.1.1.html and
> retweet https://twitter.com/apachecordova/status/
do you know my app run on iphone5/5s is no full screen?and i change zhe
launchimage bu did not discover,why?
i want to know what the www file folder outside is used for.
i am developing a ios project and enbared html code
thank you!
Github user morioma commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/158#issuecomment-207511327
I prefer this one to
https://github.com/apache/cordova-plugin-camera/pull/197, because that one has
code duplication for calculating rotation.
I am t
Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-windows/pull/165#discussion_r59051696
--- Diff: template/cordova/lib/ConfigParser.js ---
@@ -73,6 +73,15 @@ WindowsConfigParser.prototype.getWindowsTargetVersion =
function() {
Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/422#discussion_r59051171
--- Diff: cordova-lib/src/cordova/lazy_load.js ---
@@ -147,10 +147,7 @@ function cordova_npm(platform) {
// Returns a promise that resolves to direc
Github user omefire commented on the pull request:
https://github.com/apache/cordova-windows/pull/166#issuecomment-207477821
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
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/215#issuecomment-207477475
Cool, 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 featu
Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/420#discussion_r59039160
--- Diff: cordova-lib/src/cordova/plugin.js ---
@@ -157,6 +157,7 @@ module.exports = function plugin(command, targets,
opts) {
Github user daserge commented on the pull request:
https://github.com/apache/cordova-ios/pull/215#issuecomment-207467840
Yes: https://github.com/apache/cordova-android/pull/286,
https://github.com/apache/cordova-windows/pull/166
---
If your project is set up for it, you can reply to
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/215#issuecomment-207467649
Do we have corresponding PRs for other platforms ? (i.e: Android & Windows)
---
If your project is set up for it, you can reply to this email and have your
reply ap
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/420#discussion_r59037903
--- Diff: cordova-lib/src/cordova/plugin.js ---
@@ -157,6 +157,7 @@ module.exports = function plugin(command, targets,
opts) {
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-ios/pull/215
CB-10964 Handle build.json file starting with a BOM
[Jira issue](https://issues.apache.org/jira/browse/CB-10964)
You can merge this pull request into a Git repository by running:
$ git pul
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-windows/pull/166
CB-10964 Handle build.json file starting with a BOM
[Jira issue](https://issues.apache.org/jira/browse/CB-10964)
You can merge this pull request into a Git repository by running:
$ git
Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/420#discussion_r59029064
--- Diff: cordova-lib/src/cordova/plugin.js ---
@@ -157,6 +157,7 @@ module.exports = function plugin(command, targets,
opts) {
Yay ! +1 Edna great job getting this thru
On Fri, Apr 8, 2016 at 12:07 AM Edna Y Morales wrote:
>
>
> cordova-ios@4.1.1 is on NPM now: https://www.npmjs.com/package/cordova-ios
> Check out blog post at
> https://cordova.apache.org/announcements/2016/04/04/ios-4.1.1.html and
> retweet https://twi
GitHub user claudiobadii opened a pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/139
Insert Content-Type to each part of the multipart request
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/claudiobadi
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/420#discussion_r59018183
--- Diff: cordova-lib/src/cordova/plugin.js ---
@@ -157,6 +157,7 @@ module.exports = function plugin(command, targets,
opts) {
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-lib/pull/423#issuecomment-207411302
@jasongin, @nikhilkh, please take a look when you have a chance
---
If your project is set up for it, you can reply to this email and have your
reply appea
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-android/pull/289
CB-11022 Duplicate www files to both destinations on plugin add/rm
This is a supplementary PR for
https://github.com/apache/cordova-lib/pull/423 which removes requirement for
runn
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-lib/pull/423
CB-11022 Improve performance of `cordova plugin add` command
This addresses [CB-11022](https://issues.apache.org/jira/browse/CB-11022)
and dramaticaly reduces time required for plugin
Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/422#discussion_r59007596
--- Diff: cordova-lib/src/cordova/lazy_load.js ---
@@ -147,10 +147,7 @@ function cordova_npm(platform) {
// Returns a promise that resolves to direct
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59005735
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,141 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59003845
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,141 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59003645
--- Diff: lib/LocalServer.js ---
@@ -0,0 +1,141 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more cont
Github user omefire commented on the pull request:
https://github.com/apache/cordova-lib/pull/420#issuecomment-207354240
LGTM! except for a minor comment.
---
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 do
Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/420#discussion_r59003112
--- Diff: cordova-lib/src/cordova/plugin.js ---
@@ -157,6 +157,7 @@ module.exports = function plugin(command, targets,
opts) {
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59002757
--- Diff: paramedic-plugin/paramedic.js ---
@@ -0,0 +1,93 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59002202
--- Diff: paramedic-plugin/paramedic.js ---
@@ -0,0 +1,93 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/214#issuecomment-207350922
can't find a good reference for the .pbxproj file, do you have any link ?
---
If your project is set up for it, you can reply to this email and have your
reply appe
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59001110
--- Diff: lib/utils/execWrapper.js ---
@@ -0,0 +1,39 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/3#discussion_r59001026
--- Diff: lib/paramedic.js ---
@@ -0,0 +1,232 @@
+/**
+Licensed to the Apache Software Foundation (ASF) under one
+or more contri
Github user alsorokin commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/202#issuecomment-207332653
@riknoll addressed both of your comments
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well
Github user ghenry22 commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/87#issuecomment-207303423
@sonicwong it's not related to this as this PR is related to getPosition
for recordings.
There was however, recently a PR merged that fixed playba
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/87#issuecomment-207302758
@ThillaiganeshChan, please update this PR's title to use the correct JIRA
ticket number. The title for
[CB-10822](https://issues.apache.org/jira/b
Github user sonicwong commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/87#issuecomment-207281846
When I play a mp3 in 2.2.0 @ ios.
No sound come out. I am not sure it related to this fix or not.
---
If your project is set up for it, you can reply
89 matches
Mail list logo