Commit Graph

  • 6b84ead393 Issue #167: Remove window.app and use navigator.app instead. Remove App() from namespace. Bryce Curtis 2011-07-19 11:00:13 -05:00
  • 9bf3a82964 Merge branch 'master' of git://github.com/phonegap/phonegap-android 1.0.0rc2 1756499829974380006/tmp_refs/tags/1.0.0rc2 1756494512599254043/tmp_refs/tags/1.0.0rc2 1756492323096395617/tmp_refs/tags/1.0.0rc2 1756488032841776052/tmp_refs/tags/1.0.0rc2 macdonst 2011-07-18 16:11:51 -04:00
  • 7afa2d3840 Upping version to 1.0.0rc2 macdonst 2011-07-19 00:48:26 +08:00
  • e789349c23 Handle content:// uri's in resolveLocalFileSystemURI macdonst 2011-07-19 03:57:02 +08:00
  • f7ebc98375 Upping version to 1.0.0rc2 macdonst 2011-07-18 12:48:26 -04:00
  • 2787a960d8 Issue #153: Display default value in prompt(). Bryce Curtis 2011-07-16 15:07:34 -05:00
  • 4af8952dc3 Merge pull request #161 from don/master Dave Johnson 2011-07-15 22:03:42 -07:00
  • 701717fd55 remove comment from xml declaration Don Coleman 2011-07-15 23:47:08 -04:00
  • 3de2084af2 write error to log when plugins.xml is missing Don Coleman 2011-07-15 23:45:32 -04:00
  • 6d532c9fe5 Minor change to Android Manifest for Android 3.2 to force it out of Compatibltiy Mode Joe Bowser 2011-07-15 16:19:08 -07:00
  • eb0e0d9d11 Issue #156: Camera.DestinationType.FILE_URI on Android not conforming to API Spec macdonst 2011-07-15 03:30:22 +08:00
  • 53410781e4 Issue #154: Propagate existing parameters when starting new DroidGap activity. Bryce Curtis 2011-07-15 15:00:12 -05:00
  • 2bee9a8442 Remove deprecated addService() method. The new way to register a plugin is to include it in res/xml/plugins.xml. Bryce Curtis 2011-07-15 14:26:20 -05:00
  • 7c9eca1fab Replace deprecated call to activityStop. Bryce Curtis 2011-07-15 14:04:46 -05:00
  • 017fa1b917 Use the same database based upon application context for each html page loaded as part of this app. Bryce Curtis 2011-07-13 16:48:29 -05:00
  • 24bb836221 Shouldn't return error on first call. This prevents successful invocation, which prevents deviceready from firing. Bryce Curtis 2011-07-13 00:21:34 -05:00
  • 6993c7edd1 Merge pull request #152 from macdonst/issue151 macdonst 2011-07-12 15:03:25 -07:00
  • 4cc3772e84 Issue #151: Remove minification of phonegap.*.js file macdonst 2011-07-12 15:30:54 -04:00
  • 2a3c387ce3 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-12 12:23:34 -04:00
  • c80ddc1b22 Issue #149: Deprecate support for Android 1.X devices macdonst 2011-07-13 00:14:15 +08:00
  • e1092590d6 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-12 11:05:56 -04:00
  • 24f979394f Remove deprecated Network.isReachable (use the Network Information API instead) macdonst 2011-07-12 11:26:12 +08:00
  • 9971d61601 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-12 10:58:28 -04:00
  • 6c65a6a016 Make sure we load the correct resource id for plugins.xml. Bryce Curtis 2011-07-11 22:56:20 -05:00
  • 37b9cc47bd Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-11 23:30:41 -04:00
  • 66f7afbed2 Issue #146: File API - File::writeAsText not in the API, remove macdonst 2011-07-12 11:07:40 +08:00
  • b1c0be3dd6 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-11 22:53:46 -04:00
  • 60be45b9d9 Fix example to not include the min.js that is non-existent Dave Johnson 2011-07-11 18:21:55 -07:00
  • 393bd5a1f5 Merge branch 'master' of git://github.com/phonegap/phonegap-android 1.0.0rc1 macdonst 2011-07-11 17:28:56 -04:00
  • 1de036a744 Setting version as 1.0.0rc1 macdonst 2011-07-12 05:24:33 +08:00
  • a235513991 Setting version as 1.0.0rc1 macdonst 2011-07-11 17:24:33 -04:00
  • 22a9cabeb9 Updating Contacts for June 16th W3C Spec macdonst 2011-06-24 22:55:19 +08:00
  • 5de4ae7554 Remove dependency on notification.activityStart/Stop so they can be deprecated to an optional plugin. Also remove hideLoadingDialogOnPage option, since it no longer is relevant. Bryce Curtis 2011-07-08 23:07:22 -05:00
  • f19d8f9bba Change to PhoneGap naming convention affects droidgap creation & update. Also, create script uses phonegap-x.js, not phonegap-x.min.js. Bryce Curtis 2011-07-08 16:27:57 -05:00
  • d4ccc702b2 Merge pull request #145 from macdonst/fixJar macdonst 2011-07-08 13:44:45 -07:00
  • a0c748620a Update .gitignore and .jar file name macdonst 2011-07-08 16:40:55 -04:00
  • b85a769372 Merge pull request #144 from macdonst/is129 macdonst 2011-07-08 12:03:26 -07:00
  • dd52081deb Fix for #129: PhoneGap JS Naming Convention macdonst 2011-07-08 14:35:31 -04:00
  • ebd92a4b12 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-07 16:49:22 -04:00
  • 0a7a77e77b Accept IPlugin for result callback when starting activities for result. 0.9.6.1 1756785337031098108/tmp_refs/tags/0.9.6.1 Bryce Curtis 2011-07-07 14:11:03 -05:00
  • 9d1e73656f Merge pull request #138 from davejohnson/iplugin-fix Bryce Curtis 2011-07-07 12:00:36 -07:00
  • 6e62a76564 Merge branch 'master' of git://github.com/phonegap/phonegap-android macdonst 2011-07-07 13:08:25 -04:00
  • 3895570edd Fixed Issue 140: Contact.displayName is not being set correctly macdonst 2011-07-08 00:54:12 +08:00
  • 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 macdonst 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 Curtis 2011-06-23 23:22:48 -05:00
  • 435c903baf formatting - sigh Kevin Griffin 2011-06-22 11:05:33 -04:00
  • 53de070a41 Return true when handling key events, indicating that no further processing is necessary. Bryce Curtis 2011-06-21 22:53:45 -05:00
  • 54fdcbfd46 Urls with same path and file but different # or ? should compare to same url. Bryce Curtis 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 Griffin 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 Griffin 2011-06-21 11:32:18 -04:00
  • 80e66d87a9 Issue 112: PhoneGap.Channel: replace instanceof Function with typeof === 'Function' Bryce Curtis 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 Curtis 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 Weingarten 2011-06-12 12:24:25 +03:00
  • 8a1ab69235 Updating Network Connection API to match spec released on June 7th macdonst 2011-06-09 03:03:03 +08:00
  • 66f3018767 Set PhoneGap.UsePolling flag based upon result from CallbackServer. Bryce Curtis 2011-06-07 14:18:18 -05:00
  • ff7de25b62 Issue #106: Typo in LocalFileSystem.prototype._castDate macdonst 2011-06-07 22:03:16 +08:00
  • 85eb6e4997 Issue #104: Bug in FileUtils.copyDirectory & moveDirectory macdonst 2011-06-07 02:37:29 +08:00
  • 0280d5dd82 Updating Connection object to conform with recently released spec macdonst 2011-06-03 01:11:51 +08:00
  • 3c90a9a23c Fixed droidgap update command Nitobi 2011-06-03 10:59:48 -07:00
  • 088c342198 Improve performance of our encoding macdonst 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 macdonst 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