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