Commit Graph

  • dbb196a17e Delete url-filters logic (in 4.0.x branch only) Andrew Grieve 2014-07-08 11:58:56 -04:00
  • 05a95c699f Merge branch 'master' into 4.0.x (Fix setPluginEntries) Andrew Grieve 2014-07-08 11:55:04 -04:00
  • 9ea8b2237a Fix PluginManager.setPluginEntries not removing old entries Andrew Grieve 2014-07-08 11:54:38 -04:00
  • 9c5e340fb8 Merge branch 'master' into 4.0.x (App plugin from config.xml -> code) Andrew Grieve 2014-07-08 11:52:44 -04:00
  • e86c2e5970 Move registration of App plugin from config.xml -> code Andrew Grieve 2014-07-08 11:47:26 -04:00
  • 67006add53 Merge branch 'master' into 4.0.x (tweaks to setWebViewClient) Andrew Grieve 2014-07-07 16:38:50 -04:00
  • caeb86843d Make setWebViewClient an override instead of an overload. Delete Location-change JS->Native bridge mode (missed some of it). Andrew Grieve 2014-07-07 16:31:29 -04:00
  • 1571b26a65 Merge branch 'master' into 4.0.x (ConfigXmlParser + two-phase init) Andrew Grieve 2014-07-07 16:23:51 -04:00
  • 0f15608175 CB-4404 Revert setting android:windowSoftInputMode to "adjustPan" Andrew Grieve 2014-07-07 13:07:51 -04:00
  • 705991e5b0 Refactor: Use ConfigXmlParser in activity. Adds CordovaWebView.init() Andrew Grieve 2014-07-04 16:32:09 -04:00
  • b636874bd9 Deprecate some convenience methods on CordovaActivity Andrew Grieve 2014-07-04 16:31:19 -04:00
  • 965e4e9b19 Fix CordovaPreferences not correctly parsing hex values (valueOf->decode) Andrew Grieve 2014-07-04 16:27:16 -04:00
  • af77977fda Refactor: Move url-filter information into PluginEntry. Andrew Grieve 2014-07-04 14:52:31 -04:00
  • e74baf188f Don't re-parse config.xml in onResume. Andrew Grieve 2014-07-04 12:19:28 -04:00
  • 663a71255f Move handling of Fullscreen preference to CordovaActivity Andrew Grieve 2014-07-04 12:11:19 -04:00
  • bdf2f22f81 Merge branch 'master' into 4.0.x (ConfigXmlParser breakout) Andrew Grieve 2014-07-04 11:48:49 -04:00
  • 79aa3e159d Delete dead code from CordovaActivity Andrew Grieve 2014-07-04 11:46:03 -04:00
  • 95118398dd Update .classpath to make Eclipse happy (just re-orders one line) Andrew Grieve 2014-07-04 11:38:31 -04:00
  • 4d18a8e55f Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably Andrew Grieve 2014-07-04 11:38:16 -04:00
  • 3bab41f138 Refactor Config into ConfigXmlParser, CordovaPreferences Andrew Grieve 2014-07-04 11:31:32 -04:00
  • a8330773ca Add missing changes from previous merge commit Andrew Grieve 2014-07-04 10:32:02 -04:00
  • 4ca2305693 Merge branch 'master' into 4.0.x (Bridge fixes) Andrew Grieve 2014-07-03 23:02:02 -04:00
  • f577af0886 Delete Location-change JS->Native bridge mode Andrew Grieve 2014-07-03 22:18:18 -04:00
  • aab47bd453 CB-5988 Allow exec() only from file: or start-up URL's domain Andrew Grieve 2014-07-03 21:58:35 -04:00
  • 445ddd89fb CB-6761 Fix native->JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly Andrew Grieve 2014-07-03 13:27:30 -04:00
  • 6f21a96238 Update the errorurl to no longer use intents Joe Bowser 2014-06-24 12:57:46 -07:00
  • c47bcb2f54 This breaks running the JUnit tests, we'll bring it back soon Joe Bowser 2014-06-24 12:55:56 -07:00
  • b0b628ffc2 Refactoring the URI handling on Cordova, removing dead code Joe Bowser 2014-06-24 12:30:12 -07:00
  • 428e1bc14d Remove fields from CordovaWebView interface Andrew Grieve 2014-06-24 15:28:53 -04:00
  • d66bb84924 Delete onReset and resetJsMessageQueue from CordovaWebView interface Andrew Grieve 2014-06-24 15:26:43 -04:00
  • 4ce5123a12 Merge branch 'master' into 4.0.x (bindButton changes) Andrew Grieve 2014-06-24 15:22:27 -04:00
  • 4b4a2e9f9e CB-7018 Clean up and deprecation of some button-related functions Andrew Grieve 2014-06-24 15:08:47 -04:00
  • 58afd0b604 CB-7017 Fix onload=true being set on all subsequent plugins Andrew Grieve 2014-06-24 14:55:34 -04:00
  • 4352456129 CB-5971: Fix package / project validation Ian Clelland 2014-06-24 14:05:03 -04:00
  • bb141a70e8 CB-5971: Add unit tests to cordova-android Ian Clelland 2014-06-24 13:50:00 -04:00
  • ff260c03ca CB-5971: Factor out package/project name validation logic Ian Clelland 2014-06-24 13:49:12 -04:00
  • 96a1192474 Merge branch 'master' into 4.0.x (back button default behaviour fix) Andrew Grieve 2014-06-23 14:50:01 -04:00
  • 297f862ccc Delete explicit activity.finish() in back button handling. No change in behaviour. Andrew Grieve 2014-06-23 14:18:54 -04:00
  • c052f40ef8 Remove onKey* from CordovaWebView interface (these exist on View already) Andrew Grieve 2014-06-20 16:09:14 -04:00
  • 98246c0e35 Add a whitelist to PluginManager to be used by App Harness Andrew Grieve 2014-06-20 12:32:53 -04:00
  • 8ac067da89 Rethinking the URI helper Joe Bowser 2014-06-18 16:46:22 -07:00
  • 0ffb5d253a CB-3445: android: Copy Gradle wrapper from Android SDK rather than bundling a JAR Ian Clelland 2014-06-19 16:12:40 -04:00
  • 3a9898a6a6 CB-6971 Fix infinite recursion for onReceiveError Andrew Grieve 2014-06-18 13:20:47 -04:00
  • 693ec14df5 Rename App->CoreAndroid in defaults.xml (related to 635a6279a9) Andrew Grieve 2014-06-17 20:55:55 -04:00
  • fa189b3234 CB-3445: Add an initial set of Gradle build scripts Ian Clelland 2014-06-16 16:43:34 -04:00
  • 3b27cd093b CB-6873: Removing from cordova-android, still in the camera plugin Joe Bowser 2014-06-04 14:30:04 -07:00
  • 141bbfb051 CB-5971: This would have been a good first bug, too bad Joe Bowser 2014-06-12 17:51:22 -07:00
  • 663a919ed1 CB-4404: Changing where android:windowSoftInputMode is in the manifest so it works Joe Bowser 2014-06-12 11:47:41 -07:00
  • 483babe3bc Add documentation referencing other implementation. Marcel Kinard 2014-06-09 15:50:20 -04:00
  • 6abb9da88a Merge branch 'master' into 4.0.x Andrew Grieve 2014-06-08 22:54:21 -04:00
  • b407641049 CB-6851 Deprecate WebView.sendJavascript() Andrew Grieve 2014-06-08 22:47:41 -04:00
  • d5e8807756 Set version to 4.0.0-dev Andrew Grieve 2014-06-06 14:56:58 -04:00
  • 7e9fdb3555 Remove Ant custom build directories Ian Clelland 2014-06-05 12:59:57 -04:00
  • 32e07c22d0 CB-6876 Show the correct executable name Marcel Kinard 2014-06-04 19:23:43 -04:00
  • d427c52aac CB-6876 Fix the "print usage" Marcel Kinard 2014-06-04 19:12:55 -04:00
  • eb623a84d5 Trivial spelling fix in comments when reading CordovaResourceApi Joe Bowser 2014-06-04 11:13:37 -07:00
  • 07290277ba CB-6818: I want to remove this code, because Square didn't do their headers properly Joe Bowser 2014-06-03 15:21:46 -07:00
  • 743541218f CB-6860 Add activity_name and launcher_name to AndroidManifest.xml & strings.xml Andrew Grieve 2014-06-03 16:08:35 -04:00
  • 94de0a7ce2 Add a comment to custom_rules.xml saying why we move AndroidManifest.xml Andrew Grieve 2014-06-03 15:28:45 -04:00
  • 36e9fb292b Remove +x from README.md Andrew Grieve 2014-06-03 15:28:35 -04:00
  • 2661e010d9 CB-6784 Add missing licenses Marcel Kinard 2014-05-30 15:10:54 -04:00
  • 7687becfee CB-6784 Add license to CONTRIBUTING.md Marcel Kinard 2014-05-30 11:45:13 -04:00
  • 1641f09dc9 Revert "defaults.xml: Add AndroidLaunchMode preference" Michal Mocny 2014-05-29 14:35:29 -04:00
  • b42faea2eb Merge branch 'pluggable_webview' into 4.0.x Ian Clelland 2014-05-29 11:20:35 -04:00
  • 1505673393 updated RELEASENOTES Steven Gill 2014-05-27 14:11:37 -07:00
  • d20d2781ef updated RELEASENOTES Steven Gill 2014-05-27 14:11:37 -07:00
  • 635a6279a9 Renaming app plugin CoreAndroid to avoid confusion. It is now trivial to fix the JS away from App, but this will have to be a 4.x change Joe Bowser 2014-05-26 13:11:27 -07:00
  • 404d3e0959 CB-6315: Wrapping this so it runs on the UI thread Joe Bowser 2014-05-22 12:00:11 -07:00
  • f77b20bbca CB-6723 Update package name for Robotium Marcel Kinard 2014-05-20 07:09:02 -04:00
  • 1d0a1664e6 CB-6707 Update minSdkVersion to 10 consistently Marcel Kinard 2014-05-20 07:00:21 -04:00
  • 410afbf9a1 CB-5652 make visible cordova version Martin Gonzalez 2014-05-15 11:55:42 -05:00
  • aaddfa6f3a Update JS snapshot to version 3.6.0-dev (via coho) Steven Gill 2014-05-08 15:32:28 -07:00
  • 2d9a16e857 Update JS snapshot to version 3.6.0-dev (via coho) Joe Bowser 2014-05-06 15:51:17 -07:00
  • 1dcba51092 Set VERSION to 3.6.0-dev (via coho) Joe Bowser 2014-05-06 15:51:14 -07:00
  • 7c63b30de1 Added dash to test push Joe Bowser 2014-04-03 10:04:28 -07:00
  • c0eae1ad52 Revert accidentally removed lines from NOTICE Andrew Grieve 2014-05-06 15:17:49 -04:00
  • c012b98223 CB-6552: updated author to apache software foundation in pacakge.json Steven Gill 2014-04-30 12:55:28 -07:00
  • 559493babd CB-6552: updated test field Steven Gill 2014-04-30 11:59:29 -07:00
  • 990ab2c7ef CB-6552: added top level package.json Steven Gill 2014-04-30 10:54:47 -07:00
  • 437003de29 CB-6491 add CONTRIBUTING.md Marcel Kinard 2014-04-30 08:44:21 -04:00
  • 629e05b7b1 CB-6315: Wrapping this so it runs on the UI thread Joe Bowser 2014-05-22 12:00:11 -07:00
  • 22b1959333 Manually fix Android sdk location to support library projects without local.properties pluggable_webview Ian Clelland 2014-05-22 14:04:00 -04:00
  • 857d841adb Fix plumbing of key events to instance webview backwards_compat Ian Clelland 2014-05-20 15:16:10 -04:00
  • c66135d4de Make jsMessageQueue visible to out-of-package subclasses Ian Clelland 2014-05-20 13:50:58 -04:00
  • e98f6ae570 CB-6723 Update package name for Robotium Marcel Kinard 2014-05-20 07:09:02 -04:00
  • 0b5bf0c098 CB-6707 Update minSdkVersion to 10 consistently Marcel Kinard 2014-05-20 07:00:21 -04:00
  • 1deefa48ee CB-5652 make visible cordova version Martin Gonzalez 2014-05-15 11:55:42 -05:00
  • 4a3ed323db Promote CordovaWebView to an abstract base class. Ian Clelland 2014-05-16 16:16:24 -04:00
  • 97008305ff Merge branch 'master' into pluggable_webview Ian Clelland 2014-05-15 15:59:11 -04:00
  • 1a17083e8c Add more required methods on CordovaWebView interface Ian Clelland 2014-05-02 10:51:24 -04:00
  • b6664cc859 Added two more required methods to CordovaWebView to get the Junit tests running, removed tests that make no sense Joe Bowser 2014-05-14 11:08:46 -07:00
  • 50c4aef873 Update JS snapshot to version 3.6.0-dev (via coho) Steven Gill 2014-05-08 15:32:28 -07:00
  • 82bc714ed9 Set VERSION to 3.5.0 (via coho) 3.5.0 Steven Gill 2014-05-08 15:32:23 -07:00
  • 568d3b5332 Update JS snapshot to version 3.5.0 (via coho) Steven Gill 2014-05-08 15:32:23 -07:00
  • df53dbdbc4 package.json apparently needs to be updated before tagging, re-tagging manually 3.5.0-rc1 Joe Bowser 2014-05-08 13:38:28 -07:00
  • a70191a9a4 OkHttp has broken headers. Updating for ASF compliance. Joe Bowser 2014-05-06 16:16:47 -07:00
  • cf42d31214 Update JS snapshot to version 3.6.0-dev (via coho) Joe Bowser 2014-05-06 15:51:17 -07:00
  • 00caa1c0a0 Set VERSION to 3.6.0-dev (via coho) Joe Bowser 2014-05-06 15:51:14 -07:00
  • 7ec8d08c58 Set VERSION to 3.5.0-rc1 (via coho) Joe Bowser 2014-05-06 15:51:13 -07:00
  • 6d40adfe33 Update JS snapshot to version 3.5.0-rc1 (via coho) Joe Bowser 2014-05-06 15:51:13 -07:00