Github user stevengill commented on the pull request:
https://github.com/apache/cordova-lib/pull/407#issuecomment-199661470
Plugman PR adding --fetch flag support
https://github.com/apache/cordova-plugman/pull/87
---
If your project is set up for it, you can reply to this email and h
GitHub user stevengill opened a pull request:
https://github.com/apache/cordova-plugman/pull/87
CB-9858 added --fetch option to plugman
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stevengill/cordova-plugman CB-9858
Alternati
I like having the same xml fragments in config.xml as we use in plugin.xml
We will need to address precedence, as a plugin.xml and config.xml can
disagree.
> On Mar 21, 2016, at 12:46 PM, Shazron wrote:
>
> Continuing on Simon's point, w
Github user ghenry22 commented on the pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-199633964
I have also hit this problem and it causes ongoing issues for my app.
Could this be checked and merged soon?
---
If your project is set up for
Github user ghenry22 commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/85#issuecomment-199568786
@tommy1688 that change will completely break streaming audio support. All
it is doing is reverting to using avaudioplayer for everything and assuming
tha
Github user riknoll commented on the pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/132#issuecomment-199562737
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
Github user sarangan12 commented on the pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/132#issuecomment-199560736
@dblotsky @nikhilkh @riknoll Can you merge this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appea
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-docs/pull/565
---
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 nikhilkh opened a pull request:
https://github.com/apache/cordova-docs/pull/565
CB-10904 Fix typo in create your first app guide
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikhilkh/cordova-docs patch-4
Alternati
Thanks for sending this out Parashuram! Great idea and looks like a solid
set of tasks Microsoft is focusing on!
Adobe Team:
Last 4 weeks:
* Platform related bugs and fixes. Maintenance mode.
* iOS, priority has been to make cordova-ios-4.x stable and secondary
work has been gearing up f
Hey everyone,
I have written a blog post detailing the new plugin version selection changes
in the cordova-lib release [1]. The purpose is to raise awareness of the
feature and hopefully encourage adoption of the API by third-party plugins.
Please take a look and let me know if you have any fee
Continuing on Simon's point, we already have duplication of entries
for preference tags in https://issues.apache.org/jira/browse/CB-9264
and a post-processing step does the removal of dupes. Not sure if this
removal method would be adequate (as long as the desired tag to
express is written to the c
I agree the config-file is the way to go but we need to go one step more
and enable the changing of attributes in the config file instead of just
adding lines to AndroidManifest.xml. For instance, the first bug CB-10894
talks about adding a preference for screen sizes.
The default AndroidManifest.
GitHub user sarangan12 opened a pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/132
CB-10409: Flaky File Transfer Plugins
This is one of the flaky tests that occurs about 20% of the times in
windows store 8.1 platform. But, this has not been reproduced loca
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-splashscreen/pull/90
---
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
Github user sarangan12 commented on the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/90#issuecomment-199506053
@rakatyal Builds are passing now
---
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 omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/210#issuecomment-199500578
MERGED!
---
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
e
Github user omefire closed the pull request at:
https://github.com/apache/cordova-ios/pull/210
---
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 commented on the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/90#issuecomment-199493244
Why does this show a build failure?
---
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 infil00p opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/173
CB-10883: Added getPermissionEntries for Directory Entries, which is
affected by Marshmallow Permissions
Waited for the other two pull requests that change permissions before
adding a
I agree that config-file is the way to go. After an offline discussion with
Nikhil, Parashu, and Jason, one question that came up was whether all of this
native config stuff belongs in config.xml or should be separated out. One idea
would be to define separate files for each configuration file y
Github user rakatyal commented on the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/90#issuecomment-199479634
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
Hello all,
I agree with Julio that it is less confusing keeping the same mecanism
that the one it already exists with the plugin.xml.
Le 21 mars 2016 19:17, "julio cesar sanchez" a
écrit :
> I think we should add the config-file tag to the config.xml.
> It's already implemented on the plugin.xm
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199416572
Hey @shazron , bundling the ios-sim actually fixed the issue. Since this PR
was only updating package.json, I had to issue another PR that actually bundled
ios-sim@
Hi,
I just want to say that I like the idea of appium support for better test
coverage. I might be able to assist with that too.
-a
On Sun, Mar 20, 2016 at 11:24 PM Parashuram N
wrote:
> During the last Cordova face to face meeting in Oct 2015, one of the
> agenda items was to talk about defin
I think we should add the config-file tag to the config.xml.
It's already implemented on the plugin.xml. It allows you to modify the
AndroidManifest.xml or the info.plist when you install a plugin. But the
number of plugins that just modify the AndroidManifest.xml or info.plist is
increasing, I thi
I vote +1.
* Verified tags
* Ability to install/uninstall Cordova
* Ability to update Cordova
* Ability to create blank app for Windows, Android
* Ability to build/run apps
* Reviewed release notes
* Verified versions
* Verified line breaks
* Verified 'cordova serve'
* Verified that browserified a
I vote +1.
* Ran coho verify-archive
* Verified tag
* Built and ran blank app on windows and android platforms using this
cordova-common module
Thanks,
Alexander Sorokin
-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Saturday, March 19, 2016 4:01 AM
To: dev@
Github user nikhilkh commented on the pull request:
https://github.com/apache/cordova-ios/pull/210#issuecomment-199403771
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
en
Github user djscalzo closed the pull request at:
https://github.com/apache/cordova-plugin-geolocation/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 i
GitHub user djscalzo opened a pull request:
https://github.com/apache/cordova-plugin-geolocation/pull/73
ios9 fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/djscalzo/cordova-plugin-geolocation ios9-fix
Alternatively you can
Given that we are now using Gradle for builds, could these simply be gradle
sub-projects that define an AndroidManifest.xml, that gets merged during
Android build ? One way could be to support specifying "sub-projects" in
config.xml, and these changes get picked up. Would it work for all cases ?
Hey
So, if you've been paying attention to the JIRA, we've been getting slammed
with a ton of feature requests/bugs regarding the Android Manifest where
people want to add a 1:1 mapping between the two XML files.
The thing is that it's getting out of control, and we need to find a better
solution
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199377017
I've issued another PR to update the bundled ios-sim:
https://github.com/apache/cordova-ios/pull/210
---
If your project is set up for it, you can reply to this em
GitHub user omefire opened a pull request:
https://github.com/apache/cordova-ios/pull/210
CB-10912 Updating bundled ios-sim to fix 'Invalid Device State' errors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omefire/cordova-ios
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199369257
Hey @shazron, I just realized what you meant by 'bundling'. I'll update the
bundled 'node_modules' folder right now.
---
If your project is set up for it, you can
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-android/pull/281
---
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 vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-windows/pull/149#issuecomment-199339254
@limebreaker, this problem has been fixed in
https://github.com/apache/cordova-lib/pull/392
---
If your project is set up for it, you can reply to thi
Github user tommy1688 commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/85#issuecomment-199324271
I applied this PR and it can play local audio file. But all the sound
recording function fails after apply this PR.
I tried the following PR:
h
GitHub user dhams opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/172
CB-10317 Encoded # in uri parse
If we use # in folder name or file name Uri is not able parse that path as
of now.
As Uri class not parse # symbol (Uri class reserved that # as f
Github user hdsnet commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/85#issuecomment-199232066
+1 How is this going guys?
---
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 d
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-camera/pull/195
---
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 daserge commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/195#issuecomment-199205326
> It might make life easier to put these guys in a loop.
@dblotsky, I believe the whole tests file should be updated in this case
and propose to
GitHub user ATGardner opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/156
send back loaderror when "show" fails.
I noticed that when I try to open "_system", it silently fails, but returns
the error message as a result. In the js code, that error do
Github user wuchangming commented on the pull request:
https://github.com/apache/cordova-weinre/pull/13#issuecomment-199180884
Finally, I found that there was noting wrong with weinre.
My use case is integrated a proxy for mobile device, that the proxy inject
a `script tag` th
Github user wuchangming closed the pull request at:
https://github.com/apache/cordova-weinre/pull/13
---
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 daserge opened a pull request:
https://github.com/apache/cordova-ios/pull/209
CB-10918 Travis tests are failing sometimes for cordova-ios
Updates killall Simulator pname for XCode7
[Jira issue](https://issues.apache.org/jira/browse/CB-10918)
You can merge this p
47 matches
Mail list logo