Commit Graph

  • 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 Darbyshire 2011-02-15 18:44:06 +13:00
  • 9270d13981 Added some exception handling WebSockets Animesh Kumar 2011-02-13 00:00:27 +05:30
  • 83e89909ed added readyState support Animesh Kumar 2011-02-12 17:38:10 +05:30
  • 98d51b18e2 added readyState support Animesh Kumar 2011-02-12 17:33:37 +05:30
  • 28f27e89e4 refactored code, added license, added onError handler Animesh Kumar 2011-02-12 15:31:19 +05:30
  • 8ede3b4cc9 added websocket support Animesh Kumar 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 paulb777 2011-02-26 01:57:10 +08:00
  • a9e1751812 Add networking to example and fix contacts paulb777 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 paulb777 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 Voituk 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
  • 115b428a9d Fixing issue where Date's aren't cloned macdonst 2010-12-30 00:51:23 +08:00
  • 92a1e4a2d9 Remove destroyed AudioPlayer from list of AudioPlayers 0.9.3 macdonst 2010-12-23 02:48:36 +08:00
  • 2504db13d7 Adding release method to Media object macdonst 2010-12-23 02:43:11 +08:00
  • 43c72e684c Setting content type properly in readAsDataURL macdonst 2010-12-23 00:19:30 +08:00
  • 46f0bf60c4 Merge branch 'master' of github.com:phonegap/phonegap-android stevengill 2010-12-16 13:29:52 -08:00
  • 8bad4eb7eb Fixing issue where Camera returned a content URI that File Reader could not read macdonst 2010-12-17 04:56:46 +08:00
  • fbe96f891b 1. Split out js to main.js 2. Show a contact 3. Toggle accelerometer 4. More device info 5. Enable scrolling paulb777 2010-12-15 11:24:01 -08:00
  • ab8950a5af Re-enable multitasking in onResume Java callback so that onResume JS handlers are called - it was being re-enabled too soon. Bryce Curtis 2010-12-09 14:13:23 -06:00
  • 26adfb6346 If multitasking is turned on (keepRunning=true), then temporarily disable it when starting a new activity that returns a result - such as camera. Bryce Curtis 2010-12-06 16:48:06 -06:00
  • 43b6b6d34e Update version number to 0.9.3 in preparation for next release. Bryce Curtis 2010-12-03 18:15:00 -06:00
  • 04ddc68dfd Fix bug with saving name in new contact. Bryce Curtis 2010-12-03 14:14:37 -06:00
  • 42cd10cf56 Need license header since it is removed by minification. Bryce Curtis 2010-12-01 16:13:22 -06:00
  • 5f3bc33f8e Update comments. Bryce Curtis 2010-12-01 11:21:49 -06:00
  • 2131070ee9 Add JavaScript minification using YUICompressor. Bryce Curtis 2010-11-30 19:00:30 -06:00
  • b2a82975e5 Merge branch 'jos3000-master' Bryce Curtis 2010-11-29 12:30:49 -06:00
  • ddeba91faf Merge branch 'master' of https://github.com/jos3000/phonegap-android into jos3000-master Bryce Curtis 2010-11-29 12:27:00 -06:00
  • 6e572f05e4 Put trailing / into getRootPaths() to remain consistent with BBW macdonst 2010-11-26 00:40:18 +08:00
  • 50b435c4d1 Following File API spec. macdonst 2010-11-20 02:25:24 +08:00
  • af5c5dc021 Update splash screen example and list of properties that can be set in commented code. Bryce Curtis 2010-11-23 09:53:43 -06:00
  • 87fd9665fe Merge branch 'localStorage' of https://github.com/ascorbic/phonegap-android into ascorbic-localStorage Bryce Curtis 2010-11-21 17:58:49 -06:00
  • 5e9ca84b40 Expose certain methods from DroidGap to JavaScript so that a PhoneGap web app can better control program configuration and flow. Bryce Curtis 2010-11-21 17:33:13 -06:00
  • 090ad56d0b Don't need special method to load a splash screen. Instead, the regular loadUrl() and clearHistory() can be used. Bryce Curtis 2010-11-21 16:47:35 -06:00
  • e3ebfea064 Improve handling of timeout error when loading URL, and enable WebViewClient to be overridden by app, so developer can intercept webview events. Bryce Curtis 2010-11-21 16:42:00 -06:00
  • 44761f87d2 Remove comment for unused parameter. Bryce Curtis 2010-11-21 16:31:49 -06:00
  • 04e3ceac96 Define window.plugins object so plugins can check to see if they have already been created. Bryce Curtis 2010-11-21 16:30:46 -06:00
  • afc7e605ff Fix bug when not doing cast - temp isn't defined. Bryce Curtis 2010-11-20 21:23:15 -06:00
  • 1c5aa6cd00 Adding a cast for contacts.find() macdonst 2010-11-19 00:45:36 +08:00
  • c1a87ebaaa Adding and optional call to cast Plugin Result macdonst 2010-11-18 06:37:27 +08:00
  • 46babe7a48 Calling correct events from FileWriter.abort() macdonst 2010-11-17 15:30:08 -05:00
  • 0dc64d2aa7 Merge branch 'master' of github.com:phonegap/phonegap-android Bryce Curtis 2010-11-16 18:15:15 -06:00
  • 1d9e522bd9 Fix quality issue with base64 encoded images. Quality parameter wasn't being set. Bryce Curtis 2010-11-16 18:14:24 -06:00
  • 5dcac6d7fe Fixing issue in File Reader/Writer when newlines in file macdonst 2010-11-16 13:29:47 -05:00
  • 07418a3606 Small fix to File API macdonst 2010-11-17 00:03:21 +08:00
  • 0e08af98ca Better way to handle splash screen when back button pressed. Bryce Curtis 2010-11-15 16:32:55 -06:00
  • b8b1ad8421 Add property that lets a PhoneGap app continue to run when another Android app or activity is started. Bryce Curtis 2010-11-14 17:33:06 -06:00
  • 4fa1f40b44 Add load URL capability, and enable an HTML file to be used as a splash screen. Bryce Curtis 2010-11-12 22:38:27 -06:00
  • 5f55ebf1d9 Adding Contact.save() for Android 1.X and Android 2.X macdonst 2010-11-02 05:16:00 +08:00
  • 9798de7efa Remove unused and unneeded getPort() method. Bryce Curtis 2010-11-12 12:53:34 -06:00