summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-05-11Report version of each data storage to device instead of a global versionHEADmasterMartin Szulecki
2010-05-11Implement exchanging sync anchors as some data classes do not use sync timesMartin Szulecki
2010-05-11Report reason if device refuses to start sync sessionMartin Szulecki
2010-02-11Port to libimobiledeviceMartin Szulecki
2009-11-11Port to libplist >= 0.16 API and make iphonesync work againMartin Szulecki
2009-11-11Add support for newer models of the iPhone/iPod TouchMartin Szulecki
2009-11-11Make sure dates for notes XML are correctMartin Szulecki
2009-08-14Use correct telephone type "CELL" from vCard RFC when device sends "MOBILE"Martin Szulecki
2009-08-14Also set debug level to something so we get some useful outputMartin Szulecki
2009-08-04Update to work with latest libiphone API changesMartin Szulecki
2009-07-10Fix method name to make "clear all records on device" workMartin Szulecki
2009-06-23Add support for iPhone 3GSMartin Szulecki
2009-06-21Port code to new uuid device selection API and use the uuid for LUIDMartin Szulecki
2009-06-21Add output class for notesMartin Szulecki
2009-06-21Remove glade UI and use new conduit config systemMartin Szulecki
2009-06-20Extend classes for initial Notes syncing supportMartin Szulecki
2009-05-21Added a quick note to the README.Matt Colyer
2009-05-21Added the ability to choose which calendar to sync. Also added some comments ...Matt Colyer
2009-05-15Make dataprovider factory return correct model name and icon of deviceMartin Szulecki
2009-05-15Fix HAL query and pass usb bus:dev to dataproviders to init specific deviceMartin Szulecki
2009-05-15Also pass dataprovider args to the baseclass in Conduit moduleMartin Szulecki
2009-05-15Add missing DataProviderCategory include to make the module load in ConduitMartin Szulecki
2009-05-15Makes the calendar work.Matt Colyer
2009-05-15Fix the sync agent disconnect so it actually runs.Matt Colyer
2009-05-15Expose to_vevent as part of the public API (that way we can reuse it in the C...Matt Colyer
2009-05-15Add comments explaining some of how iPhoneDataStorage works.Matt Colyer
2009-05-15Add a link from an iPhone record to it's associated store.Matt Colyer
2009-05-15Add a HalFactory to detect device connections.Jonathan Beck
2009-05-15Move get method back to lower class since it's format specific.Jonathan Beck
2009-05-15Use storage as a dictionary and not a list.Jonathan Beck
2009-05-13Remove unsused codeMartin Szulecki
2009-05-12Add module for calendars (can't use both client at the same time though, woul...Jonathan Beck
2009-05-12Move generic stuff in base class.Jonathan Beck
2009-05-12Update Conduit module and use example put logic.Jonathan Beck
2009-05-12Make iPhoneModule load and showup in ConduitMartin Szulecki
2009-05-09Add basic Conduit module for contactsJonathan Beck
2009-05-09Remove unneeded lxml dependency.Jonathan Beck
2009-04-29Prepare sync logic in SyncAgent for sending changes to a deviceMartin Szulecki
2009-04-29Empty change messages are valid, thus make sure to return true on a commitMartin Szulecki
2009-04-29Remove explicit utf-8 conversion for iCal fields as libplist handles this nowMartin Szulecki
2009-04-28Fix email field param (TYPE=OTHER).Jonathan Beck
2009-04-28Add group, organization and notes fields to vCard output and fix empty namesMartin Szulecki
2009-04-28Add parent key name "members" for com.apple.contacts.Group entitiesMartin Szulecki
2009-04-23Add --clear option to remove all records from deviceMartin Szulecki
2009-04-23Refactor device synchronization and parse records with libplist onlyMartin Szulecki
2009-04-23Fix typo in entity name for mail addressMartin Szulecki
2009-04-22Change entity data to use attribute access and update output classes to use itMartin Szulecki
2009-04-22Add required PRODID and vendor X-WR-CALNAME properties to iCal outputMartin Szulecki
2009-04-22Add AudioAlarm support in iCalendar outputMartin Szulecki
2009-04-22Fix output of calendars to have the correct related events listedMartin Szulecki