Commit Graph

127 Commits (04887bacbd543f24683bc636670ec435b69adb8b)

Author SHA1 Message Date
Brian Lima 04887bacbd Bump version 2 years ago
Brian Lima 3a6f8afa0b Move transient icon directory to %appdata% 2 years ago
Brian Lima c6bb692c07 Improve error response handling 2 years ago
Brian Lima 74cecfaa29 Update installer 2 years ago
Brian Lima 9c7a526d7c Update settings window 2 years ago
Brian Lima c4905da473 Update Settings 2 years ago
Brian Lima a61ee3ba78 Copy game icons to prevent "lost" icons 2 years ago
Brian Lima 0f5de2088a Do not block UI when restarting Steam 2 years ago
Brian Lima c278c6389b Fix SteamGridDB offer 2 years ago
Brian Lima 63ed7de1e7 Update broken dependencies, update to net 4.8
- Upgrade to .net 4.8
- Move System.Management.Automation from Powershell to system's
  - The older System.Management.Automation hass been deprecated for legacy .Net apps, so I have to either port UWPHook to .net core or use another legacy focused powershell package, not in the mood for either right now, this can be located at C:\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
- Add System.Net.HTTP.formatting
- Migrate to PackageReference
2 years ago
dobby 8f455b395c fixed process tracking for "advanced install" games, which are launched via an instance of GameLaunchHelper.exe 2 years ago
Brian Lima a4627a75a1
Update KnownApps.json 2 years ago
Brian Lima b050329ea2 Improve error handler, prepare new settings 3 years ago
Jon fdb0040408 search by name + aumid (for Age of Empires IV) 3 years ago
Jon b3ec7375ef removed duplicate call 3 years ago
Jon 16522024cf added AppEntry.ToString()

							
						
3 years ago
Jon a5ea0db936 automatically restart steam after exporting apps 3 years ago
Jon d8c527e3c8 typo 3 years ago
Jon b8fb532fa9 removed bonus import 3 years ago
Jon Philpot b71495ba08
Merge branch 'BrianLima:master' into master 3 years ago
Brian Lima 24fb6ec64e Fix #72, update version and dependencies 3 years ago
Brian Lima c8143a7d01
Merge pull request #71 from EnumC/feat.apiErrorCatcher.cp 3 years ago
EnumC 5c844a4a7d
Fix missing namespace from previous cherry-pick 3 years ago
EnumC 3bd6dee3d5
Reset tabs to spaces 3 years ago
EnumC d2f80be0e7
Display error when SteamGridDB request fails with 401 3 years ago
EnumC 4eb4316d6b
Prevent duplicate entries 3 years ago
Brian Lima 6749cfa58b Update .net version 3 years ago
Camology 3e997fdfab Merge branch 'master' of https://github.com/Camology/UWPHook 3 years ago
Camology dbd7938e1c Revert "Added support for long file names introduced in W10"
This reverts commit c6f0d06601.
3 years ago
Cameron K. Titus 71780631ed
Updated to support LongPaths, introduced in W10. Closes #62
https://docs.microsoft.com/en-us/archive/blogs/jeremykuhne/net-4-6-2-and-long-paths-on-windows-10
3 years ago
Camology 6fb6ee14ed Revert "Add support for long paths"
This reverts commit 8b7dd1d46e.
3 years ago
Camology c6f0d06601 Added support for long file names introduced in W10 3 years ago
Cameron K. Titus 8b7dd1d46e
Add support for long paths 3 years ago
Jon a4383412ed auto refresh games list on load 3 years ago
Brian Lima 396296cc76 Bump version 3 years ago
Brian Lima e930435948 Fix #56 3 years ago
Brian Lima e600632e02 Update dependencies, bump version 3 years ago
Brian Lima 1ef8c073b7 Pass secondary args to launched app 3 years ago
Brian Lima 7783a815a3 Add tags to settings and export them 3 years ago
Brian Lima 3144d2e63b Fix LauncherAsync crash 3 years ago
Brian Lima c60d163179 Update installer, resources, bump version 3 years ago
Brian Lima d06903405e Inform user of SteamGrid download on first run 3 years ago
Brian Lima 15d5a79619 Add settings to window, safer download, add tags 3 years ago
Brian Lima fd50d457ce Dry #50, parameterize SteamGridDB options 3 years ago
Allex Rodrigues bc5f8a1b77 Moving image downloading to the beginning of ExportGames for the sake or readability 3 years ago
Allex Rodrigues 22577c84ae Refactoring grid images download to avoid downloading the same images multiple times unnecessarily 3 years ago
Allex Rodrigues e3abf499ba Changing CRC32 implementation 3 years ago
Allex Rodrigues b5fb3a1af0 Merge branch 'feature/grid_images' into feature/grid_images_merge
# Conflicts:
#	UWPHook/GamesWindow.xaml.cs
3 years ago
Allex Rodrigues 270dd38581 Improving grid images download performance 4 years ago
Allex Rodrigues 225ea7c319 Making image download async to prevent UI from locking (progress bar would freeze for a couple seconds while saving the images) 4 years ago