pollymc/launcher/updater
Kenneth Chew 05cd30ac06
Refactor code, create abstract class ExternalUpdater
(Hopefully) this makes implementing updaters using external libraries easier on other platforms. To implement an updater on a new platform, create a new class that implements the pure virtual methods from `ExternalUpdater` and add code in the `UpdateChecker` initializer to initialize the new class.
2022-05-19 15:16:37 -04:00
..
testdata More rebranding 2022-01-10 12:47:35 -05:00
DownloadTask_test.cpp NOISSUE fix build and change how NetJob is used 2021-12-31 05:27:59 +01:00
DownloadTask.cpp NOISSUE fix build and change how NetJob is used 2021-12-31 05:27:59 +01:00
DownloadTask.h More rebranding 2022-01-10 12:47:35 -05:00
ExternalUpdater.h Refactor code, create abstract class ExternalUpdater 2022-05-19 15:16:37 -04:00
GoUpdate.cpp More rebranding 2022-01-10 12:47:35 -05:00
GoUpdate.h NOISSUE continue refactoring things to make tests pass 2021-11-21 23:21:12 +01:00
MacSparkleUpdater.h Refactor code, create abstract class ExternalUpdater 2022-05-19 15:16:37 -04:00
MacSparkleUpdater.mm Refactor code, create abstract class ExternalUpdater 2022-05-19 15:16:37 -04:00
UpdateChecker_test.cpp NOISSUE continue refactoring things to make tests pass 2021-11-21 23:21:12 +01:00
UpdateChecker.cpp Refactor code, create abstract class ExternalUpdater 2022-05-19 15:16:37 -04:00
UpdateChecker.h Refactor code, create abstract class ExternalUpdater 2022-05-19 15:16:37 -04:00