[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-26 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/67#discussion_r11004412 --- Diff: src/platforms/tizen.js --- @@ -0,0 +1,14 @@ +var path = require('path') +, xml_helpers = require('../u

[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-27 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-plugman/pull/67#issuecomment-38799304 @gabrielschulhof your PR is merged. However your tests don't reflect your latest additions. source-file, etcneed to be tested. When you get a chance p

[GitHub] cordova-lib pull request: Breaking src into submodules

2014-07-22 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-lib/pull/62#issuecomment-49804863 It seems like it already can't be merged cleanly because of recent commits :-( --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-android pull request: API for saving/restoring plugin and ...

2015-10-28 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-android/pull/236#issuecomment-152031010 I believe iOS also has the same issue when transitioning from UIWebView to other native views (although I don't believe app crashes) so I vote for havi

[GitHub] cordova-docs pull request #699: cordova7_post : cordova7 release post

2017-04-26 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/699#discussion_r113558490 --- Diff: www/_posts/2017-04-21-cordova-7.md --- @@ -0,0 +1,46 @@ +--- +layout: post +author: +name: Audrey So +url: https

[GitHub] cordova-docs pull request #699: cordova7_post : cordova7 release post

2017-04-26 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/699#discussion_r113567338 --- Diff: www/_posts/2017-04-21-cordova-7.md --- @@ -0,0 +1,46 @@ +--- +layout: post +author: +name: Audrey So +url: https

[GitHub] cordova-lib issue #568: Reorganized unit test directory structure + updated ...

2017-06-23 Thread imhotep
Github user imhotep commented on the issue: https://github.com/apache/cordova-lib/pull/568 I support this change. I believe it will make writing tests for new features easier if each source file has a matching spec file and all source/spec folders are mirrored. --- If your project

[GitHub] cordova-android pull request #384: CB-11244: Studio project cleanup

2017-06-23 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/384#discussion_r123849628 --- Diff: bin/templates/cordova/lib/builders/GenericBuilder.js --- @@ -53,43 +48,13 @@ GenericBuilder.prototype.findOutputApks = function

[GitHub] cordova-android pull request #384: CB-11244: Studio project cleanup

2017-06-23 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/384#discussion_r123850098 --- Diff: bin/templates/cordova/lib/build.js --- @@ -148,6 +152,7 @@ module.exports.runClean = function(options) { */ module.exports.run

[GitHub] cordova-android pull request #384: CB-11244: Studio project cleanup

2017-06-23 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/384#discussion_r123850564 --- Diff: bin/templates/cordova/Api.js --- @@ -343,6 +349,8 @@ Api.prototype.removePlugin = function (plugin, uninstallOptions

[GitHub] cordova-android pull request #384: CB-11244: Studio project cleanup

2017-06-23 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/384#discussion_r123851340 --- Diff: bin/lib/create.js --- @@ -259,41 +273,53 @@ exports.create = function(project_path, config, options, events

[GitHub] cordova-lib pull request #490: Android studio

2016-09-16 Thread imhotep
GitHub user imhotep opened a pull request: https://github.com/apache/cordova-lib/pull/490 Android studio Adds Android Studio support Adds some logging for when patformApi fails for weird reasons. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-android pull request #331: Android studio

2016-09-16 Thread imhotep
GitHub user imhotep opened a pull request: https://github.com/apache/cordova-android/pull/331 Android studio Adds support for Android Studio plugin install/uninstall You can merge this pull request into a Git repository by running: $ git pull https://github.com/imhotep/cordova

[GitHub] cordova-android pull request #331: Android studio

2016-09-20 Thread imhotep
Github user imhotep closed the pull request at: https://github.com/apache/cordova-android/pull/331 --- 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

[GitHub] cordova-android pull request #331: Android studio

2016-09-20 Thread imhotep
GitHub user imhotep reopened a pull request: https://github.com/apache/cordova-android/pull/331 Android studio Adds support for Android Studio plugin install/uninstall You can merge this pull request into a Git repository by running: $ git pull https://github.com/imhotep

[GitHub] cordova-lib pull request #490: Android studio

2016-09-22 Thread imhotep
Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/490#discussion_r80154885 --- Diff: cordova-lib/src/platforms/platforms.js --- @@ -60,6 +60,8 @@ function getPlatformApi(platform, platformRootDir) { events.emit

[GitHub] cordova-lib pull request #:

2016-11-01 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-lib/commit/99931eb03cc440e5fb5d7721abb92aa4938fe30e#commitcomment-19644659 @vladimir-kotikov I think you got that right. There should be an error message when api is incompatible and a different