Jack251970
|
8b910500c6
|
Add IApp & AppExtensions for accessing the properties & functions from anywhere in the application
|
2025-01-09 21:43:33 +08:00 |
|
Jack251970
|
20ffff6d1b
|
Use api to call api functions
|
2025-01-09 21:30:11 +08:00 |
|
Jack251970
|
381e64e697
|
Move ProgressBoxEx to main project for better development experience
|
2025-01-09 21:13:24 +08:00 |
|
Jack251970
|
ad0270079d
|
Use System.Text.Json to replace Newtonsoft.Json for better performance
|
2025-01-09 20:57:43 +08:00 |
|
Jack251970
|
5016334359
|
Avoid cancelling all pending requests on shared HttpClient instance
|
2025-01-09 17:37:53 +08:00 |
|
Jack251970
|
6220b34aab
|
Fix dulplicated close event
|
2025-01-09 17:33:39 +08:00 |
|
Jack251970
|
122887e6a6
|
Await close event from non-ui thread
|
2025-01-09 16:37:52 +08:00 |
|
Jack251970
|
8aebf958aa
|
Check ui thread when calling close function & Update documents
|
2025-01-09 12:13:46 +08:00 |
|
Kevin Zhang
|
7cccbb07ac
|
Merge pull request #3168 from Jack251970/dev1
Fix operator equal application issue
|
2025-01-07 22:06:45 -08:00 |
|
Jack251970
|
aff6b1aff1
|
Perserve prgBox value when force close
|
2025-01-06 21:32:02 +08:00 |
|
Jack251970
|
bc84910e56
|
Use static HttpClient instance for heavy load issue
|
2025-01-06 21:30:28 +08:00 |
|
Jack251970
|
cc0fb66b22
|
Extract duplicate cleanup code into a method
|
2025-01-06 21:26:05 +08:00 |
|
Jack251970
|
0fabe31fe4
|
Improve code quality
|
2025-01-06 21:16:28 +08:00 |
|
Jack251970
|
675ee9e395
|
Add translation for progress box title
|
2025-01-06 21:16:12 +08:00 |
|
Jack251970
|
46c2c1f668
|
Change system language code to lowercase
|
2025-01-06 19:20:47 +08:00 |
|
Jack251970
|
6febbe719a
|
Use system language as default in settings
|
2025-01-06 16:58:19 +08:00 |
|
Jack251970
|
3ccd8b42ae
|
Move SystemLanguageCode to constant
|
2025-01-06 16:58:08 +08:00 |
|
Jack251970
|
c907c29148
|
Fix plugin install issue
|
2025-01-05 21:16:49 +08:00 |
|
Jack251970
|
07bb16c8f3
|
Improve code quality
|
2025-01-05 21:08:23 +08:00 |
|
Jack251970
|
c06ba595b4
|
Add support for cancelling download
|
2025-01-05 21:08:07 +08:00 |
|
Jack251970
|
56069e657c
|
Improve code quality
|
2025-01-05 15:31:14 +08:00 |
|
Jack251970
|
f69dd0f155
|
Improve documents
|
2025-01-05 00:13:32 +08:00 |
|
Jack251970
|
d0bab86377
|
Improve code quality
|
2025-01-05 00:11:03 +08:00 |
|
Jack251970
|
54f02e04e6
|
Use public api for ProgressBoxEx & Add support for force close event
|
2025-01-05 00:08:56 +08:00 |
|
Jack251970
|
562b233c15
|
Add progress box support for downloading plugin
|
2025-01-04 23:11:13 +08:00 |
|
Jack251970
|
37058f7651
|
Improve code quality.
|
2025-01-04 21:55:44 +08:00 |
|
Jack251970
|
5d623123fc
|
Fix operator equal application issue
|
2025-01-04 14:02:50 +08:00 |
|
Jeremy Wu
|
a34136fdfa
|
Merge pull request #3165 from Jack251970/dev1
Fix Copy Action Issue
|
2025-01-04 09:47:35 +11:00 |
|
Jack251970
|
e0f0bed822
|
Revert "Fix clipboard action under sta thread issue"
|
2025-01-04 00:33:24 +08:00 |
|
Jack251970
|
0ae3cfcdd6
|
Add display translation for system language item
|
2025-01-02 18:50:02 +08:00 |
|
Jack251970
|
921d6a3beb
|
Add support for system language item
|
2025-01-02 18:47:25 +08:00 |
|
dependabot[bot]
|
4b9c23d49b
|
Bump nunit from 3.14.0 to 4.3.2
Bumps [nunit](https://github.com/nunit/nunit) from 3.14.0 to 4.3.2.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/v3.14.0...4.3.2)
---
updated-dependencies:
- dependency-name: nunit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-30 22:46:08 +00:00 |
|
Kevin Zhang
|
fd3576d52c
|
Merge pull request #3122 from Jack251970/dev3
Replace DllImport and flags with CSWin32 & Remove useless DllImport and flags & Fix right Win key click issue
|
2024-12-27 16:06:44 -08:00 |
|
Hongtao Zhang
|
9350e82b77
|
only stackalloc the getwindowtitle buffer when length is small.
|
2024-12-27 12:57:17 -06:00 |
|
pp.stabrawa
|
b2532fc88e
|
Order search result by window title
|
2024-12-27 12:43:43 +01:00 |
|
Jack251970
|
02a45661c4
|
Add consistent error handling for GetArguments
|
2024-12-26 13:04:15 +08:00 |
|
Hongtao Zhang
|
0153f71083
|
use stackalloc if possible and fix some incorrect use of safehandle
|
2024-12-25 11:20:09 -06:00 |
|
Jeremy Wu
|
e7e825e930
|
New Crowdin updates (#3062)
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations resources.resx (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations resources.resx (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations resources.resx (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations resources.resx (Portuguese)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Vietnamese)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations resources.resx (Hebrew)
[ci skip]
* New translations resources.resx (Hebrew)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations resources.resx (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations resources.resx (Hebrew)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Vietnamese)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
---------
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
|
2024-12-25 18:41:40 +02:00 |
|
Kevin Zhang
|
21f22e6a59
|
Merge pull request #3115 from Jack251970/dev2
|
2024-12-25 01:24:40 -08:00 |
|
Kevin Zhang
|
5f6ac6a35e
|
Update Flow.Launcher/ViewModel/ResultsViewModel.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-12-25 14:39:04 +08:00 |
|
Hongtao Zhang
|
51a16cc40f
|
Remove Result comparison and Change signature from IEnumerable to ICollection (due to the potential of multiple enumeration)
|
2024-12-25 14:39:04 +08:00 |
|
Jeremy Wu
|
3d8cf29c8e
|
Merge pull request #3144 from Jack251970/dev4
Add options for setting result on top & keeping result order
|
2024-12-24 15:10:29 +11:00 |
|
Jack251970
|
6f899092b5
|
Move dll import codes to win32 helper
|
2024-12-24 11:59:04 +08:00 |
|
Jack251970
|
269e583ea7
|
Add maximum score to the results for developers.
|
2024-12-24 11:54:15 +08:00 |
|
Jeremy Wu
|
1c01fa4e46
|
update comment
|
2024-12-24 14:32:05 +11:00 |
|
Jack251970
|
4ad967b5f3
|
Add support for removing selected count from score
|
2024-12-23 15:57:59 +08:00 |
|
Jack251970
|
b5e401f759
|
Fix user result set max value issue
|
2024-12-23 15:50:52 +08:00 |
|
Jeremy Wu
|
eef2f3df8e
|
Merge pull request #3133 from Flow-Launcher/dependabot/nuget/CommunityToolkit.Mvvm-8.4.0
Bump CommunityToolkit.Mvvm from 8.3.2 to 8.4.0
|
2024-12-22 19:02:57 +11:00 |
|
Jeremy Wu
|
06a9faf510
|
Merge pull request #3118 from Flow-Launcher/add-preserve-last-action-keyword-option
Add preserve last action keyword options
|
2024-12-22 11:28:28 +11:00 |
|
Jack251970
|
1073821b65
|
Improve recyble bin clear issue noticification
|
2024-12-20 18:55:57 +08:00 |
|