Re: CB-9496 - Quick sanity check...

2015-08-17 Thread tommy-carlos williams
I think they just should have been in the plugin all along… 

If it’s not needed by most apps, it’s kinda annoying to have to remove them 
manually :)


On 18 August 2015 at 11:59:25, Joe Bowser (bows...@gmail.com) wrote:

That makes sense if the Network Information API is present in Crosswalk.  
I'm really wondering how this will work with Marshmallow.  



On Mon, Aug 17, 2015 at 6:57 PM tommy-carlos williams   
wrote:  

> I noticed that my app had gained two new permissions on Android and hunted  
> them down to an addition for Crosswalk[1] that really should be in the  
> Crosswalk plugin itself.  
>  
> I added the permissions to the Crosswalk plugin, now I want to remove them  
> from cordova-android’s templates[3][4]  
>  
> I just want to make sure there would be no reason to keep these in.  
>  
>  
> 1.  
> https://github.com/apache/cordova-android/commit/4a67dd2e28aed257c85b75c11026ae7a2a19c2ad
>   
> 2.  
> https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/pull/43 
>  
> 3. https://issues.apache.org/jira/browse/CB-9496  
> 4. https://github.com/apache/cordova-android/pull/206  
>  
>  
>  


Re: CB-9496 - Quick sanity check...

2015-08-17 Thread Joe Bowser
That makes sense if the Network Information API is present in Crosswalk.
I'm really wondering how this will work with Marshmallow.



On Mon, Aug 17, 2015 at 6:57 PM tommy-carlos williams 
wrote:

> I noticed that my app had gained two new permissions on Android and hunted
> them down to an addition for Crosswalk[1] that really should be in the
> Crosswalk plugin itself.
>
> I added the permissions to the Crosswalk plugin, now I want to remove them
> from cordova-android’s templates[3][4]
>
> I just want to make sure there would be no reason to keep these in.
>
>
> 1.
> https://github.com/apache/cordova-android/commit/4a67dd2e28aed257c85b75c11026ae7a2a19c2ad
> 2.
> https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/pull/43
> 3. https://issues.apache.org/jira/browse/CB-9496
> 4. https://github.com/apache/cordova-android/pull/206
>
>
>


CB-9496 - Quick sanity check...

2015-08-17 Thread tommy-carlos williams
I noticed that my app had gained two new permissions on Android and hunted them 
down to an addition for Crosswalk[1] that really should be in the Crosswalk 
plugin itself.

I added the permissions to the Crosswalk plugin, now I want to remove them from 
cordova-android’s templates[3][4]

I just want to make sure there would be no reason to keep these in.


1. 
https://github.com/apache/cordova-android/commit/4a67dd2e28aed257c85b75c11026ae7a2a19c2ad
2. https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/pull/43
3. https://issues.apache.org/jira/browse/CB-9496
4. https://github.com/apache/cordova-android/pull/206




[GitHub] cordova-ios pull request: CB-9500 Added no sign argument to iOS bu...

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-ios/pull/152#issuecomment-132024453
  
Another option is to use 'xcode' node module to parse the `productname` 
which corresponds with the .app name and find it .app file to sign. 
Alternative, shell.ls can be used to find the .app file and create an ipa. 

I want to question why would you have a different name for the .xcodeproj 
and the app name? I noticed, we allow changing the name in config.xml and 
thereafter being able to update .xcodeproj name and the product name - does 
that not work for you?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: Add ability to play queue of so...

2015-08-17 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/18#issuecomment-132009862
  
This pull request could probably be closed.

I have added an updated pull request which implements avplayer for 
streaming audio which has no conflicts, the info in these PR's was very useful 
to get that moving.

There is already a seperate remote controls cordova plugin which allows you 
the handle setting metadata and receiving remote control events from the lock 
screen or control center.

I think it's better to leave that as a seperate plugin as it has a specific 
purpose which is not playing media and is also ios only.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: Update the README.md

2015-08-17 Thread nikhilkh
GitHub user nikhilkh opened a pull request:

https://github.com/apache/cordova-windows/pull/117

Update the README.md



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-windows readme

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/117.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #117


commit 1719314f06ea56da853a1dd550c228f963373f43
Author: Nikhil Khandelwal 
Date:   2015-08-18T00:47:28Z

Update the README.md




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[DISCUSS] Cordova-plugin-file@3.0.0 release

2015-08-17 Thread Steven Gill
Some big changes have landed in the file plugin (in terms of android
storage location). I want to start a release for this.

I am still planning a larger release for all of our plugins, but need some
more time to review PRs.

Let me know if you have any issues or comments.

Release issue: https://issues.apache.org/jira/browse/CB-9504


[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-08-17 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-132005818
  
I'll look and putting something in that mimics the existing stop behavior 
applied to avaudioplayer.

Any chance of this actually getting merged once that is done?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-132004684
  
i have a question...do i need to capture the state of the app while 
capturing the photo or gone to library? or the plugin will take care of that?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-13200
  
Thanks guys...for taking time on 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 this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-132002862
  
I agree with @purplecabbage that this is not the correct forum for this. 
Please use stack overflow and mark it with visual studio cordova. People from 
the product team look at that forum and will respond to you.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-132002001
  
Okay, it appears you are doing some magic with the Visual Studio TACO ( 
tools for apache cordova )
You will need to bring this up with the visual studio team, as ultimately 
what you are running is NOT strictly a cordova project.  
I was able to run your javascript(2) version as posted, but the 
BlankCordovaApp1 app was missing multiple files and could not be built.
Ultimately this is not the place to have this discussion, as it has nothing 
to do with this pull request.
If you need to discuss this further, please open a jira issue, or contact 
me on the cordova slack channel.
to join :
http://slack.cordova.io/ 
to view :
https://cordova.slack.com/

I am @purplecabbage everywhere.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [Vote] 3.7.0 Webos Release

2015-08-17 Thread Steven Gill
The vote has now closed. The results are:

Positive Binding Votes: 3

Steve Gill
Jason Robitaille
Carlos Santana

The vote has passed.

I will now publish to npm and dist.


On Thu, Aug 13, 2015 at 1:53 PM, Carlos Santana 
wrote:

> +1
>
> dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9464
>
> The package :
> cordova-webos: 3.7.0 (5871de2c34)
>
> * Confirmed sigs & hashes with `coho verify-archive`
> * Verified sha1s match tags with `coho verify-tags`
> * Re-created archives to ensure contents match release candidate
>
>
> On Thu, Aug 13, 2015 at 4:46 PM Jason Robitaille  >
> wrote:
>
> > I vote +1:
> > * Built and tested each command against LG TV m14tv and h15 hardware,
> plus
> > core SDK emulator
> >
> > * Tested against legacy HP webOS hardware & emulator
> >
> >
> >
> >
> >
> >
> > On 8/13/15, 1:39 PM, "Steven Gill"  wrote:
> >
> > >I sent this vote out yesterday but people are reporting they haven't
> > >seen it. Must be due to the mailing list issues.
> > >
> > >Please review and vote on this 3.7.0 Webos Release
> > >by replying to this email (and keep discussion on the DISCUSS thread)
> > >
> > >Release issue: https://issues.apache.org/jira/browse/CB-9464
> > >
> > >The archive has been published to
> > >dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9464
> > >
> > >The package was published from its corresponding git tag:
> > >cordova-webos: 3.7.0 (5871de2c34)
> > >
> > >Note that you can test it out via:
> > >
> > >cordova platform add https://github.com/apache/cordova-webos#3.7.0
> > >
> > >Upon a successful vote I will upload the archive to dist/, publish it
> > >to NPM, and post the blog post.
> > >
> > >Voting guidelines:
> > >
> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
> > >
> > >Voting will go on for a minimum of 48 hours.
> > >
> > >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
> > >* Built a sample hello world app
> >
> >
>


Re: [VOTE] 4.0.0 Browser Release

2015-08-17 Thread Brian LeRoux
+1

On Mon, Aug 17, 2015 at 4:12 PM, Steven Gill  wrote:

> Please review and vote on this 4.0.0 Browser Release
> by replying to this email (and keep discussion on the DISCUSS thread)
>
> Release issue: https://issues.apache.org/jira/browse/CB-9491
>
> The archive has been published to
> dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9491
>
> The package was published from its corresponding git tag:
> cordova-browser: 4.0.0 (580a0c6eb7)
>
> Note that you can test it out via:
>
> cordova platform add https://github.com/apache/cordova-browser#4.0.0
>
> Upon a successful vote I will upload the archive to dist/, publish it
> to NPM, and post the blog post.
>
> Voting guidelines:
> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>
> Voting will go on for a minimum of 48 hours.
>
> 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
> * Created a simple browser hello world app using the cli.
>


[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131989448
  
https://onedrive.live.com/embed?cid=463D607901FE1563&resid=463D607901FE1563%21114&authkey=ADmtINFmJhqVSBI";
 width="165" height="128" frameborder="0" scrolling="no"> 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[VOTE] 4.0.0 Browser Release

2015-08-17 Thread Steven Gill
Please review and vote on this 4.0.0 Browser Release
by replying to this email (and keep discussion on the DISCUSS thread)

Release issue: https://issues.apache.org/jira/browse/CB-9491

The archive has been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9491

The package was published from its corresponding git tag:
cordova-browser: 4.0.0 (580a0c6eb7)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-browser#4.0.0

Upon a successful vote I will upload the archive to dist/, publish it
to NPM, and post the blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

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
* Created a simple browser hello world app using the cli.


RE: [DISCUSS] cordova-windows release

2015-08-17 Thread Rob Paveza
Release notes:

* CB-9499: Run failure targeting x64 with an x86 version of Node
* CB-8936: Logs: Stability and formatting improvements
* CB-8936: Windows logs: Improvements
* CB-9482: Mobile deployment failure 
* CB-9482: Mobile emulator deployment failure
* CB-8936: Added logging functionality
* CB-9458: Updated the baseline version of Universal Windows to 10240.
* CB-9456: Fixed windows app crash on startup
* CB-9450: `WindowsStoreIdentityName` preference for Store publishing
* CB-9455: Fixed requirements check failure
* CB-8965: Wait for project creation before adding to it.
* CB-8965: Copy cordova-js-src directory to platform folder during create
* CB-9359: Adds support for .appxbundle creation
* CB-9410: Added preferences for Windows Store ingestion.
* CB-9408: Added a `windows-packageVersion` attribute to the `` element 
* CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote 
devices.
* CB-9239: Fixes issue with windows prepare on posix platforms.
* CB-9235: Adds more checks based on the windows-target-version
* CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0.
* CB-9335: Windows quality-of-life improvements.  
* put channel in its proper place, and removed comment. Removed extra )
* add same activated channel and activationContext for non-browserify workflows
* add activationContext + activated channel to windows
* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app 
manifest. 
* CB-9252: Migrate WinJS to an NPM dependency
* Adding .ratignore file.
* CB-9164 Better error message when deploying to Windows10 phone emulator
* CB-9097: fail with a more descriptive error if run as admin

**Known Issues with 4.1.0 and Windows 10**

* The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but 
not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your 
solution file in Visual Studio.

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Thursday, August 13, 2015 4:28 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] cordova-windows release

+1

On Thu, Aug 13, 2015 at 6:52 PM Rob Paveza  wrote:

> I think we've worked out all of the remaining issues on the 
> Cordova-Windows release.  Worked with Dmitry yesterday to get the CI 
> working again, and all appears well.
>
> Does anyone have any reason we shouldn't do one?  If not, I'll do a 
> vote tomorrow.
>
> Thanks!
>


[GitHub] cordova-windows pull request: CB-9499: There is a run failure when...

2015-08-17 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/116


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: iOS : Fix for screen not...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/56#issuecomment-131980497
  
Isn't using __block to define __typeof(self) strongSelf = weakSelf; the 
more correct solution here?
The issue seems to be that once dispatch_async happens strongSelf may no 
longer exist.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: CB-9499: There is a run failure when...

2015-08-17 Thread robpaveza
Github user robpaveza commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/116#discussion_r37243479
  
--- Diff: template/cordova/lib/package.js ---
@@ -215,13 +215,20 @@ module.exports.deployToDesktop = function (package, 
deployTarget) {
 
 return utils.getAppStoreUtils().then(function(appStoreUtils) {
 return getPackageName(path.join(__dirname, '..', 
'..')).then(function(pkgname) {
+
+var oldArch;
 // uninstalls previous application instance (if exists)
 console.log('Attempt to uninstall previous application 
version...');
 return spawn('powershell', ['-ExecutionPolicy', 
'RemoteSigned', 'Import-Module "' + appStoreUtils + '"; Uninstall-App ' + 
pkgname])
 .then(function() {
 console.log('Attempt to install application...');
+oldArch = process.env.PROCESSOR_ARCHITECTURE;
+if (package.arch === 'x64') {
+process.env.PROCESSOR_ARCHITECTURE = 'AMD64';
+}
 return spawn('powershell', ['-ExecutionPolicy', 
'RemoteSigned', 'Import-Module "' + appStoreUtils + '"; Install-App', 
utils.quote(package.script)]);
--- End diff --

Addressed by update.  Thx.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Cordova Face to Face meeting

2015-08-17 Thread tommy-carlos williams
FOMO!

:(

Enjoy… 


On 18 August 2015 at 06:57:27, julio cesar sanchez (jcesarmob...@gmail.com) 
wrote:

I can't go, too far, too expensive and not much vacation left.  
Take notes and share them with the ones that can't go.  

Have fun!  

El lunes, 17 de agosto de 2015, Jesse  escribió:  

> Done.  
>  
>  
>  
> > On Aug 17, 2015, at 10:29 AM, Steven Gill  > wrote:  
> >  
> > Last chance to enter availability in doodle for the face to face. Doodle:  
> > http://doodle.com/58peh49rqm2tbyhm. I am closing it tomorrow so we can  
> try  
> > to finalize the dates and book flights.  
> >  
> >> On Fri, Aug 7, 2015 at 4:08 PM, Carlos Santana  > wrote:  
> >>  
> >> I think 2 days is a good idea it will give a chance to have a social  
> night  
> >> #jsdrinking  
> >>  
> >> I think I'm the last person to suggest since I'm wrestling with the fax  
> >> machine here :-)  
> >> On Fri, Aug 7, 2015 at 6:14 PM Carlos Santana  >  
> >> wrote:  
> >>  
> >>> Yeah I would preferred more than a day. It would be hard to justify the  
> >>> business trip from North Carolina for a single day  
> >>>  
> >>> We are looking into sending two folks.  
> >>>  
> >>> - Carlos  
> >>> Sent from my iPhone  
> >>>  
>  On Aug 7, 2015, at 5:51 PM, Steven Gill  >  
> >> wrote:  
>   
>  I'd be open to 2 days but 1 could work to.  
>   
>  Maybe something like:  
>  Day 1: intros, roadmap planning, identify pain points, etc  
>  Day 2: split into smaller teams and try to solve some of the concerns  
> >>> from  
>  day 1.  
>   
> > On Fri, Aug 7, 2015 at 2:48 PM, Parashuram N  >  
> >>> wrote:  
> >  
> > I am guessing that this would be a one day meeting.  
> >  
> > -Original Message-  
> > From: Carlos Santana [mailto:csantan...@gmail.com ]  
> > Sent: Friday, August 7, 2015 2:25 PM  
> > To: dev@cordova.apache.org   
> > Subject: Re: Cordova Face to Face meeting  
> >  
> > How many days are we planning to meet? I'm writing the travel request  
> >> by  
> > hand to send the fax :-)  
> >  
> >  
> > On Thu, Aug 6, 2015 at 9:42 PM Masahiro Tanaka  >  
> > wrote:  
> >  
> >> I'm in! :)  
> >>  
> >> On Fri, 07 Aug 2015 08:37:50 +0900, Steven Gill  
> >> >  
> >> wrote:  
> >>  
> >>> Doodle:  
> >> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fdood  
> >>> le.com%2f58peh49rqm2tbyhm&data=01%7c01%7cpanarasi%40microsoft.com  
> >> %7c  
> >>>  
> 3fa83cc33aeb446a585708d29f6ebe75%7c72f988bf86f141af91ab2d7cd011db47%  
> >>> 7c1&sdata=Vq5pSYf1esq4Nw1%2fYJmbPEYP4kvZrbPHJhBfgWy18j0%3d  
> >>>  
> >>> On Thu, Aug 6, 2015 at 4:17 PM, Parashuram N  
> >>> >  
> >>> wrote:  
> >>>  
>  Sorry for dropping the ball here - Microsoft can host this in  
>  October. I will start working with my Corporate facilities team to  
>  get the place where we can meet, and let you guys know the  
> details.  
>   
>  Would it be safe to assume that there will be approx. 30 people at  
>  the meeting ?  
>  Steve, please do start a doodle for this.  
>   
>  -Original Message-  
>  From: Tim Barham [mailto:tim.bar...@microsoft.com ]  
>  Sent: Thursday, August 6, 2015 4:08 PM  
>  To: dev@cordova.apache.org   
>  Subject: RE: Cordova Face to Face meeting  
>   
>  I'll be there! Looking forward to it.  
>   
>  -Original Message-  
>  From: Jesse [mailto:purplecabb...@gmail.com ]  
>  Sent: Friday, August 7, 2015 8:25 AM  
>  To: dev@cordova.apache.org   
>  Subject: Re: Cordova Face to Face meeting  
>   
>  Yes!  
>   
>   
>   
>  My team is hiring!  
>  @purplecabbage  
> >> https://na01.safelinks.protection.outlook.com/?url=risingj.com&data  
>  =01%7c01%7cpanarasi%40microsoft.com  
> >> %7c3fa83cc33aeb446a585708d29f6eb  
>   
> e75%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=PHqR%2bUh%2bsPBfg0  
>  lU8kpQVavrBk9E4flFB%2fiUIipcSqM%3d  
>   
>  On Thu, Aug 6, 2015 at 2:59 PM, Steven Gill  
>  >  
>  wrote:  
>   
> > Does October timeframe look okay for Microsoft to host? I can  
> > send out a doodle.  
> >  
> > On Sat, Jul 25, 2015 at 8:59 AM, Raymond Camden  
> > >  
> > wrote:  
> >  
> >> I'd love to do this too (and like Carlos, need to ask  
> >> permission of course ;). October works for me too, just not  
> 9-11.  
> >>  
> >> On Wed, Jul 22, 2015 at 10:26 PM, Carlos Santana  
> >> >  
> >> wrote:  
> >>> She is a school psychologist so her chances of finding this  
> >>> mailing is almost zero :-) On Wed, Jul 22, 2015 at 10:55 PM  
> 

Re: Cordova Face to Face meeting

2015-08-17 Thread julio cesar sanchez
I can't go, too far, too expensive and not much vacation left.
Take notes and share them with the ones that can't go.

Have fun!

El lunes, 17 de agosto de 2015, Jesse  escribió:

> Done.
>
>
>
> > On Aug 17, 2015, at 10:29 AM, Steven Gill  > wrote:
> >
> > Last chance to enter availability in doodle for the face to face. Doodle:
> > http://doodle.com/58peh49rqm2tbyhm. I am closing it tomorrow so we can
> try
> > to finalize the dates and book flights.
> >
> >> On Fri, Aug 7, 2015 at 4:08 PM, Carlos Santana  > wrote:
> >>
> >> I think 2 days is a good idea it will give a chance to have a social
> night
> >> #jsdrinking
> >>
> >> I think I'm the last person to suggest since I'm wrestling with the fax
> >> machine here :-)
> >> On Fri, Aug 7, 2015 at 6:14 PM Carlos Santana  >
> >> wrote:
> >>
> >>> Yeah I would preferred more than a day. It would be hard to justify the
> >>> business trip from North Carolina for a single day
> >>>
> >>> We are looking into sending two folks.
> >>>
> >>> - Carlos
> >>> Sent from my iPhone
> >>>
>  On Aug 7, 2015, at 5:51 PM, Steven Gill  >
> >> wrote:
> 
>  I'd be open to 2 days but 1 could work to.
> 
>  Maybe something like:
>  Day 1: intros, roadmap planning, identify pain points, etc
>  Day 2: split into smaller teams and try to solve some of the concerns
> >>> from
>  day 1.
> 
> > On Fri, Aug 7, 2015 at 2:48 PM, Parashuram N  >
> >>> wrote:
> >
> > I am guessing that this would be a one day meeting.
> >
> > -Original Message-
> > From: Carlos Santana [mailto:csantan...@gmail.com ]
> > Sent: Friday, August 7, 2015 2:25 PM
> > To: dev@cordova.apache.org 
> > Subject: Re: Cordova Face to Face meeting
> >
> > How many days are we planning to meet? I'm writing the travel request
> >> by
> > hand to send the fax :-)
> >
> >
> > On Thu, Aug 6, 2015 at 9:42 PM Masahiro Tanaka  >
> > wrote:
> >
> >> I'm in! :)
> >>
> >> On Fri, 07 Aug 2015 08:37:50 +0900, Steven Gill
> >> >
> >> wrote:
> >>
> >>> Doodle:
> >> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fdood
> >>> le.com%2f58peh49rqm2tbyhm&data=01%7c01%7cpanarasi%40microsoft.com
> >> %7c
> >>>
> 3fa83cc33aeb446a585708d29f6ebe75%7c72f988bf86f141af91ab2d7cd011db47%
> >>> 7c1&sdata=Vq5pSYf1esq4Nw1%2fYJmbPEYP4kvZrbPHJhBfgWy18j0%3d
> >>>
> >>> On Thu, Aug 6, 2015 at 4:17 PM, Parashuram N
> >>> >
> >>> wrote:
> >>>
>  Sorry for dropping the ball here - Microsoft can host this in
>  October. I will start working with my Corporate facilities team to
>  get the place where we can meet, and let you guys know the
> details.
> 
>  Would it be safe to assume that there will be approx. 30 people at
>  the meeting ?
>  Steve, please do start a doodle for this.
> 
>  -Original Message-
>  From: Tim Barham [mailto:tim.bar...@microsoft.com ]
>  Sent: Thursday, August 6, 2015 4:08 PM
>  To: dev@cordova.apache.org 
>  Subject: RE: Cordova Face to Face meeting
> 
>  I'll be there! Looking forward to it.
> 
>  -Original Message-
>  From: Jesse [mailto:purplecabb...@gmail.com ]
>  Sent: Friday, August 7, 2015 8:25 AM
>  To: dev@cordova.apache.org 
>  Subject: Re: Cordova Face to Face meeting
> 
>  Yes!
> 
> 
> 
>  My team is hiring!
>  @purplecabbage
> >> https://na01.safelinks.protection.outlook.com/?url=risingj.com&data
>  =01%7c01%7cpanarasi%40microsoft.com
> >> %7c3fa83cc33aeb446a585708d29f6eb
> 
> e75%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=PHqR%2bUh%2bsPBfg0
>  lU8kpQVavrBk9E4flFB%2fiUIipcSqM%3d
> 
>  On Thu, Aug 6, 2015 at 2:59 PM, Steven Gill
>  >
>  wrote:
> 
> > Does October timeframe look okay for Microsoft to host? I can
> > send out a doodle.
> >
> > On Sat, Jul 25, 2015 at 8:59 AM, Raymond Camden
> > >
> > wrote:
> >
> >> I'd love to do this too (and like Carlos, need to ask
> >> permission of course ;). October works for me too, just not
> 9-11.
> >>
> >> On Wed, Jul 22, 2015 at 10:26 PM, Carlos Santana
> >> >
> >> wrote:
> >>> She is a school psychologist so her chances of finding this
> >>> mailing is almost zero :-) On Wed, Jul 22, 2015 at 10:55 PM
> >>> Dmitry Blotsky <
> > dblot...@microsoft.com >
> >>> wrote:
> >>>
>  This is a publicly-archived mailing list, so the element of
>  surprise
> > is
>  now lost. ;)
> 
> > On Jul 22, 2015, at 4:00 PM, Carlos Santana
> > >
>  wrote:
> >
> >>

Re: Unable to use .IN domain

2015-08-17 Thread Ian Clelland
On Mon, Aug 17, 2015 at 4:24 PM, Jesse  wrote:

> Yes, we go with the lowest common identifier, assuming that the other
> platforms may be added later.
>

Ahh, now that I read the source more carefully, I see that some
Java-specific items are added at the end (at first glance, it looked like
it just contained the list of C# identifiers)


> Unfortunately you cannot use `in` as part of the id.
> I would suggest `inleegan.helloworld` or drop the `in` completely.
>

It may also be possible to use in_.leegan.helloworld, which would be the
traditional Java workaround, if 'in' was reserved there.


>
> My team is hiring!
> @purplecabbage
> risingj.com
>
> On Mon, Aug 17, 2015 at 5:32 AM, Ian Clelland 
> wrote:
>
> > "in" is not a reserved keyword Java, but it is in C# -- are you building
> a
> > Windows Phone or Windows application?
> >
> > It looks like Jesse's https://www.npmjs.com/package/valid-identifier
> > package is catching this.
> >
> > On Sat, Aug 15, 2015 at 12:57 AM,  wrote:
> >
> > > Dear Sir,
> > >
> > >
> > >
> > > I would like to use ".IN" domain in the APP ID while building the
> Cordova
> > > application.
> > >
> > > Whenever I try to use
> > >
> > >
> > >
> > > cordova create hello in.leegan.helloworld HelloWorld
> > >
> > > it says:
> > >
> > > App id contains a reserved word, or is not a valid
> > > identifier
> > >
> > >
> > >
> > > It seems to be that "in.leegan.helloworld" is not valid.
> > >
> > >
> > >
> > > How can I overcome this limitation ?
> > >
> > >
> > >
> > > Regards,
> > >
> > > Hemant Ganpule
> > >
> > > LEEGAN SOFTWARES
> > >
> > > Thane, India
> > >
> > >
> > >
> > >
> > >
> > >
> >
>


Re: Unable to use .IN domain

2015-08-17 Thread Jesse
Yes, we go with the lowest common identifier, assuming that the other
platforms may be added later.
Unfortunately you cannot use `in` as part of the id.
I would suggest `inleegan.helloworld` or drop the `in` completely.


My team is hiring!
@purplecabbage
risingj.com

On Mon, Aug 17, 2015 at 5:32 AM, Ian Clelland 
wrote:

> "in" is not a reserved keyword Java, but it is in C# -- are you building a
> Windows Phone or Windows application?
>
> It looks like Jesse's https://www.npmjs.com/package/valid-identifier
> package is catching this.
>
> On Sat, Aug 15, 2015 at 12:57 AM,  wrote:
>
> > Dear Sir,
> >
> >
> >
> > I would like to use ".IN" domain in the APP ID while building the Cordova
> > application.
> >
> > Whenever I try to use
> >
> >
> >
> > cordova create hello in.leegan.helloworld HelloWorld
> >
> > it says:
> >
> > App id contains a reserved word, or is not a valid
> > identifier
> >
> >
> >
> > It seems to be that "in.leegan.helloworld" is not valid.
> >
> >
> >
> > How can I overcome this limitation ?
> >
> >
> >
> > Regards,
> >
> > Hemant Ganpule
> >
> > LEEGAN SOFTWARES
> >
> > Thane, India
> >
> >
> >
> >
> >
> >
>


[GitHub] cordova-plugin-splashscreen pull request: CB-8875 execute entire c...

2015-08-17 Thread idpaterson
Github user idpaterson commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/44#issuecomment-131947531
  
Should the `createViews` and `destroyViews` calls (the entire if/else 
structure) be dispatched to the main thread as well? It seems that calling 
those off of the main thread could lead to unexpected behavior since they 
interact with views.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: iOS : Fix for screen not...

2015-08-17 Thread idpaterson
Github user idpaterson commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/56#issuecomment-131946308
  
The `dispatch_async` calls were added 
[here](https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862)
 and reports on the commit of fading no longer working were disregarded. 
Further discussion on [the original 
issue](https://issues.apache.org/jira/browse/CB-8836) noted that the 
`dispatch_async` calls did not fully resolve whatever crash was being 
experienced.

Certainly removing these calls outright is not a complete solution since it 
disregards the earlier problem of crashes due to operating off the main thread, 
but this pull request thus far identifies that changes in the animation block 
must be synchronous in order to actually animate.

The related issue in Jira for fading no longer working on iOS is 
[CB-8875](https://issues.apache.org/jira/browse/CB-8875) for which there is an 
outstanding pull request #44 by @chrskrchr. This is a better but possibly not a 
complete solution either since the calls to `destroyViews` and `createViews` 
should probably also only be called on the main thread. 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: CB-9499: There is a run failure when...

2015-08-17 Thread muratsu
Github user muratsu commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/116#discussion_r37230334
  
--- Diff: template/cordova/lib/package.js ---
@@ -215,13 +215,20 @@ module.exports.deployToDesktop = function (package, 
deployTarget) {
 
 return utils.getAppStoreUtils().then(function(appStoreUtils) {
 return getPackageName(path.join(__dirname, '..', 
'..')).then(function(pkgname) {
+
+var oldArch;
 // uninstalls previous application instance (if exists)
 console.log('Attempt to uninstall previous application 
version...');
 return spawn('powershell', ['-ExecutionPolicy', 
'RemoteSigned', 'Import-Module "' + appStoreUtils + '"; Uninstall-App ' + 
pkgname])
 .then(function() {
 console.log('Attempt to install application...');
+oldArch = process.env.PROCESSOR_ARCHITECTURE;
+if (package.arch === 'x64') {
+process.env.PROCESSOR_ARCHITECTURE = 'AMD64';
+}
 return spawn('powershell', ['-ExecutionPolicy', 
'RemoteSigned', 'Import-Module "' + appStoreUtils + '"; Install-App', 
utils.quote(package.script)]);
--- End diff --

If we throw here the PROCESSOR_ARCHITECTURE will remain changed. While this 
currently has no side effects, we probably want to have a catch promise and set 
the PROCESSOR_ARCHITECTURE to the original value since it's a shared value. 
LGTM otherwise.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: iOS : Fix for screen not...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/56#issuecomment-131936309
  
Ignoring whitespace changes, this 'fix' is simply just removing the 
`dispatch_async(dispatch_get_main_queue(), ^{` blocks.
Can you elaborate on why this is required?



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-medic pull request: CB-8936 Windows logs gathering

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-medic/pull/59#issuecomment-131933828
  
How will this work - since mobilespec launch does not run with admin 
permissions? Do you expect enabling the log be a one-time machine setup process?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-medic pull request: CB-8936 Windows logs gathering

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-medic/pull/59#discussion_r37225188
  
--- Diff: medic/medic-run.js ---
@@ -238,6 +241,16 @@ function windowsSpecificPreparation(argv) {
 );
 }
 
+// start logging
+var logScriptPath = path.join(platformPath, 'cordova', 'log');
+if (fs.existsSync(logScriptPath)) {
+logProcess = cp.fork(logScriptPath, [], { silent: true });
--- End diff --

Probably good to create a medic log message 'Starting log..."


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-medic pull request: CB-8936 Windows logs gathering

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-medic/pull/59#discussion_r37225154
  
--- Diff: medic/medic-run.js ---
@@ -238,6 +241,16 @@ function windowsSpecificPreparation(argv) {
 );
 }
 
+// start logging
+var logScriptPath = path.join(platformPath, 'cordova', 'log');
+if (fs.existsSync(logScriptPath)) {
+logProcess = cp.fork(logScriptPath, [], { silent: true });
+
+logProcess.stdout.on('data', function (data) {
--- End diff --

Should we listen for error and log a message with the error?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request: CB-9500 Added no sign argument to iOS bu...

2015-08-17 Thread njtman
GitHub user njtman opened a pull request:

https://github.com/apache/cordova-ios/pull/152

CB-9500 Added no sign argument to iOS build

As of Cordova iOS 3.9.0, Xcode signing is automatically added to the build
step when compiling for device.  An argument has been added to skip
the signing step (xcrun command) when building for an iOS device. 

Simply supply:

--noSign

argument when running the compile / build command to skip iOS app signing.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/njtman/cordova-ios 
CB-9500-iOS-Build-No-Sign-Arg

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/152.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #152


commit 5bfb1eefc15a81096ae9106f87c893716d1f9cd0
Author: Jon Tancer 
Date:   2015-08-17T19:08:31Z

CB-9500 Added no sign argument to iOS build

As of Cordova iOS 3.9.0, Xcode signing is automatically added to build
step when compiling for device.  An argument has been added to skip
this step of signing when building for an iOS device.  Simply supply
the —noSign argument when running the compile / build command.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: CB-8936 Logs: Stability and formatti...

2015-08-17 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/115


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131932455
  
I don't see anything at the url you posted.



My team is hiring!
@purplecabbage
risingj.com

On Mon, Aug 17, 2015 at 10:23 AM, ekambarrao 
wrote:

> @purplecabbage  this is like light in
> darkyour offer itself is like a great savior to me:-)
>
> I have uploaded the solutions @ the following onedrive
>
>
> 
https://onedrive.live.com/?id=463D607901FE1563%21114&cid=463D607901FE1563&group=0
>
> blankcordovaapp1 is failing where I experimented.
>
> javascript(2) has been working fine.
>
> they were in VS 2013 and it is picking up cordova 3.7.1
>
> I have moved the code to VS 2015 and I selected 5.1.1 s platform but it is
> showing 4.0 folder in .cordova folder.
>
> 2015 working as long as the device in debug when disconnected again the
> same.
>
> —
> Reply to this email directly or view it on GitHub
> 

> .
>



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-file pull request: fix install on amazon-fireos

2015-08-17 Thread tomstgeorge
Github user tomstgeorge commented on the pull request:


https://github.com/apache/cordova-plugin-file/pull/113#issuecomment-131932324
  
Managed to add the plugin to amazon-fireos using this fix, however app 
won't build when using this plugin for amazon-fireos


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: CB-8936 Logs: Stability and formatti...

2015-08-17 Thread nikhilkh
Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-windows/pull/115#issuecomment-131930329
  
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request: CB-9500 iOS build no sign arg

2015-08-17 Thread njtman
Github user njtman commented on the pull request:

https://github.com/apache/cordova-ios/pull/151#issuecomment-131923188
  
Sorry, I messed up this pull request.  I will be opening up another shortly.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request: CB-9500 iOS build no sign arg

2015-08-17 Thread njtman
Github user njtman closed the pull request at:

https://github.com/apache/cordova-ios/pull/151


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request: CB-9500 iOS build no sign arg

2015-08-17 Thread njtman
GitHub user njtman opened a pull request:

https://github.com/apache/cordova-ios/pull/151

CB-9500 iOS build no sign arg

As of Cordova iOS 3.9.0, Xcode signing is automatically added to the build 
step when compiling for device.  There are use cases where we would not want 
this to automatically happen (see CB-9500).  An argument has been added to skip 
the code signing when building for an iOS device.  Simply supply the   

--noSign

argument when running the compile / build command for iOS to skip code 
signing.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/njtman/cordova-ios 
CB-9500-iOS-Build-No-Sign-Arg

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/151.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #151


commit aa5d0e937ac68b10aa846d439bb1baba4da12049
Author: Shazron Abdullah 
Date:   2014-07-14T19:03:19Z

WKWebView - squashed commit.

commit da7a3546f809c331cf230af180b3e6f1fb99cb2b
Author: Shazron Abdullah 
Date:   Thu Jul 10 17:48:15 2014 -0700

Support alert/confirm/prompt in WKWebView

commit 63552fd3f2548f407aec1bbfda997809d1f2a89d
Author: Shazron Abdullah 
Date:   Thu Jul 10 14:52:44 2014 -0700

Support config.xml preferences for WKWebView, and style fixups

commit e67e6bf2577c776c887453801af05f973fb90094
Author: Shazron Abdullah 
Date:   Wed Jul 9 18:44:03 2014 -0700

Use weakSelf in block

commit fc83f068388f3402935819f7891906ffa9029cc1
Author: Shazron Abdullah 
Date:   Wed Jul 9 18:38:30 2014 -0700

Support config.xml preferences for WKWebView

commit 4eeaf0c8730a30b8709d0d98aba4b2996e34d9f4
Author: Shazron Abdullah 
Date:   Wed Jul 9 18:27:51 2014 -0700

Break out config.xml preferences for UIWebView (related to WKWebView 
prefs support)

commit 9ba496297116f20a4ea0d7b83a9f142ceec2bc84
Author: Shazron Abdullah 
Date:   Wed Jul 9 17:51:11 2014 -0700

Re-add pragma message for iOS 8

commit 2e17db94a87da80a7d50f202eef40178c0a688c0
Author: Shazron Abdullah 
Date:   Wed Jul 9 17:46:00 2014 -0700

Removed unused WKWebView+Private header

commit 601eea1c8784e1acf00b0a39ca4a3ea5085b2098
Author: Shazron Abdullah 
Date:   Mon Jul 7 15:59:30 2014 -0700

Removed WKWebView+Private category since the functions it covers are 
already now in iOS 8 beta 3

commit 69c86d641c8a14e23843566ff2024ce77238fd79
Author: Shazron Abdullah 
Date:   Mon Jun 23 11:59:51 2014 -0700

Changed @import WebKit back to the old #import (for supporting older 
IPHONE_OS_DEPLOYMENT_TARGET reasons, bug in Xcode), add #pragma message to add 
WebKit.framework for iOS 8

commit c133640d264eba5456b3ffd2d3be83e3fd90bf42
Author: Shazron Abdullah 
Date:   Sat Jun 21 22:14:26 2014 -0700

Removed WebKit.framework from templates.

commit b4832d132e6628a7ae0ef681eab54554ed913b77
Author: Shazron Abdullah 
Date:   Sat Jun 21 21:45:10 2014 -0700

Using @import instead of #import for WebKit, which doesn't require us 
to list the framework in the project explicitly.
This gives us a true Xcode 5 / 6 compile solution. HOWEVER there is a 
bug in Xcode (was there since 5) where if you do an @import for a framework, it 
won't link if your Deployment Target OS version does not also include the 
framework itself, when compiling for the Simulator. For example, if you @import 
WebKit, and build for the Simulator, your Deployment Target MUST be iOS 8.

The workaround is, this bug does not appear if you build for a device. 
To make it work for the Simulator, you will have to explicitly add the 
framework in Build Phases -> Link Binary with Libraries.

commit df3d8391546b2bb6da659ca2102609beb7038f7d
Author: Shazron Abdullah 
Date:   Sat Jun 21 00:20:36 2014 -0700

Unified the implementations to switch to WKWebView when available and 
fall back to UIWebView. The implementation even compiles under Xcode 5.1 -- 
however, the linker will complain under Xcode 5.1 that WebKit.framework is not 
available. Just remove the framework in "Link Binary With Libraries" Build 
Phase and it should run.

commit 52e27adcd4227621d329fea4743be73bfcb7f4bf
Author: Shazron Abdullah 
Date:   Fri Jun 20 16:59:48 2014 -0700

Re-add deprecated CDVPlugin functions

commit e16e914c3ba2f30324f25da27fbbc0efa9cde727
Merge: f3af6f2 2e1b00c
Author: Shazron Abdullah 
Date:   Fri Jun 20 16:51:54 2014 -0700

Merge branch 'wkwebview-only' of github.com:shazron/cordova-ios into 
wkwebview-only

Conflicts:
  

[GitHub] cordova-windows pull request: CB-9499: There is a run failure when...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-windows/pull/116#issuecomment-131921926
  
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: CB-9499: There is a run failure when...

2015-08-17 Thread robpaveza
GitHub user robpaveza opened a pull request:

https://github.com/apache/cordova-windows/pull/116

CB-9499: There is a run failure when trying to deploy an x64 app when…

… running on an x86 version of Node.  This change addresses the problem 
by modifying the run process by detecting an x64 app package as the primary, 
and setting the environment architecture to x64 before invoking PowerShell.

Also, small build item to point to the correct location of WinJS.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9499

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #116


commit af880a3629f6e69bae41c671b4fbd1b44b7714ee
Author: Rob Paveza 
Date:   2015-08-17T17:47:11Z

CB-9499: There is a run failure when trying to deploy an x64 app when 
running on an x86 version of Node.  This change addresses the problem by 
modifying the run process by detecting an x64 app package as the primary, and 
setting the environment architecture to x64 before invoking PowerShell.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Cordova Face to Face meeting

2015-08-17 Thread Jesse
Done. 



> On Aug 17, 2015, at 10:29 AM, Steven Gill  wrote:
> 
> Last chance to enter availability in doodle for the face to face. Doodle:
> http://doodle.com/58peh49rqm2tbyhm. I am closing it tomorrow so we can try
> to finalize the dates and book flights.
> 
>> On Fri, Aug 7, 2015 at 4:08 PM, Carlos Santana  wrote:
>> 
>> I think 2 days is a good idea it will give a chance to have a social night
>> #jsdrinking
>> 
>> I think I'm the last person to suggest since I'm wrestling with the fax
>> machine here :-)
>> On Fri, Aug 7, 2015 at 6:14 PM Carlos Santana 
>> wrote:
>> 
>>> Yeah I would preferred more than a day. It would be hard to justify the
>>> business trip from North Carolina for a single day
>>> 
>>> We are looking into sending two folks.
>>> 
>>> - Carlos
>>> Sent from my iPhone
>>> 
 On Aug 7, 2015, at 5:51 PM, Steven Gill 
>> wrote:
 
 I'd be open to 2 days but 1 could work to.
 
 Maybe something like:
 Day 1: intros, roadmap planning, identify pain points, etc
 Day 2: split into smaller teams and try to solve some of the concerns
>>> from
 day 1.
 
> On Fri, Aug 7, 2015 at 2:48 PM, Parashuram N 
>>> wrote:
> 
> I am guessing that this would be a one day meeting.
> 
> -Original Message-
> From: Carlos Santana [mailto:csantan...@gmail.com]
> Sent: Friday, August 7, 2015 2:25 PM
> To: dev@cordova.apache.org
> Subject: Re: Cordova Face to Face meeting
> 
> How many days are we planning to meet? I'm writing the travel request
>> by
> hand to send the fax :-)
> 
> 
> On Thu, Aug 6, 2015 at 9:42 PM Masahiro Tanaka 
> wrote:
> 
>> I'm in! :)
>> 
>> On Fri, 07 Aug 2015 08:37:50 +0900, Steven Gill
>> 
>> wrote:
>> 
>>> Doodle:
>> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fdood
>>> le.com%2f58peh49rqm2tbyhm&data=01%7c01%7cpanarasi%40microsoft.com
>> %7c
>>> 3fa83cc33aeb446a585708d29f6ebe75%7c72f988bf86f141af91ab2d7cd011db47%
>>> 7c1&sdata=Vq5pSYf1esq4Nw1%2fYJmbPEYP4kvZrbPHJhBfgWy18j0%3d
>>> 
>>> On Thu, Aug 6, 2015 at 4:17 PM, Parashuram N
>>> 
>>> wrote:
>>> 
 Sorry for dropping the ball here - Microsoft can host this in
 October. I will start working with my Corporate facilities team to
 get the place where we can meet, and let you guys know the details.
 
 Would it be safe to assume that there will be approx. 30 people at
 the meeting ?
 Steve, please do start a doodle for this.
 
 -Original Message-
 From: Tim Barham [mailto:tim.bar...@microsoft.com]
 Sent: Thursday, August 6, 2015 4:08 PM
 To: dev@cordova.apache.org
 Subject: RE: Cordova Face to Face meeting
 
 I'll be there! Looking forward to it.
 
 -Original Message-
 From: Jesse [mailto:purplecabb...@gmail.com]
 Sent: Friday, August 7, 2015 8:25 AM
 To: dev@cordova.apache.org
 Subject: Re: Cordova Face to Face meeting
 
 Yes!
 
 
 
 My team is hiring!
 @purplecabbage
>> https://na01.safelinks.protection.outlook.com/?url=risingj.com&data
 =01%7c01%7cpanarasi%40microsoft.com
>> %7c3fa83cc33aeb446a585708d29f6eb
 e75%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=PHqR%2bUh%2bsPBfg0
 lU8kpQVavrBk9E4flFB%2fiUIipcSqM%3d
 
 On Thu, Aug 6, 2015 at 2:59 PM, Steven Gill
 
 wrote:
 
> Does October timeframe look okay for Microsoft to host? I can
> send out a doodle.
> 
> On Sat, Jul 25, 2015 at 8:59 AM, Raymond Camden
> 
> wrote:
> 
>> I'd love to do this too (and like Carlos, need to ask
>> permission of course ;). October works for me too, just not 9-11.
>> 
>> On Wed, Jul 22, 2015 at 10:26 PM, Carlos Santana
>> 
>> wrote:
>>> She is a school psychologist so her chances of finding this
>>> mailing is almost zero :-) On Wed, Jul 22, 2015 at 10:55 PM
>>> Dmitry Blotsky <
> dblot...@microsoft.com>
>>> wrote:
>>> 
 This is a publicly-archived mailing list, so the element of
 surprise
> is
 now lost. ;)
 
> On Jul 22, 2015, at 4:00 PM, Carlos Santana
> 
 wrote:
> 
> oh heck go to vacation there, and then surprise wife that
> a 2 day
>> work
> meeting just came up and happens to be there :-)
> coincidence?
> 
> On Wed, Jul 22, 2015 at 6:58 PM Carlos Santana <
> csantan...@gmail.com>
 wrote:
> 
>> Oct 2 - 20 if I get to go, that way I can take wife and
>> kid
>> :-) and
>> stay

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-131901212
  
The API includes stop, if pause+release is the same thing, then your code 
should do that!
Otherwise you are breaking an api and forcing developers to change their 
app code. 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Cordova Face to Face meeting

2015-08-17 Thread Steven Gill
Last chance to enter availability in doodle for the face to face. Doodle:
http://doodle.com/58peh49rqm2tbyhm. I am closing it tomorrow so we can try
to finalize the dates and book flights.

On Fri, Aug 7, 2015 at 4:08 PM, Carlos Santana  wrote:

> I think 2 days is a good idea it will give a chance to have a social night
> #jsdrinking
>
> I think I'm the last person to suggest since I'm wrestling with the fax
> machine here :-)
> On Fri, Aug 7, 2015 at 6:14 PM Carlos Santana 
> wrote:
>
> > Yeah I would preferred more than a day. It would be hard to justify the
> > business trip from North Carolina for a single day
> >
> > We are looking into sending two folks.
> >
> > - Carlos
> > Sent from my iPhone
> >
> > > On Aug 7, 2015, at 5:51 PM, Steven Gill 
> wrote:
> > >
> > > I'd be open to 2 days but 1 could work to.
> > >
> > > Maybe something like:
> > > Day 1: intros, roadmap planning, identify pain points, etc
> > > Day 2: split into smaller teams and try to solve some of the concerns
> > from
> > > day 1.
> > >
> > >> On Fri, Aug 7, 2015 at 2:48 PM, Parashuram N 
> > wrote:
> > >>
> > >> I am guessing that this would be a one day meeting.
> > >>
> > >> -Original Message-
> > >> From: Carlos Santana [mailto:csantan...@gmail.com]
> > >> Sent: Friday, August 7, 2015 2:25 PM
> > >> To: dev@cordova.apache.org
> > >> Subject: Re: Cordova Face to Face meeting
> > >>
> > >> How many days are we planning to meet? I'm writing the travel request
> by
> > >> hand to send the fax :-)
> > >>
> > >>
> > >> On Thu, Aug 6, 2015 at 9:42 PM Masahiro Tanaka 
> > >> wrote:
> > >>
> > >>> I'm in! :)
> > >>>
> > >>> On Fri, 07 Aug 2015 08:37:50 +0900, Steven Gill
> > >>> 
> > >>> wrote:
> > >>>
> >  Doodle:
> > 
> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fdood
> >  le.com%2f58peh49rqm2tbyhm&data=01%7c01%7cpanarasi%40microsoft.com
> %7c
> >  3fa83cc33aeb446a585708d29f6ebe75%7c72f988bf86f141af91ab2d7cd011db47%
> >  7c1&sdata=Vq5pSYf1esq4Nw1%2fYJmbPEYP4kvZrbPHJhBfgWy18j0%3d
> > 
> >  On Thu, Aug 6, 2015 at 4:17 PM, Parashuram N
> >  
> >  wrote:
> > 
> > > Sorry for dropping the ball here - Microsoft can host this in
> > > October. I will start working with my Corporate facilities team to
> > > get the place where we can meet, and let you guys know the details.
> > >
> > > Would it be safe to assume that there will be approx. 30 people at
> > > the meeting ?
> > > Steve, please do start a doodle for this.
> > >
> > > -Original Message-
> > > From: Tim Barham [mailto:tim.bar...@microsoft.com]
> > > Sent: Thursday, August 6, 2015 4:08 PM
> > > To: dev@cordova.apache.org
> > > Subject: RE: Cordova Face to Face meeting
> > >
> > > I'll be there! Looking forward to it.
> > >
> > > -Original Message-
> > > From: Jesse [mailto:purplecabb...@gmail.com]
> > > Sent: Friday, August 7, 2015 8:25 AM
> > > To: dev@cordova.apache.org
> > > Subject: Re: Cordova Face to Face meeting
> > >
> > > Yes!
> > >
> > >
> > >
> > > My team is hiring!
> > > @purplecabbage
> > >
> https://na01.safelinks.protection.outlook.com/?url=risingj.com&data
> > > =01%7c01%7cpanarasi%40microsoft.com
> %7c3fa83cc33aeb446a585708d29f6eb
> > > e75%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=PHqR%2bUh%2bsPBfg0
> > > lU8kpQVavrBk9E4flFB%2fiUIipcSqM%3d
> > >
> > > On Thu, Aug 6, 2015 at 2:59 PM, Steven Gill
> > > 
> > > wrote:
> > >
> > >> Does October timeframe look okay for Microsoft to host? I can
> > >> send out a doodle.
> > >>
> > >> On Sat, Jul 25, 2015 at 8:59 AM, Raymond Camden
> > >> 
> > >> wrote:
> > >>
> > >>> I'd love to do this too (and like Carlos, need to ask
> > >>> permission of course ;). October works for me too, just not 9-11.
> > >>>
> > >>> On Wed, Jul 22, 2015 at 10:26 PM, Carlos Santana
> > >>> 
> > >>> wrote:
> >  She is a school psychologist so her chances of finding this
> >  mailing is almost zero :-) On Wed, Jul 22, 2015 at 10:55 PM
> >  Dmitry Blotsky <
> > >> dblot...@microsoft.com>
> >  wrote:
> > 
> > > This is a publicly-archived mailing list, so the element of
> > > surprise
> > >> is
> > > now lost. ;)
> > >
> > >> On Jul 22, 2015, at 4:00 PM, Carlos Santana
> > >> 
> > > wrote:
> > >>
> > >> oh heck go to vacation there, and then surprise wife that
> > >> a 2 day
> > >>> work
> > >> meeting just came up and happens to be there :-)
> > >> coincidence?
> > >>
> > >> On Wed, Jul 22, 2015 at 6:58 PM Carlos Santana <
> > >> csantan...@gmail.com>
> > > wrote:
> > >>
> > >>> Oct 2 - 20 if I get to go, that way I can take wife and
> > >>> kid
> > >>> :-) and
> > 

[GitHub] cordova-plugin-device-motion pull request: Update README.md

2015-08-17 Thread maxdeepfield
GitHub user maxdeepfield opened a pull request:

https://github.com/apache/cordova-plugin-device-motion/pull/34

Update README.md

Unnecessary semicolon remove

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/maxdeepfield/cordova-plugin-device-motion 
patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-device-motion/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #34


commit 7083aededf361c4ca0a36556b32e5e452a89b700
Author: Max Deepfield 
Date:   2015-08-17T17:23:40Z

Update README.md

Unnecessary semicolon remove




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131895353
  
@purplecabbage this is like light in darkyour offer itself is like a 
great savior to me:-)

I have uploaded the solutions @ the following onedrive


https://onedrive.live.com/?id=463D607901FE1563%21114&cid=463D607901FE1563&group=0

blankcordovaapp1 is failing where I experimented.

javascript(2) has been working fine.

they were in VS 2013 and it is picking up cordova 3.7.1

I have moved the code to VS 2015 and I selected 5.1.1 s platform but it is 
showing 4.0 folder in .cordova folder.

2015 working as long as the device in debug when disconnected again the 
same.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: iOS : Fix for screen not...

2015-08-17 Thread idpaterson
Github user idpaterson commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/56#issuecomment-131889236
  
Has this been submitted as an issue in 
[Jira](https://issues.apache.org/jira/secure/Dashboard.jspa) to make sure it is 
assigned to someone? The fix works for me. 

Combined with the fact that the SplashScreenDelay preference is not used in 
any way in the iOS code, this plugin currently does absolutely nothing on iOS 
unless the show and hide methods are called explicitly by the app...


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131881725
  
Please post your non-working example, and I will look at it.
Speculation is dangerous.

This has nothing to do with cordovaApp_temporarykey.pfx
Define 'rolled back changes'... via version control? did you run 'cordova 
prepare'?



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [Android] Working with M - An update

2015-08-17 Thread Carlos Santana
Hey Andrew any update on this, Do you have a link we can track progress? Or
do you know if latest preview dropped contains this fix?

By the way when is Android M suppose to be General Available?


On Fri, Jul 24, 2015 at 1:56 PM Andrew Grieve  wrote:

> Was out last week, but did manage to escalate the geolocation bug. Will
> hopefully be fixed for official M release :)
>
> On Thu, Jul 16, 2015 at 1:31 PM, Joe Bowser  wrote:
>
> > Sent you the test app off-list.
> >
> > On Wed, Jul 15, 2015 at 11:12 AM Andrew Grieve 
> > wrote:
> >
> > > Thanks for looking into this Joe! The runtime permissions is quite a
> big
> > > change!
> > >
> > > M is still in preview, so if you find any webview bugs, please feel
> free
> > to
> > > send me a repro app and I'll do my best to get it fixed.
> > >
> > > In terms of Cordova API changes, here's some thoughts on your branch:
> > > - Plugins may want to request different perms at different times, so
> I'd
> > > remove new functions from CordovaPlugin except
> onRequestPermissionResult
> > > - Might be better to copy how CordovaInterfaceImpl does
> > > startActivityForResult/onActivityResponse rather than have
> PluginManager
> > do
> > > it.
> > >
> > >
> > > On Tue, Jul 14, 2015 at 6:07 PM, Joe Bowser  wrote:
> > >
> > > > So, since Cordova-Android wasn't completely killed off by Google at
> the
> > > > last Google IO like I thought it would be, we're going to have to
> make
> > > sure
> > > > it's compatible with Android M (Marshmellow? Marzipan?).  The good
> news
> > > is
> > > > that this only affects the following plugins:
> > > >
> > > > MediaRecorder
> > > > Contacts
> > > > File
> > > > FileTransfer
> > > > Geolocation
> > > >
> > > > Now, for the really bad news.  We might have to write a Geolocation
> > > plugin
> > > > for Android again, because Google's Android WebView doesn't play nice
> > > with
> > > > Android's new permission system, and even when you do grant the
> > > application
> > > > containing the process permission to use geolocation, you still get a
> > > > location error.  I still have to test this further, but it also may
> be
> > > > possible that file URIs no longer have the ability to get the
> > geolocation
> > > > either, which would be weird, since this would be a Chrome thing and
> > not
> > > an
> > > > Android thing.
> > > >
> > > > Given our poor track record of maintaining plugins in general, and
> the
> > > > weird errors with Geolocation, I'm not really wanting to bring back
> the
> > > > code, so I'm hoping that this gets resolved in M3 with the next dev
> > > version
> > > > of M.
> > > >
> > > > But so far, I have the changes that I made to Cordova on a private
> > branch
> > > > on Github that people can see here:
> > > >
> > > > https://github.com/infil00p/cordova-android/tree/m-compat
> > > >
> > > > Let me know if you have any questions.  I'm not sure whether this
> makes
> > > > perfect sense yet, but I think these API changes indicate that we
> > should
> > > > probably bump the version to 5.0 once M comes out.
> > > >
> > > > Thoughts? Questions?
> > > >
> > >
> >
>


[GitHub] cordova-windows pull request: CB-8936 Logs: Stability and formatti...

2015-08-17 Thread alsorokin
GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-windows/pull/115

CB-8936 Logs: Stability and formatting improvements

https://issues.apache.org/jira/browse/CB-8936

- Filter out logs from other applications
- Eliminated synchronous shelljs execution
- Minor formatting changes

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-windows CB-8936

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #115


commit 1b415a69607c18469c3091c907754d1c11364636
Author: alsorokin 
Date:   2015-08-17T14:47:18Z

CB-8936 Logs: Stability and formatting improvements




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131809954
  
I used a cordova navigation sample. 

worked perfectly alright up to some extent. 

When I click on the camera, it perfectly returns to library, 

click save, 

Important Point: "it returns to page then tries to render the image"

I started making changes line by line and was testing it..to see if 
this makes difference or that makes difference...it broke at one point...

i rolled back changes...but it was not rolling back

Does this have any thing to do cordovaApp_temporarykey.pfx?

do we need to have this file in the solution to have this work?

when i create another application with the same lines of code it was not 
working..what is happening guyscordova is really very bad in managing 
its state or I am using winjs for navigation, it is bad in managing the 
stateit is not hitting the resume event in index.js at all to capture 
the reason for failure.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-08-17 Thread ekambarrao
Github user ekambarrao commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-131806741
  
@purplecabbage , mine is cordova javascript application. I am really in a 
very bad shape due to lack of support from all OEM of these techs. Very bad 
Its been 500 hours of trials after trails to figure out how to make this work 
consistent way without fail but could not resolve this. Stackoverflow did not 
help, slack did not help.what is the wrong .wheregod only knows


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Unable to use .IN domain

2015-08-17 Thread Ian Clelland
"in" is not a reserved keyword Java, but it is in C# -- are you building a
Windows Phone or Windows application?

It looks like Jesse's https://www.npmjs.com/package/valid-identifier
package is catching this.

On Sat, Aug 15, 2015 at 12:57 AM,  wrote:

> Dear Sir,
>
>
>
> I would like to use ".IN" domain in the APP ID while building the Cordova
> application.
>
> Whenever I try to use
>
>
>
> cordova create hello in.leegan.helloworld HelloWorld
>
> it says:
>
> App id contains a reserved word, or is not a valid
> identifier
>
>
>
> It seems to be that "in.leegan.helloworld" is not valid.
>
>
>
> How can I overcome this limitation ?
>
>
>
> Regards,
>
> Hemant Ganpule
>
> LEEGAN SOFTWARES
>
> Thane, India
>
>
>
>
>
>