1. e780338 Add ng-cloak to make start-up not flicker the html template by Andrew Grieve · 10 years ago
  2. 098cc0a Small tweak to promises style in AppsService by Andrew Grieve · 10 years ago
  3. 5eaa8cb Set app title & version in app.js instead of ListCtrl by Andrew Grieve · 10 years ago
  4. 54781c3 Delete dead code & add "all" bucket to PluginMetadata results by Andrew Grieve · 10 years ago
  5. 7bcfa09 Update HarnessServer curl examples in the comments by Andrew Grieve · 10 years ago
  6. 0ae1895 Added unzip percentages. by Max Woghiren · 10 years ago
  7. 4baa549 Made a couple of small bug fixes. by Max Woghiren · 10 years ago
  8. 5a76c40 Update README.md to remove serve references by Andrew Grieve · 10 years ago
  9. 56e494c Remove use of file-system-roots plugin (functionality now built into file plugin) by Andrew Grieve · 10 years ago
  10. a8c23d6 Delete explicit toNativeURL() since file: is now the default by Andrew Grieve · 10 years ago
  11. 10e6be0 Explicitly check that startPage exists before attempting to launch by Andrew Grieve · 10 years ago
  12. de2743e harness-push: Allow pushes without config.xml by Andrew Grieve · 10 years ago
  13. 68e7118 harness-push: Print response body of non 200 responses by Andrew Grieve · 10 years ago
  14. 6548126 Tweak a console.log() by Andrew Grieve · 10 years ago
  15. f086ba8 Use a keep-alive agent that doens't hold the process open by Andrew Grieve · 10 years ago
  16. a7be0af Fix typo in package.json of client dependency by Andrew Grieve · 10 years ago
  17. 67c97c1 Add missing dependency on nopt from harness-push by Andrew Grieve · 10 years ago
  18. d9527a7 Don't set default target in harness-push.js (it is set in harnessclient.js) by Andrew Grieve · 10 years ago
  19. e18f4bf Enable jshint for node modules as well by Andrew Grieve · 10 years ago
  20. e82ef5c Split harness-push into harness-push + harness-client. by Andrew Grieve · 10 years ago
  21. 79b6928 Delete /prepupdate action, add concept of manifest etag by Andrew Grieve · 10 years ago
  22. 73ca9ca Add note about deploy to iOS via tcprelay.py by Andrew Grieve · 10 years ago
  23. a2ae355 Split Installer into Installer + CordovaInstaller. by Andrew Grieve · 10 years ago
  24. 3a815ad Fix corner-case in harness-push & add missing usage examples by Andrew Grieve · 10 years ago
  25. 4a36603 Add pushing via zip file logic. by Andrew Grieve · 10 years ago
  26. d58c684 Move curl examples out of README in favour of harness-push. by Andrew Grieve · 10 years ago
  27. a2aaeda Fix jshint warning. by Andrew Grieve · 10 years ago
  28. 42f7e57 Add harness-push command-line tool for pushing apps. by Andrew Grieve · 10 years ago
  29. da594df Big refactor to support pushing of apps via HTTP. by Andrew Grieve · 10 years ago
  30. 074d388 Make ResourcesLoader be able to delete files (as well as directories) by Andrew Grieve · 10 years ago
  31. f205214 Stop setting a UrlRemap reset URL (not used anymore) by Andrew Grieve · 10 years ago
  32. de9b285 Delete Add / Edit screens (Allow add/update from server only). by Andrew Grieve · 10 years ago
  33. 1fc7bf4 Make /menu command show in-app menu, not main menu. by Andrew Grieve · 10 years ago
  34. 469a471 Remove out-of-date info from README.md by Andrew Grieve · 10 years ago
  35. f02bf4e Make PLUGIN_SEARCH_PATH in createproject.sh more robust by Andrew Grieve · 10 years ago
  36. e310de3 Add missing license headers by Andrew Grieve · 10 years ago
  37. b826b67 Re-write server in JS via chrome.socket. by Andrew Grieve · 10 years ago
  38. 47e5c72 Add createFileWriter and createTmpFileUrl to ResourcesLoader by Andrew Grieve · 10 years ago
  39. 5319e5d Fix iOS being broken due to UrlRemap being set to load on start-up by Andrew Grieve · 10 years ago
  40. 44e3d14 Add an AppHarnessUi.execJs() command by Andrew Grieve · 10 years ago
  41. 04e2fe8 Allow obj['prop'] in jshintrc by Andrew Grieve · 10 years ago
  42. 448d508 Refactor to use different webviews for the app vs menus by Andrew Grieve · 10 years ago
  43. 55c4c86 Fix serve installer not waiting for update to complete by Andrew Grieve · 10 years ago
  44. c29e06c Delete CRX logic (moving to downstream chrome-app-harness.git) by Andrew Grieve · 10 years ago
  45. c7616fe Don't add cordova-plugins/ to createproject.sh if it doesn't exist by Andrew Grieve · 10 years ago
  46. 97472e4 Fix PLUGIN_SEARCH_PATH logic when no extra path is set by Andrew Grieve · 10 years ago
  47. 06105fb Step 2 of harness-push merge by Andrew Grieve · 10 years ago
  48. 4d6ac3e Merge remote-tracking branch 'harness/master' into foo by Andrew Grieve · 10 years ago
  49. 886f865 Delete stale .cdvh code by Andrew Grieve · 10 years ago
  50. 161eb77 Remove debug console.log() stmts by Andrew Grieve · 10 years ago
  51. a111216 Fix Android updates not working due to typo in CacheClear plugin by Andrew Grieve · 10 years ago
  52. 419236a Fix jshint errors by Andrew Grieve · 10 years ago
  53. 748924f Even more z-order for context menu by Andrew Grieve · 10 years ago
  54. 43d9022 Fix the naming of pushed apps. No more duplicate entries. by Braden Shepherdson · 10 years ago
  55. 4a070b1 Add ngrok to list of URL templates by Andrew Grieve · 10 years ago
  56. 1b91a06 Set app version in createproject.sh by Andrew Grieve · 10 years ago
  57. 6eabf1b Make createproject.sh be able to set the app's version by Andrew Grieve · 10 years ago
  58. 18f4ce7 Write per-app cordova_plugins.js to contain only required plugins by Andrew Grieve · 10 years ago
  59. 6904274 Move console.log into Notify.js. Make it stringify [Object] by Andrew Grieve · 10 years ago
  60. 9398000 Make createproject.sh PLUGIN_SEARCH_PATH additive by Andrew Grieve · 10 years ago
  61. e71bb1b Tweak createproject.sh: more plugins, better error handling by Andrew Grieve · 10 years ago
  62. ba6a405 CB-6491 add CONTRIBUTING.md by Marcel Kinard · 10 years ago
  63. 12e3a7e Fix ResourcesLoader broken with latest version of file plugin by Andrew Grieve · 10 years ago
  64. fae458d Revert "Remove file-system-roots plugin as a dependency (it's a part of file now)" by Andrew Grieve · 10 years ago
  65. 2fc95e3 Remove file-system-roots plugin as a dependency (it's a part of file now) by Andrew Grieve · 10 years ago
  66. 7a69752 Update README.md to reflect current project status by Andrew Grieve · 10 years ago
  67. 219bb78 Fix app ID back to ChromeADT (changed mistakenly) by Andrew Grieve · 10 years ago
  68. 66c5109 Tweak tagging instructions by Andrew Grieve · 10 years ago
  69. 10c8de1 Check in debug keystore. Add build script that uses it. by Andrew Grieve · 10 years ago
  70. 7f0622a Add debug keystore to repo by Andrew Grieve · 10 years ago
  71. c04e2fa Update release steps in README.md by Andrew Grieve · 10 years ago
  72. 905d837 Fix updating while in an app - reset mappings upon push received by Andrew Grieve · 10 years ago
  73. cb1e6a0 Remove unneccessary replace() in CrxInstaller.js by Andrew Grieve · 10 years ago
  74. 936a83a Make resetMappings() public for use by harness-push by Andrew Grieve · 10 years ago
  75. 5d298ae Fix JS exception caused by ng promises not having a "done" method by Andrew Grieve · 10 years ago
  76. 33e3109 Don't reset plugins in UrlRemap.java by Andrew Grieve · 10 years ago
  77. df643e1 Fix package name of CacheClear/plugin.xml by Andrew Grieve · 10 years ago
  78. 0c9986a Fix UrlRemap not always setting no-cache headers. by Andrew Grieve · 10 years ago
  79. afdd006 Auto-listen when harness-push plugin exists (instead of pushing a button) by Andrew Grieve · 10 years ago
  80. feaebe8 Clear cache before launching an app. by Andrew Grieve · 10 years ago
  81. fc9931d Add env variable for setting name and ID in createproject.sh by Andrew Grieve · 10 years ago
  82. 1d6b5fb Set App Name and ID in makeharness.sh by Andrew Grieve · 10 years ago
  83. 0f092d2 Add "adb forward" instructions to harness-push/README.md by Andrew Grieve · 10 years ago
  84. 6dad07d Add manual step of changing title to README.md by Andrew Grieve · 10 years ago
  85. cdd39e2 Use webView.loadUrlIntoView() for reload instead of window.location by Andrew Grieve · 10 years ago
  86. 1505802 Show IP address for harness-push. by Andrew Grieve · 10 years ago
  87. 7454e2f Add getListenAddress() to harness-push by Andrew Grieve · 10 years ago
  88. 9e8f9f8 Don't inject harness-push JS on iOS by Andrew Grieve · 10 years ago
  89. 977f4d1 Merge harness-push plugin into this repo. by Andrew Grieve · 10 years ago
  90. 6f961db UrlRemap: Use a nicer name for the "ignore-me" request header. by Andrew Grieve · 10 years ago
  91. b471b8b Use URLs everywhere instead of paths. Removes need for "root" filesystem by Andrew Grieve · 10 years ago
  92. 584de8e Fix "updating" message being cleared only on success. by Andrew Grieve · 10 years ago
  93. be0b7a9 Fix ServeInstaller NPE by having installPath accessed as a property always by Andrew Grieve · 10 years ago
  94. 343b9d0 Fix addApp returning a promise in the middle of the promise chain (hid error messages) by Andrew Grieve · 10 years ago
  95. ac4a906 ios: More UrlRemap tweaks so that it handles more scenarios by Andrew Grieve · 10 years ago
  96. 6667ea0 Make crx and serve "Add" view use the same textboxes. by Andrew Grieve · 10 years ago
  97. 63e0c39 Fix some jshint warnings. by Andrew Grieve · 10 years ago
  98. 80c953a checkjs->checkjs.sh and allow executing from other CWDs. by Andrew Grieve · 10 years ago
  99. 8950c43 UrlRemap: Add allowFurtherRemapping flag to aliases to (dis)allow chaining. by Andrew Grieve · 10 years ago
  100. 39a5db8 Tweak README.md example by Andrew Grieve · 10 years ago