======================================================= Funambol Outlook Sync Client v.8.5.4 ======================================================= - Added UAC plugin for NSIS installer (support for UAC on Win Vista / Win 7) - Added autoupdate feature. Added UpdateManager class (implemented the UpdaterUI interface). it implements also the autoupdate mandatory feature - Added pictures sync: it is auto-enabled when syncing against a Funambol Server that supports pictures sync. * Sync mode is fixed one-way-from-server, the pictures destination folder can be selected from settings * Improved settings and recover dialog, automatically fixed if the pictures are visible * Added a check at the end of each sync, to enable/disable source pictures. * Source picture is dinamically enabled/disabled reading the config key sourceOrder * Recover option for Pictures is only refresh-from-server * Deleted items from the Server are ignored (in PictureSyncSource) - Added German translation in VS resources (also Client's menu and accelerator) - Changed default HTTP response timeout = 15min (was 10 min) - Changed default maxMsgSize = 125KB (was 250KB) - Fixed "Status" <-> vCal STATUS property mappings, for tasks (in APIs, under vocl/winObjects) - Improvements for customization and branding purposes * added defines in customization.h to customize the about screen * removed custom params from resource.rc and OutlookPlugin.cpp * moved defines from addin.h, OutlookConfig.h and winmaincpp.h to customization.h * fixed addin removal: to clear also Funambol menu that could be left * fixed installer: moved custom definitions to an external file "customization.ini" * replaced "funambol.url" with "website.url", fixed url label in installer * added the possibility to hide the AGPL license and readme.txt from the istallation process * Added SHOW_ADVANCED_SETTINGS (default = 1) * Added MAX_SYNCML_MSG_SIZE and RESPONSE_TIMEOUT * User Guide is now hidden by default (can be enabled/disabled) * Added ability to show/hide the readme/userguide/website from the startmenu * Added defines for website & userguide links, and for website link label * Added ENABLE_ENCRYPTION_SETTINGS - Added processwork.dll in SVN repository, copied automatically to NSIS plugins dir during build - Fixed upgrade process for branded/unbranded versions of the Client - Fixed addin commandBar name: it's stored in the registry (like the menubar label) for a correct cleanup during uninstall - Added 'sourcesVisible' ArrayList in config, as the list of sources visible in Client's UI - Fixed installer check for a different version of Outlook already installed (check on CUSTOMER param) - Fixed some UI titles on error/warning messages, to load string from resources - Fixed registration of Redemption.dll in build.xml cleaned up build.xml: removed obsolete targets, removed SP define and passkey (unused) fixed build.xml to load the 'Program Files' dir - Added "funambol_swv" property in config (HKLM key in registry set by the installer) It's used to distinguish between the swv and the funambol swv (can be different in customers builds) - Fixed UI main / settings / recover dialogs, to show dynamically sources from itemTypesUsed[] array - Fixed check to support Outlook 2010 Bugs fixed: -------------- - #4198 "cannot schedule" issue in WinVista, due to UAC ON) - #5502 Error synchronizing when UAC is ON and Outlook 2007 is open) - #8894 Changes to task's recurrency is not applied on Outlook - #8734 Sources not enabled in settings are greyed out in Recover screen - #8469 Source is not enabled if clicking on 'Details' before pressing 'Ok' - #8419 trapped ClientException that can be thrown when filling an item - #8395 outlookplugin.exe exception after client upgrade - #8401 Cancelling sync when saving server capabilities causes severe error - #8404 UI not correctly loaded at first run - #8406 Outlook plugin crash if server location is not correct - #8280 fixed upgrade procedure from Funambol versions < v.8.2 - #8279 catch shortcut for View-user-guide: return if the UG is disabled. - #8033 uninstall needs to copy CRT DLLs into Windir, in order to correctly load the Funambol addin after when Outlook is opened after the uninstall, to cleanup bar/menu. - #5964 Client terminates showing "Failed to create empty document" - #9067 URL for manual of outlook sync client still points to v8.0