aboutsummaryrefslogtreecommitdiff
path: root/launcher/updater
AgeCommit message (Collapse)Author
2022-07-10Remove use of obsolete methodKenneth Chew
Fixes Qt 6 build Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com>
2022-07-10Merge branch 'develop' into feature/sparkle-macSefa Eyeoglu
# Conflicts: # .github/workflows/build.yml
2022-07-06fix: remove tests for updaterSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-05-19Refactor code, create abstract class `ExternalUpdater`Kenneth Chew
(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-19Add functionality to (Sparkle) updater settings on macOSKenneth Chew
Also remove a debug line I accidentally left in
2022-05-19Implement automatic and manual updates on macOSKenneth Chew
2022-05-19Create `SparkleUpdater` class for access from Qt/C++Kenneth Chew
To actually get automatic updates going, all that needs to happen is that `SparkleUpdater` needs to be initialized. The rest of the functions can be connected to elements in the UI.
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-12-31NOISSUE fix build and change how NetJob is usedPetr Mrázek
Feed it network upfront...
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-10-21NOISSUE Update links to repo, fix up library READMEPetr Mrázek
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-09-04GH-4014 change updater to recognize new Qt 5.15.2 buildsPetr Mrázek
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek