Commit graph

8574 commits

Author SHA1 Message Date
Kevin Zhang
d2229f69b6
Update README.md 2025-03-25 22:35:20 -05:00
Hongtao Zhang
e7ec5e3dd4 remove space from the font name 2025-02-28 23:40:23 +08:00
Hongtao Zhang
a3a819cacb update packages.lock.json 2025-02-28 23:08:19 +08:00
Kevin Zhang
9df53637d1
Merge branch 'dev' into net9 2025-02-28 22:55:43 +08:00
Jack Ye
79d54d0020
Merge pull request #3297 from Jack251970/dependency_injection_mainvm
Fix API instance create twice issue & Make PluginManager.API private
2025-02-28 22:55:18 +08:00
Jack Ye
dbf51a31a8
Merge pull request #3279 from Jack251970/wallpaper__retrieval
Improve Wallpaper Retrieval
2025-02-28 18:31:48 +08:00
Jack251970
d8c547f7ef Improve code quality 2025-02-28 18:10:58 +08:00
Jack251970
c06042f96b Fix API instance create twice issue & Make PluginManager.API private 2025-02-28 17:03:53 +08:00
Hongtao Zhang
d57eb6c8d4 add packages.lock.json 2025-02-28 02:27:29 -06:00
Hongtao Zhang
555188058d restore package with lock file 2025-02-28 02:23:45 -06:00
Hongtao Zhang
debd4159f1 update system.drawing.common 2025-02-28 02:15:52 -06:00
Jack251970
9dbc174994 Add cache size management & Add error handling 2025-02-28 15:34:59 +08:00
Jeremy Wu
65f85cfbc0
Merge pull request #3267 from Jack251970/improve_progress_box
Improve Progress Box Design
2025-02-28 18:12:31 +11:00
Kevin Zhang
9329575636
Merge pull request #3283 from Jack251970/dependency_injection_installer
Fix System.PlatformNotSupportedException & Add exception message box in App constructor
2025-02-27 22:56:58 -08:00
Jack251970
406b1961b2 Test updated Jack251970.TaskScheduler package 2025-02-27 13:25:21 +08:00
Jack251970
a153bb6bae Test Jack251970.TaskScheduler package 2025-02-27 12:38:45 +08:00
Jack251970
fb9980e90a Upgrade nuget packages 2025-02-27 10:39:57 +08:00
Hongtao Zhang
684ff1080b add ignored publish profile file 2025-02-26 23:12:29 +08:00
Hongtao Zhang
563cb74997 add ignored publish profile 2025-02-26 22:57:31 +08:00
Hongtao Zhang
bfa1c91d33 fix typo 2025-02-26 22:46:08 +08:00
Hongtao Zhang
865c865942 update to .net 9 2025-02-26 22:37:41 +08:00
Jack251970
ed5e0bb2d9 Improve documents 2025-02-26 20:11:27 +08:00
Jeremy Wu
30aa1fa6f2
Merge pull request #3264 from Jack251970/report_window
Improve Report Window Design
2025-02-26 21:59:04 +11:00
Jack251970
3fa88064bd Remove useless localization 2025-02-26 18:30:33 +08:00
Jack251970
7cc32f3021 Fix build issue 2025-02-26 15:40:18 +08:00
Jack251970
397c6ee639 Add message box to show exception 2025-02-26 15:32:59 +08:00
Jack Ye
2e511b010d
Merge branch 'Flow-Launcher:dev' into dependency_injection_installer 2025-02-26 15:30:01 +08:00
Jack251970
bf8f5d1e60 Downgrade dependency injection version 2025-02-26 15:26:20 +08:00
Jack251970
0fddb84735 Add wallpaper path in cache dictionary 2025-02-25 19:41:41 +08:00
Jack251970
ff45f5f7f5 Cache image brush & Invoke on UI thread 2025-02-25 18:14:42 +08:00
Jack251970
1a6733e86d Improve background wallpaper fetch 2025-02-25 18:06:23 +08:00
Jeremy Wu
c143aa4fdb
Merge pull request #3218 from Jack251970/logon_task
Support Logon Task for Faster Startup Experience
2025-02-25 20:10:22 +11:00
Jack251970
fe48427252 Log error for logon task 2025-02-25 15:08:27 +08:00
Jack Ye
9aadc3a2ec
Merge pull request #3277 from Jack251970/welcome_page_preview_background
Add preview background in welcome page 2
2025-02-25 14:00:35 +08:00
Jack251970
928ca474ab Add preview background in welcome page 2 2025-02-25 13:48:02 +08:00
Kevin Zhang
022cad0d55
Merge pull request #3274 from Jack251970/dependency_injection_installer
Fix dependency injection issue in installer
2025-02-24 07:10:44 -08:00
Jack251970
e9688d1bcb Fix dependency injection issue in installer 2025-02-24 22:26:07 +08:00
Jack251970
96305166e8 Improve function names for code quality 2025-02-24 19:55:48 +08:00
Jack Ye
e299721e96
Merge pull request #3175 from Jack251970/dev4
Introduce Dependency Injection for Better Development Experience
2025-02-24 17:04:57 +08:00
Hongtao Zhang
16798a06ce use constructor injection for PublicAPIInstance.cs 2025-02-24 09:40:33 +08:00
VictoriousRaptor
3573580e6f
Merge pull request #3177 from Flow-Launcher/symlink
resolve link before using File.Replace
2025-02-24 09:21:55 +08:00
Jack251970
91490c0251 Remove usage of _settingsVM._settings and make _settings private 2025-02-23 22:05:49 +08:00
Jack251970
ef68ccb70a Fix unit test issue 2025-02-23 21:59:35 +08:00
Hongtao Zhang
f5f0986036 remove some usage of Ioc.GetRequiredService when injection is possible. 2025-02-23 21:54:08 +08:00
Jack251970
ad63b0e7f4 Improve code quality for field names 2025-02-23 19:48:38 +08:00
Jack251970
8496cfc819 Use Ioc.Default in initialize function 2025-02-23 14:37:29 +08:00
Jack251970
e989b5ac28 Add instance obsolete message 2025-02-23 14:35:37 +08:00
Jack251970
d4f90999c7 Improve constructor injection for updater 2025-02-23 13:55:33 +08:00
Jack251970
a3964f5667 Remove instance for Internationalization & Theme 2025-02-23 13:51:37 +08:00
Jack251970
e022ad6acd Remove instance for StringMatcher 2025-02-23 13:40:10 +08:00