Commit Graph

  • 88f50a66ff Make showWebPage() take a Map instead of a HashMap Andrew Grieve 2015-02-19 10:30:26 -05:00
  • 7be600d8e9 Make cookieManager a field in AndroidCookieManager rather than using getInstance() every time Andrew Grieve 2015-02-19 10:28:18 -05:00
  • 11d6b8029f Remove explicit whitelisting of content: in CordovaBridge Andrew Grieve 2015-02-19 10:06:36 -05:00
  • f1d4c01190 Merge IceCreamCordovaWebViewClient into AndroidWebViewClient. Andrew Grieve 2015-02-19 10:03:50 -05:00
  • c12d93e77f Move newly added should* methods of CordovaUriHelper into PluginManager Andrew Grieve 2015-02-19 10:00:56 -05:00
  • 204130a598 Remove stale info from README.md (close #156) Andrew Grieve 2015-02-18 21:37:59 -05:00
  • dbd45d4173 fix jshint errors (close #157) Murat Sutunc 2015-02-18 10:32:21 -08:00
  • 7e0bfbbad2 Merge branch 'unplug-whitelist' Ian Clelland 2015-02-18 09:37:00 -05:00
  • db18e1480e CB-8469 Create gradle build files as part of create script Andrew Grieve 2015-02-12 16:15:43 -05:00
  • 9baa27508a Add back a test that url (and errorUrl) are not settable via Intent extras Andrew Grieve 2015-02-12 15:03:44 -05:00
  • c3267def97 Revert "Reverting the refactor. I'd rather have 4 failures due to timing than tests completely disappear" Andrew Grieve 2015-02-12 14:48:49 -05:00
  • 390927772e Reverting the refactor. I'd rather have 4 failures due to timing than tests completely disappear Joe Bowser 2015-02-11 14:28:50 -08:00
  • a8bec4ec9c Remove redundant whitelist checks unplug-whitelist-4.0.0 Ian Clelland 2015-02-11 16:19:54 -05:00
  • 167e283450 Update native tests Ian Clelland 2014-10-30 15:08:26 -04:00
  • 0c3254fd48 Remove whitelist config.xml parsing Ian Clelland 2014-10-22 16:27:28 -04:00
  • 0faf2f0461 Remove whitelists from WebView classes Ian Clelland 2014-10-09 15:28:29 -04:00
  • dd6e42aacc Remove unused Config methods (Breaking Change) Ian Clelland 2014-10-09 14:44:09 -04:00
  • 18e5e9dcc5 Refactor ConfigXmlParser to allow subclasses Ian Clelland 2014-10-22 16:26:41 -04:00
  • c8f44ab460 Use /app_webview/ rather than app_webview to filter bad requests Ian Clelland 2014-10-30 12:17:05 -04:00
  • ac1f9c790a Defer whitelist decisions to plugins Ian Clelland 2014-10-22 16:16:52 -04:00
  • 7533996fac Add hooks in CordovaPlugin and PluginManager for whitelist plugins Ian Clelland 2014-10-22 15:52:09 -04:00
  • 1721571012 Delete unused field in CordovaActivity Andrew Grieve 2015-02-10 22:06:07 -05:00
  • 4358a04730 Big Refactor of integration tests: use locks rather than timeouts, deleted disabled tests, Use same activity for most tests Andrew Grieve 2015-02-10 20:12:38 -05:00
  • c552d912a0 Add gradlew.bat to .gitignore Andrew Grieve 2015-02-10 20:14:05 -05:00
  • ad7ce085f7 CB-8417 renamed platform_modules into cordova-js-src Steve Gill 2015-02-06 17:35:35 -08:00
  • 828edb3a43 CB-8417 moved platform specific js into platforms Steve Gill 2015-02-06 16:40:15 -08:00
  • 4cb64580fd Separate the registering of BridgeModes from NativeToJsMessageQueue Andrew Grieve 2015-02-06 14:03:10 -05:00
  • 5b2fa128a4 AndroidCookieManager: flush is a level 21 API. Add a missing API level guard Andrew Grieve 2015-02-06 13:50:03 -05:00
  • b7abb64661 Make CoreAndroid package-private Andrew Grieve 2015-02-06 13:49:00 -05:00
  • 66424b7ed5 Update JS snapshot (was missing "CoreAndroid" name change) Andrew Grieve 2015-02-05 20:45:14 -05:00
  • f4b315961b CB-8415 updated RELEASENOTES 3.7.1 Andrew Grieve 2015-02-03 20:49:48 -05:00
  • 81dafb7b3f CB-8415 updated RELEASENOTES Andrew Grieve 2015-02-03 20:49:48 -05:00
  • 3bc755de7c Set VERSION to 3.7.1 (via coho) Andrew Grieve 2015-02-03 20:46:29 -05:00
  • cea81c2dc1 CB-8382: Fixed type mismatch that caused the build breakage Joe Bowser 2015-02-03 17:24:00 -08:00
  • 4b1e99ef93 Reverting the change to CordovaActivity.java for now until we fix the init() problem that appeared when fixing 3.7.0 bug Joe Bowser 2015-02-03 17:01:04 -08:00
  • 83120a5bea CB-8382 Make CordovaActivity not implement CordovaInterface Andrew Grieve 2015-01-29 20:42:44 -05:00
  • c5ffdff49b Prune 3.7.0 RELEASENOTES to a more glanceable list Andrew Grieve 2015-02-03 14:47:42 -05:00
  • 2829ed77cc CB-8411 Initialize plugins only after createViews() is called Andrew Grieve 2015-02-03 16:00:56 -05:00
  • 20723896e1 CB-8411 Initialize plugins only after createViews() is called Andrew Grieve 2015-02-03 16:03:15 -05:00
  • aed4859642 CB-8410 Fix all jshint issues for Android platform (close #153) Murat Sutunc 2015-02-03 12:10:50 -08:00
  • d0ade1d190 CB-8410 Enable jshint for Android platform Murat Sutunc 2015-02-03 11:30:12 -08:00
  • fb8e35bb44 Prune 3.7.0 RELEASENOTES to a more glanceable list Andrew Grieve 2015-02-03 14:47:42 -05:00
  • ce351f5c38 CB-8390 Add Gradle support for Play Services and Support libraries Andrew Grieve 2015-02-02 23:26:53 -05:00
  • 26ee1c4547 CB-8389 Allow plugins to handle exit and onReceivedError messages before CordovaInterface Andrew Grieve 2015-01-30 11:59:30 -05:00
  • bf327f3916 Allow cdvMinSdkVersion and cdvVersionCode to be set to ints (instead of just strings) Andrew Grieve 2015-01-30 11:42:56 -05:00
  • e3dd6d8c88 CB-8387 Address TODO and have DisallowOverscroll preference set by AndroidWebView instead of CordovaActivity Andrew Grieve 2015-01-30 11:17:08 -05:00
  • 137fe12c43 CB-8386 Don't fallback on system webview if custom webview fails to construct Andrew Grieve 2015-01-30 11:03:56 -05:00
  • a2fed200fe CB-8378 Remove reference to LinearLayoutSoftKeyboardDetect from unit tests Andrew Grieve 2015-01-30 10:26:33 -05:00
  • efeeef214b Paste in the command for downloading robotium in tests readme Andrew Grieve 2015-01-30 10:17:18 -05:00
  • 37617c67f8 CB-8378 Delete LinearLayoutSoftKeyboardDetect (hidekeyboard and showkeyboard events) Andrew Grieve 2015-01-29 15:13:24 -05:00
  • 56f675f188 Updating RELASENOTES.md, this is in a weird spot, since you need the branch to exist to generate the notes Joe Bowser 2015-01-20 10:23:08 -08:00
  • 7e7dc7694c CB-8373 Add gradle plugin includes based on project.properties (where plugman now puts them) Andrew Grieve 2015-01-28 16:27:05 -05:00
  • 8cf8da5776 CB-5059 Adds CookieManager abstraction for pluggable webviews (close #151) Darryl Pogue 2015-01-26 20:45:25 -08:00
  • b59705bed4 CB-7947 Don't force-pauseTimers() for startActivityForResult Andrew Grieve 2015-01-26 21:26:47 -05:00
  • 3b909253bb Merge branch 'master' into 4.0.x (gradle plugin extension) Andrew Grieve 2015-01-26 16:28:31 -05:00
  • 98f90340f3 Make plugin .gradle extensions run at the same point as build-extras.gradle Andrew Grieve 2015-01-26 16:26:11 -05:00
  • a4c9bf7d30 CB-8358 Make --link an alias for --shared for create/update. Make it work with gradle Andrew Grieve 2015-01-23 14:38:05 -05:00
  • f459eaa5ea Add missing license to gradle file. Marcel Kinard 2015-01-22 15:22:55 -05:00
  • f3885692d9 Updating RELASENOTES.md, this is in a weird spot, since you need the branch to exist to generate the notes 3.7.0 Joe Bowser 2015-01-20 10:23:08 -08:00
  • 8d8b874c20 Merge branch 'master' into 4.0.x (about:blank) Andrew Grieve 2015-01-20 19:47:48 -05:00
  • d7fc37d365 CB-8317 Make it work to load about:blank and to dispatch exit message (close #149) shingotoda 2015-01-16 17:40:54 +11:00
  • ccceaeaca2 CB-8317 Make it work to load about:blank and to dispatch exit message (close #149) shingotoda 2015-01-16 17:40:54 +11:00
  • c3bdebdb83 CB-8026 Remove default target value from gradle file Andrew Grieve 2015-01-20 11:33:55 -05:00
  • 9514a3ed94 Move cordova.gradle from project template to CordovaLib Andrew Grieve 2015-01-20 11:03:26 -05:00
  • 076e93184b Make unit tests compile on 4.0.x (couple APIs changed) Andrew Grieve 2015-01-20 15:03:46 -05:00
  • c352b296da Merge branch 'master' into 4.0.x (gradlify tests) Andrew Grieve 2015-01-20 14:55:44 -05:00
  • 9e04eec9dd Make BackButtonMultiPageTest tests not hang forever. Andrew Grieve 2015-01-20 14:53:31 -05:00
  • 0e19f88a04 Make unit tests work with Gradle Andrew Grieve 2015-01-20 13:58:58 -05:00
  • e788e8fa0f Delete test/ ant files and cordova scripts Andrew Grieve 2015-01-20 13:26:44 -05:00
  • a56c406aa3 Made check_reqs script echo ANDROID_HOME and JAVA_HOME when run directly Andrew Grieve 2015-01-20 13:59:49 -05:00
  • a3457d9408 CB-8026 Remove default target value from gradle file Andrew Grieve 2015-01-20 11:33:55 -05:00
  • b69fed18e2 Move cordova.gradle from project template to CordovaLib Andrew Grieve 2015-01-20 11:03:26 -05:00
  • 050dd088cf gradle: Fix incorrect buildTools dependencies in framework's build.gradle Andrew Grieve 2015-01-20 10:49:19 -05:00
  • 2964aea447 gradle: Fix incorrect buildTools dependencies in framework's build.gradle Andrew Grieve 2015-01-20 10:49:19 -05:00
  • 587488a1b1 Merge branch 'master' into 4.0.x (cert challenges) Andrew Grieve 2015-01-19 22:22:02 -05:00
  • 26f0401fda CB-8328 Allow plugins to handle certificate challenges (close #150) Marcus Pridham 2015-01-16 14:48:19 -05:00
  • e4e04927b6 CB-8201 Add support for auth dialogs into Cordova Android sgrebnov 2015-01-16 13:04:01 +03:00
  • 623b394c83 CB-8328 Allow plugins to handle certificate challenges (close #150) Marcus Pridham 2015-01-16 14:48:19 -05:00
  • 6b3ef11715 Adds cdvPrintProps gradle task: dumps out all cdv properties Andrew Grieve 2015-01-19 21:59:02 -05:00
  • cf0fdf5ac0 CB-8255 Pass arch to gradle regardless of cdvBuildMultipleApks Andrew Grieve 2015-01-19 21:56:46 -05:00
  • 33614d1273 CB-8255 Fix cordova/build --gradleVar=--foo=bar stripping off =bar Andrew Grieve 2015-01-19 21:54:29 -05:00
  • 1f735935b9 Fix cordova/build not printing out all gradle args in console message Andrew Grieve 2015-01-19 21:53:08 -05:00
  • 8c14e33bb6 Fix cordova/run not finding apk when multi-arch is specified but only arch-independent apk exists Andrew Grieve 2015-01-19 21:51:57 -05:00
  • 7375154228 Fix exception for unknown flag in cordova/run Andrew Grieve 2015-01-19 21:50:14 -05:00
  • 1427c13504 Allow --ant, --gradle for cordova/run Andrew Grieve 2015-01-19 21:49:36 -05:00
  • e671ffdab1 Merge branch 'master' into 4.0.x (gradle fixes) Andrew Grieve 2015-01-19 22:04:10 -05:00
  • 92d1080b2f Adds cdvPrintProps gradle task: dumps out all cdv properties Andrew Grieve 2015-01-19 21:59:02 -05:00
  • 893c0e9b67 CB-8255 Pass arch to gradle regardless of cdvBuildMultipleApks Andrew Grieve 2015-01-19 21:56:46 -05:00
  • af60f71ea3 CB-8255 Fix cordova/build --gradleVar=--foo=bar stripping off =bar Andrew Grieve 2015-01-19 21:54:29 -05:00
  • 9a952f1004 Fix cordova/build not printing out all gradle args in console message Andrew Grieve 2015-01-19 21:53:08 -05:00
  • 3ec7dfff8b Fix cordova/run not finding apk when multi-arch is specified but only arch-independent apk exists Andrew Grieve 2015-01-19 21:51:57 -05:00
  • d30a5e0388 Fix exception for unknown flag in cordova/run Andrew Grieve 2015-01-19 21:50:14 -05:00
  • fcece7e189 Allow --ant, --gradle for cordova/run Andrew Grieve 2015-01-19 21:49:36 -05:00
  • 3949d9633c Merge branch 'master' into 4.0.x (file input, auth dialogs) Andrew Grieve 2015-01-19 16:34:06 -05:00
  • 5538a231a8 CB-8017 Add support for <input type=file> for Lollipop Andrew Grieve 2015-01-19 16:15:25 -05:00
  • 9be110683b CB-8329 Cancel outstanding ActivityResult requests when a new startActivityForResult occurs Andrew Grieve 2015-01-19 16:13:48 -05:00
  • 62c1c5f38b CB-8017 Add support for <input type=file> for Lollipop Andrew Grieve 2015-01-19 16:15:25 -05:00
  • 56204c5748 CB-8329 Cancel outstanding ActivityResult requests when a new startActivityForResult occurs Andrew Grieve 2015-01-19 16:13:48 -05:00
  • cfc36140bc CB-8280 android: Don't apply SplashScreenDelay when .show() is called explicitly Andrew Grieve 2015-01-19 13:42:11 -05:00
  • 34c163be88 CB-8280 android: Don't apply SplashScreenDelay when .show() is called explicitly Andrew Grieve 2015-01-19 13:42:11 -05:00