changeslog.txt
来自「funambol window mobile客户端源代码」· 文本 代码 · 共 508 行 · 第 1/2 页
TXT
508 行
2008-07-15
- gazza: renamed autotools generated library to libfunambol.a
2008-04-07
- magi: * added
CacheSyncSource.h, CacheSyncSource.cpp
KeyValueStore.h
ArrayListKeyValueStore.h, ArrayListKeyValueStore.cpp
Enumeration.h
ArrayListEnumeration.h
PropertyFile.h, PropertyFile.cpp
BriefcaseCacheSyncSource.h, BriefcaseCacheSyncSource.cpp
BriefcaseClient.cpp
These are to try the cache sync source that keeps track about the changes on the
items based on the crc of the content of the items
* updated the Makefile.am to compile all new stuff
* updated windadapter and posixadapter
* applied Patrick's patch on SyncItem (the const get methods)
* updated SyncSource interface
2008-04-02
- toccy: first add of base classes and adapters for new Symbian client.
2008-02-13
- toccy: * 'lastErrorMsg' is now a StringBuffer
* 'lastErrorMsg' and 'lastErrorCode' are no more global,
they must be accessed only by provided get/set methods.
* removed char[] in log.cpp, using StringBuffer, 'logmsg' is now deprecated
2008-01-29
- toccy: windows/http/GPRSConnection.cpp:
revised the function to estabilish GPRS connection, used by WM clients.
2008-01-04
- teo: added CtCap.
Now we pass to the formatter an ArrayList of CtCap to handle different capabilities.
In SyncSourceConfig there's a new method called addCtCap to add an element to the
ArrayList of CtCap.
This method has 4 parameters CtType VerCt an arraylist of properties and an int with
3 status to handle the FieldLevel param (FLEVEL_DISABLED, FLEVEL_ENABLED,
FLEVEL_UNDEFINED)
CtCype VerCt and FieldLevel are optional.
If one of this parameters is not set the method use the default one setted
in the configuration.
getCtCaps returns a reference to the ArrayList of CtCaps
2008-01-03
- teo: removed a bug related to the creation and the destruction of the operands arraylist
in ClauseUtils.cpp.
removed all the embedded tests in client.cpp.
all the tests in the old client.cpp are moved in the corrisponding class and corrected to
work properly with the cppunit framework
- toccy: Added support for timezones, for SIF events, under Windows branch (windows/vocl).
SIF version upgraded to "1.1"
2008-01-02
- toccy: Added support for timezones, for vCalendar 1.0, under Windows branch (windows/vocl).
From Client to Server, recurring events are sent out with timezone informations
if the Client fills the tzInfo structure.
From Server to Client, events without timezones are still accepted (like before).
2007-12-21
- toccy: merged differences from "b_v65"
2007-12-06
- toccy: windows/vocl/WinNote: added parser and formatter for vNote 1.1
2007-11-28
- Changed headers of source files (AGPL)
2007-11-15
- gazza: unit test refactoring
2007-11-15
- teo: syncml parser unit tests
- gazza: code refactoring - indirection of SyncManager members 'commands'
and 'mappings' reduced of one level.
2007-11-08
- gazza: Unit tests updated - the testcases are under test, under the same
folder structure of the sources. The windows solution and the
unix makefile have been updated accordingly.
2007-11-07
- toccy: WinTransportAgent - added support for http status codes 402 & 403
2007-10-23
- pohly: POSIX configuration files now strip trailing spaces
at the line end; previously this was preserved, but
this turned out to confuse many user (unintentional
space after password, additional carriage-return...)
Funambol SDK C++ 6.5.1
-----------------------
2007-10-10
- magi: fixed minor bug in parsing mail encoding and date field.
2007-10-09
- gazza: fixes applied for 64 bit compatibility. Test client updated.
2007-10-01
- toccy: WinTransportAgent: removed 'compression' check when reading
response, to accept compressed data even if 'compression'
flag is disabled.
Funambol SDK C++ 6.5.0
-----------------------
2007-08-08
- toccy: Improved vCalendar parser/formatter (WinEvent.cpp) to handle all
supported properties
- gazza: Removed old Palm defines from the header files.
Minor fixes for Posix build.
Uncompress in WinTransportAgent more robust when some headers
are cut by proxies.
2007-08-03
- magi: Added WinContactSif class. It is used to handle the SIF properties
in a different way. So it is possible to handle also other likes
Photo.
Commented code in the Converter class for the b64 binary handling
Added in Property class the way to set a property without any conversion
WinContact: added photo handling in vacard. Modified the returned
value in toString method
WinItem: added the crc encode function
2007-07-24
- teo: ArrayList modified to improve the performance.
The method size() return a value that is incremented
and decremented everytime there's an add or a remove.
The method add is also improved when there is an add in the last
element (a sort of pushback)
Removed the remove method now there's only the method
removeElementAt(index) in SyncSourceReport in the
SyncSourceReport::addItem method was removed a for cycle that
check if there is a element clone of the one to add.
This for cycle is very negative for the performance and useless.
2007-07-19
- toccy: improved parser/formatter of vCard for windows clients (WinContact)
2007-07-11
- toccy: first add: WinObject classes used by Windows clients to manage
vCard and vCal
- toccy: added 'stringUtils.cpp' and 'timeUtils' utils functions for
Windows system
2007-06-22
- toccy: win32 and winmobile source files has been unified under 'windows' dir.
WinTransportAgent reworked to be used both by Win32 and Winmobile
plugins.
- toccy: devinfo is sent with informations for all sources, not only the
ones currently synchronized.
So it will not be sent again if we add/remove a source from
synchronization.
Funambol SDK C++ 6.0.9
-----------------------
2007-06-13
- gazza: old platforms removed.
- magi: copyright header updated.
- magi: fixed suport for obsolete RFC2822 date syntax
- magi: fixed enpty line at the beginning of the message
- magi: updated ant build
- teo: demo client updated
- teo: compression of the tcp stream made configurable (for the adapter
with compression support)
- pohly: tests updated
Funambol SDK C++ 6.0.8
-----------------------
2007-04-26
- toccy: Fixed vObject parser, to manage empty fields sent by server (now a property with empty value is generated)
Funambol SDK C++ 6.0.7
-----------------------
2007-04-16
- toccy: Win32TransportAgent, added check for windows offline mode (IExplorer).
If is offline, call 'InternetGoOnline' to ask the user to connect (retry 5 times)
Funambol SDK C++ 6.0.6
-----------------------
2007-04-13
- magi: fixed return codes in WMTransportAgent
2007-04-11
- toccy: fixed bug inside SyncMLBuider::prepareAlertStatus(), caused crash if (authStatusCode < 400)
2007-04-06
- toccy: changed 'maxMsgSize' default value to 512k
'responseTimout' from configuration is now passed to transportAgent constructor
2007-03-26
- toccy: fixed some memory leaks
Funambol SDK C++ 6.0.4
-----------------------
2007-03-14
- gazza: potential null pointer access fixed in ArrayList
- gazza: WMTransportAgent reworked
2007-03-13
- toccy: Win32TransportAgent - added support for gzip compression on SyncML
messages
- toccy: use maxMsgSize to send items instead of maxModPerMsg
- gazza: use maxMsgSize to send mappings.
2007-02-23
- toccy: Win32TransportAgent - fixed bug #306633: Content-length not
available cause client to crash
Funambol SDK C++ 6.0.2
------------------------
2007-02-09
alpha release
Funambol SDK C++ 6.0.1
------------------------
2007-01-30
- toccy: Win32TransportAgent - added a timeout of 10min to receive a response from server during sync.
2007-01-22
- magi: fixed emailMessage issues in decoding mail fields with tab char inside
2007-01-08
- magi: modified windows mobile DeviceManagementNode. It uses the RegFlushKey instruction to store
the settings permanently also after a soft release.
Modification in EmailData to resume the Ext tag
2007-01-03
- magi: fixed objectweb bug #306397. Modification in SyncManager.cpp to handle the refresh-from-client
and update-from-client.
Added modification in EmailData parsing to handle properly the subject decoding.
Commented the Ext feature for V6
2006-11-28
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?