aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
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-24Fix error messageStypox
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp".
2022-01-24NOISSUE log server response when failing to fetch profilePetr Mrázek
2022-01-24NOISSUE correctly set http status code in auth replyPetr Mrázek
2022-01-24NOISSUE in java checker, ignore invalid lines altogetherPetr Mrázek
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now.
2022-01-24NOISSUE add some logging to profile fetching failuresPetr Mrázek
2022-01-23Merge pull request #52 from oynqr/developswirl
Default to system locale language
2022-01-23support paste.polymc.orgswirl
2022-01-20feat(MSALogin): add open page & copy code buttonSefa Eyeoglu
Closes #55
2022-01-19PasteUpload: Trim whitespace from response bodyLenny McLennington
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-17Set default lang only if index receivedPhilipp David
2022-01-17Sort system locale to front of listPhilipp David
2022-01-17Update selected language automaticallyPhilipp David
2022-01-17Use isEmpty instead of 0 length checkPhilipp David
2022-01-17Default to system locale languagePhilipp 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-17Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh"Lenny McLennington
This reverts commit 0bc8baf1172d6967cdb2993826e3469ecd9aab66, reversing changes made to 81fe41a038ee12ff2ee0200525b39e4ad650bec2.
2022-01-16Fix MSA account refreshbexnoss
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-15GH-4125 fix it betterPetr Mrázek
2022-01-15GH-4125 workaround for java printing garbage to stdout on bedrock linuxPetr Mrázek
2022-01-14Change method of shell script fix per suggestionThomas Sirack
The Launcher.in file is now modified rather than CMakeLists.txt
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Merge pull request #50 from bexnoss/offline-modeswirl
Offline Mode Support
2022-01-14Set maximum memory allocated to 4GB by defaultswirl
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Add offline mode disclaimerbexnoss
2022-01-12Remove unnecessary semicolonbexnoss
2022-01-12Remove unnecessary license headerbexnoss
2022-01-12Add offline mode supportbexnoss
2022-01-12Add offline mode UIbexnoss
2022-01-11Introduce POLYMC_JAVA_PATHS envMustafa Çalışkan
2022-01-11Sort java versions from current to oldestMustafa Çalışkan
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2022-01-09add logo to different stylesswirl
Also fixed genicons to automate this.
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.
2022-01-09Update branding: New Logo (#30)Ezekiel Smith
New logo Co-authored-by: swirl <swurl@swurl.xyz>
2022-01-06New pixel Ouroboros logo by @karolinaabbswirl
2022-01-03fix icon and versionswirl
Closes: #16 Fixed the icon so Qt renders it properly, and actually renders it properly in the About page. Also, scaled it up a bit Changed launcher.svg icon to temporary Ouroboros logo fixed genicons again Fix version to 1.0.3 (making tag rn) Install the PolyMC icon properly.
2021-12-31Rebranding logoswirl
add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns
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-31NOISSUE fix some OS ifdefsPetr Mrázek
2021-12-30NOISSUE proper fix for missing profile + demo modePetr Mrázek
2021-12-30Merge pull request #4345 from graemeg/freebsd-supportPetr Mrázek
Adds FreeBSD support to MultiMC