Commit graph

50 commits

Author SHA1 Message Date
Jack251970
7350c1d4d5 Use Flow.Launcher.Localization to improve code quality 2025-09-23 17:14:30 +08:00
Jack251970
ba0a113cc9 Add translations & Use ShowMsgError 2025-07-20 12:28:55 +08:00
Hongtao Zhang
1cce95ef6a update semantic version and revert pre-release 2025-07-16 11:52:42 -07:00
Hongtao Zhang
177da1a4d7 Merge remote-tracking branch 'refs/remotes/origin/dev' into prerelease
# Conflicts:
#	Flow.Launcher.Core/Updater.cs
2025-07-15 16:41:37 -07:00
Jack251970
dde933a96b Use api functions instead 2025-04-13 17:26:21 +08:00
Jack251970
230df80b87 Improve CommunityPluginSource http exception handler 2025-04-13 16:44:14 +08:00
Jack251970
1bd7f1471a Improve GetTranslation usage 2025-04-09 21:19:09 +08:00
Jack Ye
9b0d3f2fa4
Merge branch 'dev' into environment_exit 2025-04-04 11:43:01 +08:00
Jack251970
b1721f1507 Code quality 2025-04-03 22:25:04 +08:00
Jack251970
b62c19e28b Move format function position 2025-04-02 19:30:15 +08:00
Jack251970
ad63b0e7f4 Improve code quality for field names 2025-02-23 19:48:38 +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
39d7187713 Use constructor injection for updater 2025-02-23 13:27:39 +08:00
Jack251970
8d8384965e Improve dependency injection in updater & settings view model & settings page 2025-01-13 12:00:45 +08:00
Jack251970
3cb9d1dce4 Remove IApp & AppExtensions and use dependency injection instead 2025-01-12 20:04:44 +08:00
Jack251970
88e84378da Use api in app extensions to call api functions 2025-01-09 21:44:24 +08:00
Jack251970
897fd7aaba Replace Flow.Launcher.Core.MessageBoxType & MessageBoxImage with System.Windows.MessageBoxButton & MessageBoxImage
Remove useless warning file
2024-11-26 21:31:13 +08:00
Jack251970
b30cc4fc38 Replace System.Windows.MessageBox with MessageBoxEx 2024-11-25 10:38:43 +08:00
Jack251970
3ae960d275 Replace System.Windows.Message with MessageBoxEx 2024-11-24 16:11:53 +08:00
Hongtao Zhang
dd29b4ad44 velopack prepare 2024-06-22 19:31:47 -05:00
Hongtao Zhang
f5d3acbe23
Catch General Exception when checking update, and use PeriodicTimer to avoid error to crash the main thread 2023-01-03 23:23:56 -05:00
Jeremy Wu
bb41da6fb8
New Crowdin updates (#1734) 2022-12-30 22:04:56 +09:00
Jeremy
e1e89514d4 remove duplicated updater pre-startup methods 2022-12-01 20:58:31 +11:00
Jeremy
5975b6e5c8 plugin env paths correction after update or mode change 2022-12-01 14:40:24 +11:00
Jeremy Wu
9eb5489863 update setting's environment file paths after app update 2022-11-28 08:44:42 +11:00
Hongtao Zhang
e9bf62ed08
Revert "Merge branch 'handle-icon-urls' of https://github.com/Flow-Launcher/Flow.Launcher into handle-icon-urls"
This reverts commit cae0b7be77, reversing
changes made to ba0aee14ba.
2022-10-30 14:23:04 -05:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Hongtao Zhang
a42df2aacd Suppress Startup Update error Notifcation 2021-12-19 11:37:38 -06:00
Kevin Zhang
2af186736a Rename with async suffix and add lock to prevent concurrent update check 2021-10-09 11:34:41 -05:00
弘韬 张
7739ac73fd change exception handling in Updater and WebSearch suggestion source 2021-02-24 15:55:03 +08:00
弘韬 张
e2fa9683b9 change taskcanceledexception to operationcanceledexception 2021-02-23 09:36:37 +08:00
弘韬 张
2f9d4d129e add taskcanceledexception to updater exception catch 2021-02-21 15:46:04 +08:00
弘韬 张
c5791b838d fix untranslaed string in updator 2021-01-23 12:20:52 +08:00
弘韬 张
a9aeecdabd Merge remote-tracking branch 'upstream/dev' into UpdateJson 2021-01-07 10:58:17 +08:00
弘韬 张
4a2e6db355 Merge branch 'InformUserWhenUpdateFail' of github.com:taooceros/Flow.Launcher into InformUserWhenUpdateFail 2020-12-31 13:07:04 +08:00
弘韬 张
12b19cf122 Merge Dev 2020-12-31 13:06:56 +08:00
弘韬 张
d28b14ff2d Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +08:00
弘韬 张
d4f94c66ac Make InstallOrUpdate to async 2020-12-29 18:33:53 +08:00
弘韬 张
efa4908f37 Change usage of Http in Updater.cs and adding ConfigureAwait(false) for await in checking update 2020-12-29 17:55:09 +08:00
弘韬 张
0c97db04d4 1. Change Get method Name to GetAsync
2. Manually replace "#" with "%23" to solve the similar issue in Explorer plugin
3. Add GetAsync method with Uri as argument
4. Remove unused encoding argument
5. Change exception type for WebSearch Plguin
6. Update Comment
2020-12-29 17:50:56 +08:00
弘韬 张
d015fce20d Merge Upstream 2020-12-29 17:08:17 +08:00
张弘韬
acd631be08 Change wording 2020-12-21 19:09:18 +08:00
弘韬 张
cbfa3f354d Inform user when checking update fail or update fail, and wrap all code in one try catch instead of catch each exception seperately since they are all same kind of exception.
Use using instead of manually dispose.
2020-12-20 17:44:46 +08:00
弘韬 张
a16cc5be8d Move Old HttpWebRequest to HttpClient Instance (solve connection timeout) 2020-10-14 10:48:43 +08:00
Jeremy Wu
a77d0380d3 update method name typo 2020-09-22 08:57:21 +10:00
Jeremy Wu
f63660624e add update messages to indicate progress 2020-07-06 08:00:22 +10:00
Ioannis G
8a5dc55a1b
update text message when launcher update fails
closes #10
2020-06-25 04:07:46 +03:00
Jeremy Wu
9f1377619d Update description strings 2020-04-22 20:26:09 +10:00
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Renamed from Wox.Core/Updater.cs (Browse further)