Commit Graph

  • b175d611bd Update JS snapshot to version 6.2.0 (via coho) Steve Gill 2017-03-28 15:18:35 -07:00
  • 13dbd2f5d4 Set VERSION to 6.3.0-dev (via coho) Steve Gill 2017-03-28 15:18:35 -07:00
  • 6d084428a8 CB-12609 Updated RELEASENOTES and Version for release 6.2.0 Steve Gill 2017-03-28 15:17:52 -07:00
  • 312efc3878 CB-12609: added missing license headers Steve Gill 2017-03-28 15:03:15 -07:00
  • 301faebfcc CB-12614: Adding headers to tests Joe Bowser 2017-03-28 14:25:24 -07:00
  • a8af103ff4 CB-12609: checking in updated node_modules Steve Gill 2017-03-27 22:23:09 -07:00
  • 0df50c3f33 CB-8978 Prepare copy resource-files from config.xml Darryl Pogue 2016-07-28 12:44:50 -07:00
  • 08c80f77a9 CB-12605 Fix a requirements check failure on Windows Alexander Sorokin 2017-03-27 11:47:32 +03:00
  • ea8d65d7fc CB-12595: Remove the console.log stuff Joe Bowser 2017-03-23 09:33:33 -07:00
  • e3198b0f6b CB-12595: Ugly code, but this should find an Android Studio installation and use the sweet gradle center found inside Joe Bowser 2017-03-21 16:07:42 -07:00
  • 19220de388 testMultipartPopAndEncodeAsJs under newer test system Josh Jackson 2017-03-07 20:22:38 -06:00
  • 52878d6c5b MultipartMessageTest Josh Jackson 2017-03-07 17:14:04 -06:00
  • abfece70c1 Shorter method name Josh Jackson 2017-02-16 17:23:44 -06:00
  • 33da6e9eb8 Fix encoding of multipart messages. Josh Jackson 2017-02-03 15:20:37 -06:00
  • 4919a2d2a8 Bumping up the test gradle versions Joe Bowser 2017-03-22 10:53:58 -07:00
  • 2f2e8a560d CB-12546: account for quotes when detecting android command error for Windows. filmaj 2017-03-15 15:35:29 -07:00
  • 884818934f CB-12546: on create, update the require path for certain helper modules as directory structure differs. big ol TODO dropped as it _is_ kinda weird. filmaj 2017-03-15 11:58:16 -07:00
  • 1d8e6f53a1 CB-12546: sort detected targets by numerical suffix when reporting most recent version of android sdk target installed. filmaj 2017-03-15 11:30:04 -07:00
  • 3554267adf CB-12546: more specs for android_sdk and check_reqs. added fixtures for sdk targets. refactored target listing. filmaj 2017-03-15 07:47:51 -07:00
  • f7687a2567 CB-12546: use android_sdk list_targets instead of rewriting the same thing again. filmaj 2017-03-14 16:18:37 -07:00
  • ebd4a02d2c CB-12546: switch to superspawn for shelling out where possible. rework android sdk module to work with new sdk. filmaj 2017-03-14 16:01:32 -07:00
  • 4a354bba86 CB-12546: based on android command exit code and stdout, conditionally try to invoke avdmanager to list out AVD images. tweak relevant test to match behaviour. small tweak to use exposed methods for checking platform (for easier future stubbing). filmaj 2017-03-14 15:15:49 -07:00
  • d40c22441f CB-12546: move check_reqs to templates directory and update module references. filmaj 2017-03-14 14:18:00 -07:00
  • 6395eda0c8 CB-12546: emulator specs. filmaj 2017-03-14 13:12:57 -07:00
  • eb6ada8091 CB-12546: more robust sdk location detection. ANDROID_HOME now can be set from location of either of adb, android or avdmanager commands. slightly rework logic of infering ANDROID_HOME + setting up PATH to hopefully separate the logic into clearer sections. check_reqs.check_android now validates SDK Tools 25.3.1 binaries/structure. added specs for check_reqs.check_android. move android sdk version script. expose some helper functions as module methods to help with mocking. filmaj 2017-03-13 23:44:52 -07:00
  • a7ef686a27 CB-12546: leverage avdmanager if android warns it is no longer useful, which happens in Android SDK Tools 25.3.1. explicitly set the CWD of the spawned emulator process to workaround a recent google android sdk bug. rename android_sdk_version.js to android_sdk.js, to better reflect its contents. have create.js copy over the android_sdk_version batch file. filmaj 2017-03-07 17:04:11 -08:00
  • e2af492a63 CB-12587 A (not so) quick fix for get_gradle_wrapper() call Alexander Sorokin 2017-03-20 14:53:45 +03:00
  • 84de9ee0da CB-12574 - Bumping Version Joe Bowser 2017-03-15 13:19:58 -07:00
  • e182e669f0 CB-12524: Put the script in the wrong spot, oops Joe Bowser 2017-03-13 12:49:46 -07:00
  • a9a28d3e77 CB-12524: Workaround for obsolete gradle on integration servers Joe Bowser 2017-03-13 11:53:59 -07:00
  • 6a77acdbf2 CB-12524: Thwarted by JSHint again, accidentally deleted the wrong message Joe Bowser 2017-03-13 11:46:51 -07:00
  • 028725468a CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail. Joe Bowser 2017-03-13 11:18:33 -07:00
  • 9dbffa6ee8 CB-12524: Forgot to check for the android command on the target check Joe Bowser 2017-03-13 11:16:48 -07:00
  • 2d3f3cae13 CB-12524: Set Gradle to always build in the project directory since our tests don't run scripts from the project directory by default Joe Bowser 2017-03-10 11:18:49 -08:00
  • fb9f0f3ee8 CB-12524: I need travis to install a wrapper on this, since travis fails the gradle check Joe Bowser 2017-03-10 10:53:35 -08:00
  • ab276504fd CB-12524: Windows functionality for Gradle execution Joe Bowser 2017-03-09 10:26:48 -08:00
  • 3cc4e5b440 CB-12524: This now fetches the template from inside of the Android Studio directory, and falls back to a locally installed Gradle instance Joe Bowser 2017-03-08 18:09:49 -08:00
  • b2664bc469 CB-12524: Test distributing a wrapper in the framework directory Joe Bowser 2017-03-06 15:03:32 -08:00
  • 8fc099b8f1 CB-12546: tweak parsing of avdmanager output to match the old output from android list avd. also explicitly set the CWD of the spawned emulator process to workaround a recent google android sdk bug. CB-12546 filmaj 2017-03-08 09:12:44 -08:00
  • 73f28541ab CB-12546: start of work on parsing emulator info from avdmanager output. work in progress. filmaj 2017-03-07 17:04:11 -08:00
  • 7d5afdebe1 Updating version Bharath Hariharan 2017-02-23 11:13:10 -08:00
  • 3bbc7fb328 CB-12465: Writing new JUnit Test Instrumentation to replace tests and retire problmatic tests Joe Bowser 2017-02-14 16:45:57 -08:00
  • ac6ad2dea1 Adding Binary plugin to class path Bharath Hariharan 2017-02-15 11:27:42 -08:00
  • 0b116f1b5c Updating Maven settings Bharath Hariharan 2017-02-14 16:31:27 -08:00
  • acdb934ef9 Add the ability to publish to Bintray jCenter repo Bharath Hariharan 2017-02-13 16:37:39 -08:00
  • 5591a1a4e8 Update JS snapshot to version 6.2.0-dev (via coho) Steve Gill 2017-01-26 16:30:33 -08:00
  • 37ee3cdf81 Set VERSION to 6.1.2 (via coho) rel/6.1.2 6.1.2 6.1.x Steve Gill 2017-01-26 16:30:31 -08:00
  • 124574bb3a Set VERSION to 6.2.0-dev (via coho) Steve Gill 2017-01-26 16:30:31 -08:00
  • 22694606f9 Update JS snapshot to version 6.1.2 (via coho) Steve Gill 2017-01-26 16:30:31 -08:00
  • 9d217813f1 CB-12403 Updated RELEASENOTES and Version for release 6.1.2 Steve Gill 2017-01-26 15:21:50 -08:00
  • 07dce213a2 Change to https by default Joe Bowser 2017-01-20 09:31:31 -08:00
  • f114ac8c8c CB:12018 : added dev dependencies to gitignore audreyso 2017-01-11 16:58:35 -08:00
  • 05af619521 CB-12018 : updated tests to work with jasmine (promise matcher tests commented out for now) audreyso 2017-01-03 11:02:48 -08:00
  • a2cfaab7f4 CB-12403 Updated RELEASENOTES and Version for release 6.1.2 Steve Gill 2017-01-26 15:21:50 -08:00
  • 6355425a6f Change to https by default Joe Bowser 2017-01-20 09:31:31 -08:00
  • 2d96995801 CB:12018 : added dev dependencies to gitignore audreyso 2017-01-11 16:58:35 -08:00
  • 3fc4daa447 CB-12018 : updated tests to work with jasmine (promise matcher tests commented out for now) audreyso 2017-01-03 11:02:48 -08:00
  • c7ff24b983 Closing invalid pull request: close #350 Julio César 2017-01-10 19:22:44 +01:00
  • 3f674faf30 Merge branch 'CB-5968' of https://github.com/sterlingann/cordova-android Jesse MacFadyen 2017-01-08 22:42:18 -08:00
  • b9ad1b6b26 Update JS snapshot to version 6.2.0-dev (via coho) Steve Gill 2017-01-03 17:45:55 -08:00
  • 96457effbc Set VERSION to 6.1.1 (via coho) rel/6.1.1 6.1.1 Steve Gill 2017-01-03 17:45:53 -08:00
  • 67e7980eba Update JS snapshot to version 6.1.1 (via coho) Steve Gill 2017-01-03 17:45:53 -08:00
  • 676f0ddc2e CB-12314 updated release notes for 6.1.1 release Steve Gill 2017-01-03 17:45:15 -08:00
  • 0efa6cd766 CB-12314 Updated RELEASENOTES and Version for release 6.1.1 Steve Gill 2017-01-03 17:42:13 -08:00
  • a51fc4b25e CB-12159 Android: Keystore password prompt won't show up daserge 2016-12-05 18:21:28 +03:00
  • 071ddbf6eb Adding isClean to the spec, this really should have failed a few commits ago Joe Bowser 2016-11-28 14:12:25 -08:00
  • a87eb7266f Need to pass lint Joe Bowser 2016-11-21 16:36:20 -08:00
  • c2ddd2da7f CB-12169: Check for build directory before running a clean Joe Bowser 2016-11-21 14:41:14 -08:00
  • 6c60dc5dc8 CB-12159 Android: Keystore password prompt won't show up daserge 2016-12-05 18:21:28 +03:00
  • 1af5ade39a Adding isClean to the spec, this really should have failed a few commits ago Joe Bowser 2016-11-28 14:12:25 -08:00
  • ad40d33400 Need to pass lint Joe Bowser 2016-11-21 16:36:20 -08:00
  • 5017e2302b CB-12169: Check for build directory before running a clean Joe Bowser 2016-11-21 14:41:14 -08:00
  • e856613787 Updating the timeout due to known travis issues rel/6.1.0 6.1.0 Joe Bowser 2016-11-03 11:35:42 -07:00
  • 94e9bd5e26 Do not test for non-existent build folder Jesse MacFadyen 2016-11-03 10:57:41 -07:00
  • 011b57da54 Fixed AndroidStudio tests to actually run, removed app/src/main/assets/ as a requirement and added app/src/main/res instead, added placeholder for build/ folder, Removed dupe gitignore Jesse MacFadyen 2016-11-02 17:55:32 -07:00
  • 3bfeda4a3b Updating the timeout due to known travis issues Joe Bowser 2016-11-03 11:35:42 -07:00
  • 348b1b4dda Do not test for non-existent build folder Jesse MacFadyen 2016-11-03 10:57:41 -07:00
  • 0fd7e7f040 Fixed AndroidStudio tests to actually run, removed app/src/main/assets/ as a requirement and added app/src/main/res instead, added placeholder for build/ folder, Removed dupe gitignore Jesse MacFadyen 2016-11-02 17:55:32 -07:00
  • cfa0fa7243 Update JS snapshot to version 6.2.0-dev (via coho) Joe Bowser 2016-11-02 16:32:16 -07:00
  • 7e54af75d8 Set VERSION to 6.1.0 (via coho) Joe Bowser 2016-11-02 16:32:15 -07:00
  • 6a63d9df0a Set VERSION to 6.2.0-dev (via coho) Joe Bowser 2016-11-02 16:32:15 -07:00
  • d95df96881 Update JS snapshot to version 6.1.0 (via coho) Joe Bowser 2016-11-02 16:32:15 -07:00
  • 36646eb527 rewrite to use retro js Jesse MacFadyen 2016-11-02 15:17:53 -07:00
  • 48940bf4c0 CB-12109 Updated RELEASENOTES and Version for release 6.1.0 Joe Bowser 2016-11-02 14:29:49 -07:00
  • 5346a386f7 CB-12108: Updating gradle files to work with the latest version of Android Studio, since a patch release breaks this, and Gradle complains if you add the plus Joe Bowser 2016-11-02 14:19:21 -07:00
  • b3201ad073 CB-12102: Bump travis to build to API 25 Joe Bowser 2016-11-01 14:06:57 -07:00
  • 35b0ba6d07 Bumping up the version Joe Bowser 2016-10-28 09:42:17 -07:00
  • 3c087c6716 CB-12101: Spot fix to go into next patch release Joe Bowser 2016-11-01 11:37:50 -07:00
  • 854946e313 CB-12077: Fix paths for Android icons/splashscreens Darryl Pogue 2016-10-28 13:05:01 -07:00
  • d6a1d7a913 updated xxhdpi mipmap icon to 144x144 Sterling 2016-10-28 21:57:54 -07:00
  • 700b425774 replaced with unstretched images Sterling 2016-10-28 17:20:56 -07:00
  • e31634b0fb created directories and corresponding images for xxhdpi and xxxhdpi, both drawables and mipmaps Sterling 2016-10-28 17:03:45 -07:00
  • 1f06176149 added framework/build to .ratignore Steve Gill 2016-10-24 11:54:00 -07:00
  • 355aae7b4b Fix for broken testUrl test 6.0.0 6.0.x Joe Bowser 2016-10-20 12:47:33 -07:00
  • e628026cf0 Fix for broken testUrl test Joe Bowser 2016-10-20 12:47:33 -07:00
  • 5b4524ae12 Last minute change of test targets Joe Bowser 2016-10-20 12:25:47 -07:00
  • 3a512c300e Last minute change of test targets Joe Bowser 2016-10-20 12:25:47 -07:00
  • 7f9e7c73ab Update JS snapshot to version 6.1.0-dev (via coho) Joe Bowser 2016-10-20 11:49:04 -07:00
  • 33ac5c20b5 Set VERSION to 6.0.0 (via coho) Joe Bowser 2016-10-20 11:49:03 -07:00
  • 3e7be6cc0f Set VERSION to 6.1.0-dev (via coho) Joe Bowser 2016-10-20 11:49:03 -07:00