Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67924041
Thank you very much.
---
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 ha
Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/141#issuecomment-67924015
Thank you very much.
---
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 ha
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-android/pull/141
---
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 featur
Github user clelland commented on the pull request:
https://github.com/apache/cordova-android/pull/141#issuecomment-67920474
Thanks for making this a separate PR -- I didn't see immediately the reason
for it in the previous one. I'll merge this in.
---
If your project is set up for i
Github user clelland commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67920395
@fujunwei, I've just merged the aar branch (rebased and merged) of
cordova-crosswalk-engine, because it's what I've been working with. (Thanks for
reminding me
Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67916137
I have requested a PR that make Cordova upstream JUnit tests to test
pluggable webview https://github.com/apache/cordova-android/pull/140, could
you please hel
Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67914483
The cordova-crosswalk-engine master branch don't use the aar format, could
you help to merge the aar branch to master? And the PR
https://github.com/MobileChrom
Github user fujunwei closed the pull request at:
https://github.com/apache/cordova-android/pull/138
---
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 feat
Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67913750
Thanks. it's fine after updating your commit. I want to build multiple apks
after install plugin by default, don't necessary set system environment
manually, so
GitHub user fujunwei opened a pull request:
https://github.com/apache/cordova-android/pull/141
Build multiple apks by default
The xwalk webView need build multiple apks by default after install
cordova-crosswalk-engine plugin, we can set ext.multiarch=true to open the flag
in plugi
> The coho verify script is still failing for me. I'll have to
> spend some time with it to see what the problem is.
I just test "coho verify-archive" in clean container. It works.
Did you refresh pgp keys ?
-Maxim
On Mon, Dec 22, 2014 at 9:26 AM, Steven Gill wrote:
> Sorry Maxim. The coho ver
Uploaded release archives to dist, could someone publish release package[1] to
npm or grand me with required permissions (I've just realized I have access to
cordova-windows only).
[1]
https://dist.apache.org/repos/dist/dev/cordova/CB-8179/cordova-wp8-3.7.1.tgz
[2] https://www.npmjs.com/packa
The vote has now closed. The results are:
Positive Binding Votes: 4
Steve Gill
Parashuram Narasimhan
Vladimir Kotikov
Sergey Grebnov
Negative Binding Votes: 0
The vote has passed.
I will publish to dist + npm later today.
Thx!
Sergey
-Original Message-
From: Vladimir Kotikov (Akvelon)
Please review and vote on this 3.7.0 BlackBerry 10 Release.
Release issue:
https://issues.apache.org/jira/browse/CB-8205
Repos ready to be released have been published to dist/dev
The package was published from its corresponding git tag:
cordova-blackberry: 3.7.0 (f7ad221)
Voting guidelines
Github user clelland commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67872025
I've created https://issues.apache.org/jira/browse/CB-8204 for the issue;
you can close this PR.
---
If your project is set up for it, you can reply to this em
Hi Victor,
If you to GitHub [1] from which docs are generated, you will notice that
there folders 3.1.0, 3.4.0, 3.5.0 and edge.
Even if looks like everything is translated in the edge, there missing
versions for 3.6.1 and 4.0.
Also if you go to the Russian translation of documentation [2] in the
d
Github user clelland commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67862056
I think for now I'm just going to remove the lines in `build.js` which
disable the lint steps -- eventually we should be moving the logic that defines
the speci
Github user clelland commented on the pull request:
https://github.com/apache/cordova-android/pull/138#issuecomment-67855743
I can reproduce it, if I set `ext.multiarch=true` inside of a Gradle build
file, and don't use the `BUILD_MULTIPLE_APKS` environment variable.
---
If your proj
Murat wrote:
> I have a question about decoupling of feature work and other tasks (such as
code style issues and refactoring).
> Should other tasks also be tagged with the original feature CB tag?
Andrew covered this
> Or should I just treat them as a separate item with a separate CB tag and
Hi Andrey.
Translation process takes the latest version of the code and then I launch
a new build with the changes of the docs, if any. I checked and the latest
change in Russian docs and it is from November 4 [1] which means there
should be docs for 4.x. In the doc site it is defined as edge[2].
>From a technical standpoint, checking them in was easier. You can install a
platform from a git URL, or from a directory, or from npm. None of these
ways currently knows how to fetch the package's node dependencies (fetching
from npm we use "cache add", which doesn't grab deps). Quite possibly
tho
Great! Thanks Edna!
On Fri, Dec 19, 2014 at 11:06 AM, Edna Y Morales
wrote:
>
>
> iOS 8.2 beta 3 is out. I have ran the mobilespec tests and did not find any
> issues. Just FYI
>
> Thanks,
> Edna
Code style issues and minor refactoring CLs don't require JIRA issues. Just
create a JIRA if you're changing behaviour in some way (e.g. bug fix, new
feature)
On Fri, Dec 19, 2014 at 3:55 PM, Murat Sutunc wrote:
>
> Hi Josh,
> Amazing feedback, thank you for spending the time going through all th
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-lib/pull/134
CB-8190 Make plugman config/cache directory to be customizable via
PLUGMAN_HOME
Implementation for [CB-8190](https://issues.apache.org/jira/browse/CB-8190)
Introduces `PLUGMAN
When working on preparing migrate documentation out of Ruby world, I notice
that Russian docs stop updating on version 3.5.0
A) Why this is happens?
B) What have to be done, to bring Russian translation to the latest version
of docs?
Best regards,
Andrey Kurdyumov
Hello all,
I wanted to discuss the way we should handle unsupported functionality like
plugin-device-motion[1] or plugin-device-orientation[2] in the desktop browsers.
Chrome fires the corresponding events with null data fields on the desktop
(Firefox and IE don't even fire them),
so the questi
I vote +1:
* ran mobilespec to ensure that platform is being added, built and deployed
successfully
---
Best regards, Vladimir
-Original Message-
From: Parashuram Narasimhan (MS OPEN TECH) [mailto:panar...@microsoft.com]
Sent: Saturday, 20 December, 2014 2:47
To: dev@cordov
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-browser/pull/5
CB-8196 Browser platform `run` should default source file to index.html ...
...even if it's missing in the config.xml
[JIRA issue](https://issues.apache.org/jira/browse/CB-8196)
You
28 matches
Mail list logo