-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Reduced overhead while fetching launcher's sprites by using local ``FallbackCDNUtil``'s HTTP Client method. - Using direct JSON deserialization from ``FallbackCDNUtil``'s ``DownloadAsJSONType<T>()`` for fetching launcher's API - Improving Color Palette generation by using the latest ``ColorThief`` changes. - Moving unrelated methods from ``BackgroundManagement`` to ``RegionManagement`` - Back to previous method while downloading game packages where merging the chunk is required before verification and extraction - Removed overused ``GC.Collect()`` - Minor UI Changes, including: - Adding an ability to go back to the previous page - Making title icon clickable for "Back to Homepage" button (Issue: #131) - Adding an ability to disable acrylic effect (Issue: #190) - Adding failsafe if the user choose invalid folders to be used as "App Folder" for the launcher on the first set-up. - Fixed the rare state where the foreground image is shown outside of the home page.
- Loading branch information
Showing
44 changed files
with
1,156 additions
and
494 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.