Commit graph

9323 commits

Author SHA1 Message Date
Jack251970
d3d0ccf9ea Merge branch '250320BookmarkFavicon' of https://github.com/onesounds/Flow.Launcher into 250320BookmarkFavicon 2025-04-09 13:09:43 +08:00
Jack251970
71b9e4a811 Fix log info class name issue 2025-04-09 13:09:37 +08:00
Jack Ye
f5de5d70db
Fix log message issue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-09 13:08:28 +08:00
Jack251970
da8a69038a Improve code quality 2025-04-09 13:05:43 +08:00
Jack251970
c41d021272 Add obsolete warning 2025-04-09 13:01:29 +08:00
Jack251970
17cf74e313 Add obsolete warning 2025-04-09 12:57:28 +08:00
Jack251970
d4c9626cbf Improve code quality & Remove unused project reference 2025-04-09 12:54:20 +08:00
Jack251970
826bc42536 Improve code quality 2025-04-09 12:44:26 +08:00
Jack251970
f71e7461c6 Remove unused project reference 2025-04-09 12:38:52 +08:00
Jack251970
46712f287f Improve api documents 2025-04-09 12:37:42 +08:00
Jack251970
e07beb2261 Add dispose 2025-04-09 12:33:22 +08:00
Jack251970
c035b65517 Fix code documents issue 2025-04-09 12:31:53 +08:00
Jack251970
1aeaaf2fc2 Add keyevent in Plugin project & Improve Shell plugin code quality 2025-04-09 12:30:50 +08:00
Jack251970
4e1d4ab7af Remove unused project reference 2025-04-09 12:18:44 +08:00
Jack251970
9c07989edf Improve code quality 2025-04-09 12:14:07 +08:00
Jack251970
49dc657bec Fix build issue 2025-04-09 12:12:32 +08:00
Jack Ye
53f3e731fa
Merge branch 'dev' into 250320BookmarkFavicon 2025-04-09 11:36:15 +08:00
DB P
d33e751ad1
Merge pull request #3421 from onesounds/250331-NewPluginsPage
Plugin Page Control Swap Feature & Restore "Search Delay" Field in General Page
2025-04-08 22:46:16 +09:00
Jeremy Wu
9bc27a4ecd
New Crowdin updates (#3348) 2025-04-08 21:41:15 +08:00
DB P
c351a3870f
Merge branch 'dev' into 250331-NewPluginsPage 2025-04-08 22:35:47 +09:00
DB p
d09899e15c Adjust Placeholder color 2025-04-08 22:31:33 +09:00
Jack251970
c33fae959f Change default search delay time to value 2025-04-08 21:04:04 +08:00
Jack251970
ade4fbf7f2 Adjust number box width 2025-04-08 21:02:56 +08:00
Jack251970
61fa4602d5 Disable search delay number box when search delay is disabled 2025-04-08 21:02:42 +08:00
Jack Ye
8cc9f2de69
Merge pull request #3420 from Jack251970/theme_change_api
New API Function from Theme & Improve Theme Model
2025-04-08 20:31:27 +08:00
Jack251970
970bb3ac12 Add code comments 2025-04-08 20:30:40 +08:00
Jack251970
d30f292e31 Remove unused string 2025-04-08 20:19:04 +08:00
Jack Ye
a4c8343a48
Merge branch 'dev' into theme_change_api 2025-04-08 20:10:12 +08:00
Jeremy Wu
c159b4885e
Merge pull request #3410 from Jack251970/binary_storage_api
New API Functions Plugin Cache Storage & Use API Functions for Program Plugin & Remove Reflection with Interfaces
2025-04-08 22:06:13 +10:00
Jack251970
482e37316a Remove useless releases 2025-04-08 19:46:40 +08:00
Jack251970
d7ca36e60a Change variable name 2025-04-08 19:44:30 +08:00
Jack251970
653b833570 Fix typos 2025-04-08 19:42:59 +08:00
Jack251970
2ff09cf9b0 Improve code quality 2025-04-08 19:41:02 +08:00
Jack251970
4749ca208a Improve code comments 2025-04-08 19:33:48 +08:00
Jack Ye
aaadf16777
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 19:28:29 +08:00
Jack251970
4c4a6c0e22 Add log handler for indexing 2025-04-08 19:27:53 +08:00
Jack251970
68268026de Improve performance 2025-04-08 19:21:03 +08:00
Jack251970
54e7652084 Fix see cref issue 2025-04-08 17:22:32 +08:00
Jack251970
c11ee2f9e7 Improve code quality & comments & Fix lock issue 2025-04-08 17:20:57 +08:00
Jack251970
734c5bb67d Fix lock release issue 2025-04-08 16:59:27 +08:00
Jack251970
a3c7be9559 Handle results from SetCurrentTheme 2025-04-08 16:49:29 +08:00
Jack251970
dd210ad419 Remove RefreshFrameAsync since ChangeTheme calls this function 2025-04-08 16:41:06 +08:00
Jack251970
87aca2ffef Merge branch 'binary_storage_api' of https://github.com/Jack251970/Flow.Launcher into binary_storage_api 2025-04-08 16:29:10 +08:00
Jack251970
7da2884e84 Add locks for win32s & uwps 2025-04-08 16:29:03 +08:00
Jack Ye
bac14fa7ff
Merge branch 'dev' into theme_change_api 2025-04-08 16:28:17 +08:00
Jack Ye
0619041829
Merge branch 'dev' into binary_storage_api 2025-04-08 16:28:05 +08:00
Jeremy Wu
822b65ed86
Merge pull request #3408 from Jack251970/error_log
New API Function LogError
2025-04-08 18:26:38 +10:00
Jack Ye
a2d9957385
Log warning if cannot find matched theme
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 16:20:11 +08:00
Jack Ye
b3aa89773c
Use == for != operator
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-08 16:14:17 +08:00
Jack Ye
537c03f2d7
Fix null check issue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-08 16:13:58 +08:00