Commit Graph

  • a37d0699db [CB-423] Problem displaying patch-9 splash screen. Bryce Curtis 2012-04-02 11:34:57 -05:00
  • 2818e05e71 Move the callback server into the View, preparing to start CordovaWebView testing Joe Bowser 2012-03-30 13:28:19 -07:00
  • 5fa77e97bd CB-163: contactFindOptions.filter does not work as expected on Android macdonst 2012-03-30 16:28:04 -04:00
  • 8d479c8269 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android macdonst 2012-03-30 15:31:54 -04:00
  • 700ae50e9b CB-321: Media API: 'mediaSuccess' callback param to new Media() is called soon after new obj created macdonst 2012-03-30 15:29:26 -04:00
  • 900be3afe0 Tests to verify Android native features. Bryce Curtis 2012-03-30 11:37:29 -05:00
  • d2b329636f Fixing license header in com.phonegap.api.PluginManager macdonst 2012-03-29 15:08:44 -04:00
  • 49b50ce66c Minor tweaks to DroidGap, allows for the ChromeClient and ViewClient to be overridden Joe Bowser 2012-03-29 12:03:20 -07:00
  • c18c0b415e Tests to verify Android native features. tests Bryce Curtis 2012-03-28 22:53:38 -05:00
  • b793fbfc28 Partially moved the callback server into the WebView. The WebView MUST own the CordovaWebViewClient and the CordovaWebChromeClient Joe Bowser 2012-03-28 16:49:59 -07:00
  • 993fb296d6 updating network status plugin label and updating cordova-js to latest Fil Maj 2012-03-28 13:47:45 -07:00
  • 59ff94fefb Moving init code into the WebView Joe Bowser 2012-03-27 11:28:55 -07:00
  • dfc86b1af1 Fix for CB-389: resolveLocalFileSystemURI does not work on a resized image captured from Camera.getPicture() macdonst 2012-03-26 21:35:34 -04:00
  • f3c29840a7 Moving whitelisting into the WebView, still need to read the config in the WebView if required Joe Bowser 2012-03-26 15:39:58 -07:00
  • 6dabe4c010 Work on CB-369, Moving Authentication OUT of DroidGap Joe Bowser 2012-03-26 10:22:37 -07:00
  • 1e2c38598f CB-383: Fixes issue with misspelled destinationType for Camera.getPicture() macdonst 2012-03-24 14:09:57 -04:00
  • 8ecfcb12c7 Cleaning out the asssets/www directory. This should house mobile-spec Joe Bowser 2012-03-23 14:57:58 -07:00
  • ae8bc77ee7 Adding the tests from the GitHub Prototype Joe Bowser 2012-03-23 14:56:55 -07:00
  • e25490751c Creating the CordovaWebView, modifying DroidGap to use that Joe Bowser 2012-03-23 14:51:25 -07:00
  • 9d0e8fa436 Tagged 1.6rc1 1.6.0rc1 Joe Bowser 2012-03-23 14:30:18 -07:00
  • 9d26598334 [CB-367] Back button event should fire on key up not key down Also changed menu key and search key to be consistent. Bryce Curtis 2012-03-23 15:17:09 -05:00
  • a688319ea7 First stab at CB-21, I really need more info before I can close this Joe Bowser 2012-03-20 15:22:00 -07:00
  • bbf10e3baa Fixing a bug with File Upload on Android where Chunked mode isn't used by default Joe Bowser 2012-03-20 11:25:17 -07:00
  • 7e70d76232 [CB-352] Support initializing DroidGap with existing WebView, WebViewClient and webViewChrome. [CB-353] Create PluginEntry object to use by PluginManager. Bryce Curtis 2012-03-19 16:20:57 -05:00
  • 04b3e4d847 Fixing CB-343: We need to respect the whitelist Joe Bowser 2012-03-16 10:55:06 -07:00
  • dc93556ef0 Checking for the callback server before we call sendJavascript for the Kindle Fire, CB-247 Joe Bowser 2012-03-15 14:29:25 -07:00
  • 692a59a692 spacing fixes, null check in getPhoneType in contacts, returning error integers instead of objects in contacts Fil Maj 2012-03-15 12:03:20 -07:00
  • df691518e3 Added temporary Cordova splash for now Joe Bowser 2012-03-15 10:54:43 -07:00
  • 8f2cdcc049 Changing to the modern icon Joe Bowser 2012-03-15 10:48:00 -07:00
  • d27064794c Tweaked File Transfer to fix CB-74 Joe Bowser 2012-03-13 11:46:25 -07:00
  • 8a7af93765 Fixing CB-210 with patch and adding fix for CB-210 Joe Bowser 2012-03-12 13:30:16 -07:00
  • f3c96ce1a0 removed old javascript files and removed unused target + commented out lines in build.xml Fil Maj 2012-03-09 12:36:08 -08:00
  • 715c0a5bea updates to JS: removing require+define from global scope, tweaking geolocation code, online/offline events fire on document now Fil Maj 2012-03-09 12:32:22 -08:00
  • 4b05ead3ac cordova.require("cordova") is pretty funny. wish i didnt write it Fil Maj 2012-03-09 11:27:56 -08:00
  • b4292868eb switched from "require" syntax to "cordova.require" Fil Maj 2012-03-08 17:58:45 -08:00
  • c5025ee2bb We show the default 404 on non-resolved domains Joe Bowser 2012-03-06 14:09:11 -08:00
  • 8923e52a5e Adding support for legacy plugins 1.5.0 macdonst 2012-03-05 15:11:24 -05:00
  • aa4f2cc4d9 Tagging 1.5.0 macdonst 2012-03-01 21:29:18 -05:00
  • 4a23f86411 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android macdonst 2012-03-01 15:57:31 -05:00
  • a69bd65152 Updating cordova.android.js to override FileReader macdonst 2012-03-01 15:57:21 -05:00
  • 7392b63b99 updating cordova.js to include camera constants fix. added clean dependency to build-javascript target in ant file Fil Maj 2012-03-01 11:56:37 -08:00
  • 73aa5cc7c3 Updating cordova.android.js to latest version from Apache git repo macdonst 2012-03-01 10:45:27 -05:00
  • 7bf35e9c83 Merged cordova.android.js. Please move fixes to the cordova-js project Joe Bowser 2012-02-29 17:24:04 -08:00
  • adb871f9e1 Updating the JS, even though it shouldn't be here. CB-290 Joe Bowser 2012-02-29 17:03:37 -08:00
  • 21b7346277 Revert change in location of FileSystem macdonst 2012-02-29 12:38:35 -05:00
  • 79935d31ef Putting back the CordovaInterface work after talking with Simon Joe Bowser 2012-02-29 09:34:46 -08:00
  • d2fc08959a Fix WebSQL for Android 4.0.2. Bryce Curtis 2012-02-28 23:26:21 -06:00
  • 3ebc1d71df Updating cordova.android.js with File API fixes. Bryce Curtis 2012-02-28 22:32:30 -06:00
  • f6503f8476 File APIs should return error code instead of object. Bryce Curtis 2012-02-28 22:30:27 -06:00
  • d593448182 updating cordova.android.js. This resolves CB-283: unregistration of backbutton event handlers do not fire appropriate native method Fil Maj 2012-02-28 17:21:21 -08:00
  • 403b87b68b Reverting interface change, not enough time for testing, need to remove it manually Joe Bowser 2012-02-28 16:30:25 -08:00
  • bf69362709 Fix to CordovaInterface methods, DroidGap has the managedQuery since it inherits from Activity. (CB-282) Joe Bowser 2012-02-28 11:59:51 -08:00
  • c00fb987f6 Switching to require syntax for AudioPlayer macdonst 2012-02-28 13:00:33 -05:00
  • 7c6450de50 Fixing the call to Media.onStatus() macdonst 2012-02-28 11:02:01 -05:00
  • 10cbcd7f5a Adding startActivity method to CordovaInterface as many plugins rely on this method macdonst 2012-02-27 13:07:56 -05:00
  • e918ffd751 Tagging 1.5.0rc1 1.5.0rc1 macdonst 2012-02-25 00:28:06 -05:00
  • 3ed41597d2 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into license macdonst 2012-02-24 17:51:20 -05:00
  • 5722d976ce Fixing app crash when clicking Menu or Back buttons while splashscreen is being shown. macdonst 2012-02-23 12:36:38 -05:00
  • 8555c42196 CB-3: Apache source headers in callback-android macdonst 2012-02-23 11:36:08 -05:00
  • e85394dd99 Refactoring the checks for file:// into a convenience method macdonst 2012-02-22 15:56:03 -05:00
  • cc5cfad58d Removing extraneous logging from DroidGap.java left over from rebase macdonst 2012-02-22 10:44:16 -05:00
  • 363b1429e3 Fix issue with document.location.href not calling loadUrlIntoView macdonst 2012-02-13 18:41:06 -05:00
  • 900ff9ed2c Redirect Issue macdonst 2012-02-06 20:21:12 -05:00
  • c9d4276207 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android Joe Bowser 2012-02-20 12:46:20 -08:00
  • fef0e429db Update build to use new common cordova.android.js instead of building js from multiple Android js files. Bryce Curtis 2012-02-17 17:30:25 -06:00
  • 26044ad662 Add cordova.android.js from common-js build. Bryce Curtis 2012-02-17 17:28:35 -06:00
  • 42430d5d11 more file:// URI truncation :D Fil Maj 2012-02-17 11:40:22 -08:00
  • 770a257ed3 trim file:// URI from uri->path conversion method Fil Maj 2012-02-17 10:55:04 -08:00
  • 9fe1f21c9f Use strings not objects Fil Maj 2012-02-16 18:17:25 -08:00
  • 49d8d22d7f remove trailing slash Fil Maj 2012-02-16 17:48:48 -08:00
  • d274891c2c remove file:// protocol from various fileutils methods Fil Maj 2012-02-16 17:46:16 -08:00
  • c099c65365 remove file:// protocol from various fileutils remove methods Fil Maj 2012-02-16 17:31:07 -08:00
  • 79ba28d6c4 truncating file:// protocol where applicable in metadata func Fil Maj 2012-02-16 17:21:03 -08:00
  • b4d1ca6181 Need to add/trim file:// where applicable Fil Maj 2012-02-16 15:33:19 -08:00
  • 657faaff7f Prefix URIs for file API with file:/// and persistent storage should never point to SD card Fil Maj 2012-02-16 15:18:13 -08:00
  • a43e80ae1d Return string for root location in requestFileSystem Fil Maj 2012-02-15 17:30:32 -08:00
  • 5253b5fb31 removing unnecessary try/catch Fil Maj 2012-02-15 16:57:40 -08:00
  • 8b12bf79e4 Unifying File API error code/response style Fil Maj 2012-02-15 16:47:32 -08:00
  • 45d75524c9 Changed JavaScript invoked from PluginResult native code to use new modular JS approach Fil Maj 2012-01-25 15:31:09 -08:00
  • 8a137395ae changing JS invoked from native to work with modular js Fil Maj 2012-01-25 14:28:47 -08:00
  • 390fe537f8 woops java type checks! love it! Fil Maj 2012-01-25 14:12:38 -08:00
  • 40cd71484c Adding unsupported action plugin result return if invalid action string is specified to accel and compass listener plugins Fil Maj 2012-01-25 14:10:22 -08:00
  • 9188773152 Arguments are passed as JSON array, not JSON object. Bryce Curtis 2012-02-19 00:15:23 -06:00
  • cc8edea065 Call js code using new common js way. Bryce Curtis 2012-02-18 13:19:50 -06:00
  • 14b368e731 Update build to use new common cordova.android.js instead of building js from multiple Android js files. Bryce Curtis 2012-02-17 17:30:25 -06:00
  • 4d03577220 Add cordova.android.js from common-js build. Bryce Curtis 2012-02-17 17:28:35 -06:00
  • 040619cd61 Moved the CordovaInterface over to master, doing this before working on CordovaJS Joe Bowser 2012-02-17 13:11:15 -08:00
  • d6fef8d6e3 more file:// URI truncation :D Fil Maj 2012-02-17 11:40:22 -08:00
  • 7c1eb7da9b trim file:// URI from uri->path conversion method Fil Maj 2012-02-17 10:55:04 -08:00
  • d87ee719a3 Use strings not objects Fil Maj 2012-02-16 18:17:25 -08:00
  • a52ba37cf7 remove trailing slash Fil Maj 2012-02-16 17:48:48 -08:00
  • cd667d6af5 remove file:// protocol from various fileutils methods Fil Maj 2012-02-16 17:46:16 -08:00
  • 7e4158ce94 remove file:// protocol from various fileutils remove methods Fil Maj 2012-02-16 17:31:07 -08:00
  • 0ba803ff46 truncating file:// protocol where applicable in metadata func Fil Maj 2012-02-16 17:21:03 -08:00
  • 6c48c6a3a1 Need to add/trim file:// where applicable Fil Maj 2012-02-16 15:33:19 -08:00
  • 7ee135e516 Prefix URIs for file API with file:/// and persistent storage should never point to SD card Fil Maj 2012-02-16 15:18:13 -08:00
  • fd69095d3d Return string for root location in requestFileSystem Fil Maj 2012-02-15 17:30:32 -08:00
  • 357c0ee1ca removing unnecessary try/catch Fil Maj 2012-02-15 16:57:40 -08:00
  • 40637c1486 Unifying File API error code/response style Fil Maj 2012-02-15 16:47:32 -08:00
  • a84d2eab02 Changed JavaScript invoked from PluginResult native code to use new modular JS approach Fil Maj 2012-01-25 15:31:09 -08:00