Commit Graph

28 Commits (master)

Author SHA1 Message Date
Valeriy Mironov 4ad3537a26 Added support for non image resources 2019-05-04 11:44:19 +03:00
Valeriy Mironov 7d0938b569 Animated preview generation code now read states from a PreviewStates.json file, preview generated using Mono runtime will have separate .png files instead of 1 .gif, added support for drawing correct weather icon depending on weather condition in state 2018-06-09 12:31:09 +03:00
Valeriy Mironov b09c78a2a2 Improved speed of all operations by tuning logging options 2018-05-27 15:20:11 +03:00
Valeriy Mironov e906ed4ff2 Added support for packing a new format of .res-file (fixes #18) 2018-02-02 01:23:37 +02:00
Valeriy Mironov 3e6f8c44fe Removed using C#7 features 2018-01-10 10:27:36 +02:00
Valeriy Mironov cbc3e37b8c Fixed packing .res files unpacked with latest version (using leading zeroes in image file names) 2017-12-10 12:30:33 +02:00
Valeriy Mironov 6235ac685f Used string representation of text alignment on unpacking, used bool type for flags in parameters 2017-12-09 14:36:15 +02:00
Valeriy Mironov 3d0b01fe0d Improved speed of decoding/encoding images, added generating animated previews, fixed drawing clock hands 2017-12-05 04:04:59 +02:00
Valeriy Mironov 027b9c266d Generating preview on packing/unpacking watchface 2017-12-02 23:15:06 +02:00
Valeriy Mironov fa2cbebad2 Added saving resources version on unpacking .res file, added packing .res file, closes #1 2017-11-29 04:42:21 +02:00
Valeriy Mironov a6f36424e8 Added dithering for images on packing, added deleting incomplete bin if error happened on packing, closes #2 2017-11-28 15:41:48 +02:00
Valeriy Mironov c5a1ed3fef Increased version 2017-11-26 21:58:26 +02:00
Valeriy Mironov 067d0ce3fc Reworked for Net 4.0 compatibility 2017-11-26 21:24:57 +02:00
Valeriy Mironov c0c88c9754 Added validation for not supported JSON keys, updated usage info, some cleanup 2017-11-25 23:57:09 +02:00
Valeriy Mironov e23093230e Implemented basic WF packing, some packed WF still doesn't work correctly 2017-11-25 21:34:46 +02:00
Valeriy Mironov b558e379d9 Implemented images loader which loads and sorts used in WF images 2017-11-25 15:47:55 +02:00
Valeriy Mironov dbad1974fe Improved warning message for not supported colors 2017-11-25 13:15:01 +02:00
Valeriy Mironov 6986268043 Moved resources related work to separate project, improved parsing logging, added support for parsing 'game' watchface, renamed several classes and attributes 2017-11-25 01:03:47 +02:00
123159753 3eef84c9e2 global correction of namespaces 2017-11-23 15:49:48 +03:00
Valeriy Mironov 15f58054d0 Removed ImageSharp dependency, changed framework for parser to Net Framework 4.6.1 2017-11-23 11:17:52 +02:00
Valeriy Mironov 27671aafbe Added parsing data using reflection, started work on generating watchface from config 2017-11-23 04:23:43 +02:00
Valeriy Mironov d20e5340ba Finished unpacking watch face 2017-11-22 03:09:13 +02:00
Valeriy Mironov 0db8acd3a3 Renamed projects 2017-11-22 02:41:32 +02:00
Valeriy Mironov 4dc2d05f1a Added tracing, fixed loading all available watch faces 2017-11-22 01:51:49 +02:00
Valeriy Mironov de156812e8 Added extracting all data, renamed project 2017-11-21 23:16:36 +02:00
Valeriy Mironov b58b7030cf Added parsing all known for now types of parameters 2017-11-21 21:32:49 +02:00
Valeriy Mironov d1bacbb62c Added parsing background, time, activities and date to models 2017-11-21 18:33:44 +02:00
Valeriy Mironov 3ce62f8446 Implemented reading structure of watch face and reading images 2017-11-20 09:11:33 +02:00