Commit Graph

30 Commits

Author SHA1 Message Date
Simon Rozman
877c2cc357 Switch to SHA-256 (phase 1)
Updater will treat all hashes as SHA-256 when checking for updates in
the new catalog - the future releases.

While we keep hashing and signing the old catalog file using SHA-1 - the
past releases.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 13:21:19 +01:00
Simon Rozman
07d891aa37 Fix parameter descriptions
wxString doesn't convert to const char * correctly.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 12:54:33 +01:00
Simon Rozman
de9535b961 Suppress wxWidgets code analysis warnings
Rather than addressing numerous code analysis warnings Microsoft Visual
Studio 2019 reports for wxWidgets upstream, disable code analysis for
the time being. But only for the wxWidgets part. We still want to know
what the code analysis has to say about our code.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-12 12:20:44 +01:00
Simon Rozman
154cd798e4 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:38:53 +01:00
Simon Rozman
62a7d4e715 Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-10 14:10:17 +01:00
Simon Rozman
5ae6dd56c2 Switch to Visual Studio 2019
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-19 11:50:06 +02:00
Simon Rozman
6fbcede83b Switch to Transifex project for localization 2018-09-19 12:02:34 +02:00
Simon Rozman
c08b40f2dc Stop using "<>" in translations
This confuses Transifex to believe "<input file>" is some kind of
markup.
2018-09-19 10:51:38 +02:00
Simon Rozman
7d04dc2052 Update translation template 2018-09-19 09:06:57 +02:00
Simon Rozman
38238d1183 Extend copyright year 2018-09-07 23:51:15 +02:00
Simon Rozman
dcdbaa6483 Make Updater static library 2018-09-07 22:35:35 +02:00
Simon Rozman
514bcfc8ec Introduce ARM64 support 2018-09-07 14:20:19 +02:00
Simon Rozman
89d610a306 Switch to Visual Studio 2017 2018-09-07 14:04:56 +02:00
Simon Rozman
abc8e3914a Remove MFC dependency 2018-09-07 14:01:58 +02:00
Simon Rozman
c9e24ccca9 Update wxExtend sub-module 2018-09-01 06:47:59 +02:00
Simon Rozman
c25cf09b9a Copyright extended to 2017 2017-04-18 14:03:35 +02:00
Simon Rozman
2ca5b4d9d1 Independent Updater version replaced with product version for correct versioning of DLL and EXE files when updating product 2016-10-11 13:13:44 +02:00
Simon Rozman
4baae59fd5 Translations update 2016-10-05 10:54:25 +02:00
Simon Rozman
429cab9e20 wxExtend library referencing updated 2016-07-18 08:51:10 +02:00
Simon Rozman
bec0e13581 Support for Russian localization introduced 2016-07-14 18:07:13 +02:00
Simon Rozman
529bd00da5 Update check logic moved to standalone DLL to make it reusable 2016-05-24 16:50:36 +02:00
Simon Rozman
54e64515d4 German and Russian translation stub added 2016-05-13 20:04:46 +02:00
Simon Rozman
c425de942c Aesthetic modifications 2016-04-01 14:46:13 +02:00
Simon Rozman
4a391058bd Translations updated 2016-04-01 14:23:49 +02:00
Simon Rozman
02b080c3ef Cleanup 2016-04-01 13:24:20 +02:00
Simon Rozman
5f708a6d42 Stale stdex dependencies removed 2016-04-01 13:24:07 +02:00
Simon Rozman
1752084b24 Output is implemented via wxWidget's logging feature 2016-03-18 12:40:59 +01:00
Simon Rozman
bd1652bd5f CryptoAPI functions replaced with wxExtend classes, logging improved 2016-03-18 12:19:28 +01:00
Simon Rozman
330cb83837 Signature removal issue fixed 2016-03-17 14:16:46 +01:00
Simon Rozman
eeab3a1ec1 Binary repository database dropped and XML variation introduced 2016-03-17 14:04:33 +01:00