[GitHub] cordova-lib pull request #:

2016-06-20 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-lib/commit/1f29cba5c9b926884a9d5412f3602e9f7af99968#commitcomment-17944697
  
In cordova-lib/src/cordova/create.js:
In cordova-lib/src/cordova/create.js on line 340:

_suggestion:_
```
var excludes = ['package.json', 'RELEASENOTES.md' , '.git', 'NOTICE', 
'LICENSE', 'COPYRIGHT', '.npmignore'];
templateFiles = templateFiles.filter( function (value) { 
return excludes.indexOf(value) < 0; 
}); 
```
This is both clear, and easy to add new exclude files to.


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



Nightly build #47 for cordova has succeeded!

2016-06-20 Thread Apache Jenkins Server
Nightly build #47 for cordova has succeeded!
The latest nightly has been published and you can try it out with 'npm i -g 
cordova@nightly'

For details check build console at 
https://builds.apache.org/job/cordova-nightly/47/consoleFull

-
Jenkins for Apache Cordova

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

[GitHub] cordova-plugin-camera issue #197: [CB-5195][CB-4078]: correctOrientation not...

2016-06-20 Thread swbradshaw
Github user swbradshaw commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/197
  
@riknoll Have you had a chance to test these changes?


---
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 #456: CB-11412 improve template implementation

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at:

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


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



Cordova on API Level 24 (Android N)

2016-06-20 Thread Joe Bowser
Hey

I took a quick look at the Android N API changes and saw that there's a few
webview changes, namely the change to shouldOverrideUrlLoading().  I have a
branch here where I've added a few of the changes and it seems to work, but
I still have more testing to do.

https://github.com/infil00p/cordova-android/tree/api24

I know that a lot of this work was already done, but can some people take a
look at it and test it before I do a pull request? Also, does anyone know
of existing widespread libraries that currently fall apart when they're
compiled using API 24? I think that should also affect our release of this,
since that could cause us some problems down the line as well with
integration.

What do people think?

Joe


[Vote] 4.2.0 iOS Release

2016-06-20 Thread Steven Gill
Please review and vote on this 4.2.0 iOS Release
by replying to this email (and keep discussion on the DISCUSS thread)

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

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


The package was published from its corresponding git tag:
cordova-ios: 4.2.0 (f9830cb153)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-ios#4.2.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
* Ran through testing steps at
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#what-to-test


Re: [DISCUSS] another problem with in-call status bar on iOS (inAppBrowser)

2016-06-20 Thread julio cesar sanchez
Bringing the topic back

I've attached the images to the issue
https://issues.apache.org/jira/browse/CB-10799

And I want to bring it back because there is a similar issue (
https://issues.apache.org/jira/browse/CB-10796) with a pending PR (
https://github.com/apache/cordova-plugin-statusbar/pull/55) and used
hardcoded 20 to fix it.
People there is asking me to review, but I don't want to merge it as he is
using the hardcoded 20.

I think hardcoding to 20 will fix both issues, and listening for the
delegate won't, because we need the 20 value even if the statusbar size is
40.





2016-03-10 20:52 GMT+01:00 Shazron :

> Apache mailserver has stripped your post of images, so we can't see
> anything. My point in listening for that delegate function is so we don't
> rely on the hardcoded 20.
>
> On Thu, Mar 10, 2016 at 7:40 AM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > But the problem here is not when the frame changes, is when the toolbar
> > used as a fake statusbar is created when the in-call statusbar is
> present.
> >
> > If inAppBrowser is opened with toolbar on top while in-call statusbar is
> > present. See the gray bar between in-call statusbar and inAppBrowser
> > toolbar. And the webview has 20 points behind the in-call statusbar,
> notice
> > that the house icon is partially hidden.
> >
> > [image: Imágenes integradas 10]
> >
> > And it remains when the in-call statusbar disappears.
> >
> > [image: Imágenes integradas 9]
> >
> > If toolbar is at the bottom the only issue is the one I mentioned before,
> > the webview has 20 points behind the toolbar (house icon hidden)
> >
> > [image: Imágenes integradas 7][image: Imágenes integradas 8]
> >
> > Hardcoding the height of the toolbar used as a fake statusbar to be
> always
> > 20.0 the problem disappears.
> >
> > [image: Imágenes integradas 1][image: Imágenes integradas 2][image:
> > Imágenes integradas 4][image: Imágenes integradas 3]
> >
> >
> > Listening the statusbar size changes will only solve the problems when
> the
> > in-call statusbar hides, as the height is 20 again, but when it shows it
> > will be 40 and will create the problems mentioned earlier.
> >
> >
> >
> > 2016-03-08 2:44 GMT+01:00 Shazron :
> >
> >> We should leave this be, we can fix and think about it when its
> >> actually a problem.
> >>
> >> Ideally, it should listen to (UIApplicationDelegate):
> >>application:willChangeStatusBarFrame:
> >>application:didChangeStatusBarFrame:
> >>
> >> ... for the actual status bar frame changes.
> >>
> >>
> >> On Mon, Mar 7, 2016 at 1:42 AM, julio cesar sanchez
> >>  wrote:
> >> > I've been looking into this issue
> >> > https://issues.apache.org/jira/browse/CB-10799
> >> >
> >> > The problem is that the inAppBrowser creates a "fake" statusbar using
> a
> >> > toolbar so the statusbar seems opaque. That toolbar is created with
> the
> >> > size of the statusbar, and when the in-call statusbar is present it's
> 40
> >> > points instead of 20 points, and when the in-call statusbar is
> present,
> >> the
> >> > app is pushed 20 points down so we see the remaining 20 points of that
> >> > toolbar.
> >> >
> >> > Hardcoding it to 20 points in a few places fix the issue, but there
> is a
> >> > comment on the code
> >> >
> >> >
> >> > *The height of it could be hardcoded as 20 pixels, but that would
> assume
> >> > that the upcoming releases of iOS won't change that value.*
> >> >
> >> > So what can we do? hardcode it and hope it doesn't change in the
> future?
> >> > Any other idea to fix this without hardcoding?
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> >> For additional commands, e-mail: dev-h...@cordova.apache.org
> >>
> >>
> >
>


Re: Proof of Concept: Plugins as Android Modules

2016-06-20 Thread Joe Bowser
Bump! It'd be good to get some feedback on this sooner rather than later.

On Thu, Jun 16, 2016 at 3:57 PM, julio cesar sanchez  wrote:

> Hi.
>
> I sadly can't contribute to this because I don't think I have enough
> Android knowledge, but just wanted to answer on this topic as I feel that
> is very important and I think this one and the previous ones you sent
> related to this didn't get enough attention.
> So, even if I can't personally help, maybe answering on the topic can get
> some attention, or at least you can know that somebody read it and support
> it.
>
>
> 2016-06-14 22:58 GMT+02:00 Joe Bowser :
>
> > Hey
> >
> > Here's a proof of concept for Android Modules.  It works for cordova core
> > plugins, but it's kinda brittle because I need to figure out how to
> handle
> > dependencies and excluding duplicate compilation in our tools.
> >
> > https://github.com/infil00p/cordova-android/tree/framework_fixes
> > https://github.com/infil00p/cordova-plugin-inappbrowser/tree/aar_poc
> >
> > Surprisingly, the changes made are very minor to get this to work, and
> > there's a lot of serious advantages we give.  That said, our Gradle
> scripts
> > are incredibly brittle, and we don't have the luxury of changing any
> > execution order to try to get around excluding dependencies.
> >
> > I think it would be good if we could add in plugin.xml a way to exclude
> > compilation of dependencies that are already included.  Right now if you
> > include a plugin that depends on the CordovaLib module in the project,
> our
> > plugin will install things twice.
> >
> > Does anyone have any thoughts about this?  I really want this to be a lot
> > less brittle before introducing this method of installing plugins.
> >
> > Joe
> >
>


Re: Create an Issue Collector to reduce friction in filing issues

2016-06-20 Thread julio cesar sanchez
I think it's a good idea, but as Parashuram said, a lot of issues will not
provide enough information and as they are anonymous we won't get extra
information if we ask for it.

2016-06-20 19:52 GMT+02:00 Shazron :

> @carlos
> - we can configure type of fields
> - no captcha available
> - no, unless Apache Infra wants to proxy the form
>
> Just searched for this -- captcha has been a 4 year old feature request on
> JIRA: https://jira.atlassian.com/browse/JRA-29994
>
> I think this proposal might be dead. Moderating this would be a nightmare,
> seeing as the regular JIRA has spam problems already (even with auth).
>
> On Sun, Jun 19, 2016 at 5:46 AM, Carlos Santana 
> wrote:
>
> > I think it's a good idea overall .
> >
> > Can it be a website/form that fully control the full implementation?
> >
> > Food for thought:
> > - Make it very short with key fields (versions, platform?, plugin?,
> > device?, steps with sample code)
> > - Can we require captcha for anonymous?
> > - Can we offer auth with github? (At least give us some id)
> >
> > - Carlos Santana
> > @csantanapr
> >
> > > On Jun 19, 2016, at 2:52 AM, Shazron  wrote:
> > >
> > > https://issues.apache.org/jira/browse/CB-11454
> > >
> > > Pro:
> > > We can get users to file an issue easily by pointing them to our form
> > > (which will not require a login).
> > >
> > > Con:
> > > Since it is an anonymous form, potential for spammers will increase.
> > >
> > > Thoughts?
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
> >
>


[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-20 Thread riknoll
Github user riknoll commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
Yep! The guide for writing xml references is 
[here](https://github.com/apache/cordova-docs/blob/master/doc/docs-STYLEGUIDE.md#xml-references).
 The file you need to edit is the one I linked in my other comment in the 
`docs/en/dev` path of the cordova-docs repo. You can just add an `edit-config` 
section next to the `config-file` one. Tag me in the PR once you open and I can 
merge it. Once we do a Cordova common release, we can snap the docs and update 
the website with your changes.


---
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: Create an Issue Collector to reduce friction in filing issues

2016-06-20 Thread Shazron
@carlos
- we can configure type of fields
- no captcha available
- no, unless Apache Infra wants to proxy the form

Just searched for this -- captcha has been a 4 year old feature request on
JIRA: https://jira.atlassian.com/browse/JRA-29994

I think this proposal might be dead. Moderating this would be a nightmare,
seeing as the regular JIRA has spam problems already (even with auth).

On Sun, Jun 19, 2016 at 5:46 AM, Carlos Santana 
wrote:

> I think it's a good idea overall .
>
> Can it be a website/form that fully control the full implementation?
>
> Food for thought:
> - Make it very short with key fields (versions, platform?, plugin?,
> device?, steps with sample code)
> - Can we require captcha for anonymous?
> - Can we offer auth with github? (At least give us some id)
>
> - Carlos Santana
> @csantanapr
>
> > On Jun 19, 2016, at 2:52 AM, Shazron  wrote:
> >
> > https://issues.apache.org/jira/browse/CB-11454
> >
> > Pro:
> > We can get users to file an issue easily by pointing them to our form
> > (which will not require a login).
> >
> > Con:
> > Since it is an anonymous form, potential for spammers will increase.
> >
> > Thoughts?
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-20 Thread ktop
Github user ktop commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@riknoll yea sure. Are there instructions on how/where documentation goes?


---
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-statusbar issue #55: Handle extended status bar on iOS

2016-06-20 Thread paulmillr
Github user paulmillr commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/55
  
@jcesarmobile Can you review 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-contacts issue #129: CB-11455: (ios) Add mandatory iOS 10 pri...

2016-06-20 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-contacts/pull/129
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/129/commits/6b7bccb7c2f81cd91e26fa96fc4b7acc3c32feac)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/32//PLATFORM=android/artifact/)
 |
 



---
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 #449: CB-11023 Add edit-config functionality

2016-06-20 Thread riknoll
Github user riknoll commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
Done! Sorry for the delay. @ktop can you open a PR documenting this feature 
in the [plugin.xml 
reference](https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/plugin_ref/spec.md)
 as well?


---
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 #449: CB-11023 Add edit-config functionality

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-contacts pull request #129: CB-11455: (ios) Add mandatory iOS...

2016-06-20 Thread EddyVerbruggen
GitHub user EddyVerbruggen opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/129

CB-11455: (ios) Add mandatory iOS 10 privacy description

### Platforms affected
iOS

### What does this PR do?
Adds mandatory iOS 10 privacy description; since iOS 6 Apple provided a way 
to show the user why a certain permission is required. In iOS 10 this becomes 
mandatory, so any app not specifying the key will crash at runtime when a 
permissions is requested.

This plugin requests the Contacts permission, so at the very least we need 
to add `NSContactsUsageDescription` to the `plist`.

Note that this is the same approach as the Geolocation plugin has taken a 
while ago.

### What testing has been done on this change?
Deployed this plugin in an app on iOS 10 (developer preview) which crashed 
as expect upon permission request. After adding the `plist` key the crash 
disappeared and since the value of the description is empty the UI is the same 
as before. It is recommended by Apple though to actually provide a description. 
But at least this is way better than a crash :)

### Checklist
- [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database: https://issues.apache.org/jira/browse/CB-11455
- [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.
- [ ] 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/EddyVerbruggen/cordova-plugin-contacts master

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

https://github.com/apache/cordova-plugin-contacts/pull/129.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 #129


commit 6b7bccb7c2f81cd91e26fa96fc4b7acc3c32feac
Author: Eddy Verbruggen 
Date:   2016-06-20T17:12:57Z

Added mandatory iOS 10 privacy description

Since iOS 6 Apple provided a way to show the user why a certain permission 
is required. In iOS 10 this becomes mandatory, so any app not specifying the 
key will crash at runtime when a permissions is requested.

This plugin relies requests the Contacts permission, so at the very least 
we need to add `NSContactsUsageDescription` to the `plist`.

Note that this is the same approach as the Geolocation plugin has taken a 
while ago.




---
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: Contribute to improve Apache cordova

2016-06-20 Thread Akila Wicky
Hi all,

My has been filed in the Apache Software Foundation records.
Thank you

On Mon, Jun 20, 2016 at 3:06 AM, Steven Gill  wrote:

> Welcome!
>
> Make sure to join us on slack. slack.cordova.io
> On Jun 18, 2016 11:33 PM, "Akila Wicky"  wrote:
>
> > Thanks,
> >
> > Sure I’ll go through the contribution guide.
> >
> > On Sun, Jun 19, 2016 at 7:05 AM, Shazron  wrote:
> >
> > > Welcome Akila!
> > > Check out the contribution guide [1] and let us know if you need any
> > > additional help in this regard.
> > >
> > > [1] http://cordova.apache.org/contribute/
> > >
> > > On Sat, Jun 18, 2016 at 10:28 AM, Akila Wicky 
> wrote:
> > >
> > >> I'm so passionate with Open source development and interested in
> mobile
> > >> app
> > >> development.I would like to contribute to this project.Specially in
> bug
> > >> fixing.
> > >>
> > >> So i would like to have some guide to work with this community.
> > >> --
> > >>
> > >>
> > >> *Thanks and Regards,*Akila Wickramarachchi
> > >>
> > >> Undergraduate at University Of Peradeniya
> > >> <
> > >>
> >
> https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4=hp-identity-headline
> > >> >
> > >> Email : asak...@gmail.com
> > >> Linkedin : Akila Wickramarachchi
> > >> <
> > >>
> >
> https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4=hp-identity-name
> > >> >
> > >> Blog : http://akilacollection.blogspot.com/
> > >> Github : https://github.com/akilawickey
> > >>
> > >
> > >
> >
> >
> > --
> >
> >
> > *Thanks and Regards,*Akila Wickramarachchi
> >
> > Undergraduate at University Of Peradeniya
> > <
> >
> https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4=hp-identity-headline
> > >
> > Email : asak...@gmail.com
> > Linkedin : Akila Wickramarachchi
> > <
> >
> https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4=hp-identity-name
> > >
> > Blog : http://akilacollection.blogspot.com/
> > Github : https://github.com/akilawickey
> >
>



-- 


*Thanks and Regards,*Akila Wickramarachchi

Undergraduate at University Of Peradeniya

Email : asak...@gmail.com
Linkedin : Akila Wickramarachchi

Blog : http://akilacollection.blogspot.com/
Github : https://github.com/akilawickey


Re: Interested in contributing to project

2016-06-20 Thread julio cesar sanchez
Hello Deshan,

Check out the contribution guide [1] and let us know if you need any
additional help in this regard.
You can also join us on slack [2]

[1] http://cordova.apache.org/contribute/
[2] slack.cordova.io

2016-06-20 17:33 GMT+02:00 Deshan Kalupahana :

> Hi,
> I am Deshan Kalupahana from Sri Lanka. I am a computer engineering
> student at Faculty of Engineering, University of Peradeniya. I like to
> do some contribution to this native mobile app development platform
> and improve native capabilities of the platform. I am familiar to work
> with android, ubuntu and windows.
>
> It's better if I have some references to get familiar with this project.
>
> Thanks,
> --
> Deshan Kalupahana,
> Undergraduate @ University of Peradeniya, Sri Lanka
> linkedin.com/in/deshankalupahana
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-20 Thread ktop
Github user ktop commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@riknoll I've rebased so this should be ready for merge. 


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



Interested in contributing to project

2016-06-20 Thread Deshan Kalupahana
Hi,
I am Deshan Kalupahana from Sri Lanka. I am a computer engineering
student at Faculty of Engineering, University of Peradeniya. I like to
do some contribution to this native mobile app development platform
and improve native capabilities of the platform. I am familiar to work
with android, ubuntu and windows.

It's better if I have some references to get familiar with this project.

Thanks,
-- 
Deshan Kalupahana,
Undergraduate @ University of Peradeniya, Sri Lanka
linkedin.com/in/deshankalupahana

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



[GitHub] cordova-plugin-battery-status issue #31: CB-10645 The battery status handler...

2016-06-20 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-battery-status/pull/31
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-battery-status/pull/31/commits/7d04d6dbaa0b67686facd460458f42a991b66ffb)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/24//PLATFORM=android/artifact/)
 |
 



---
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 issue #87: Fix for CB-10882 : Plugin Media - "cordova-p...

2016-06-20 Thread bau720123
Github user bau720123 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/87
  
well...@ghenry22 
7 days passed
is there any unclear or anything that I should explain once again ?


---
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-wkwebview-engine issue #9: Readme update

2016-06-20 Thread laidig
Github user laidig commented on the issue:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/9
  
@shazron any testing that I could help with?


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