Jack251970
|
c32435f2ed
|
Use api to call download function & Add message box for all download operations
|
2025-01-19 15:44:26 +08:00 |
|
Jack Ye
|
fc2ce73343
|
Merge branch 'dev' into dev3
|
2025-01-19 15:17:36 +08:00 |
|
Jack251970
|
1bf045f3e7
|
Make fileMode usage between progress and non-progress paths consistent
|
2025-01-19 15:15:02 +08:00 |
|
Jeremy Wu
|
0b8db59e39
|
Merge pull request #3112 from Flow-Launcher/remove-result-caching
Remove Result Equal used for WPF caching
|
2025-01-18 21:06:09 +11:00 |
|
Jeremy Wu
|
8e5d77878a
|
remove equality test
|
2025-01-18 20:51:06 +11:00 |
|
Jeremy Wu
|
484578d766
|
Merge pull request #3183 from Flow-Launcher/dependabot/nuget/BitFaster.Caching-2.5.3
Bump BitFaster.Caching from 2.5.2 to 2.5.3
|
2025-01-18 16:40:18 +11:00 |
|
dependabot[bot]
|
43965f4751
|
Bump BitFaster.Caching from 2.5.2 to 2.5.3
Bumps [BitFaster.Caching](https://github.com/bitfaster/BitFaster.Caching) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/bitfaster/BitFaster.Caching/releases)
- [Commits](https://github.com/bitfaster/BitFaster.Caching/compare/v2.5.2...v2.5.3)
---
updated-dependencies:
- dependency-name: BitFaster.Caching
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-13 22:11:23 +00:00 |
|
Jack251970
|
8eb5a4dfca
|
Improve HttpDownloadAsync function & Use it in PluginManager plugin
|
2025-01-11 13:24:41 +08:00 |
|
Jack251970
|
029cb38c61
|
Fix progress box action under ui thread
|
2025-01-11 13:19:45 +08:00 |
|
Jack251970
|
df3cb58c6c
|
Improve code quality
|
2025-01-11 12:38:08 +08:00 |
|
Hongtao Zhang
|
2de63f73a5
|
change equality related testing
|
2025-01-10 13:36:09 -06:00 |
|
Hongtao Zhang
|
e7ff3694a1
|
Merge remote-tracking branch 'origin/remove-result-caching' into remove-result-caching
# Conflicts:
# Flow.Launcher/ViewModel/ResultsViewModel.cs
|
2025-01-10 13:33:19 -06:00 |
|
dependabot[bot]
|
a9d77d8bcf
|
Bump Mages from 2.0.2 to 3.0.0 (#3154)
|
2025-01-10 19:31:36 +00:00 |
|
Jack251970
|
cc921c7d29
|
Improve progress box when exception happens
|
2025-01-10 19:17:54 +08:00 |
|
Jack251970
|
297d191412
|
Use function to delegate the progress task
|
2025-01-10 19:13:19 +08:00 |
|
Kevin Zhang
|
5f4d24a26f
|
Merge pull request #3174 from Jack251970/dev1
Use System.Text.Json to replace Newtonsoft.Json for better performance
|
2025-01-09 22:13:54 -08:00 |
|
Jack251970
|
95b4c4c766
|
Improve code quality
|
2025-01-10 13:34:10 +08:00 |
|
Jeremy Wu
|
f1746b09e0
|
New Crowdin updates (#3149)
New translations
|
2025-01-10 07:26:20 +02:00 |
|
Jack251970
|
ed7265d244
|
Remove override close event
|
2025-01-10 13:06:37 +08:00 |
|
dependabot[bot]
|
cfc0534a54
|
Bump SemanticVersioning from 3.0.0-beta2 to 3.0.0 (#3172)
Bumps [SemanticVersioning](https://github.com/adamreeve/semver.net) from 3.0.0-beta2 to 3.0.0.
- [Release notes](https://github.com/adamreeve/semver.net/releases)
- [Commits](https://github.com/adamreeve/semver.net/compare/3.0.0-beta2...3.0.0)
---
updated-dependencies:
- dependency-name: SemanticVersioning
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-01-09 22:52:09 -06:00 |
|
Jack251970
|
d36aef57e9
|
Change ProgressBoxEx namespace
|
2025-01-09 21:48:13 +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
|
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 |
|
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 |
|
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 |
|