Commit Graph

306 Commits

Author SHA1 Message Date
Joe Bowser 9f42772b7e Adding the volume button event changes 2012-06-08 16:25:09 -07:00
Joe Bowser 03aaab6f8b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView 2012-06-05 15:45:33 -07:00
Joe Bowser a489ae0fb6 Updating the JS and the version for tagging 2012-06-05 14:26:02 -07:00
Julien Bouquillon be165c677f upgrade to latest cordova.android.js 2012-06-02 22:57:35 +02:00
Joe Bowser 8b93e87e3e Merge commit with master, we need to kill all tabs 2012-05-28 13:45:25 -07:00
Julien Bouquillon cb61e90148 Merge remote-tracking branch 'upstream/master' into volumebtns 2012-05-28 10:42:49 +02:00
macdonst d7b79f5042 Upping version to 1.8.0rc1 2012-05-24 21:39:45 -04:00
Joe Bowser c37b2d236b Merge commit and fix. 2012-05-24 09:31:11 -07:00
Julien Bouquillon 0c9295f8bc listening to volume events now override default behaviour 2012-05-24 02:01:27 +02:00
Fil Maj 2d5dcf24da [CB-463] updated js and rewrote accel plugin again to support the start/stop approach. optimized. single callback used for message passing 2012-05-18 15:22:56 -07:00
Fil Maj 24adc6d00c [CB-463] added the JS updates for accel refactor 2012-05-18 15:20:54 -07:00
Joe Bowser fc9cff7d26 Merging master into CordovaWebView 2012-05-11 10:36:17 -07:00
Fil Maj 6a628f7f2d [CB-683] updating JS for fix for 683 2012-05-10 16:43:08 -07:00
Fil Maj a705b72740 CB-481 refactored prompt() call in JS to exec, moved showing of webview out of chrome client and into app plugin (so we can invoke via exec) 2012-05-10 15:50:02 -07:00
Fil Maj bafa438ce3 updating JS to latest for geolocation updates 2012-05-07 16:22:01 -07:00
Joe Bowser e2d91c2556 Updating the JS and re-tagging 1.7.0 2012-05-01 14:25:42 -07:00
Joe Bowser 634a9c0f4c Updating the version to 1.7.0 2012-04-30 13:42:38 -07:00
Joe Bowser 39f261c6e2 Incrementing project to 1.7.0rc1 2012-04-25 11:49:55 -04:00
Joe Bowser c341cf0d47 Adding fix for CB-482 2012-04-17 12:20:23 -07:00
Joe Bowser eb48055acd Getting setup to tag 1.6.1 2012-04-12 16:37:27 -07:00
macdonst ac06892dec CB-472: FileWriter.seek(0) does not actually seek to the beginning of the file 2012-04-11 10:44:09 -04:00
Joe Bowser 5e1997c8d8 Updating with tagged JS 2012-04-10 13:26:35 -07:00
Joe Bowser cdf148bb58 Starting Release Process 2012-04-09 17:11:13 -07:00
macdonst e213772f98 Updating cordova.android.js for CB-421 and CB-426 2012-04-03 13:09:31 -04:00
macdonst 700ae50e9b CB-321: Media API: 'mediaSuccess' callback param to new Media() is called soon after new obj created 2012-03-30 15:29:26 -04:00
Fil Maj 993fb296d6 updating network status plugin label and updating cordova-js to latest 2012-03-28 13:47:45 -07:00
macdonst 1e2c38598f CB-383: Fixes issue with misspelled destinationType for Camera.getPicture() 2012-03-24 14:09:57 -04:00
Fil Maj f3c96ce1a0 removed old javascript files and removed unused target + commented out lines in build.xml 2012-03-09 12:36:08 -08:00
Fil Maj 715c0a5bea updates to JS: removing require+define from global scope, tweaking geolocation code, online/offline events fire on document now 2012-03-09 12:32:22 -08:00
macdonst 8923e52a5e Adding support for legacy plugins 2012-03-05 15:11:24 -05:00
macdonst a69bd65152 Updating cordova.android.js to override FileReader 2012-03-01 15:57:21 -05:00
macdonst 73aa5cc7c3 Updating cordova.android.js to latest version from Apache git repo 2012-03-01 10:45:27 -05:00
Joe Bowser 7bf35e9c83 Merged cordova.android.js. Please move fixes to the cordova-js project 2012-02-29 17:24:04 -08:00
Joe Bowser adb871f9e1 Updating the JS, even though it shouldn't be here. CB-290 2012-02-29 17:03:37 -08:00
macdonst 21b7346277 Revert change in location of FileSystem 2012-02-29 13:23:32 -05:00
Bryce Curtis d2fc08959a Fix WebSQL for Android 4.0.2. 2012-02-28 23:26:21 -06:00
Bryce Curtis 3ebc1d71df Updating cordova.android.js with File API fixes. 2012-02-28 22:32:30 -06:00
Fil Maj d593448182 updating cordova.android.js. This resolves CB-283: unregistration of backbutton event handlers do not fire appropriate native method 2012-02-28 17:21:21 -08:00
macdonst e918ffd751 Tagging 1.5.0rc1 2012-02-25 00:28:06 -05:00
Bryce Curtis 26044ad662 Add cordova.android.js from common-js build. 2012-02-20 11:04:37 -08:00
macdonst 9aa1cd756a Refactor out the Java casting code
When we return JSON to the Java side it does not have the proper methods such as Contact.save() so we need to cast the JSON to the correct JS object. This used to be done from the Java layer calling the right method to cast the JSON. In this new approach the JavaScript layer will no what needs to be cast and call it's own internal function to do the cast.
2012-02-09 16:41:26 -05:00
macdonst d8d7c29afe Adding com.phonegap.api stubs for legacy user created plugins 2012-02-06 10:04:02 -05:00
macdonst 664a061d10 Rename to Cordova 2012-02-03 10:38:40 -05:00
macdonst e64cb2fc4f Removing deprecated methods from Device
Device.overrideBackButton
Device.exitApp
Device.resetBackButton
2012-02-01 10:46:27 -05:00
macdonst c5ada0f09f Deprecating navigator.app.overrideBackbutton
Everyone should be using:

    document.addEventListener("backbutton", yourCallbackFunction, false);
2012-01-31 15:02:11 -05:00
macdonst 6e82ec4152 Allow internal SD Card to be used as storage 2012-01-25 16:34:46 -05:00
macdonst 1d5af102c7 Camera default destination should be FILE_URI 2012-01-05 03:29:55 +08:00
macdonst 29001eeb3a Merge pull request #42 from aflx/download
added download() to the filetransfer
2011-12-01 08:20:04 -08:00
Alexander Keller f387720e54 FileTransfer returns JSONObject with code, source and target for upload and download 2011-11-30 09:15:01 +01:00
macdonst e02322b66b Remove addWhiteList from public API 2011-11-29 03:47:49 +08:00