1 gazza 1.1 API TODO LIST
2 -------------
3
4 1) Features SyncML:
5 1 Large Object Support
6 1 Handle status of items (if an item was sent successful don't send it again)
7 2 SyncML DM: implement tree and new syncml classes
8 3 Suspend/resume (3.5)
9
10 2) Interoperability/portability:
11 1 Apply the patches for Synthesis and verify them with the other
12 plugins.
13 1 Implement devinfo (the SyncML objects are already there, changes needed
14 in Parser/Formatter and API).
15 1 64 bits support
16 1 char / wchar use.
17 2 remove wchar
18
19
20 3) API interface:
21 1 Make object ownership more clear (use of const, inline documentation)
22 gazza 1.1 1 The SyncItems are created by the source and release by the engine
23 1 Event Handling (create default implementation)
24 1 SyncSource failure handling
25 2 VOCL support for vCard 3.0 and iCal 2.1...
26
27 4) Improvement
28 2 Memory handling
29
30
|