| Change Set |
Date |
Downloads |
Comment |
32483
by
lifanxi
|
Mar 24 at
5:28 PM
|
141 |
[Issue 1675][BUG] "Native Method Call Failed". Appointments that cannot be saved correctly in POutlook will cause the problem, this problem may happen when an appointment don't have EndTime set properly. Use a workaround the solve the problem: Always rewrite StartTime and EndTime before Update() the appointment. [Issue 9288][BUG] "NullReferenceException". Root cause is the bad error handling of events uploading to GCal. Try to skip the error events cause a null reference in array. Temporary workaround by also skip these null items in the array. [BUG] Wrong recurrence rule for recurring whole day events. [BUG] Bad handlings of recurrence rule get from GCal which may cause the recurring rule on the appointment get lost.
|
31629
by
lifanxi
|
Feb 19 at
2:22 AM
|
50 |
[Issue 12630] Cannot upload local new appointment to GCal if not using email address as Google Account |
31430
by
lifanxi
|
Feb 14 at
3:53 PM
|
24 |
Create 1.3.7 release tag |
31429
by
lifanxi
|
Feb 14 at
3:51 PM
|
11 |
Create the tags folder, used to create tags |
31093
by
lifanxi
|
Feb 6 at
6:33 AM
|
36 |
[Enhancement] Tide up the files, all UI should work correctly on both Smartphone and PocketPC. Remove unnecessary code.
|
31092
by
lifanxi
|
Feb 6 at
6:27 AM
|
15 |
[Feature] Hidden feature for exclude some of the calendars by name. By adding key <SyncExclusionList> to the GMobileSync.xml file, list the calendar names separated by ";", these calendars will be skipped when synchronization. Currently, we made this feature to be hidden feature, because the multi calendar support has not been fully implemented and we have not decided how the multi calendar support should look like.
|
31089
by
lifanxi
|
Feb 6 at
5:31 AM
|
17 |
[BUG] Need to sort recipients before constructing the checksum string for calculating the MD5SUM of the appointment. Otherwise the unstable recipients sequence may cause false alarm of local changes. [BUG] We cannot use "default" URI when create new events on GCal, otherwise the URI returned for the events inserted into GCal will be different with the URI get when we sync with GCal next, which causes the newly added items get duplicated in POutlook after a second sync. [BUG] Adding entry author name to the appointment subject is a bad idea for distinguish the appointments get from different GCal. Because if there's local changes to the appointments, we will be unable to determine the original title of the event on GCal which will cause an incorrect GCal title. [Enhancement] If there are no local changes to be added to GCal, no need to GMobileSync.InsertEvents. Unnecessary GMobileSync.InsertEvents will slow down the sync process, because it needs to login the online GCal.
|
31088
by
lifanxi
|
Feb 6 at
2:30 AM
|
20 |
[Enhancement] The current method of finding local changes is too slow, because it need to check almost every appointments in POutlook with online GCal. Actually, the items that has just been updated from GCal to local can be skipped from this check, because these items must exist in GCal. Current fix may be ugly, but it works. Currently I don't want to change too much in the hope of releasing a usable version. After that we will consider to make big changes to refine the whole sync process |
31052
by
lifanxi
|
Feb 5 at
8:50 AM
|
15 |
[Issue 12524][BUG] Recurring appointments started in the past always get re-synchronized from local to GCal. [BUG] UI didn't update correctly when finding local changes |
31051
by
lifanxi
|
Feb 5 at
8:44 AM
|
22 |
[Feature] Settings to bypass network connection test. Rearrange the layout of the Settings form, so it will be better for small screens such as Smartphones |
31046
by
lifanxi
|
Feb 5 at
6:26 AM
|
15 |
[BUG] Proxy setting values were not shown in the setting box. Values read back from configuration file didn't populate to the UI. |
31022
by
lifanxi
|
Feb 4 at
12:57 PM
|
15 |
[Issue 12247][BUG] Error caused by updating nonexistent event in Google Calendar. |
31021
by
lifanxi
|
Feb 4 at
12:29 PM
|
12 |
SVN check in test. Update Google Data API to 1.3.1.0. Correct Platform ID. Update version number to 1.3.7.x. Prepare for next release. |
19580
by
kdemuth76
|
Jul 13 2008 at
4:04 AM
|
427 |
Updated copyright information. |
19579
by
kdemuth76
|
Jul 13 2008 at
4:03 AM
|
10 |
Subscribe to GMobileSync.DownloadProgressEvent in order to update UI as sync information is downloaded. |
19577
by
kdemuth76
|
Jul 13 2008 at
4:01 AM
|
1 |
Removed private utcOffset field. Added DownloadProgressEvent that is fired as calendar information is downloaded. |
19576
by
kdemuth76
|
Jul 13 2008 at
3:59 AM
|
0 |
Removed all references to the UTCOffset combo and field; no longer needed as a UTC offset does not need to be calculated. Aligned fields on Settings screen to be more uniform. |
19545
by
kdemuth76
|
Jul 12 2008 at
11:08 PM
|
5 |
This is an attempt to fix the UTC/DST time issues when syncing calendar events. Basically uses the timestamp from the GCal event, without conversion. This may be oversimplified, but seems to work for the few events tested. |
19408
by
kdemuth76
|
Jul 12 2008 at
4:18 AM
|
99 |
Added support for syncing all shared calendars visible on a Google Calendar. |
19407
by
kdemuth76
|
Jul 12 2008 at
4:16 AM
|
2 |
Fixed display of UTC Offset variable when Settings screen loads. |
19406
by
kdemuth76
|
Jul 12 2008 at
4:14 AM
|
0 |
Cleaned up unused variables. |
19399
by
kdemuth76
|
Jul 12 2008 at
2:54 AM
|
1 |
Removed file/folder - This file should not be under source control. |
19397
by
kdemuth76
|
Jul 12 2008 at
2:48 AM
|
3 |
A recurring event contains a list of the dates for which the event repeats. The old code was grabbing the first date in the list and assuming that date is the first, when the list may actually be out of order. Wrote a quick function to get the earliest date from the collection of recurring dates. |
14612
by
sampathd
|
Dec 23 2007 at
12:56 PM
|
570 |
Code for version 1.3.6 |
14467
by
sampathd
|
Dec 11 2007 at
6:12 PM
|
69 |
Bug fixes for saving of the settings file for 1.3.5 |