commits

date

comment

78902
by Erwyn
(22 downloads)
Aug 26 2011
7:17 PM

Associated with Release: v1.5.0.0 Robustness.

Changed version number to 1.5.0.0.

78901
by Erwyn
(3 downloads)
Aug 26 2011
7:17 PM

Added extra retry option to clone a picture without adding padding to the metadata. This helps with improving robustness by being able to handle a larger variety of pictures.

78893
by Erwyn
(1 download)
Aug 26 2011
4:51 PM

Updated version number to 1.4.4.0. Fixed crashing issue by handling FileFormatException and skipping over files with troublesome metadata that triggers this exception.

74529
by Erwyn
(10 downloads)
May 27 2011
6:52 PM

Associated with Release: v1.4.3.1 Bugfix.

Compiled with a version of FlickrNet that is more relaxed in accepting new attributes in the output from the Flickr API. It's still compiled in debug mode, but the parsing exceptions have been disabled. Changed version number to 1.4.3.1.

71150
by Erwyn
(12 downloads)
Mar 30 2011
2:31 PM

Added AssemblyInformationalVersion attribute. Compiled FlickrNet.dll to be AnyCPU. Added AnyCPU build configuration.

66762
by Erwyn
(10 downloads)
Jan 11 2011
4:10 PM

Changed the referenced FlickrNet assembly by replacing it with a tweaked version that ignores unknown attributes in PhotoInfo. Changed version number to 1.4.3.0.

65113
by Erwyn
(13 downloads)
Dec 10 2010
7:06 PM

Upgraded to version 3.1.3995.0 of FlickrNet (changeset 81710). Added extra exception handling for robustness to handle a case of corrupted image metadata.

64572
by Erwyn
(2 downloads)
Nov 30 2010
7:18 PM

Fixed PhotoInfo.cs in FlickrNet version 2.1 to work around a change in XML output from Flickr.

64390
by Erwyn
(1 download)
Nov 26 2010
12:34 PM

Fixed high impact issue that prevented syncing by updating the FlickrNet version used. Now uses 3.1 Final Release (79247). Version number of the app is now 1.4.1.0.

62911
by Erwyn
(7 downloads)
Oct 28 2010
1:21 PM

Changed version number to 1.4.0.0. Upgraded to Visual Studio 2010 solution. Changed target framework to ".NET Framework 4 Client Profile". Now uses FlickrNet version 3.1 (compiled from changeset 78452). Fixed geocoordinate sync bug.

58841
by Erwyn
(11 downloads)
Aug 10 2010
8:49 AM

Added some missing code comments. Some refactoring: break up of large methods. No functional changes.

39691
by Erwyn
(33 downloads)
Feb 13 2010
10:21 AM

Improved error handling by showing the name of a local picture file with corrupted metadata in the log for more error cases.

39318
by Erwyn
(2 downloads)
Feb 7 2010
7:47 PM

Improved exception handling when reading metadata for local files. Explicitly added default value for FlickrIdBehavior setting to configuration file.

28406
by Erwyn
(79 downloads)
Aug 8 2009
10:51 PM

Fixed some build platform configuration stuff. Final check-in for version 1.3.0.0.

28405
by Erwyn
(17 downloads)
Aug 8 2009
10:41 PM

Also made updating metadata on Flickr multithreaded resulting in an up to 10 times speed improvement in this sync step. Refactored code to make this multithreading async stuff very generic.

28402
by Erwyn
(1 download)
Aug 8 2009
5:10 PM

Removed FlickrNet caching and added multithreaded fetching of metadata from Flickr to improve performance up to 10 times for this sync step.

28399
by Erwyn
(0 downloads)
Aug 8 2009
12:30 PM

Added configuration option to overwrite pre-existing ImageUniqueId information in EXIF with the Flickr id.

28398
by Erwyn
(0 downloads)
Aug 8 2009
11:43 AM

Increased version number to 1.3.0.0.

27824
by Erwyn
(30 downloads)
Jun 4 2009
8:54 PM

Increased version number to 1.2.1.0. Fixed bug with ImageUniqueId that only occurs on Windows 7. Final check-in for version 1.2.1.0.

26566
by Erwyn
(41 downloads)
Apr 3 2009
8:59 PM

Fixed a bug that crashed the application after a non-JPEG file was downloaded. Now uses version 2.2.0 of the Flickr.Net library. Included copying license files in build process. Outputs the application version number to the trace window.

26519
by Erwyn
(14 downloads)
Apr 2 2009
9:28 PM

Increased version number to 1.2.0.0. Added robustness for users who don't have a Flickr Pro account. In that case downloading pictures is not supported, because the original pictures are not available on Flickr.

25787
by Erwyn
(11 downloads)
Mar 8 2009
8:59 AM

Added a configuration setting to disable author sync. Refactored metadata merge into a separate class. Final check-in for version 1.1.0.0.

25778
by Erwyn
(3 downloads)
Mar 7 2009
6:06 PM

Another refactoring of the image matching. Dropped the original idea of using a flickrId=<id> tag. Now uses the ImageUniqueID metadata tag (EXIF and XMP) with a FlickrID=<id> value to identify a picture.

25775
by Erwyn
(2 downloads)
Mar 7 2009
3:17 PM

Improved multi-threading for metadata update using WIC. It now uses a background STA thread instead of the UI thread.

25758
by Erwyn
(2 downloads)
Mar 6 2009
7:40 PM

Fixed two issues: superfluous synching of empty description fields, issue with "show activity log window" checkbox getting out-of-sync.