Commit Graph

  • d273c5f5bd changes for SyncEvolution not in Funambol CVS since sdkcpp_3_0_6a Patrick Ohly 2006-03-18 18:06:40 +0000
  • 866ed69e73 reset stdout/stderr before printing final result Patrick Ohly 2006-03-18 17:44:22 +0000
  • 78407457a5 # updated Patrick Ohly 2006-03-18 17:34:53 +0000
  • cceb670bae # reflect current status Patrick Ohly 2006-03-18 17:30:52 +0000
  • 90006980ce # initial release Patrick Ohly 2006-03-18 14:33:42 +0000
  • 4c145a616c ensure that unique properties occur not more than once Patrick Ohly 2006-03-18 14:18:14 +0000
  • 5761cda454 test adding multiple business phone numbers Patrick Ohly 2006-03-18 14:17:51 +0000
  • 191dd40b23 test for copying via server now transmits testVCard.vcf and also compares against it Patrick Ohly 2006-03-18 13:35:23 +0000
  • fb41aebdd4 format normalized vcards with 60 columns for easier side-by-side diff Patrick Ohly 2006-03-18 13:29:15 +0000
  • d81eb58d44 normalize_vcard can now also compare two files automatically; it's also installed without .pl suffix Patrick Ohly 2006-03-15 22:09:04 +0000
  • 92004b5f6d # updated Patrick Ohly 2006-03-12 22:39:29 +0000
  • 84b77ba79c update README and version in preparation for release Patrick Ohly 2006-03-12 22:31:52 +0000
  • 4b6549c077 added workarounds for FBURL/CALURI and ADR without TYPE Patrick Ohly 2006-03-12 22:30:35 +0000
  • 1217824251 replaced verification with vcard comparion via normalize_vcard.pl Patrick Ohly 2006-03-12 20:36:18 +0000
  • 8a7b57b07c # updated Patrick Ohly 2006-03-12 10:31:27 +0000
  • 329453859b fixed maintainer-cleanup Patrick Ohly 2006-03-12 10:29:40 +0000
  • f154b705ce removed pregenerated autotools files from CVS - use autogen.sh Patrick Ohly 2006-03-12 10:10:45 +0000
  • 0e977a2b2e removed pregenerated autotools files from CVS - use autogen.sh Patrick Ohly 2006-03-12 10:10:44 +0000
  • 7af6713cd7 integrated compilation of Sync4j C++ client library + distribution of its source Patrick Ohly 2006-03-12 09:48:59 +0000
  • 1301d3edac preparations for a release as 'SyncEvolution' Patrick Ohly 2006-03-11 19:23:43 +0000
  • 7ab0dc0b94 *** empty log message *** Patrick Ohly 2006-03-11 18:08:38 +0000
  • ee25c482cd restrict the usage of the problematic CALURI/FBURL to a few specific test cases Patrick Ohly 2006-03-11 16:30:00 +0000
  • e2e9fef922 check some more vcard fields (however, different order of entries still breaks comparison) Patrick Ohly 2006-02-26 18:12:05 +0000
  • f71e963cc7 try most recent Evolution versions first, because shared objects are not upward-compatible Patrick Ohly 2006-02-26 18:10:45 +0000
  • 35afd0de45 started to use emac's vc-update-change-log to update the ChangeLog Patrick Ohly 2006-02-04 20:25:26 +0000
  • d6fe29ef0e added support for the new refresh-client/server sync modes Patrick Ohly 2006-02-04 20:22:55 +0000
  • e2848d1412 added known problems and support section, updated compiling Patrick Ohly 2006-02-04 20:21:59 +0000
  • 8f03c912b6 added POHLY-SYNC4JEVOLUTION-CHECKED Patrick Ohly 2006-01-26 20:09:01 +0000
  • 884e6d60f3 removed redundant code Patrick Ohly 2006-01-23 22:25:57 +0000
  • 608a5b261f added conflict handling Patrick Ohly 2006-01-23 21:51:43 +0000
  • 09c19a61df allow running just one test Patrick Ohly 2006-01-21 17:13:42 +0000
  • 5c247ab443 list the major features explicitly and improved tests to actually check copying/updating Patrick Ohly 2006-01-21 17:06:59 +0000
  • 641dbfee5c mention setup of unit testing Patrick Ohly 2006-01-21 15:52:40 +0000
  • 4b9bb066fd update to reflect current status Patrick Ohly 2006-01-21 15:52:19 +0000
  • 62322c3e19 minor changes to make it easier to debug Patrick Ohly 2006-01-21 15:37:07 +0000
  • 5883a5fa39 added test cases for vcard conversion use VOCL classes to fix vcard encoding Patrick Ohly 2006-01-08 21:49:03 +0000
  • a9e9e46d60 a deleted item without data returns getDataSize() -1 Patrick Ohly 2005-12-12 19:15:13 +0000
  • 274f505aaf added unit testing for syncing, needs some support in core classes (overriding sync mode, full lists) Patrick Ohly 2005-12-11 17:13:36 +0000
  • 584c29873a implemented distinction between different sync modes: 'refresh' requires deleting items, scanning is different for full and partial sync Patrick Ohly 2005-12-10 21:10:43 +0000
  • a42a23b9c6 added testing of syncing Patrick Ohly 2005-12-10 19:16:02 +0000
  • 2931400051 added some more debug logging Patrick Ohly 2005-12-10 17:48:07 +0000
  • 4e394b7d3c more convervative logging Patrick Ohly 2005-12-04 19:49:31 +0000
  • 21427c1593 fixed/extended error detection at the end of the sync Patrick Ohly 2005-12-03 16:06:47 +0000
  • 8ef6f693cd added logging of contact vcards added hack to make Evolution's vcard V3.0 compatible with Sync4j 2.3b3 (needs to be remove or made configurable) Patrick Ohly 2005-12-03 14:35:11 +0000
  • 20701cad26 strip special characters, Evolution gets confused by them Patrick Ohly 2005-12-03 14:33:41 +0000
  • 6b09f2f6c3 implemented front-end based on new SyncML C++ config API implemented the new begin/endSync() callbacks explain the change tracking and error handling -> copying from server works, the other way around fails, probably because of vcard 3.0 parsing problems on the server Patrick Ohly 2005-11-26 21:16:03 +0000
  • 3a81621f3e adapted to Sync4j C++ client API 3.x Patrick Ohly 2005-11-25 20:53:04 +0000
  • 29ae19e174 base class with functionality common to all Evolution sync sources Patrick Ohly 2005-11-25 20:50:21 +0000
  • 3bc37288c2 first working version of SyncSource for Evolution contacts (requires Sync4j C++ API 2.0, not currently available) added unit testing Patrick Ohly 2005-11-05 22:04:33 +0000
  • 4c29072c5f setup framework Patrick Ohly 2005-10-08 12:03:24 +0000
  • 2339036412 New repository initialized by cvs2svn. (no author) 2005-10-08 12:03:24 +0000