You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/04/15 20:46:07 UTC

[1/2] git commit: Update README.md to reflect current project status

Repository: cordova-app-harness
Updated Branches:
  refs/heads/master cb1e6a01b -> 2fc95e320


Update README.md to reflect current project status


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/7a697524
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/7a697524
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/7a697524

Branch: refs/heads/master
Commit: 7a6975241576d11b9e4adf5ef05908e1aba19aba
Parents: cb1e6a0
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Apr 15 14:45:08 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Apr 15 14:45:08 2014 -0400

----------------------------------------------------------------------
 README.md | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/7a697524/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b3b1e70..9ffbcd4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,11 @@ An App that can download and run Cordova apps.
 
 Primary Goals:
 * Super-fast edit &amp; refresh workflow
+  * E.g. have a `grunt watch` that pushes every time a file changes
+  * E.g. have `livereload`-type functionality for CSS & images
 * Test on devices without needing platform SDKs
+  * E.g. develop for iOS on a Windows machine
+  * Non-goal: Release to iOS from Windows
 
 ## Building the App Harness
 
@@ -27,7 +31,6 @@ The manual way:
 
     * `org.apache.cordova.UrlRemap` (exists in the `UrlRemap` directory)
     * `org.apache.cordova.file`
-    * `org.apache.cordova.file-extras` (exists in cordova-labs right now)
     * `org.apache.cordova.file-transfer`
     * `com.phonegap.plugins.barcodescanner` (optional - adds barcode scanning)
 
@@ -41,19 +44,10 @@ The manual way:
 1. Add any plugins that your apps might need.
 
 ## Features
-* Install and test multiple applications.
-* In-App Menu to switch between installed apps.
-* Firebug Lite and Weinre support for debugging.
-
-## Major Unimplemented Installer Features
-* Editing of URLs in the app list
-* Incremental updates of `cordova serve` URLs (instead of re-downloading existing files)
-* Install from `.crx` files
-* Install from `.cdvh` files (created via packapp script)
-* Detecting when an app requires a plugin that the harness doesn't have
-* Detect version mismatches of app vs harness (report as warnings)
-
-## Major Unimplemented Launcher Features
+* Install and launch via `cordova serve`
+* Three-finger swipe to return to main menu
+
+## Major Unimplemented Features
 * Applying app settings (DisallowOverscroll, etc)
 * Applying app splashscreen
 * Applying app's whitelist
@@ -75,5 +69,5 @@ The manual way:
 ## Running an app in the harness
 * Click launch on the installed app
 * See if the app looks as expected
-* Use a 3 finger tap to access the app menu while testing your app.
+* Use a 3 finger swipe to access the app menu while testing your app.
 * The context menu that pops up allows you to return to the main screen, restart or update the app, open a Firebug console on the device, or set up remote debugging using Weinre.


[2/2] git commit: Remove file-system-roots plugin as a dependency (it's a part of file now)

Posted by ag...@apache.org.
Remove file-system-roots plugin as a dependency (it's a part of file now)


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/2fc95e32
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/2fc95e32
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/2fc95e32

Branch: refs/heads/master
Commit: 2fc95e3201e13c91f7cf601ccc79afc4d1069dd5
Parents: 7a69752
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Apr 15 14:45:44 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Apr 15 14:45:44 2014 -0400

----------------------------------------------------------------------
 createproject.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/2fc95e32/createproject.sh
----------------------------------------------------------------------
diff --git a/createproject.sh b/createproject.sh
index 1ffa386..8ad4c04 100755
--- a/createproject.sh
+++ b/createproject.sh
@@ -42,7 +42,6 @@ echo Installing plugins.
     org.apache.cordova.file-transfer \
     org.apache.cordova.device \
     org.chromium.zip \
-    org.apache.cordova.file-system-roots \
     --searchpath="$PLUGIN_SEARCH_PATH"
 
 # org.apache.cordova.device isn't used directly, but is convenient to test mobilespec.