root/plugins/moto-sync/motosync.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3278 [3278] 04/17/08 09:34:22 swolter Fixed a bug concerning the conversion from XML repetiton rules to the moto …
(edit) @3277 [3277] 04/17/08 09:04:39 swolter Fixed bug #728 which concerned exception event numbering. The offset …
(edit) @3276 [3276] 04/17/08 08:57:28 swolter Fixed bug #727, which corrected a minor, but fatal glitch in the …
(edit) @3272 [3272] 04/15/08 21:35:44 abaumann Replace bogus 'repeat_until' hash index with 'repeat_end' (extended events …
(edit) @3240 [3240] 04/06/08 13:58:50 abaumann Applied patch from ticket #713. Check for Count=0 on infinitely-recurring …
(edit) @3239 [3239] 04/06/08 13:53:49 abaumann Apply patch from issue #712 (renamed hashtable.reset -> reset_reports)
(edit) @2877 [2877] 11/25/07 16:46:47 abaumann don't delete a non-existent event (caused problems on V3xx, ticket #523)
(edit) @2735 [2735] 11/04/07 16:28:10 abaumann more V3 hack fixes, from ticket #599
(edit) @2734 [2734] 11/04/07 16:17:08 abaumann apply (forward-ported) patch from ticket #555 for V3i support
(edit) @2733 [2733] 11/04/07 15:42:01 abaumann fix two issues from ticket #523: 3. the XML field Summary is incorrectly …
(edit) @2485 [2485] 08/23/07 13:38:39 abaumann untested fix for problem in issue #523 this should make sure that events …
(edit) @2431 [2431] 08/08/07 01:12:45 abaumann attempt at a fix for ticket #531 after sending AT+MODE=2, wait to read …
(edit) @2426 [2426] 08/07/07 01:00:35 abaumann assert that the event has a value for <DateStarted?>, for cleaner …
(edit) @2425 [2425] 08/07/07 00:52:20 abaumann fix crash when LastName? is not set, raised in ticket #523
(edit) @2416 [2416] 08/06/07 04:54:58 abaumann fix ticket #523 duration field will be an empty string on the extended …
(edit) @2375 [2375] 07/31/07 03:17:05 abaumann fix another silly bug in rrule processing
(edit) @2373 [2373] 07/31/07 02:54:26 abaumann fix exception "can't compare offset-naive and offset-aware datetimes" in …
(edit) @2371 [2371] 07/31/07 00:47:42 abaumann move common event init code out of PhoneEventSimpleMoto? constructor, …
(edit) @2360 [2360] 07/24/07 07:15:51 abaumann fix crash in rrule processing code
(edit) @2321 [2321] 07/12/07 13:17:05 abaumann change handling of the 'preferred' attribute to avoid creating conflicts …
(edit) @2320 [2320] 07/12/07 12:31:06 abaumann hack around some problems with address mappings: * addresses without a …
(edit) @2318 [2318] 07/12/07 08:07:53 abaumann tweaks to XML parsing/generation to avoid conflicts: * generate name …
(edit) @2255 [2255] 07/04/07 12:19:41 abaumann For the contact type, we only support the LastName? and FirstName? parts of …
(edit) @2244 [2244] 07/03/07 12:50:58 abaumann Change init to use AT+MODE=2 (ticket #505) I have no idea what this mode …
(edit) @2240 [2240] 07/03/07 02:16:47 abaumann Remove the phone's (partial) serial number from the generated UIDs. This …
(edit) @2232 [2232] 07/01/07 12:38:02 abaumann handle different meaning of repeat types in the extended calendar format …
(edit) @2197 [2197] 06/25/07 02:11:53 abaumann change AlarmDescription? tag in XML format to match recent change to the …
(edit) @2171 [2171] 06/16/07 09:52:53 abaumann Change order of the REPEAT_{MONTLY,YEARLY}_{DATE,DAY} constants to match …
(edit) @2169 [2169] 06/16/07 06:56:46 abaumann fix silly bug: if there was no recursion rule we claimed there were too …
(edit) @2167 [2167] 06/15/07 06:50:54 abaumann Implement support for extended calendar format in new models (ticket …
(edit) @2087 [2087] 06/02/07 08:48:33 abaumann pass the list of exceptions separately in read_events/write_event, instead …
(edit) @2086 [2086] 06/02/07 08:03:47 abaumann initial support for newer models with extended calendar (bug #425) this …
(edit) @2059 [2059] 05/27/07 14:20:27 abaumann update rrule processing code to handle new XML format (totally …
(edit) @2056 [2056] 05/27/07 06:39:02 abaumann make sure all XML data is sorted by tag name the new merger code requires …
(edit) @2055 [2055] 05/27/07 04:40:53 abaumann ignore 'RING' that can appear if someone calls while we are talking to the …
(edit) @2053 [2053] 05/27/07 04:34:59 abaumann change character encoding used to talk to the phone to UCS2 this makes …
(edit) @1809 [1809] 02/24/07 07:01:29 abaumann cleanup: * remove DEBUG/WARNING options from motosync source, and replace …
(edit) @1807 [1807] 02/24/07 06:31:43 abaumann fix a bug writing where changes were rejected due to an invalid …
(edit) @1797 [1797] 02/22/07 01:49:03 abaumann it doesn't make sense to report the serial number as the version …
(edit) @1796 [1796] 02/22/07 01:42:57 abaumann * specify (hardcoded, at least for now) capabilities * start updating to …
(edit) @1793 [1793] 02/21/07 11:05:18 abaumann * protect against multiple calls to connect() * add code to read mobile …
(edit) @1785 [1785] 02/21/07 01:06:19 abaumann update motosync to new data/change API, use new ObjTypeSinkCallbacks?
(edit) @1777 [1777] 02/20/07 11:50:11 abaumann first pass at updating moto-sync to new API and python wrappers this is …
(edit) @1719 [1719] 02/10/07 23:38:51 abaumann fix error that appeared recently, we now need to set the member pointer …
(edit) @1609 [1609] 01/15/07 10:08:45 abaumann Add support for the pybluez library, allowing users to simply specify a …
(edit) @1599 [1599] 01/04/07 08:57:35 abaumann Two bug fixes: 1. Don't assert that the unknown and unused position 7 in a …
(edit) @1440 [1440] 10/26/06 03:40:11 abaumann handle events that have neither an end date nor a duration
(edit) @1382 [1382] 09/24/06 05:04:06 abaumann It turns out that the phone does support events longer than a day, as …
(edit) @1381 [1381] 09/23/06 05:56:17 abaumann truncate name/contact fields that are too long to be stored on the phone
(edit) @1380 [1380] 09/23/06 04:45:10 abaumann handle the tricky case when numbers or email addresses are added or …
(edit) @1379 [1379] 09/23/06 03:38:55 abaumann more cleanup: centralise debug and warning messages in once place so we …
(edit) @1378 [1378] 09/23/06 03:19:33 abaumann more cleanup, move tracking and allocation of entry positions out to a …
(edit) @1377 [1377] 09/22/06 13:57:40 abaumann * big restructure and cleanup, among other things the class hierarchy …
(edit) @1373 [1373] 09/18/06 09:09:48 abaumann * fix a silly bug in hash generation for contacts * make sure that …
(edit) @1363 [1363] 09/15/06 03:55:24 abaumann set longname and description fields in plugin info
(edit) @1361 [1361] 09/15/06 00:40:59 abaumann * Use osync_member_objtype_enabled, only report enabled objtypes * Hash …
(edit) @1348 [1348] 09/12/06 03:52:21 abaumann * new dependency: python-dateutil library to do date/time parsing and …
(edit) @1256 [1256] 09/04/06 07:35:02 abaumann lots of clean up, makes pylint a bit happier mostly rewrite/reformatting …
(copy) @1246 [1246] 09/01/06 07:07:45 abaumann * rename moto-sync.py to motosync.py, because python doesn't like '-' …
copied from plugins/moto-sync/moto-sync.py:
(edit) @1245 [1245] 09/01/06 00:56:43 abaumann <dgollub> abtronic: btw. to avoid conflict i would recommend to write …
Note: See TracRevisionLog for help on using the revision log.