Commit Graph

  • 5d8d8e77f8 Merge branch 'cordova-lib' of git://github.com/bennmapes/cordova-android into scripts Joe Bowser 2013-04-18 16:35:35 -07:00
  • 4dee30ed84 [CB-2914] Cli script migration for unix bash Benn Mapes 2013-04-18 16:34:52 -07:00
  • 025676d6e7 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-04-18 14:52:17 -07:00
  • aad396ae38 CB-3165: Deprecation Notice Joe Bowser 2013-04-18 14:44:00 -07:00
  • 832998b67f 2.7.0rc1 prep Joe Bowser 2013-04-18 13:05:03 -07:00
  • c798d131bb Update JS snapshot for 2.7.0 Andrew Grieve 2013-04-18 15:28:00 -04:00
  • bf3e024648 [CB-3066] Fire onNativeReady from JS, as bridge is available immediately Ian Clelland 2013-04-18 14:20:10 -04:00
  • 191f31baa7 [CB-2432] Don't try and write exif info for images from picasa Andrew Grieve 2013-04-17 16:38:56 -04:00
  • d3b7903af8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-04-17 13:37:48 -07:00
  • 99e7d1e161 Merge branches 'sunshine' and 'master' Joe Bowser 2013-04-17 13:37:19 -07:00
  • b13166f5d9 [CB-2432] Fix Camera.getPicture() for picasa images Andrew Grieve 2013-04-17 16:12:28 -04:00
  • 80fe4458c6 Use FileHelper in IceCreamCordovaWebViewClient. Andrew Grieve 2013-04-17 15:51:37 -04:00
  • 791574c26e Make URL parsing more robust in FileHelper. Andrew Grieve 2013-04-17 15:50:29 -04:00
  • ac61ebf2d5 Merge branch 'master' of github.com:SunshineTech/cordova-android into sunshine Joe Bowser 2013-04-17 11:44:49 -07:00
  • 4599e9897d [CB-2914] Cli script migration for windows jscript Benn Mapes 2013-04-16 10:34:14 -07:00
  • cb99ed0a01 Fixing URL transformation algorithm avidmich 2013-04-08 22:20:50 -03:00
  • 4864d52966 [CB-2202] Remove Plugin.java (was deprecated). Andrew Grieve 2013-04-16 15:29:16 -04:00
  • b2d61679fb [CB-2963] Re-enable sending messages in batches. Andrew Grieve 2013-04-16 15:04:56 -04:00
  • 383b3dadd5 [CB-3024] expanded help string for cl create script lorinbeer 2013-04-12 08:32:22 -07:00
  • c65c259123 CB-2200: Remove deprecated Android device.name Joe Bowser 2013-04-11 13:53:12 -07:00
  • e7e2730929 Fixing CB-2955, breaking CB-2085, use localStorage, NOT WebSQL Joe Bowser 2013-04-08 15:53:14 -07:00
  • bb9615eed0 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-04-04 16:06:03 -07:00
  • 18877bf80e Adding additional condition that the phone must be made by HTC for the setNavDump to be set to true to try and work around CB-2907, if it's still a problem on HTC devices running Android 2.2, that's just the luck of the draw. Joe Bowser 2013-04-04 16:05:35 -07:00
  • 778b784eb6 [CB-2908] Fix the DroidGap activity Lifecycle broken issue HUANG Menghuai 2013-04-01 12:40:51 +08:00
  • 5ff900f7ec Fixup for CB-2654. Andrew Grieve 2013-04-04 16:45:39 -04:00
  • ba31424604 Keep the splashscreen image ratio instead of streatching it. An ImageView is used to be able to use ScaleType.CENTER_CROP, which is similar to the background-size:cover CSS property Steren 2013-04-02 02:02:45 +02:00
  • 1782111d45 [CB-2654] Delay executeScript/insertCSS callback until resources have loaded; pass JS results to callback Ian Clelland 2013-03-28 11:49:05 -04:00
  • 1fa63300aa [CB-2666] Added check for null arguments. Max Woghiren 2013-03-27 12:09:17 -04:00
  • 34b606b9fc Prep for 2.6.0 final 2.6.0 2.6.x Joe Bowser 2013-04-01 14:54:51 -07:00
  • b42c918973 Prep for 2.6.0 final Joe Bowser 2013-04-01 14:54:51 -07:00
  • f12262ea96 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-03-28 10:02:46 -07:00
  • 334cf45d6d Fixing CB-1700, we had the file names reversed, so exif was never being written right. Needed to upload a file to debug this thing Joe Bowser 2013-03-25 16:04:22 -07:00
  • b7bb72294a CB-1796: Let's make sure we actually write the file instead of just writing EXIF to NOTHING Joe Bowser 2013-03-27 15:11:11 -07:00
  • 64ff204371 Updating JS Joe Bowser 2013-03-27 13:25:53 -07:00
  • d1932ad473 CB-1796: Let's make sure we actually write the file instead of just writing EXIF to NOTHING Joe Bowser 2013-03-27 15:11:11 -07:00
  • 282367c6d5 [CB-1517] Properly report download progress for GZIP-encoded resources Ian Clelland 2013-03-19 22:39:11 -04:00
  • ff6ef1eea5 JS Changed once again, this will require a retag of 2.6.0rc1 2.6.0rc1 Joe Bowser 2013-03-27 13:25:53 -07:00
  • 36c33a5889 CB-1944: Better error messages for Create script James Jong 2013-02-15 18:54:02 -05:00
  • 5ee7e81ff9 [CB-51] Added httpMethod for upload (defaults to POST) JasonM23 2013-03-22 11:56:43 +11:00
  • f4859444dd Fixed protocol regex bug. Unknown protocol support Added whitelist support for unknown protocols Shravan Narayan 2013-03-26 00:10:26 -04:00
  • b7e67ffb3c Merge branch '2.6.x' of https://git-wip-us.apache.org/repos/asf/cordova-android into 2.6.x Joe Bowser 2013-03-25 16:04:44 -07:00
  • 4ab4606ad2 Fixing CB-1700, we had the file names reversed, so exif was never being written right. Needed to upload a file to debug this thing Joe Bowser 2013-03-25 16:04:22 -07:00
  • 957f2fd10b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android into 2.6.x Joe Bowser 2013-03-25 10:50:28 -07:00
  • cdbe9c7204 Fix NPE in InAppBrowser. Andrew Grieve 2013-03-23 14:07:57 -04:00
  • 73c7994cd1 Fix NPE in InAppBrowser. Andrew Grieve 2013-03-23 14:07:57 -04:00
  • 0c74090953 Log a message when exec() is made to an unregistered plugin. Andrew Grieve 2013-03-23 14:07:22 -04:00
  • f60d54eae4 [CB-2305] Add InAppBrowser injectSriptCode command to support InAppBrowser.executeScript and InAppBrowser.insertCSS APIs Ian Clelland 2013-03-18 10:16:24 -04:00
  • 85c25630a8 Grabbed the wrong JS Joe Bowser 2013-03-21 10:49:51 -07:00
  • 31bc015cdd Pre-2.6 prep Joe Bowser 2013-03-21 10:35:09 -07:00
  • b028ad3604 CB-2675: Add prompt dialog to Notification API mbillau 2013-03-19 12:09:48 -04:00
  • d2e4e35c37 [CB-2715] Simplified readAsBinaryHelper. Max Woghiren 2013-03-18 16:50:41 -04:00
  • 1f37200bb6 [CB-1957] Stop any playing media when closing InAppBrowser Ian Clelland 2013-03-20 11:48:54 -04:00
  • 77178daad3 [CB-2308] [android] Report errors when InAppBrowser fails to load page Ian Clelland 2013-03-15 12:00:28 -04:00
  • 1648f161d9 Implemented a conditional check to support providing the duration limit for the Android platform SDK 8 and above. The value is passed using the string literal value to ensure the logic is not dependent on SDK version specifics. Richard Burton 2013-03-14 12:21:59 -07:00
  • 9fa6cea69b Implemented a conditional check to allow for the duration to be provided on the Android platform for SDK 8 and above. Richard Burton 2013-03-14 12:15:02 -07:00
  • 66b827e502 [CB-2632] Implement FileReader.readAsBinaryString Andrew Grieve 2013-03-15 16:47:33 -04:00
  • 7755a902dd Add a new type to the Native->JS bridge for binary strings. Andrew Grieve 2013-03-15 16:47:04 -04:00
  • d25b73f47d [CB-2546] Moved read calls to a background thread. Max Woghiren 2013-03-15 14:23:39 -04:00
  • ac2969c3f8 [CB-2435] Split common methods out of FileUtils into FileHelpers Max Woghiren 2013-03-12 11:19:08 -04:00
  • ee38b2ef03 Use pushd/popd instead of subshell Dave E 2013-02-24 02:56:05 +00:00
  • 0f70e04e6e [CB-1933] Changed button labels to an array. Max Woghiren 2013-02-15 14:56:50 -05:00
  • 9fc1e7272e CB-2668: Thanks for supplying a patch, but please make sure it actually builds. Joe Bowser 2013-03-13 16:02:06 -07:00
  • 0d4d0b8a37 Adding workaround for ICS asset URLs with spaces Yavor Georgiev 2013-03-13 19:52:49 +02:00
  • fcd2c989a2 [CB-2418] Fix geolocation's velocity field broken on Android Andrew Grieve 2013-03-12 20:54:24 -04:00
  • e0d0d6c455 CB-2459: Customize InAppBrowser location bar Simon MacDonald 2013-03-10 10:33:42 -04:00
  • ce1a961b99 CB-2640: Allow InAppBrowser to open tel, sms, market urls Simon MacDonald 2013-03-08 14:14:37 -05:00
  • c71a08a9d9 Merge branches 'leon' and 'master' Joe Bowser 2013-03-07 13:06:10 -08:00
  • 17bfcea65a Merge branch 'master' of git://github.com/sweetleon/cordova-android into leon Joe Bowser 2013-03-07 11:20:43 -08:00
  • 5e8959bab1 Removing baseURL because it doesn't actually do anything. If we want to make sure remote websites work, we whitelist them Joe Bowser 2013-03-07 08:52:02 -08:00
  • 9924dc0f92 So much for squashing, I should have branched this. Joe Bowser 2013-03-06 15:31:25 -08:00
  • 7388c036d7 Making framework only apply for http resources for now, so we don't break non-http handling. I had to squash this to make it pretty Joe Bowser 2013-03-06 15:26:13 -08:00
  • ad4512801f Making framework only apply for http resources for now, so we don't break non-http handling Joe Bowser 2013-03-06 15:26:13 -08:00
  • 409b9af398 CB-2099: Android Whitelisting now blocks images and JS with an empty response Joe Bowser 2013-03-06 14:56:27 -08:00
  • 7cc8fd7e87 Allow plugins to capture shouldInterceptRequest() Braden Shepherdson 2013-03-04 15:12:22 -05:00
  • 42c8105f13 CB-2623: Updated windows script, now it works here too for once Joe Bowser 2013-03-05 16:06:53 -08:00
  • 9a71cc5b4e CB-2623: Added partial work on update script Joe Bowser 2013-03-05 14:36:52 -08:00
  • c543b7469d CB-2623 Adding update script to Android Joe Bowser 2013-03-05 11:30:38 -08:00
  • 7caac3265a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-03-04 16:09:55 -08:00
  • 5d68d5a246 CB-2198: Removing option to use our broken URL stack as a history as per deprecation policy. Joe Bowser 2013-03-04 16:09:37 -08:00
  • 7187f87eae Add readAsBinaryString and readAsArrayBuffer support Braden Shepherdson 2013-03-04 15:11:49 -05:00
  • fb81f3e77e CB-2596: Fixing the menubutton for text fields Joe Bowser 2013-03-04 14:26:28 -08:00
  • 0ae49ed098 moveFile handles absolute paths by not pre-pending anything to them lenny 2013-03-01 22:11:29 -08:00
  • b8e5aaf754 ignore IntelliJ files lenny 2013-03-01 21:56:57 -08:00
  • aa4820c3b7 [CB-861] Header support for FileTransfer download Tommy-Carlos Williams 2013-02-24 14:52:52 +11:00
  • 5d79d6e134 Merge branch 'next' Joe Bowser 2013-02-27 11:07:55 -08:00
  • fb1455a17b Preparing to tag 2.5.0 2.5.0 Joe Bowser 2013-02-26 13:49:47 -08:00
  • c668eeba0f Added CallbackContext success message with an int parameter Shravan Narayan 2013-02-25 14:00:34 -05:00
  • 62421ee49d CB-2530: Update callbackFromNative syntax to args Michal Mocny 2013-02-25 13:28:26 -05:00
  • e791f29ce1 CB-2333: Probably should be re-factored as a do..while, but need to handle when there is no EOL char in buffer Joe Bowser 2013-02-22 11:58:37 -08:00
  • 06947cc453 CB-2333: Adding body property to FileTransferError object on Android Joe Bowser 2013-02-22 11:48:17 -08:00
  • 8c97474524 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-02-21 16:49:19 -08:00
  • 77a8568b28 CB-2522: We used buttons in older versions to send the post, not the submit event. Disabled form saving Joe Bowser 2013-02-21 16:48:57 -08:00
  • e2dadbd7fe Fix return types of getJSONObject and optJSONObject in CordovaArgs Braden Shepherdson 2013-02-21 15:53:15 -05:00
  • 17b668a115 CB-2085: Fixing deleted database for ChildBrowser Joe Bowser 2013-02-21 11:53:06 -08:00
  • a30c2b6a75 CB-2504: Merged overscroll disallowance, needed to deal with merge conflict with the InAppStorage toggle Joe Bowser 2013-02-21 10:45:50 -08:00
  • 2660eebec2 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android Joe Bowser 2013-02-21 10:31:00 -08:00
  • f415664b6d [CB-2504] Allow the disabling of overscroll glow. Max Woghiren 2013-02-21 12:43:53 -05:00
  • 5092b29312 [CB-2518] Enable Geolocation in InAppBrowser Takeshi Sone 2013-02-21 02:10:10 +09:00
  • d5be901bc2 Merge branch 'next' Joe Bowser 2013-02-20 13:53:15 -08:00
  • 5462eddfdb Updating the JS for 2.5.0rc1 2.5.0rc1 Joe Bowser 2013-02-20 13:52:29 -08:00