Commit Graph

  • 28b01fe494 Fix for #120: zooming in on input elements when filling out forms. Note, you also have to set initial-scale and maximum-scale properties in your meta name=viewport tag. Fil Maj 2011-07-07 09:19:39 -07:00
  • 709eacd9dc Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-07 11:49:24 -04:00
  • 090890b22a Update PluginManager to accept plugins that implement IPlugin rather than extend Plugin Dave Johnson 2011-07-07 00:08:11 -07:00
  • ce9d577415 Remove unused code and variable. Bryce Curtis 2011-07-06 13:56:49 -05:00
  • cfc9631873 Copy plugins.xml when creating a new project. Bryce Curtis 2011-07-06 13:36:29 -05:00
  • 3bf48f82af Merge pull request #136 from brycecurtis/plugins Bryce Curtis 2011-07-06 11:12:20 -07:00
  • f9bcf71a7a Merge pull request #134 from davejohnson/plugin-refactor Dave Johnson 2011-07-06 11:10:00 -07:00
  • 9d5aa9406c Loading plugins from res/xml/plugins.xml Bryce Curtis 2011-07-05 23:21:32 -05:00
  • 0b1e760fc1 Add better support for Activity result callbacks from plugins. Add some sugar for calling success / error callbacks from plugins Dave Johnson 2011-06-30 13:42:40 -07:00
  • 941b64f6a2 Merge branch 'master' of github.com:phonegap/phonegap-android Dave Johnson 2011-06-30 13:43:06 -07:00
  • 7cc1cc4a3f Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-30 15:43:50 -04:00
  • c98b758e94 Update version to 0.9.6.1 Bryce Curtis 2011-06-30 13:15:30 -05:00
  • 102d37d48a Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-30 11:58:12 -04:00
  • 4b647fc58d Merge pull request #128 from brycecurtis/pages Bryce Curtis 2011-06-30 08:56:53 -07:00
  • b7156c6803 Bump up version to 0.9.6 for example. Bryce Curtis 2011-06-30 10:53:23 -05:00
  • b8cc36e805 Don't clear activity stack by default. Bryce Curtis 2011-06-30 10:42:27 -05:00
  • 76b2df208e Add comment Bryce Curtis 2011-06-29 18:28:29 -05:00
  • 9643314553 Add more control over how url is loaded. Bryce Curtis 2011-06-29 18:25:49 -05:00
  • 1e3422ae70 Load new urls in new DroidGap activity - not same webview as initial url. Bryce Curtis 2011-06-29 18:23:20 -05:00
  • fc1bea4947 Update version to 0.9.6. Bryce Curtis 2011-06-29 16:43:52 -05:00
  • afb48e52b6 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-29 09:55:31 -04:00
  • b5dc62d9ef fix to build script: gotta strip out new lines from read in version string Fil Maj 2011-06-28 15:20:13 -07:00
  • 2a786044de Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-28 14:26:50 -04:00
  • f3d7ce8fc3 VERSION: 0.9.6 Joe Bowser 2011-06-27 16:01:43 -07:00
  • 85dab52cf7 Handle errors when adding a service. Bryce Curtis 2011-06-27 13:49:24 -05:00
  • c96c9b00b9 Revert to polling if there are any errors with callback server. This addresses various problems with proxies set by carriers. Bryce Curtis 2011-06-27 13:48:02 -05:00
  • b059a31787 Merge branch 'master' of github.com:phonegap/phonegap-android Joe Bowser 2011-06-27 10:23:16 -07:00
  • 8cb71673c2 Changing default target to the highest for maximum compatibility Joe Bowser 2011-06-27 10:22:57 -07:00
  • 5c8913351c Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-27 12:34:33 -04:00
  • 8ef93ff0e5 Issue 123: Fixing problem where name object is not specified macdonst 2011-06-28 00:30:53 +08:00
  • 042c34192b Trying to merge Joe Bowser 2011-06-24 14:09:34 -07:00
  • ac2e92321f Issue #121: Problem with resolveLocalFileSystemURI if file name has spaces macdonstandJoe Bowser 2011-06-25 04:29:25 +08:00
  • 05eacf4792 Always call plugin's onPause/onResume with multitasking flag when these lifecycle events occur in activity. It is up to the plugin to handle as necessary. Bryce CurtisandJoe Bowser 2011-06-23 23:22:48 -05:00
  • 435c903baf formatting - sigh Kevin GriffinandJoe Bowser 2011-06-22 11:05:33 -04:00
  • 53de070a41 Return true when handling key events, indicating that no further processing is necessary. Bryce CurtisandJoe Bowser 2011-06-21 22:53:45 -05:00
  • 54fdcbfd46 Urls with same path and file but different # or ? should compare to same url. Bryce CurtisandJoe Bowser 2011-06-21 22:50:53 -05:00
  • 44aa0aeb0f Adding SSL dev code Joe Bowser 2011-06-21 10:08:42 -07:00
  • 7d53eb8e3e formattage Kevin GriffinandJoe Bowser 2011-06-21 11:46:54 -04:00
  • 7bc0d624ac Fixing conflict Joe Bowser 2011-06-24 14:08:26 -07:00
  • a5039f021d made the mistake of opening anything in finder Kevin GriffinandJoe Bowser 2011-06-21 11:32:18 -04:00
  • 80e66d87a9 Issue 112: PhoneGap.Channel: replace instanceof Function with typeof === 'Function' Bryce CurtisandJoe Bowser 2011-06-15 13:01:03 -05:00
  • d35e8cd44b Fix security vulnerability - make sure any requests to run native code only come from url currently loaded into webview. Bryce CurtisandJoe Bowser 2011-06-13 15:16:08 -05:00
  • eb3b1f91d4 Fix bug where isreachable doesn't return correct results for https (http secure) url protocol. Benjamin WeingartenandJoe Bowser 2011-06-12 12:24:25 +03:00
  • 8a1ab69235 Updating Network Connection API to match spec released on June 7th macdonstandJoe Bowser 2011-06-09 03:03:03 +08:00
  • 66f3018767 Set PhoneGap.UsePolling flag based upon result from CallbackServer. Bryce CurtisandJoe Bowser 2011-06-07 14:18:18 -05:00
  • ff7de25b62 Issue #106: Typo in LocalFileSystem.prototype._castDate macdonstandJoe Bowser 2011-06-07 22:03:16 +08:00
  • 85eb6e4997 Issue #104: Bug in FileUtils.copyDirectory & moveDirectory macdonstandJoe Bowser 2011-06-07 02:37:29 +08:00
  • 0280d5dd82 Updating Connection object to conform with recently released spec macdonstandJoe Bowser 2011-06-03 01:11:51 +08:00
  • 3c90a9a23c Fixed droidgap update command NitobiandJoe Bowser 2011-06-03 10:59:48 -07:00
  • 088c342198 Improve performance of our encoding macdonstandJoe Bowser 2011-06-02 01:46:27 +08:00
  • af18a8e1aa Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 macdonstandJoe Bowser 2011-06-01 02:54:18 +08:00
  • 11a29e11e1 Merge branch 'master' of github.com:phonegap/phonegap-android Joe Bowser 2011-06-24 14:02:02 -07:00
  • 226e4dddcd Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-24 16:43:31 -04:00
  • 08c44f5c5d Issue #121: Problem with resolveLocalFileSystemURI if file name has spaces macdonst 2011-06-25 04:29:25 +08:00
  • 66dbd9ef8b Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-24 10:56:05 -04:00
  • 1c3ea54dcb Always call plugin's onPause/onResume with multitasking flag when these lifecycle events occur in activity. It is up to the plugin to handle as necessary. Bryce Curtis 2011-06-23 23:22:48 -05:00
  • a65638ab59 Merge pull request #118 from m00sey/master Bryce Curtis 2011-06-23 20:51:35 -07:00
  • 1a9471a2e0 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-22 14:48:49 -04:00
  • c15971253f formatting - sigh Kevin Griffin 2011-06-22 11:05:33 -04:00
  • a67dfdb75e Return true when handling key events, indicating that no further processing is necessary. Bryce Curtis 2011-06-21 22:53:45 -05:00
  • 9b52827744 Urls with same path and file but different # or ? should compare to same url. Bryce Curtis 2011-06-21 22:50:53 -05:00
  • c5b268756b Merge pull request #103 from doggerelverse/droidgap_update Fil Maj 2011-06-21 17:22:02 -07:00
  • afa85a74b3 Adding SSL dev code Joe Bowser 2011-06-21 10:08:42 -07:00
  • 517b5e0db9 formattage Kevin Griffin 2011-06-21 11:46:54 -04:00
  • 327bda49a0 Sending pause/resume notifcations to plugins regardless of 'keepRunning' state. Not sure why you wouldn't want to send them Kevin Griffin 2011-06-21 11:32:22 -04:00
  • c978341d83 made the mistake of opening anything in finder Kevin Griffin 2011-06-21 11:32:18 -04:00
  • 939754e1c9 Merge pull request #110 from Worklight/isReachble_fix macdonst 2011-06-20 09:48:55 -07:00
  • 5e733ede9f Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-16 09:57:02 -04:00
  • d1448e9073 Issue 112: PhoneGap.Channel: replace instanceof Function with typeof === 'Function' Bryce Curtis 2011-06-15 13:01:03 -05:00
  • e5fb0c0e71 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-14 09:59:19 -04:00
  • 33bfb44f67 Fix security vulnerability - make sure any requests to run native code only come from url currently loaded into webview. Bryce Curtis 2011-06-13 15:16:08 -05:00
  • a89c8bf482 Fix bug where isreachable doesn't return correct results for https (http secure) url protocol. Benjamin Weingarten 2011-06-12 12:24:25 +03:00
  • b46cbfd673 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-06-08 15:17:36 -04:00
  • a67aeed571 Updating Network Connection API to match spec released on June 7th macdonst 2011-06-09 03:03:03 +08:00
  • fbb6b22de6 Updating Network Connection API to match spec released on June 7th macdonst 2011-06-08 15:03:03 -04:00
  • 315b5a59b3 Set PhoneGap.UsePolling flag based upon result from CallbackServer. Bryce Curtis 2011-06-07 14:18:18 -05:00
  • 8da5ad8eca Issue #106: Typo in LocalFileSystem.prototype._castDate macdonst 2011-06-07 22:03:16 +08:00
  • 740e50ce61 Issue #104: Bug in FileUtils.copyDirectory & moveDirectory macdonst 2011-06-07 02:37:29 +08:00
  • 3ce0fc4897 Updating Connection object to conform with recently released spec macdonst 2011-06-03 01:11:51 +08:00
  • 8d1722ad67 Fixed droidgap update command Nitobi 2011-06-03 10:59:48 -07:00
  • 7d41646a35 Improve performance of our encoding macdonst 2011-06-02 01:46:27 +08:00
  • 992ee0bca4 Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 macdonst 2011-06-01 02:54:18 +08:00
  • d00a9f33cd Merge branch 'master' of github.com:phonegap/phonegap-android into keyboard Joe Bowser 2011-05-31 15:41:03 -07:00
  • 431c80782e Changing the layout class so it has the screen dimensions to take into account Device Orientation Joe Bowser 2011-05-31 15:38:03 -07:00
  • 39ec9c095d Need to unregister for network intent receiver on shutdown to prevent leaks. Bryce Curtis 2011-05-31 15:13:54 -05:00
  • 10e1808c56 Clean up CallbackServer when about:blank page has loaded. This fixes errors when shutting down. Bryce Curtis 2011-05-31 15:11:02 -05:00
  • 9036eb8fcc Issue #94: feature request: Event for Keyboard show/hide macdonst 2011-05-30 15:12:31 -04:00
  • 4280fdf252 Fix for ticket #58: Certain 1.5/1.6 devices would throw a FileNotFoundException when taking pictures. Patch submitted by Agustin of AVANTIC (thanks!). Fil Maj 2011-05-26 12:42:44 -07:00
  • ca5e141b5b Changing Media class to return seconds macdonst 2011-05-27 01:50:45 +08:00
  • 8f7a5decb6 Add DS_Store to gitignore Dave Johnson 2011-05-25 17:28:11 -07:00
  • 1d79b6617b JavaScript cleanup to pass jsHint 0.9.5.1 macdonst 2011-05-21 01:50:20 +08:00
  • 6c3eefe6f9 Issue #85: window.openDatabase throws DOM Exception 18 on Android 3.1 macdonst 2011-05-17 23:40:03 +08:00
  • 2177cd0a39 Moving navigator.connection to navigator.device.connection macdonst 2011-05-18 03:02:45 +08:00
  • 6618015151 Fixing a number of issues in File API macdonst 2011-05-16 09:28:15 +08:00
  • e99f75d59b Issue #85: window.openDatabase throws DOM Exception 18 on Android 3.1 macdonst 2011-05-16 23:12:01 +08:00
  • ab8cfe01d0 Removing generated code from project macdonst 2011-05-16 10:36:15 +08:00
  • e84c59d23c Merge pull request #78 from kernelsandirs/master macdonst 2011-05-15 19:32:02 -07:00
  • e81fc239a7 Setting defaults in Media Capture macdonst 2011-05-14 01:07:14 +08:00
  • 839c577243 Need to use EclairClient for 3.x devices too. This fixes the HTML5 geolocation problem on Android 3.x. Bryce Curtis 2011-05-10 11:44:09 -05:00
  • 116169a4c5 Issue #79: FileWriter.seek() is broken in 0.9.5. macdonst 2011-05-07 00:27:07 +08:00