aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global/AccountListPage.cpp
AgeCommit message (Collapse)Author
2022-07-03fix: initialize accountIsOnline to fix buildSefa Eyeoglu
CMAKE_BUILD_TYPE=Release makes the build fail otherwise. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-30Disable the refresh button for offline accountsGingeh
2022-06-29Disable skin buttons for offline accountsGingeh
2022-06-29Make the profile and account name columns use all available spaceGingeh
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-20chore: add license headerSefa Eyeoglu
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-02-12fix: MSA = Microsoft AuthenticationSefa Eyeoglu
2022-02-12fix(ui): explain why 'Add Microsoft' might be disabledSefa Eyeoglu
2022-02-12feat: implement MSA client id overrideSefa Eyeoglu
Closes #11
2022-01-30Lock offline mode support behind insertion of at least one Minecraft accountbexnoss
Co-Authored-By: Naomi Calabretta <tony0000.ac@gmail.com>
2022-01-30Add offline mode supportbexnoss
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Add offline mode disclaimerbexnoss
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.
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-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-11-22NOISSUE continue reshuffling the codebasePetr Mrázek