[GitHub] cordova-ios issue #313: CB-12856 - Skip CocoaPods check_reqs if on non-darwi...

2017-07-17 Thread jcesarmobile
Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-ios/pull/313
  
@andreszs I've been reading some of your comments and issues that you have 
been opening in different projects and it's not the first time you publicly 
embarrass yourself because of your lack of knowledge.

But don't get me wrong, your lack of knowledge is not the problem here, 
your problem is the lack of respect to other people work and the way of 
communicating it.
If you don't fully understand how something work, you can politely ask. If 
you think that you understand how something work, you still have to be polite 
and don't disrespect the people who did the work and offered for free. We are 
humans and we are not perfect, so sometimes we make mistakes, and introduce 
bugs or don't consider all use cases. When this happen we really appreciate 
people reporting them.
I feel your pain and I understand that you can get angry because of a bug 
that affects you, but that doesn't entitle you to be rude on your comments. 

To help you with your lack of knowledge, I'm going to explain to you how we 
work with jira and github.

- Somebody report a bug on jira.
- Somebody start working on the bug
- When he finds a solution he send a pull request to github.
- The pull request is reviewed and if everything is ok then it's merged
- The status of the jira issue is changed to fixed and a fix version is set.

After a few bugs has been fixed, then we do a release including all of them.

In https://issues.apache.org/jira/browse/CB-12856 you can see that the fix 
version is set to cordova-ios@4.4.1.
Which version do you have installed? I assume you have 4.4.0 because it's 
the latest released one, that means you don't have the fix yet.
If you can't wait until this version is released, you can get the fix using 
nightly versions or installing the platform from the github master branch.

I hope this helped you to understand how things work.

I also hope that you start respecting other people work and be more 
respectful when you write your next comment or create your next issue.


---
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-capture issue #77: Suport iPhone 6

2017-07-17 Thread jcesarmobile
Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/77
  
If you add a new commit to your local `patch-1` branch and push it to your 
remote branch `patch-1`, the changes will be added to this PR


---
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-capture issue #77: Suport iPhone 6

2017-07-17 Thread eduardokraus
Github user eduardokraus commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/77
  
I do not have editing permission nor can I get a PUSH


---
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-capture issue #77: Suport iPhone 6

2017-07-17 Thread jcesarmobile
Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/77
  
@eduardokraus I saw the images on that link, but can you add them to the 
PR? if you don't add them to the CDVCapture.bundle they won't work


---
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-lib pull request #576: CB-12361 : added unit tests for remove platfo...

2017-07-17 Thread audreyso
GitHub user audreyso opened a pull request:

https://github.com/apache/cordova-lib/pull/576

CB-12361 : added unit tests for remove platform



### Platforms affected


### What does this PR do?
Added unit tests for remove platform

### What testing has been done on this change?


### Checklist
- [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [X] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/audreyso/cordova-lib CB-12361-7

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

https://github.com/apache/cordova-lib/pull/576.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 #576


commit 61ddb3d78182c51937539bcb8728fe97f9a9259f
Author: Audrey So 
Date:   2017-07-17T19:01:20Z

CB-12361 : added tests for remove platform




---
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 #324: CB-12966: (ios) Fix bug by escaping project n...

2017-07-17 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-lib issue #558: CB-12766 Consistently write JSON with 2 spaces inden...

2017-07-17 Thread stevengill
Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/558
  
Hey @G-Rath 

CB-12810 is very much still open :). 
https://issues.apache.org/jira/browse/CB-12810

Thanks for your comment. This is something we will hopefully get to soon.


---
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-capture issue #77: Suport iPhone 6

2017-07-17 Thread eduardokraus
Github user eduardokraus commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/77
  
Image in https://drive.google.com/open?id=0B0IJT5Rizu5ORkZyOWNHdkwzdXc


---
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 issue #313: CB-12856 - Skip CocoaPods check_reqs if on non-darwi...

2017-07-17 Thread filmaj
Github user filmaj commented on the issue:

https://github.com/apache/cordova-ios/pull/313
  
@andreszs I would also recommend toning down your entitlement-based outrage 
for a _free_ open source software. There's so much work to do in Cordova. If 
this is unbearable for you, please come help us out. Your comment does nothing 
but demotivate me


---
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 issue #313: CB-12856 - Skip CocoaPods check_reqs if on non-darwi...

2017-07-17 Thread fredgalvao
Github user fredgalvao commented on the issue:

https://github.com/apache/cordova-ios/pull/313
  
@andreszs Did you try:
```
cordova platform add https://github.com/shazron/cordova-ios.git#CB-12856
cordova plugin add https://github.com/phonegap/phonegap-plugin-push.git 
--verbose
```
?

If you did that, and the issue was **not Resolved**, then we should review 
the issue. Otherwise, we just need to wait for a new release to contain this 
fix.


---
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 issue #313: CB-12856 - Skip CocoaPods check_reqs if on non-darwi...

2017-07-17 Thread andreszs
Github user andreszs commented on the issue:

https://github.com/apache/cordova-ios/pull/313
  
**Installs version 1.10.5 under Windows 8.1 on July 2017 and gets CocoaPods 
error: tries to install the non-existant _CocoaPods for Windows_.**

Seriously people, is it really that hard to find out the user's platform? I 
bet that Cordova provides some kind of global platform variable, it should be 
x64 for Windows 8 64 bits. For charity, please avoid misleading developers with 
stupid error messages that are totally out of place.


---
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 issue #324: CB-12966: (ios) Fix bug by escaping project name in ...

2017-07-17 Thread joshdholtz
Github user joshdholtz commented on the issue:

https://github.com/apache/cordova-ios/pull/324
  
@shazron Rebased and updated coding styles 👌 


---
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 issue #74: CB-8396 Add AutoHideSplashScreen logi...

2017-07-17 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/74
  
@alanhg can you add the reproduce steps and the details of the issue you 
are experiencing?
How were you adding the plugin? Which cordova versions did you use?


---
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 #238: CB-13022 Correct a VS installation warnin...

2017-07-17 Thread alsorokin
Github user alsorokin closed the pull request at:

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


---
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 #237: Cb 12636 Fix check_reqs to properly find ...

2017-07-17 Thread asfgit
Github user asfgit closed the pull request at:

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


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