Commit Graph

  • 346ed60f0d Android 2.2+ supports W3C Connection API macdonst 2011-05-06 04:18:35 +08:00
  • bde59adc04 Add docs and fixed to pass through the Google Closure Compiler without warnings defrexandFil Maj 2011-03-30 12:14:21 -04:00
  • ffbc010d7b Added Media.seekTo(int milliseconds); kernelsandirs 2011-05-04 11:51:26 -07:00
  • bdadbbc339 Implement W3C Network Information API macdonst 2011-04-26 06:15:17 +08:00
  • b94eedaf07 Added Media.seekTo(int milliseconds); kernelsandirs 2011-05-03 21:27:08 -07:00
  • 58ecac335b Capture modifications: macdonst 2011-05-03 00:09:40 +08:00
  • fd8bb2f671 Issue 72: Contact.Save: onSuccess callback is called when contact is not saved. macdonst 2011-04-29 02:06:58 +08:00
  • 0aacfbdd50 Update version to 0.9.5 0.9.5 Bryce Curtis 2011-04-27 14:10:13 -05:00
  • 2cd116e4e7 Issue 60: Contact search unicode problem macdonst 2011-04-23 08:19:59 +08:00
  • 673a8871df Ticket 136: window.openDatabase() in Android 3.0 throws SECURITY_ERR (most code written by Simon MacDonald - I just tested and checked in) Bryce Curtis 2011-04-19 16:54:16 -05:00
  • 44945f9d5e Partial resolution for ticket 57: some issues with camera functionality not firing callbacks properly. Fil Maj 2011-04-18 18:12:01 -07:00
  • 887f754014 Hidden NPE fixed, which appeared when someone pass null as arguments (for such SQL as e.g. CREATE TABLE). RomanandFil Maj 2011-03-25 16:46:26 +06:00
  • 674015460f Fixing file commands so that they run async macdonst 2011-04-13 03:11:28 +08:00
  • 40084293c3 Ticket 127: Android FileReader/FileWriter methods should return FileError object on error. macdonst 2011-04-06 22:40:53 +08:00
  • ed4c57e791 Woops, finger slipped. Fil Maj 2011-04-06 11:01:36 -07:00
  • bf164f4161 Fix for ticket 121: Checking for null return on native openDatabase call not enough as only allowed one DB per PhoneGap app. Have to proxy openDatabase and check at runtime. Fil Maj 2011-04-06 10:50:24 -07:00
  • 626119ae3b Bug 126: NullPointerException in onDestroy() Bryce Curtis 2011-04-05 15:42:25 -05:00
  • 307f9d1871 Add maxResolution flag Ron Reiter 2011-04-04 02:57:10 +03:00
  • e766188689 W3C Media Capture API macdonst 2011-03-11 16:14:47 -05:00
  • d74569ffa7 Read As Text missing load event call macdonst 2011-04-01 22:58:58 +08:00
  • d424af03e4 Ticket 124: File Transfer multipart badly formed trips mod_security macdonst 2011-04-01 22:40:53 +08:00
  • f6f80537c3 Merge branch 'master' of https://github.com/jos3000/phonegap-android into jos3000-master Bryce Curtis 2011-03-30 13:48:51 -05:00
  • 908485751b Add check to only init and run JS code once - even if included multiple times. Bryce Curtis 2011-03-30 13:29:24 -05:00
  • b850d225f4 Support old way of adding service in PhoneGap 0.9.5 macdonst 2011-03-30 03:39:27 +08:00
  • 010c774988 Added native prompt() dialog support Jos Shepherd 2011-03-25 16:31:27 +00:00
  • 969f0c87d7 PhoneGap Android Ticket 113: FileTransfer returns FILE_NOT_FOUND_ERR on http 500 error macdonst 2011-03-24 23:27:35 +08:00
  • b3e9794189 Fix for lighthouse ticket 115: certain versions of Android 2.2 return "null" for window.openDatabase. Hook in PhoneGap fallback for storage in this case. Fil Maj 2011-03-23 11:07:45 -07:00
  • 935295c9b8 Bug 110 - When you close an app on Android you see a JS error in logcat. Bryce Curtis 2011-03-18 17:27:36 -05:00
  • 648df2624f Merge github.com:phonegap/phonegap-android Anis Kadri 2011-03-15 16:27:11 -07:00
  • 04de2052fd As best a fix as can be made for issue 95: on HTC devices, if text input is in bottom half of page, it does not get scrolled up to top half of page when you tap it and virtual keyboard comes up. Fil Maj 2011-03-15 12:46:05 -07:00
  • 60eb60b4f5 Merge branch 'master' of github.com:phonegap/phonegap-android Fil Maj 2011-03-14 16:15:28 -07:00
  • ec307fdda8 Null check in droidgap classic (build script). Fil Maj 2011-03-14 16:15:19 -07:00
  • 7344964c05 Add support for setting sms body using uri "sms:#?body=text". Bryce Curtis 2011-03-13 22:36:09 -05:00
  • 1e4dc1bf5d Merge github.com:phonegap/phonegap-android Anis Kadri 2011-03-13 15:07:23 -07:00
  • 1fc56921aa Ticket #90: Move _createEvent from File to PhoneGap macdonst 2011-03-10 04:23:56 +08:00
  • 21a34a8980 Ticket 106 - Simplify splash screen logic based upon idea from vadim. Bryce Curtis 2011-03-08 22:00:33 -06:00
  • 8d73b364f2 Issue 107: always send resume event to JS. Fil Maj 2011-03-07 16:50:10 -08:00
  • fb2c25c6c6 Issue 107: Always send pause event to JS. Fil Maj 2011-03-07 16:48:23 -08:00
  • 47ca081f36 Implement localStorage.key() and localStorage.length This brings PhoneGap's implementation in line with the spec at http://dev.w3.org/html5/webstorage/ It makes the following demo work when you include PhoneGap: http://people.w3.org/mike/localstorage.html I was hopeful it would make my app, which makes use of LawnChair, work, but I've had no such luck as of yet. Mark DarbyshireandFil Maj 2011-02-15 18:44:06 +13:00
  • 9270d13981 Added some exception handling WebSockets Animesh KumarandFil Maj 2011-02-13 00:00:27 +05:30
  • 83e89909ed added readyState support Animesh KumarandFil Maj 2011-02-12 17:38:10 +05:30
  • 98d51b18e2 added readyState support Animesh KumarandFil Maj 2011-02-12 17:33:37 +05:30
  • 28f27e89e4 refactored code, added license, added onError handler Animesh KumarandFil Maj 2011-02-12 15:31:19 +05:30
  • 8ede3b4cc9 added websocket support Animesh KumarandFil Maj 2011-02-09 22:41:24 +05:30
  • 939b70243d Use icon with no width/height if specified. Set default icon to highest-resolution icon when possible. Fil Maj 2011-03-04 11:14:40 -08:00
  • d44bb7a9d8 Fix so that if not all icons are specified, doesnt error the build out. Fil Maj 2011-03-04 10:23:36 -08:00
  • dccc29daf2 Syntax fixes to my ruby :P Fil Maj 2011-03-03 18:55:46 -08:00
  • b402efd1f7 First pass at extracting icon width/height info and assigning to proper resolution dirs (i.e. ldpi, mdpi, hdpi) during build. Fil Maj 2011-03-03 18:15:12 -08:00
  • 0c3a8fb9f7 File API: System and Directories macdonst 2011-02-04 06:44:33 +08:00
  • 64d4337d5f Update index.html to Add networking to example paulb777andmacdonst 2011-02-26 01:57:10 +08:00
  • a9e1751812 Add networking to example and fix contacts paulb777andmacdonst 2011-02-26 01:22:46 +08:00
  • 2bc7bd6768 Worked around JavaScript bridge exception for Android 2.3. Use "prompt" instead of calling objects directly. There were several objects called from JavaScript, including BrowserKey, so key events had to be reworked. Bryce Curtis 2011-02-27 20:07:24 -06:00
  • 1711fb07d7 Small patch to build script: ruby needs double quotes to interpolate variables into it properly. Fil Maj 2011-02-16 16:26:01 -08:00
  • 6f4673f590 JSLint clean JavaScript sources. No fatal errors remain. Options can turn off rest of warnings paulb777andFil Maj 2011-02-02 08:46:19 -08:00
  • 5e858f8bc3 Added CupcakeLocalStorage.clear() method (in according to http://dev.w3.org/html5/webstorage/#the-storage-interface) Vadim VoitukandFil Maj 2011-01-20 18:23:07 +02:00
  • 691b093ccd Upped script version in assets. Fil Maj 2011-02-04 11:55:20 -08:00
  • 99002f9dce Fix for build: version needs to be included in .jar and .js generated files. Fil Maj 2011-02-04 11:35:05 -08:00
  • b07072c12b Fix for ticket 86 (build fail if phonegap-android dir is located under a dir with "lib" in it). Also bug fix in build if config.xml didnt contain an <icon> element. Fil Maj 2011-02-04 11:20:22 -08:00
  • 36dd964ba4 Logging status from wrong object. Bryce Curtis 2011-02-03 21:11:06 -06:00
  • f848527c28 Upping version to 0.9.4 0.9.4 macdonst 2011-02-03 09:45:20 +08:00
  • 6aa055f46e Change super.setProperty() to use super.set<type>Property() in example comments. Bryce Curtis 2011-02-02 14:37:09 -06:00
  • 7952668cf7 Throwing error on FileWriter.abort() if writer is not in the correct state. Lining up with iPhone and BlackBerry macdonst 2011-02-03 02:22:00 +08:00
  • a0c761664d Call onwriteend not onloadend in FileWriter.abort() macdonst 2011-02-03 02:06:00 +08:00
  • 9fd9cf55cf Adding version number to phonegap jar/js files macdonst 2011-02-02 11:38:30 +08:00
  • 3c9089b9c7 Enable hardware volume control buttons in DroidGap applications macdonst 2011-02-02 23:27:58 +08:00
  • f220489543 Disable picture listener once event has occurred. Bryce Curtis 2011-02-01 11:25:01 -06:00
  • b65f9517db Merge branch 'filmaj-splashscreenfix' Bryce Curtis 2011-02-01 11:00:02 -06:00
  • 1a0de5f626 Merge branch 'splashscreenfix' of https://github.com/filmaj/phonegap-android into filmaj-splashscreenfix Bryce Curtis 2011-02-01 10:46:38 -06:00
  • 3c0bef6cc1 Ticket 81: Tweak to label of local path to index.html in example app, now properly shows actual project-relative path. Fil Maj 2011-01-31 17:51:15 -08:00
  • 040194157f Ticket 80: running "droidgap gen example" leads to recursive directory creation. README fix included. Fil Maj 2011-01-31 17:48:56 -08:00
  • 7ebf8130e4 Set type to url for returned photos macdonst 2011-01-29 04:18:05 +08:00
  • 64310dc85c Fixing clone issue adding photos, removing relationships macdonst 2011-01-27 05:58:16 +08:00
  • cd2e86af2f Removing excess logging in contact.save() macdonst 2011-01-27 03:43:45 +08:00
  • b353f3608d Updating to latest W3C spec macdonst 2011-01-26 00:13:02 +08:00
  • cda154209d Fixing merge issue macdonst 2011-01-26 11:22:08 -05:00
  • e3c72fa915 Will now use a "smarter" approach to finding an account for Contact.save, the order of account search will be: 1. Exchange provider 2. Google 3. Any valid email address account Sveinung Kval Bakken 2011-01-25 11:36:08 +01:00
  • 9354b429f3 Fix for ticket #55: if phonegap source was on a path with "bin" in it would cause major fail. Fil Maj 2011-01-24 15:51:26 -08:00
  • b1f0c037bd Getting rid of black screen between native loading screen and actual PhoneGap app. Fil Maj 2011-01-24 12:43:28 -08:00
  • 726f1094d9 Fixing bug found by tiny hippos macdonst 2011-01-25 03:04:11 +08:00
  • 1b8ab156df Adding http: and file: support when saving a contact photo. macdonst 2011-01-25 01:55:46 +08:00
  • ee01b5058f Adding support to set a Contact photo macdonst 2011-01-22 01:49:19 +08:00
  • 03ea8a0b5a Enable the return of photos in a Contact object macdonst 2011-01-20 04:12:17 +08:00
  • f090f9a70c Merge branch 'master' of https://github.com/filmaj/phonegap-android into filmaj macdonst 2011-01-17 11:54:52 -05:00
  • b7abc2c344 Skip over beginning / in request when comparing to token. Bryce Curtis 2011-01-16 15:15:24 -06:00
  • 53bdf2dd6b Fix for specifying icon in config.xml; the @icon attribute would get overriden by defaults when going from create => classic::build. Fil Maj 2011-01-15 23:12:07 -08:00
  • b9e1b1d280 Adding Blank HTML page Joe Bowser 2011-01-13 16:27:54 -08:00
  • 9051b157f8 Ticket 63: Android CallbackServer crashes on external attacks. Bryce Curtis 2011-01-13 14:45:15 -06:00
  • f16d9b01b7 Fixing geo listner callback fail to send 3 args instead of 4. macdonst 2011-01-14 02:06:48 +08:00
  • 2a9bc2ddf8 Fixing issue where Android 2.1 and 2.2 don't return the same results on contact.find() macdonst 2011-01-14 01:57:32 +08:00
  • 6e39c46b07 Middle name for contact being updated incorrectly macdonst 2011-01-12 21:56:55 +08:00
  • 567ca94245 Adding debug mode so FileTransfer will accept self signed SSL certificates macdonst 2011-01-12 10:26:27 +08:00
  • 812a4b32b4 Adding file key properly macdonst 2011-01-07 23:15:53 +08:00
  • 023df10f31 Allow features/modules to initialize code before deviceready fires. CupcakeLocalStorage uses this capability to delay deviceready until local storage has been read and inited. Bryce Curtis 2011-01-06 22:50:13 -06:00
  • 8d513e2765 Remaining FileUploader to FileTransfer macdonst 2011-01-06 22:57:54 +08:00
  • 1eae6786c4 Better memory management when taking pictures. Bryce Curtis 2011-01-06 11:12:14 -06:00
  • 73f278963b Adding File Upload functionality macdonst 2010-12-24 23:50:42 +08:00
  • 54eff557d9 Guard against null request in Android 1.5/1.6 macdonst 2011-01-06 00:29:17 +08:00
  • a7415bcfc9 Support all URIs by passing them to their default activity. This works for market:// and content://. Bryce Curtis 2011-01-04 13:22:25 -06:00
  • b6bd9ad5b8 Support Market Uri macdonst 2011-01-05 02:56:46 +08:00
  • f71d9deb5e Fixing mimetypes for content:// Uri's. macdonst 2011-01-05 02:42:52 +08:00