Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-10 | Remove use of obsolete method | Kenneth Chew | |
Fixes Qt 6 build Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com> | |||
2022-07-10 | Merge branch 'develop' into feature/sparkle-mac | Sefa Eyeoglu | |
# Conflicts: # .github/workflows/build.yml | |||
2022-07-06 | fix: remove tests for updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-05-19 | Refactor 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-19 | Add functionality to (Sparkle) updater settings on macOS | Kenneth Chew | |
Also remove a debug line I accidentally left in | |||
2022-05-19 | Implement automatic and manual updates on macOS | Kenneth Chew | |
2022-05-19 | Create `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-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-10-21 | NOISSUE Update links to repo, fix up library README | Petr Mrázek | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-09-04 | GH-4014 change updater to recognize new Qt 5.15.2 builds | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |