5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change isReachable() to return NetworkStatus constant to reachableCallback(reachability) as specified in the API documentation. More... almost 15 years ago
Added comments. More... almost 15 years ago
First pass as pre 2.0 Android contacts More... almost 15 years ago
Need to listen for XHR callbacks before constructors are run, since constructors could call native code that returns data in callback. More... almost 15 years ago
Fix problem with deviceready being called before device properties are guaranteed to be set. More... almost 15 years ago
Small refactor on birthday and anniversary More... almost 15 years ago
Adding queries for IM, Note, Nickname, Website, Relationship, Birthday and Anniversary More... almost 15 years ago
Device returns string, but for some reason emulator returns object - so convert to string. More... almost 15 years ago
FileWriter should use its own states object. More... almost 15 years ago
Adding queries for addresses and organization More... almost 15 years ago
Read and write operations are async. More... almost 15 years ago
Update files.js to be closer to iPhone impl and W3C File API working draft at http://www.w3.org/TR/FileAPI/. More... almost 15 years ago
Convert FileUtils to plugin architecture. More... almost 15 years ago
Add general ERROR to plugin result status. More... almost 15 years ago
Add comments to directory manager source file. More... almost 15 years ago
Merge branch 'master' of git://github.com/phonegap/phonegap-android into contactSpec More... almost 15 years ago
reducing code More... almost 15 years ago
Use same option name as iPhone. More... almost 15 years ago
Merge branch 'master' of git://github.com/phonegap/phonegap-android into contactSpec More... almost 15 years ago
Fixing merge conflict More... almost 15 years ago
Check to make sure result was returned to eliminate parse warning messages. More... almost 15 years ago
Change camera to be more consistent with iPhone and BB widgets. Add support to choose image from library instead of only camera. More... almost 15 years ago
Changed search function to take filter and option parameters More... almost 15 years ago
Change JS to call navigator.contacts instead of navigator.ContactManager, which no longer exists. More... almost 15 years ago
Change Device JS object to include only platform, uuid, version, and phonegap properties as defined in API, and modify Device Java class to implement plugin interface. More... almost 15 years ago
Use timeout to break out of possible infinite loop waiting for sensor to start. More... almost 15 years ago
Add JSON stringify equivalent not implemented in older Android (1.6) devices. This is needed for args passed to PhoneGap.exec(). More... almost 15 years ago
Fixing whitespace More... almost 15 years ago
Merge branches 'master' and 'contactSpec' More... almost 15 years ago
Changing navigator.contacts to navigator.service.contacts More... almost 15 years ago