[GitHub] cordova-medic pull request: [CB-8698] Medic Refactor

2015-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/37 --- 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] cordova-js pull request: CB-8711 wait for all callbacks before eva...

2015-03-18 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-js/pull/106#issuecomment-83307408 Thanks for fixing this! --- 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] cordova-js pull request: CB-7992 prohibit multiple cordova include...

2015-03-18 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-js/pull/104#issuecomment-83252029 @nikhilkh CB-8711 now resolved. #106 https://ci.appveyor.com/project/Humbedooh/cordova-js/build/1.0.12 --- If your project is set up for it, you can reply

[GitHub] cordova-js pull request: CB-8711 wait for all callbacks before eva...

2015-03-18 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-js/pull/106 CB-8711 wait for all callbacks before evaluating expectations Some of the android (multi) exec call tests were failing on windows ( but not osx ) Changed the tests so they wait for the

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
Nice! I'll create a script to generate the plugin.xml automatically for anyone else that needs it for testing. Thanks Anis! On Wed, Mar 18, 2015 at 5:43 PM, Anis KADRI wrote: > http://plugins.cordova.io/_view/searcher > > returns all plugins you'd have to filter/parse JSON you get back to get the

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Anis KADRI
http://plugins.cordova.io/_view/searcher returns all plugins you'd have to filter/parse JSON you get back to get the ID Reference: http://goo.gl/alPWzY On Wed, Mar 18, 2015 at 5:28 PM, Shazron wrote: > Oops its http://plugins.cordova.io/ > > On Wed, Mar 18, 2015 at 5:27 PM, Shazron wrote: >

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
Oops its http://plugins.cordova.io/ On Wed, Mar 18, 2015 at 5:27 PM, Shazron wrote: > I don't suppose someone has a plugin.xml with dependencies for all the > plugins in cordova.plugins.io do they? ;) > > Is there a way to have a text dump of all plugins available in c.p.r? > > This is for testin

[cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
I don't suppose someone has a plugin.xml with dependencies for all the plugins in cordova.plugins.io do they? ;) Is there a way to have a text dump of all plugins available in c.p.r? This is for testing cordova-ios 4.0.x - To un

dev@cordova.apache.org

2015-03-18 Thread lukeharback
Github user lukeharback closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/92 --- 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,

Re: Build signed archives using CLI

2015-03-18 Thread Andrew Grieve
Left some comments on the PR. On Tue, Mar 17, 2015 at 5:04 PM, Nikhil Khandelwal wrote: > I just submitted a PR for this for Android: > https://github.com/apache/cordova-android/pull/164 > > Here's the rough design: > > - Build.json or command line args can be used to specify details required >

RE: (Mobile spec) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-18 Thread Nikhil Khandelwal
+1 for this improvement to createmobilespec.js. As Josh pointed out, createmobilespec.js was testing plugin dependencies as a side effect of its implementation detail. In fact, there was no specific asserts or validation done to ensure that the plugin dependency feature worked. Tests for plugin

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-18 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-83217204 Jesse - we couldn't use `target` for ``, because there was already a `target` attribute that had a different meaning. So it was decided to go with `device-target`.

RE: [GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-18 Thread Tim Barham
Jesse - we couldn't use `target` for ``, because there was already a `target` attribute that had a different meaning. So it was decided to go with `device-target`. I requested Rob change the equivalent `target` attribute on `` and `` so that it was consistent across elements. ---

Re: plugin for hot updates

2015-03-18 Thread Shazron
That is the common interpretation of Apple Review Guidelines 3.3.2, yes. On Tue, Mar 17, 2015 at 2:52 PM, Ariel Jakobovits wrote: > My understanding is that Apple (via Meteor.js, link below) has indicated a > willingness to approve apps that continuously deploy changes to a mobile > app without r

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704510 --- Diff: bin/templates/cordova/lib/build.js --- @@ -542,5 +653,12 @@ module.exports.help = function() { console.log('\'--versionCode=#\'

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704402 --- Diff: bin/templates/cordova/lib/build.js --- @@ -530,8 +589,60 @@ module.exports.findBestApkForArchitecture = function(buildResults, arch) {

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704343 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean = fu

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704092 --- Diff: bin/templates/cordova/lib/build.js --- @@ -409,7 +442,29 @@ function parseOpts(options, resolvedTarget) { console.warn('Bui

Re: intro

2015-03-18 Thread Shazron
Welcome, and thanks for the PR and JIRA issue! On Wed, Mar 18, 2015 at 11:00 AM, Islam Morsi wrote: > Hello, > > I've recently started exploring Cordova and ionicframework. My background > is mainly web development but I've been getting into app development for > the past year - mainly Android. >

Re: intro

2015-03-18 Thread Willy Aguirre
Welcome! 2015-03-18 15:21 GMT-05:00 Shazron : > Welcome, and thanks for the PR and JIRA issue! > > On Wed, Mar 18, 2015 at 11:00 AM, Islam Morsi wrote: > > Hello, > > > > I've recently started exploring Cordova and ionicframework. My background > > is mainly web development but I've been getting

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-18 Thread robpaveza
Github user robpaveza commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-83149842 I think our review indicated that we couldn't yet officially deprecate Windows 8, and even if we could it would require the six month window. The reason to

[GitHub] cordova-plugin-device-orientation pull request: add Android suppor...

2015-03-18 Thread slamorsi
GitHub user slamorsi opened a pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/19 add Android support for trueHeading use GeomagneticField and Location data to determine magnetic declination JIRA: https://issues.apache.org/jira/browse/CB-8705 Y

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-18 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-83118192 Personally I would much rather just drop support for Windows8 and move to an 8.1 universal only world ... then we can drop some of this wasted complexity.

[GitHub] cordova-mobile-spec pull request: CB-8694 Replaced dependencies pl...

2015-03-18 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/123#issuecomment-83116032 Tested on my end. 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

[GitHub] cordova-docs pull request: CB-8703: Add support for semver and dev...

2015-03-18 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-docs/pull/270 CB-8703: Add support for semver and device-specific targeting of Allows config-file to target a virtual "package.appxmanifest" (already supported) and specify versions of Windows via new ver

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-18 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-lib/pull/187 CB-8703: Add support for semver and device-specific targeting of config-file to Windows Allows config-file to target a virtual "package.appxmanifest" (already supported) and specify versions

[GitHub] cordova-plugin-camera pull request: CB-8706, CB-8707 saveToPhotoAl...

2015-03-18 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/78 CB-8706, CB-8707 saveToPhotoAlbum improvements and some refactoring - On Windows we should use filePicker instead of programmatically accessing user libs. This way the app doesnt have

intro

2015-03-18 Thread Islam Morsi
Hello, I've recently started exploring Cordova and ionicframework. My background is mainly web development but I've been getting into app development for the past year - mainly Android. I'm building a compass app to help me learn and noticed there's no trueHeading support for Android using the de

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2015-03-18 Thread cjpearson
GitHub user cjpearson opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/95 CB-3360: Set custom inappbrowser user agent for android This uses the same OverrideUserAgent and AppendUserAgent properties as the pull requests for cordova-ios and cordova-and

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2015-03-18 Thread cjpearson
GitHub user cjpearson opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/94 CB-3360: Set custom inappbrowser user agent for ios This uses the same OverrideUserAgent and AppendUserAgent properties as the pull requests for cordova-ios and cordova-android

Re: [cordova firefoxos] new release?

2015-03-18 Thread Willy Aguirre
what king of error do you see? 2015-03-18 12:12 GMT-05:00 Steven Gill : > Sounds good to me. > On Mar 18, 2015 10:06 AM, "Stef" wrote: > > > Hi there is a really annoying bug in current release for FirefoxOS, which > > make build unusable as the generated zip is corrupted. > > > > This issue (CB

Re: [cordova firefoxos] new release?

2015-03-18 Thread Steven Gill
Sounds good to me. On Mar 18, 2015 10:06 AM, "Stef" wrote: > Hi there is a really annoying bug in current release for FirefoxOS, which > make build unusable as the generated zip is corrupted. > > This issue (CB-7567) has been fixed and merged into repo on 2/18/15 so a > new release would be great

[cordova firefoxos] new release?

2015-03-18 Thread Stef
Hi there is a really annoying bug in current release for FirefoxOS, which make build unusable as the generated zip is corrupted. This issue (CB-7567) has been fixed and merged into repo on 2/18/15 so a new release would be great. What do you think ? Regards, Stef

Re: Simulating Cordova plugins and device capabilities

2015-03-18 Thread Jesse
Hi Tim, Nice work. I was going to point you towards Ripple[1], until I saw you have the most recent commit. Can you elaborate on why/how you feel this fits into cordova and not into the ripple project? Personally, I think it is a better fit in ripple, or at the minimum, as a separate module/repo

RE: (Mobile spec) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-18 Thread Josh Soref
One disadvantage of this is that it means plugin dependencies aren't necessarily tested by most cordova developers. The BlackBerry 10 default plugin system includes a couple of dependencies, and plugin management has had a tendency to be fairly fragile/broken. I'm not opposed to going this way, b

[GitHub] cordova-browser pull request: CB-8196 Browser platform `run` shoul...

2015-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-browser/pull/5 --- 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] cordova-plugin-splashscreen pull request: CB-7964 Add cordova-plug...

2015-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/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

[GitHub] cordova-browser pull request: CB-8223 Expose config.xml in the Bro...

2015-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-browser/pull/7 --- 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] cordova-js pull request: CB-8223 Adds configparser module for expo...

2015-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/105 --- 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] cordova-js pull request: CB-8223 Adds configparser module for expo...

2015-03-18 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-js/pull/105#issuecomment-82993636 There is no regression against master branch, the tests failures exists across last 10 commits at least: https://ci.appveyor.com/project/Humbedooh/cordova-js

[GitHub] cordova-js pull request: CB-8223 Adds configparser module for expo...

2015-03-18 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-js/pull/105 CB-8223 Adds configparser module for exposing config.xml in the Browser platform This implements confighelper module for config.xml preferences retrieval at runtime for browser platfor

Re: (Mobile spec) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-18 Thread Andrew Grieve
I've wanted to do this a few times (or implement "plugin rm -f"). +1 and thanks! On Wed, Mar 18, 2015 at 7:54 AM, Alexander Sorokin (Akvelon) < v-als...@microsoft.com> wrote: > Hi guys, > > I would like to introduce a little improvement for mobile spec. > > Currently createmobilespec uses depende

iOS 8.3 beta 3 testing

2015-03-18 Thread Edna Y Morales
Did regression testing for iOS 8.3 beta 3 and saw no issues. Thanks, Edna Morales

(Mobile spec) Replace dependency plugin with plugin list parameter in createmobilespec

2015-03-18 Thread Alexander Sorokin (Akvelon)
Hi guys, I would like to introduce a little improvement for mobile spec. Currently createmobilespec uses dependency plugin to specify the list of plugins to install. This approach has some limitations, for example after the app is created the user cannot remove particular plugin because they al

[GitHub] cordova-mobile-spec pull request: CB-8694 Replaced dependencies pl...

2015-03-18 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/123#issuecomment-82833050 @dblotsky Ah, it couldn't locate mobilespec tests, thanks for pointing that out! Fixed it. --- If your project is set up for it, you can reply to this

Simulating Cordova plugins and device capabilities

2015-03-18 Thread Tim Barham
Hey everyone... I would like to introduce a proposal and proof-of-concept prototype that we have been working on. The proposal is to provide a tool/feature that allows you to simulate Cordova plugins and device capabilities when a Cordova app is launched in your desktop browser. The goals for t

[GitHub] cordova-plugin-battery-status pull request: CB-7953 Add cordova-pl...

2015-03-18 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-battery-status/pull/20#issuecomment-82827466 Hi @purplecabbage, rebased. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-18 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-82798149 Hi!. Looks nice, but failed on some my tests. Doesn't works get directory entry. Sample: ```javascript document.addEventListener('devicer