Commit Graph

  • d5580557f1 removed unused import William Shen 2011-11-23 11:25:53 -08:00
  • 7a6a59383b removed a couple extra semicolons William Shen 2011-11-23 11:03:14 -08:00
  • c70a1e8594 Fix for phonegap-android issue #261: Wrong application scale macdonst 2011-11-24 02:53:49 +08:00
  • cd5bf6195e cleaning up handling of exceptions. removing unnecessary exception declaration in FileUtils. removing try-catch that should not have been done in HttpHandler William Shen 2011-11-23 10:52:43 -08:00
  • 7c8db0ea44 fixing redundant assignment of variable William Shen 2011-11-23 10:39:20 -08:00
  • 119f6cca85 Merge pull request #14 from willshen/master macdonst 2011-11-22 17:24:51 -08:00
  • 4a25d780ce Optimize enumerations as suggested by @plowman. Bryce Curtis 2011-11-22 14:36:24 -06:00
  • 798cb3e347 Change API to postMessage() to call a plugin's onMessage() method. Bryce Curtis 2011-11-22 14:36:00 -06:00
  • 63ae953432 Fix for issue #281 of phonegap/phonegap-android: Detect for localStorage if Java has disabled it macdonst 2011-11-23 03:39:27 +08:00
  • 36caaf366f Merge pull request #25 from infil00p/minor_menu_tweak Joe Bowser 2011-11-21 16:07:30 -08:00
  • 3ebfb6717c Fix for CB-17: WebView caching resized pictures macdonst 2011-11-22 05:28:40 +08:00
  • 9409caad69 Change based on new message passing API in IPlugin Joe Bowser 2011-11-16 14:50:26 -08:00
  • 5406d6c98f Linting the JS code macdonst 2011-11-08 06:54:15 +08:00
  • 29c7e12505 Merge pull request #15 from infil00p/master Joe Bowser 2011-11-16 10:09:24 -08:00
  • cbdd400fe7 Fix Issue #23 - Crash when using splash screen. Bryce Curtis 2011-11-15 23:13:49 -06:00
  • a6db1112c6 Fix bug with showing loadingDialog property. Bryce Curtis 2011-11-15 23:06:29 -06:00
  • bfef72a7c4 Add onload attribute to plugin in plugins.xml to create the plugin at load time instead of lazy loading. Bryce Curtis 2011-11-15 14:29:32 -06:00
  • 7ce2a8cb71 Make sure we clear appView history too. Bryce Curtis 2011-11-15 13:55:08 -06:00
  • 2a866e2a7c Refactor backHistory() code so calling navigator.app.backHistory() has consistent behavior with backbutton. Bryce Curtis 2011-11-09 23:37:16 -06:00
  • 827af8a920 Deprecate addService(). Bryce Curtis 2011-11-09 23:12:53 -06:00
  • 0caca9ae55 Remove old code. Bryce Curtis 2011-11-09 15:46:45 -06:00
  • 0bbcf5cfd2 Add onMessage(id, data) to plugin API. Bryce Curtis 2011-11-09 10:34:49 -06:00
  • fd93404c7c Backbutton should go back in appview history before going back in our history stack. Bryce Curtis 2011-11-09 09:14:13 -06:00
  • e9fcb296bb Merge branch 'master' of github.com:callback/callback-android Bryce Curtis 2011-11-07 15:03:56 -06:00
  • d5d95ad489 Merging changes Joe Bowser 2011-11-04 13:24:41 -07:00
  • db0a1919f3 Remove PhoneGap.stringify, replace with JSON.stringify macdonst 2011-11-04 04:08:18 +08:00
  • 141b8355ac Don't fire resume upon init - only when returning from background. Bryce Curtis 2011-11-03 14:22:29 -05:00
  • affab67ca3 Changed createCaptureFile to explicitly check for PNG and to throw an IllegalArgumentException if it is not a JPEG nor a PNG William Shen 2011-11-03 18:41:08 -07:00
  • cf9848bd59 Remove PhoneGap.stringify, replace with JSON.stringify macdonst 2011-11-04 04:08:18 +08:00
  • 7ad3f76d9a Don't fire resume upon init - only when returning from background. Bryce Curtis 2011-11-03 14:22:29 -05:00
  • 7244a5a727 Merge branch 'master' of github.com:callback/callback-android Joe Bowser 2011-11-02 13:10:50 -07:00
  • 538cdb03fc No -e caused the bash script to fail Fil Maj 2011-11-02 12:01:36 -07:00
  • 8057bca4f2 Merge pull request #11 from nisc/remote-issue-11 1.2.0 Bryce Curtis 2011-11-01 19:42:07 -07:00
  • 546b33c936 Fixes to make example project build and compile nisc 2011-10-31 14:15:05 +01:00
  • 9b5a63e8e4 Updated readme. Bryce Curtis 2011-10-31 21:14:05 -05:00
  • 798d502083 Update for 1.2.0. Bryce Curtis 2011-10-31 20:46:22 -05:00
  • 813637eb78 Update to download and run callback-test repository. Bryce Curtis 2011-10-31 20:45:38 -05:00
  • e4a5000f9e This is an informative message, not an error message. It is normal to get this when leaving a page. Bryce Curtis 2011-10-31 20:39:42 -05:00
  • fd07cfc461 Update version to 1.2.0. Bryce Curtis 2011-10-31 17:29:08 -05:00
  • d1ec1f7693 Don't fire resume at app startup. Bryce Curtis 2011-10-31 14:18:32 -05:00
  • e1d3f1491f Accidentally added stray char when changing the licence Joe Bowser 2011-10-28 16:31:48 -07:00
  • 5075a3e087 Merge branch 'master' of github.com:callback/callback-android Joe Bowser 2011-10-28 13:26:17 -07:00
  • a35a33c05e Adding the Apache Headers Joe Bowser 2011-10-27 14:04:39 -07:00
  • 5a40613ccc Switching to ASF header for Callback Joe Bowser 2011-10-27 12:04:54 -07:00
  • 2d690ad014 Use LOG instead of System.out.println for logging. Bryce Curtis 2011-10-26 14:28:39 -05:00
  • ff2ee67cb8 JSPrompt "Security check" should whitelist all file URIs too Fil Maj 2011-10-25 15:34:32 -07:00
  • 505081f42f Merge branch 'master' of github.com:callback/callback-android Joe Bowser 2011-10-25 15:21:15 -07:00
  • 80ee464dce Fix for Console.log, didn't call the super of the method needed Joe Bowser 2011-10-25 15:21:06 -07:00
  • e4a992095f Set activity state correctly when ending activity. Bryce Curtis 2011-10-25 14:57:55 -05:00
  • aa6e011255 Removing the Camera permission, since it is not required by PhoneGap by default Joe Bowser 2011-10-25 11:31:01 -07:00
  • 12816aa8f3 Run error dialog on UI thread. Bryce Curtis 2011-10-25 11:44:06 -05:00
  • 60b5d42324 Set activity state correctly when ending activity. Bryce Curtis 2011-10-25 11:39:37 -05:00
  • d3d1c06c09 Merge pull request #2 from macdonst/webview macdonst 2011-10-24 07:33:33 -07:00
  • 010e162cd7 Fixing compilation error in DroidGap macdonst 2011-10-24 10:32:14 -04:00
  • 191e1bf150 Merge branch 'master' of github.com:callback/callback-android Bryce Curtis 2011-10-21 16:44:12 -05:00
  • cdeddf1bb2 Merge pull request #1 from brycecurtis/webview Bryce Curtis 2011-10-21 14:43:13 -07:00
  • bd7ed19b52 Load multi-page apps in same webview and update pause/resume for consistency. Bryce Curtis 2011-10-21 16:29:55 -05:00
  • 64b770b761 Merge pull request #279 from infil00p/master Joe Bowser 2011-10-21 13:01:50 -07:00
  • 628473cc5b Making Alert cancellable so that it does not break the back button Joe Bowser 2011-10-21 12:42:30 -07:00
  • 75f3651376 Merge pull request #278 from infil00p/master Joe Bowser 2011-10-21 11:00:37 -07:00
  • 3e25953d33 HTC Fix Joe Bowser 2011-10-21 10:34:59 -07:00
  • 996791696b Merge pull request #275 from imhotep/master hardeep 2011-10-20 16:18:42 -07:00
  • a08854eaf0 improved whitelisting Anis Kadri 2011-10-20 15:09:48 -07:00
  • 81ec4bc4fb Merge branch 'master' of github.com:phonegap/phonegap-android Anis Kadri 2011-10-20 13:58:11 -07:00
  • 0b9ed0c7c7 Merging Simon's fix for Android 4 Joe Bowser 2011-10-20 13:54:26 -07:00
  • ffb614dd91 Merge pull request #274 from macdonst/android4 macdonst 2011-10-20 13:49:10 -07:00
  • e26685becf Fixing Project Properties file macdonst 2011-10-20 16:48:16 -04:00
  • 90b8c20e28 Merge pull request #273 from macdonst/android4 macdonst 2011-10-20 13:27:42 -07:00
  • a8db71cd67 Updating to use Android 4.0 build environment macdonst 2011-10-20 16:26:30 -04:00
  • 543fe1f43f Upgrading to Ice Cream Sandwich Joe Bowser 2011-10-20 11:13:44 -07:00
  • 1f2f9a02dd Merge pull request #272 from macdonst/mediaErr macdonst 2011-10-19 12:25:27 -07:00
  • 551f0f7e4a Normalize MediaError's with iOS macdonst 2011-10-19 15:22:50 -04:00
  • 369d140040 Return MediaError object instead of value macdonst 2011-10-12 10:17:32 -04:00
  • ac509369e9 forgot to resolve conflict Anis Kadri 2011-10-14 15:49:16 -07:00
  • 5faed8378c Merge branch 'master' of github.com:phonegap/phonegap-android Anis Kadri 2011-10-14 15:43:13 -07:00
  • 7ee04ebf31 Fix Issue #258 - navigator.app.exitApp() and navigator.app.backHistory() not working in PhoneGap 1.1.0 on Android Bryce Curtis 2011-10-12 11:22:35 -05:00
  • 0ec47c5bd8 Merge pull request #264 from infil00p/master Joe Bowser 2011-10-10 14:23:29 -07:00
  • fe3e7041b7 Don't override history.back since jQuery also does it. Bryce Curtis 2011-10-06 22:21:09 -05:00
  • 75ab33ad0c Adding handling of Search Button for the jsPrompt Joe Bowser 2011-10-05 16:01:10 -07:00
  • 1377f60b29 Merge pull request #263 from infil00p/master Joe Bowser 2011-10-05 14:16:20 -07:00
  • 8b595f9796 Fixing the jsConfirm so it doesn't break the back button Joe Bowser 2011-10-05 13:57:38 -07:00
  • 1f8d6b4866 Use endActivity() for consistency. Improve error handling. Bryce Curtis 2011-10-04 21:32:42 -05:00
  • ea87dfe08a Merge pull request #259 from macdonst/issue257 macdonst 2011-10-04 08:57:37 -07:00
  • 2d388025ad Fix for Issue #257: File Transfer with file:/// URIs macdonst 2011-10-04 11:53:46 -04:00
  • 424078432a Add comments and rename loadWhiteList() to loadConfiguration(). Bryce Curtis 2011-10-03 10:49:27 -05:00
  • bb2bd22fad Correct log level comparison. Bryce Curtis 2011-10-03 10:29:14 -05:00
  • 6b29787df7 Merge pull request #247 from brycecurtis/LOG Bryce Curtis 2011-10-03 08:24:13 -07:00
  • 804ac714ae Updating version number to 1.1.0 1.1.0 macdonst 2011-10-01 02:37:09 +08:00
  • 9ede0ceca1 Merge pull request #250 from macdonst/delcam macdonst 2011-09-30 11:33:06 -07:00
  • 24ad506da5 Fixing JavaScript comparrison issues macdonst 2011-09-30 14:26:48 -04:00
  • 80695ec5e4 Fix issue with DATA_URL and refactor code macdonst 2011-09-30 11:30:04 -04:00
  • 6098f46d08 When you use the File API to remove a file need to check to see if we need to delete a row from the content store macdonst 2011-09-29 23:09:44 -04:00
  • 367d7500d5 Deletes any duplicate images taken by camera macdonst 2011-09-29 22:29:35 -04:00
  • 0d57404cf1 Merge pull request #249 from macdonst/gallery macdonst 2011-09-29 12:13:44 -07:00
  • 67393c516e Adding video select to getPicture to line up with iOS macdonst 2011-09-28 23:13:07 -04:00
  • ebb9f09168 Improve closing an HTML page and returning to previous page. Bryce Curtis 2011-09-29 11:02:54 -05:00
  • a4d66c63a4 Call the initial onResume() on a plugin when it is created. This corrects the lifecycle behavior for plugins. Bryce Curtis 2011-09-28 22:40:53 -05:00
  • 6a9253e928 Formalize logging with printf-type optimization. Wrap Android log facilities instead of using System.out.println(). Bryce Curtis 2011-09-28 22:19:23 -05:00
  • 0f988717d0 When app.exitApp() is called on multi-page app, pass to previous pages in stack and close them too. Bryce Curtis 2011-09-28 21:52:17 -05:00
  • 025577c41d Add comment for method onOverrideUrlLoading() Bryce Curtis 2011-09-28 21:36:43 -05:00