Commit Graph

  • 035c3ad319 Simplify default navigation policy to allow navigations within /app_webview/ Andrew Grieve 2015-02-27 15:46:17 -05:00
  • c237a1c0d2 Log a warning when a navigation is blocked by the whitelist Andrew Grieve 2015-02-27 15:45:37 -05:00
  • f1d093548e Make ConfigXmlParser take a Context rather than Activity Andrew Grieve 2015-02-27 15:44:27 -05:00
  • beab74adf5 CB-8548 Allow ant-style property keys in signing.properties files Andrew Grieve 2015-02-25 15:41:58 -05:00
  • 2a49e8a931 CB-8520 Fix for extra args being added twice for build command (close #159) Nikhil Khandelwal 2015-02-20 10:41:08 -08:00
  • 395857c37c close #160 Andrew Grieve 2015-02-25 14:27:40 -05:00
  • 9a34f25edc close #161 Andrew Grieve 2015-02-25 14:27:18 -05:00
  • 0af02fb9ae close #161 Andrew Grieve 2015-02-25 14:25:48 -05:00
  • dcff8794ad CB-7827 Add --activity-name for bin/create Connor Pearson 2015-02-22 15:44:54 -05:00
  • 1b4f5b13f1 CB-8548 Use debug-signing.properties and release-signing.properties when they exist Andrew Grieve 2015-02-25 14:16:29 -05:00
  • 3950818030 CB-8545 Don't add a layout as a parent of the WebView Andrew Grieve 2015-02-25 12:27:48 -05:00
  • d6da2ef096 CB-8510 Fix back button not exiting activity in manual tests Andrew Grieve 2015-02-25 12:27:06 -05:00
  • 455298d736 CB-8510 CB-7159 Fix background color manual test page not showing flash of green Andrew Grieve 2015-02-25 12:18:13 -05:00
  • d99856c52b CB-8510 Move requestFocusFromTouch into createViews from init() Andrew Grieve 2015-02-25 12:14:39 -05:00
  • 087ec11e6a CB-8510 Create a new abstraction for sharing common logic of WebView engines Andrew Grieve 2015-02-05 20:46:42 -05:00
  • 00c0a84e4e Remove unused imports from MainTestActivity Andrew Grieve 2015-02-19 11:33:32 -05:00
  • be229b1ac6 Make ErrorUrlTest INVALID_URL point to an existing file to make it test the right thing Andrew Grieve 2015-02-19 11:32:54 -05:00
  • 8106981bb6 Extract alert, confirm, prompt Dialog logic into a helper for use by other engines Andrew Grieve 2015-02-19 10:43:25 -05:00
  • de4d7cd10d Deprecate custom view methods in CordovaWebView. Andrew Grieve 2015-02-19 10:33:06 -05:00
  • 804dcac12f Address TODO: Move requestFocusFromTouch() to CordovaActivity rather than AndroidWebView Andrew Grieve 2015-02-19 10:32:29 -05:00
  • fb0987b824 Delete some dead code. Add a license header. Andrew Grieve 2015-02-19 10:31:44 -05:00
  • 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