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

[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.

[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

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

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 dependency

(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

[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

[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

[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-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:

[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

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,

[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

[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

Re: [cordova firefoxos] new release?

2015-03-18 Thread Steven Gill
Sounds good to me. On Mar 18, 2015 10:06 AM, Stef stephane.bachel...@gmail.com 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

[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

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 stevengil...@gmail.com: Sounds good to me. On Mar 18, 2015 10:06 AM, Stef stephane.bachel...@gmail.com wrote: Hi there is a really annoying bug in current release for FirefoxOS, which make build unusable as the

[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) {

[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 =

[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_r26704510 --- Diff: bin/templates/cordova/lib/build.js --- @@ -542,5 +653,12 @@ module.exports.help = function() { console.log('

[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

[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

[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

[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

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 shaz...@gmail.com wrote: Oops its http://plugins.cordova.io/ On Wed, Mar 18, 2015 at 5:27 PM,

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 `config-file`, 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 `framework` and `lib-file` so that it was consistent across

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 shaz...@gmail.com 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

[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

[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 `config-file`, because there was already a `target` attribute that had a different meaning. So it was decided to go with

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 nikhi...@microsoft.com 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

[GitHub] cordova-plugin-inappbrowser pull request: Make toolbar more iOS7 ...

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: [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 anis.ka...@gmail.com wrote: http://plugins.cordova.io/_view/searcher returns all plugins you'd have to filter/parse JSON you

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

[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

[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

[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-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.

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 arielj...@polygramapp.com wrote: My understanding is that Apple (via Meteor.js, link below) has indicated a willingness to approve apps that continuously deploy changes to

[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

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 morsis...@gmail.com 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 -

[GitHub] cordova-plugin-splashscreen pull request: Fixed plugin name in the...

2015-03-18 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/39#issuecomment-82766632 Thanks, but... This was intentional. Plugins are being hosted on npm and we are adopting npm style package ids --- If your project is set up