Commit Graph

  • 32526a8c16 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-25 12:17:58 -07:00
  • 71a7f72ab9 Added fix for webViewClient. CB-1568 Joe Bowser 2012-10-25 12:17:38 -07:00
  • 4d0824f4a4 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-25 12:11:41 -07:00
  • d56dd40d06 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-25 12:11:41 -07:00
  • 6aafd6dc3a Moved the initialization of the IceCreamWebViewClient to CordovaWebView, we weren't loading the fix in properly after the refactor - CB-1742 Joe Bowser 2012-10-25 12:11:09 -07:00
  • 011b512f28 Update JS. Andrew Grieve 2012-10-25 15:02:26 -04:00
  • aa2d17e489 Disable JS_OBJECT bridge on pre-gingerbread devices. Andrew Grieve 2012-10-25 15:00:21 -04:00
  • 0eee2293dc Add support for null PluginResult payloads. Andrew Grieve 2012-10-25 12:05:39 -04:00
  • a2f35d2bda CB-1743: Globalization.getDateNames will crash Android 2.2 applications Simon MacDonald 2012-10-25 10:35:22 -04:00
  • 58f58d9ee8 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-android Simon MacDonald 2012-10-24 16:32:01 -04:00
  • 412bb349ac Pull in exec fix for Android 2.2 Simon MacDonald 2012-10-24 16:29:26 -04:00
  • 652f15f893 Guard against NullPointerException in Compasslistenter Simon MacDonald 2012-10-24 16:29:02 -04:00
  • 8512ebb923 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-24 12:07:20 -07:00
  • f0ac173ec8 Adding the updated blank index Joe Bowser 2012-10-24 12:06:37 -07:00
  • bef0d47924 Starting incrementing the tag to RC2 Joe Bowser 2012-10-24 12:06:00 -07:00
  • cba0d59021 Fix exception when plugin returns a null string. Bryce Curtis 2012-10-24 12:36:30 -06:00
  • 7d3afcab94 Tweak the useBrowserHistory deprecation message to make the date is clear Andrew Grieve 2012-10-23 14:12:48 -04:00
  • 5f1cda07e7 Cleaning up code, because negating string comparisons is confusing if the string itself is called false. Also clarified the deprecation message to match the Cordova policy that we agreed on for deprecation changes Joe Bowser 2012-10-23 10:46:53 -07:00
  • e11beade4b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-23 10:25:33 -07:00
  • 6a1e089b73 Change useBrowserHistory to default to true (actually) Andrew Grieve 2012-10-23 13:15:44 -04:00
  • 0aa98ac2da CB-1697: openDatabase of Cordova for Android uses the wrong directory separator Simon MacDonald 2012-10-22 13:50:16 -04:00
  • f9ef38cc7a Updating the config.xml default to be true. See discussion on CB-1611 Joe Bowser 2012-10-19 07:23:55 -07:00
  • a3a215a1ba Merge in video tag changes and fix back button issue Simon MacDonald 2012-10-16 15:47:42 -04:00
  • d3ee322d7c Updating Hello World 2.2.0rc1 Joe Bowser 2012-10-15 14:19:46 -07:00
  • 7ec20e7752 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-15 13:52:35 -07:00
  • 08dfb13dbf Updating Android to 2.2.0rc1 Joe Bowser 2012-10-15 13:52:19 -07:00
  • 6a5cddd907 Remove use of PluginResult.Status.NO_RESULT in GeoBroker. Andrew Grieve 2012-10-15 14:49:47 -04:00
  • dc5078306d Remove manual catching of JSONException where possible. Andrew Grieve 2012-10-15 13:58:44 -04:00
  • 1bc032853c Fix contact mobile-spec tests that were failing. Andrew Grieve 2012-10-15 14:21:15 -04:00
  • e562e4e7b9 Removed overrides, fixed CB-1620 Joe Bowser 2012-10-12 14:43:46 -07:00
  • 0ffffa9029 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-10-12 14:26:57 -07:00
  • 0f2303e8d5 This time, we fixed the back button for real! CB-1658 Joe Bowser 2012-10-12 14:26:36 -07:00
  • 31f7f8149e Merge branch 'master' into cordovaplugin_update Braden Shepherdson 2012-10-12 17:05:47 -04:00
  • fe1f57c23f Port Storage to use CordovaPlugin. Braden Shepherdson 2012-10-12 17:05:35 -04:00
  • 29a0b010da Port SplashScreen to CordovaPlugin. Untested, no tests for it. Braden Shepherdson 2012-10-12 17:00:14 -04:00
  • 621e1163f8 Port Notification to CordovaPlugin. Braden Shepherdson 2012-10-12 16:58:15 -04:00
  • 17d64cfcbe Port NetworkManager to CordovaPlugin. Braden Shepherdson 2012-10-12 10:05:26 -04:00
  • 7379d2135d Port Globalization to CordovaPlugin. Braden Shepherdson 2012-10-11 18:32:35 -04:00
  • c55fd06b99 Fix mountain of trailing whitespace. Braden Shepherdson 2012-10-11 18:28:36 -04:00
  • d81727a08c Port Location listeners and plugin to CordovaPlugin. Braden Shepherdson 2012-10-11 18:26:19 -04:00
  • b582e1592a Port FileUtils to CordovaPlugin. Braden Shepherdson 2012-10-11 16:29:02 -04:00
  • dd8533a320 Port Device to use CordovaPlugin. Braden Shepherdson 2012-10-11 16:11:20 -04:00
  • d72a8cbf89 Port Contacts to CordovaPlugin. Braden Shepherdson 2012-10-11 16:03:49 -04:00
  • fe0876ded6 Port CompassListener to CordovaPlugin. Braden Shepherdson 2012-10-11 15:50:31 -04:00
  • fa15763c5d Port Capture to use CordovaPlugin. Untested beyond compiling! Braden Shepherdson 2012-10-11 15:50:04 -04:00
  • 205215d409 Port CameraLauncher to CordovaPlugin. Braden Shepherdson 2012-10-11 11:34:46 -04:00
  • 076bfcde87 Port BatteryListener to CordovaPlugin. Braden Shepherdson 2012-10-11 11:21:02 -04:00
  • 10510484b5 Port AudioHandler and AudioPlayer to CordovaPlugin. Braden Shepherdson 2012-10-11 11:09:12 -04:00
  • e1dea5b4d3 Port AccelListener to CordovaPlugin. Braden Shepherdson 2012-10-11 10:02:46 -04:00
  • 891f8d00cf Cleanups to CordovaPlugin. Braden Shepherdson 2012-10-10 14:11:13 -04:00
  • 0d409f0fe3 Setting browser history as the default. This was supposed to be done earlier, sorry about that. CB-1611 Joe Bowser 2012-10-10 09:45:55 -07:00
  • 4e0c8982c9 get commons-codec from apache archive, not osuosl alunny 2012-10-08 15:09:42 -07:00
  • a741c66c97 Updating Native Tests to correspond with changes - CB-1580 Joe Bowser 2012-10-03 15:56:49 -07:00
  • 3e6a7cbdf5 CB-1574: On Android 4.1 events are only sent on every second menu button press Simon MacDonald 2012-10-03 14:41:10 -04:00
  • 5d34aa0afe Guard against null pointer exception in ES File Explorer being used to get a picture using DATA_URL Simon MacDonald 2012-10-03 11:31:58 -04:00
  • 979ae94698 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-android Simon MacDonald 2012-10-02 14:40:48 -04:00
  • 8d7b85b26a CB-1573: Can we remove framework/src/org/apache/cordova/TempListener.java Simon MacDonald 2012-10-02 14:38:02 -04:00
  • 686977a986 CB-1573: Can we remove framework/src/org/apache/cordova/TempListener.java Simon MacDonald 2012-10-02 14:38:02 -04:00
  • 9c6c782146 Apply trustEveryone to the current connection and not globally. Andrew Grieve 2012-10-02 11:43:32 -04:00
  • ca9539b5b6 More tweaks to FileTransfer. Andrew Grieve 2012-10-02 11:24:52 -04:00
  • ff25be8839 Fix warnings in FileTransfer.java Andrew Grieve 2012-10-02 10:40:37 -04:00
  • d1ab1b59be Remove @Override from interface methods Simon MacDonald 2012-10-02 11:42:12 -04:00
  • 05bc1865a6 Change FileTransfer to use the new plugin signature. Andrew Grieve 2012-09-25 13:25:06 -04:00
  • 6e6e0275ad Create CordovaPlugin.java and make Plugin.java a compatibility shim. Andrew Grieve 2012-09-24 23:37:34 -04:00
  • ec3c5b2ca2 Delete IPlugin interface. Andrew Grieve 2012-10-01 14:54:24 -04:00
  • 5289d569b0 Fix NPE caused by NetworkManager sending update before JS is ready. Andrew Grieve 2012-10-02 09:49:53 -04:00
  • 6f873ff6b5 Fix default bridge mode being PRIVATE_API (should be ONLINE_EVENTS). Andrew Grieve 2012-10-02 09:40:16 -04:00
  • 467cbe972c Fixing merge conflict Simon MacDonald 2012-10-02 09:54:36 -04:00
  • bfd1bfe9f0 CB-1564: DroidGap.loadUrl follows a path that never checks the white list Simon MacDonald 2012-10-01 16:03:28 -04:00
  • 3404a6c699 CB-1564: DroidGap.loadUrl follows a path that never checks the white list Simon MacDonald 2012-10-01 16:03:28 -04:00
  • 17a4b5155e CB-1359 set target SDK to the highest available Anis Kadri 2012-09-28 18:18:11 -07:00
  • d406e2ed22 merging conflict with create script Anis Kadri 2012-09-28 17:43:26 -07:00
  • 0bfc9935b2 CB-1359 simplifying API_LEVEL command Anis Kadri 2012-09-28 17:41:12 -07:00
  • 64c6cbe303 Update JS snapshot after deleting callback server. Andrew Grieve 2012-09-28 14:36:36 -04:00
  • 2245db3e80 Delete CallbackServer.java Andrew Grieve 2012-09-28 14:36:51 -04:00
  • 6f19a50c98 Update .classpath file to use commons-codec-1.7.jar Andrew Grieve 2012-09-28 14:27:38 -04:00
  • c7ce9598a8 Remove unused async arg from PluginManager.exec(). Andrew Grieve 2012-09-24 23:32:31 -04:00
  • afcdccf783 Add an app-wide thead pool to CordovaInterface. Andrew Grieve 2012-09-24 15:30:59 -04:00
  • 1bf12842ca Allow for predefined ANDROID_BIN value, fix for paths with spaces Joshua Granick 2012-08-13 15:56:54 -07:00
  • da8fbee256 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-android Simon MacDonald 2012-09-27 11:17:04 -04:00
  • 4021f26e76 Globalization plugin should return an error object and not a code Simon MacDonald 2012-09-27 11:16:43 -04:00
  • 8eab8438cf CB-1468 fixing paths with spaces Anis Kadri 2012-09-26 16:22:35 -07:00
  • 1b4096b01d Guard against null pointer exception in ES File Explorer being used to get a picture Simon MacDonald 2012-09-26 15:52:37 -04:00
  • 54caa6e438 Fail the build gracefully with helpful error messages if the local.properties file is missing, or if the commons-codec jar is missing, or if ant is not at the minimum required version. Also add a little more detail to README.md. Marcel Kinard 2012-09-25 13:09:40 -04:00
  • 486eb149f2 Merge branch 'master' into plugin_reset Braden Shepherdson 2012-09-24 14:38:17 -04:00
  • faa034a205 Don't unregister the listener if it was never registered. Braden Shepherdson 2012-09-24 14:37:04 -04:00
  • 2cd3ebc7a8 Fix NPE on reset with undefined NetworkListener. Braden Shepherdson 2012-09-24 14:36:29 -04:00
  • 7e3af6c235 Add onReset() to TempListener. Braden Shepherdson 2012-09-24 14:21:18 -04:00
  • dd4de16d1d Add onReset to Storage. Braden Shepherdson 2012-09-24 14:21:05 -04:00
  • ba8577fa5f Add onReset() to NetworkManager. Braden Shepherdson 2012-09-24 14:20:52 -04:00
  • 6192319f8c Add onReset() to GeoBroker. Braden Shepherdson 2012-09-24 14:20:36 -04:00
  • fed368d553 Set the total field for FileTransfer upload progress events. Andrew Grieve 2012-09-24 11:50:55 -04:00
  • 20c885418e Add onReset to CompassListener. Braden Shepherdson 2012-09-24 11:40:06 -04:00
  • 9318ee30bd Add onReset to BatteryListener. Braden Shepherdson 2012-09-24 11:35:35 -04:00
  • 8b6c9574df Make AudioHandler stop and clean up on onReset() Braden Shepherdson 2012-09-21 15:33:56 -04:00
  • 313148136a Make AccelListener stop listening onReset() Braden Shepherdson 2012-09-21 14:51:45 -04:00
  • 6e1fdc77ae Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-09-21 11:51:12 -07:00
  • 2a9582ebb1 Fixing CB-1521 - NullPointerException on Default Jellybean Emulator Joe Bowser 2012-09-21 11:48:33 -07:00
  • dd1cd46719 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Braden Shepherdson 2012-09-21 13:38:42 -04:00
  • 9961d9e54d Add onReset to Plugin API, call on navigate. Braden Shepherdson 2012-09-12 14:31:01 -04:00