| 1 |
2007-06-07 Daniel Gollub <dgollub@suse.de> |
|---|
| 2 |
* inital port of gnokii-sync to OpenSync 0.30 API (still not working!) |
|---|
| 3 |
* changed build environment to scons |
|---|
| 4 |
* updated README / INSTALL |
|---|
| 5 |
|
|---|
| 6 |
2006-08-15 Daniel Gollub <dgollub@suse.de> |
|---|
| 7 |
* modified hash functions (update leads to different hash results!) |
|---|
| 8 |
* fixed serveral memory leaks |
|---|
| 9 |
* replaced privacy function with TRACE_SENSITIVE |
|---|
| 10 |
|
|---|
| 11 |
2006-05-26 Daniel Gollub <dgollub@suse.de> |
|---|
| 12 |
* added configure parameters |
|---|
| 13 |
--disable-event |
|---|
| 14 |
--disable-contact |
|---|
| 15 |
|
|---|
| 16 |
2006-05-20 Daniel Gollub <dgollub@suse.de> |
|---|
| 17 |
|
|---|
| 18 |
* gnokii_contact_utils.c |
|---|
| 19 |
gnokii_contact_utils.h |
|---|
| 20 |
- helper funcitons for gnokii-format contact |
|---|
| 21 |
|
|---|
| 22 |
* contact fixes |
|---|
| 23 |
- categories in gnokii-format contact |
|---|
| 24 |
- clean telephone numbers (only +*#pw[0-9] allowed) |
|---|
| 25 |
- evo2-sync workaround for name |
|---|
| 26 |
|
|---|
| 27 |
2006-05-19 Daniel Gollub <dgollub@suse.de> |
|---|
| 28 |
|
|---|
| 29 |
* updated README / INSTALL |
|---|
| 30 |
|
|---|
| 31 |
* gnokii-sync contact support is actived by default!!! |
|---|
| 32 |
- EXPERIMENTAL. Don't forget your backup! |
|---|
| 33 |
|
|---|
| 34 |
2006-05-01 Daniel Gollub <dgollub@suse.de> |
|---|
| 35 |
|
|---|
| 36 |
* gnokii_format.c |
|---|
| 37 |
- stores gnokii-format information |
|---|
| 38 |
|
|---|
| 39 |
* gnokii_contact.c |
|---|
| 40 |
gnokii_contact.h |
|---|
| 41 |
- write/modify/delete/hash contact notes |
|---|
| 42 |
- commit contact changes |
|---|
| 43 |
- get contact changes |
|---|
| 44 |
|
|---|
| 45 |
* gnokii_contact_format.c |
|---|
| 46 |
gnokii_contact_format.h |
|---|
| 47 |
- format gnokii-contact |
|---|
| 48 |
|
|---|
| 49 |
* extended sync/disconnect/get_changeinfo/get_data/commit/read |
|---|
| 50 |
timeout to 10000. (Thanks to mmeyer!) |
|---|
| 51 |
|
|---|
| 52 |
2006-03-12 Daniel Gollub <dgollub@suse.de> |
|---|
| 53 |
|
|---|
| 54 |
* fixed several memory leaks |
|---|
| 55 |
|
|---|
| 56 |
* fixed alarm/reminder of all day events |
|---|
| 57 |
|
|---|
| 58 |
* src/gnokii_calendar_format.c |
|---|
| 59 |
- fixed alarm time of all day events in gnokii event format |
|---|
| 60 |
|
|---|
| 61 |
* configure.in |
|---|
| 62 |
- added --enable-privacy which let disappear the sensitive data |
|---|
| 63 |
in the trace log files |
|---|
| 64 |
|
|---|
| 65 |
* src/Makefile.am |
|---|
| 66 |
- avoid linking problems with -lopensync-xml for gnokii-format |
|---|
| 67 |
|
|---|
| 68 |
* added destroy function for event format (calendar) |
|---|
| 69 |
|
|---|
| 70 |
2006-02-27 Daniel Gollub <dgollub@suse.de> |
|---|
| 71 |
|
|---|
| 72 |
* Initial version of gnokii-sync |
|---|
| 73 |
|
|---|
| 74 |
* gnokii_calendar.c |
|---|
| 75 |
gnokii_calendar.h |
|---|
| 76 |
- write event notes |
|---|
| 77 |
- delete event notes |
|---|
| 78 |
- modify event notes |
|---|
| 79 |
- hash event notes |
|---|
| 80 |
- ... |
|---|
| 81 |
|
|---|
| 82 |
* gnokii_calendar_utils.c |
|---|
| 83 |
gnokii_calendar_utils.h |
|---|
| 84 |
- helper functions for object type event |
|---|
| 85 |
- time converting |
|---|
| 86 |
- ... |
|---|
| 87 |
|
|---|
| 88 |
* gnokii_calendar_format.c |
|---|
| 89 |
- format gnokii-event |
|---|
| 90 |
- converts xml to gnokii-event |
|---|
| 91 |
- converts gnokii-event to xml |
|---|
| 92 |
|
|---|
| 93 |
* gnokii_comm.c |
|---|
| 94 |
gnokii_comm.h |
|---|
| 95 |
- handles connection to the cell phone |
|---|
| 96 |
- connect/disconnect |
|---|
| 97 |
|
|---|
| 98 |
* gnokii_config.c |
|---|
| 99 |
gnokii_config.h |
|---|
| 100 |
- config parser |
|---|
| 101 |
|
|---|
| 102 |
* gnokii_sync.c |
|---|
| 103 |
gnokii_sync.h |
|---|
| 104 |
- main code of gnokii-sync plugin |
|---|
| 105 |
|
|---|
| 106 |
* gnokii-sync |
|---|
| 107 |
- config file template for gnokii-sync plugin |
|---|
| 108 |
|
|---|