aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Collapse)Author
2022-02-03make closeAfterLaunch goodswirl
2022-01-29Close after Launch settingswirl
2022-01-27Fix icons changing when exiting the settings windowJoshua Goins
2022-01-27Merge pull request #105 from Scrumplex/rss-begoneswirl
Remove news
2022-01-27refactor: remove news feedSefa Eyeoglu
Closes #63
2022-01-26Merge pull request #67 from PolyMC/feature/no_paste_eeswirl
Full replacement of paste.ee
2022-01-26Validate Pastebin URL with regexLenny McLennington
2022-01-23Merge pull request #52 from oynqr/developswirl
Default to system locale language
2022-01-20feat(MSALogin): add open page & copy code buttonSefa Eyeoglu
Closes #55
2022-01-19PasteUpload task changed to use 0x0.st's protocolLenny McLennington
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
2022-01-17Update selected language automaticallyPhilipp David
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Add offline mode disclaimerbexnoss
2022-01-12Remove unnecessary license headerbexnoss
2022-01-12Add offline mode supportbexnoss
2022-01-12Add offline mode UIbexnoss
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2022-01-09remove patreon stuffswirl
Closes: #22 Update to 1.0.5 Remove "Forking/Redistribution" tab in About (why is it even there?) Metainfo now corresponds to version add discord Completely removed Patreon.
2021-12-31Merge remote-tracking branch 'upstream/develop' into upstream_updatedada513
2021-12-31NOISSUE fix build and change how NetJob is usedPetr Mrázek
Feed it network upfront...
2021-12-29GH-4299 Fix screenshot uploadJanrupf
2021-12-29Completely remove Google Analytics libraryswirl
2021-12-23Use correct title on Java check during setupCreeperzEdge
2021-12-20Merge remote-tracking branch 'upstream/develop' into developLenny McLennington
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
2021-12-19Merge pull request #4295 from kb-1000/instanceview-unused-codePetr Mrázek
NOISSUE Remove some unused code from InstanceView
2021-12-18NOISSUE Add license headers to source files created by meJamie Mansfield
2021-12-12NOISSE add a shortcut to the loaders mods to main windowPetr Mrázek
2021-12-06NOISSUE remove the hardcoded blocking of Forge installsPetr Mrázek
Doesn't make it work, but makes it theoretically possible.
2021-12-05NOISSUE party hat for a party catPetr Mrázek
On the 30th of November, it's been 10 years since the first (documented) release of MultiMC. Party hats for everyone :)
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.
2021-12-01NOISSUE Remove some unused code from InstanceViewkb1000
2021-11-28GH-4071 handle network errors when logging in with MSA as 'soft'Petr Mrázek
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed.
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek