Re: Documentation generation in pure Node.JS

2014-12-24 Thread Andrey Kurdumov
README.md updated and Ruby files deleted. Also create script which should replace Rakefile in case if somebody need it. See there: https://github.com/apache/cordova-docs/pull/249 2014-12-23 22:28 GMT+06:00 Andrew Grieve : > This is now merged. Woot! > What I did: > - Looked through the code (ski

[GitHub] cordova-docs pull request: CB-6751 Use joDoc-js (nodejs) instead o...

2014-12-24 Thread kant2002
GitHub user kant2002 opened a pull request: https://github.com/apache/cordova-docs/pull/249 CB-6751 Use joDoc-js (nodejs) instead of joDoc ruby - Added documentation how to use script in README - Created script which should replace Rakefile You can merge this pull request into a

RE: [Vote] 3.7.0 BlackBerry 10 Release

2014-12-24 Thread Sergey Grebnov (Akvelon)
I vote +1: * verified platform could be added and built -Sergey -Original Message- From: Bryan Higgins [mailto:br...@bryanhiggins.net] Sent: Monday, December 22, 2014 10:46 PM To: dev@cordova.apache.org Subject: [Vote] 3.7.0 BlackBerry 10 Release Please review and vote on this 3.7.0 Blac

RE: [Vote] 4.0.0 Ubuntu Release

2014-12-24 Thread Sergey Grebnov (Akvelon)
When I build default app template I see the following error (no such problem w/ 3.6.3): Missing icon Command finished with error code 1: Adding to config.xml fixes the problem Looks like this is due to the following logic: https://github.com/apache/cordova-ubuntu/blob/master/bin/templates/pro

Thought on improving translation and docs

2014-12-24 Thread Andrey Kurdumov
Once I finish moving documentation generation to JS I now have plans how to move forward with improving translation. First thing to finish is to cleanup task which was left after migration These which was mentioned by Andrew: - update the README.md to describe how to generate using the new generat

[GitHub] cordova-android pull request: CB-8210 Setup message channel for na...

2014-12-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/142#discussion_r22261664 --- Diff: framework/src/org/apache/cordova/LinearLayoutSoftKeyboardDetect.java --- @@ -87,14 +85,12 @@ else if (screenHeight == width) /

Re: Phonegap/Cordova's exec function's internals are unclear?

2014-12-24 Thread Andrew Grieve
+dev@ On Android, the exec() bridge uses addJavascriptInterface() to send messages from JS<->Java. This boils down to JNI with some string serialization. On iOS, it uses stringByEvaluatingJavaScriptFromString, which is AFAIK the fastest way. A local server is doable, but you can run into trouble

[GitHub] cordova-js pull request: CB-8210 android: Add message channel for ...

2014-12-24 Thread jpchase
GitHub user jpchase opened a pull request: https://github.com/apache/cordova-js/pull/96 CB-8210 android: Add message channel for events - Initialize a message channel for native -> Javascript via the core App plugin - Use channel to receive events from native to be fired in Java

[GitHub] cordova-android pull request: CB-8210 Setup message channel for na...

2014-12-24 Thread jpchase
GitHub user jpchase opened a pull request: https://github.com/apache/cordova-android/pull/142 CB-8210 Setup message channel for native -> JS events - Initialize a message channel for native -> Javascript in the core App plugin - Change keyboard detection to send events via plugi

[GitHub] cordova-windows pull request: CB-8136 Implemented prototype for en...

2014-12-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-windows pull request: CB-8136 Implemented prototype for en...

2014-12-24 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-windows/pull/53 CB-8136 Implemented prototype for end to end and unit tests via Jasmine Jira item: https://issues.apache.org/jira/browse/CB-8136 You can merge this pull request into a Git repository by ru