5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing excess logging in contact.save() More... over 14 years ago
Fixing merge issue More... over 14 years ago
Updating to latest W3C spec More... over 14 years ago
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 More... over 14 years ago
Fix for ticket #55: if phonegap source was on a path with "bin" in it would cause major fail. More... over 14 years ago
Getting rid of black screen between native loading screen and actual PhoneGap app. More... over 14 years ago
Fixing bug found by tiny hippos More... over 14 years ago
Adding http: and file: support when saving a contact photo. More... over 14 years ago
Adding support to set a Contact photo More... over 14 years ago
Added CupcakeLocalStorage.clear() method (in according to http://dev.w3.org/html5/webstorage/#the-storage-interface) More... over 14 years ago
Enable the return of photos in a Contact object More... over 14 years ago
Merge branch 'master' of https://github.com/filmaj/phonegap-android into filmaj More... over 14 years ago
Skip over beginning / in request when comparing to token. More... over 14 years ago
Fix for specifying icon in config.xml; the @icon attribute would get overriden by defaults when going from create => classic::build. More... over 14 years ago
Adding Blank HTML page More... over 14 years ago
Ticket 63: Android CallbackServer crashes on external attacks. More... over 14 years ago
Fixing geo listner callback fail to send 3 args instead of 4. More... over 14 years ago
Fixing issue where Android 2.1 and 2.2 don't return the same results on contact.find() More... over 14 years ago
Middle name for contact being updated incorrectly More... over 14 years ago
Adding debug mode so FileTransfer will accept self signed SSL certificates More... over 14 years ago
Adding file key properly More... over 14 years ago
Allow features/modules to initialize code before deviceready fires. CupcakeLocalStorage uses this capability to delay deviceready until local storage has been read and inited. More... over 14 years ago
Better memory management when taking pictures. More... over 14 years ago
Remaining FileUploader to FileTransfer More... over 14 years ago
Guard against null request in Android 1.5/1.6 More... over 14 years ago
Support all URIs by passing them to their default activity. This works for market:// and content://. More... over 14 years ago
Support Market Uri More... over 14 years ago
Fixing mimetypes for content:// Uri's. More... over 14 years ago
Fixing issue where Date's aren't cloned More... over 14 years ago
Adding File Upload functionality More... over 14 years ago