📄 changeslog.txt
字号:
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.8 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-07-24
Magi: Added check to improve the Timezone handling if the PatternStartDate is in UTC.
Actually the fix is in the WinEventSIF api file
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.7 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-07-17
Toccy: Fixed bug about recurring events not inserted to WinMobile.
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.6 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-07-11
Magi: Changed UTC support in def info configuration
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.5 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-07-02
Magi: Changed a little the procedure to build the plug-in
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.4 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-06-18
Magi: * Fixed issue in note. When they were store not in the default directory or in
the root directory, they where not stored properly
* Fixed Task recurrence issue: they were not handled properly in some cases
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.3 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-06-06
Magi: * Added branding class to support customization
* Added safe check at the end of the mail sync to avoid sporadic slow sync
* Added check for backword compatibility to handle old timezone
* Modified build procedure to build packages with different url and branding
* Fixed issued related to timezone
* Changed first login process: if user/pass wrong it is not possible to enter the plug-in
* Modified UI code to check the branding parameter
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.2 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-05-08
Magi: * Removed signature in the email account
* Added cutomization for the encryption of the key
* Fixed minor issues
2008-04-24
Magi: * Fixed signature on email: after an update of the plug-in it remains the same
and it is not overwritten.
* Changed the messages to the user when the mail is sent
for new mail it is Sending message 1/x,
for updated/deleted mail is Sending update 1/x
for other sources it is always Sengind updates 1/x
* Fixed string in string table
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 7.0.0 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2008-04-09
Magi: * Added signature on email (setup and updated from previous version)
Updated sync sources with the new AbstractSyncSourceConfig and new removeAllItems()
Added methods to improve the messaging in sending and updating new mails.
Subsequent logs are appended. Only when it reaches 1.5 mb it is reset
2008-03-05
Magi: * Added the auto update feature on the client side. Fixed issue about the char in username.
Fixed minor issues.
2008-02-08
Toccy: * Added sync of the Configuration, using ConfigSyncSource, also from Client to Server.
Synchronize params: emailAddress, emailVisibleName, emailFilterStatus, pushStatus, IPAddress.
Local changes are detected using a dirty flag in CLientSettings.
Server changes are set to ConfigParams, saved at the end of the config sync.
* Added reg keys: lastEmailVisibleName, lastEmailAddress, emailFilter.
2008-01-25
Toccy: * Added ClientPush project, as a standalone executable.
ClientPush is handled by notlstnr DLL: it's started when the dll is registered
and stopped when dll is deregistered. To save battery life.
* Addresschange sync is moved out of the notlstnr DLL.
* Removed all slow actions inside notlstnr DLL:
we MUST return control quickly, so using threads for slow actions (sleeps, waits).
* Removed 'reset-timer' procedure in notlstnr DLL (wasted battery life)
* 'clientPushInterval' registry key is set = 5 (minutes).
The scheduled CP sync is started every time a modification is done.
* added 'clientPushPID' registry key.
2008-01-22
Teo: fixed some issues on UI and upgrade from cared to comed or viceversa
2008-01-08
Teo: added CtCap support also for vcard, vcalendar, vtodo and vnote
2008-01-04
Teo: added CtCap.
In windsyncsourceconfig we have a new method to populate the arraylist
of ctcaps in the SyncSourceConfig.
In populateCtCap we take an arraylist of properties from the
corresponding builder class.
In appointmentBuilder, ContactBuilder and TaskBuilder we added a method
that returns the correspondent arraylist of properties
2008-01-02
Toccy: Added support for timezones, for vCalendar 1.0.
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).
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.6.0 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-12-06
Toccy: * Added support for vNote 1.1 (parser and formatter in API)
* Modified Settings Advanced dialog, now vTodo and vNote types are supported
* Added 'version' and 'supportedTypes' registry key on installation
Magi : * Added registry key to make configurable the client push behaviour
2007-12-04
Toccy: * Use 'fillSyncItem()' also for fast sync, so setModifiedItemsPOOM()
don't fill the syncItems anymore (container c has a list of empty syncItems)
* Optimization for appointments and tasks, from Server to Client.
In case of new item, no need to clear rec pattern at the beginning.
So we avoid to save the item 2 times (save after setting all props).
2007-12-03
Toccy: Notes are managed using WinNotesSIF class from API.
2007-11-30
Toccy: Tasks are managed using WinTask / WinTaskSIF classes from API.
Data is get/set with new interface IPOutlook2 to access more properties.
Cleaned up some code no more used about data conversion.
2007-11-29
Teo: added sendmessage in the onsize function to reset the scrollbar
in order to prevent issues on smartphones that can handle a
change layout
2007-11-28
Teo: changed copyright to AGPL license
2007-11-23
Toccy: Appointments are managed using WinEvent / WinEventSIF classes from API.
Data is get/set with new interface IPOutlook2 to access more properties.
<-- branched "b_v65" -->
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.9 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-11-21
Teo: - On the main screen of the plugin the last sync date is refreshed
every time the user enter or leave the main screen
- Fixed issue in sync settings page: the Pim-Option button is
disabled if no sources are enabled from the main page
2007-11-19
Magi: removed COPYING and added LICENSE.txt. Changed the installer too
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.8 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-11-16
Magi: fixed issue in email attachment handling
Teo: Sync Method UI modified. Now the scheduling interval it's shown only if
scheduling sync is choosen in the synch method form
Teo: New About UI. Now the full lenght copyright in light grey it printend
under the funambol logo and the application name and version
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.7 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-11-09
Toccy: Corrected messages for Cleanup
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.6 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-11-07
Toccy: Handle status codes 402 (unauthorized) and 403 (forbidden) on sync and on CTP
CTP code 0x41 -> status 401 = not authenticated
CTP code 0x42 -> status 402 = unauthorized (payment required)
CTP code 0x43 -> status 403 = forbidden
A different messagebox is displayed for each of these errors.
2007-11-05
Toccy: "ReminderTime" property of tasks is now sent in local time "YYYYMMDDThhmmss" instead of UTC.
Fixed PreTranslateMessage to close the plugin from some task-manager
applications like "X-Button" (included in HTC Touch).
Magi: Changed client push feature for PIM items (contact, calendar, task). Now when an item changes
in the next 5 minutes it will be synced.
Fixed issue about the sync of the mail priority
2007-11-02
Toccy: Fixed PatternEndDate value for recurring events (Client to Server).
Now PatternEndDate is the exact date+time when the last occurrence starts.
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.5 release (pocket pc and smartphone)
------------------------------------------------------------------------------
2007-10-23
Magi: added send log feature
fixed type issue in contact photo
minor issues on string resources
fixed issue on AAlarm handling
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.4 release (pocket pc and smartphone)
------------------------------------------------------------------------------
Mgi, Toccy, Teo:
minor bug fixing on code and UI. Added "push client".
------------------------------------------------------------------------------
Funambol Windows Mobile Plug-in 6.5.3 release (pocket pc and smartphone)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -