VictoriousRaptor
b637e0a028
Use Flow.Launcher.Localization 0.0.4 & update expect list
2025-07-27 00:17:09 +08:00
Jack251970
14282b6734
Fix typos
2025-07-24 19:16:58 +08:00
Jack Ye
54a2817962
Merge branch 'dev' into code_quality
2025-07-24 11:55:46 +01:00
dcog989
f8a6b02c80
fix for GitHub build server failure
...
Removes external dependency for NumberGroupSeparator so it builds anywhere.
2025-07-24 02:33:59 +01:00
dcog989
9bcb1b2939
Merge branch 'Calculator-accepts-flexible-separator' of https://github.com/dcog989/Flow.Launcher into Calculator-accepts-flexible-separator
2025-07-23 17:57:12 +01:00
dcog989
76f834ff1b
PR review changes
2025-07-23 17:56:58 +01:00
dcog989
4d22e6c352
Delete Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml.cs
2025-07-23 17:26:18 +01:00
VictoriousRaptor
0b6309f175
Fix typo
2025-07-23 19:39:17 +08:00
Jack251970
3cfe122c7b
Use new MonitorInfo class class
2025-07-23 13:51:35 +08:00
dcog989
161c5462ba
Merge branch 'Calculator-accepts-flexible-separator' of https://github.com/dcog989/Flow.Launcher into Calculator-accepts-flexible-separator
2025-07-23 04:27:33 +01:00
dcog989
852b2f517b
fix for regression from first review, plus issues with e.g. '0,123' and ',123'
2025-07-23 04:27:19 +01:00
Jack Ye
8142ef1dee
Merge branch 'dev' into nuget_dependency
2025-07-23 10:47:19 +08:00
Jack Ye
5ff8a5b1d5
Use compiled regex
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-23 09:59:09 +08:00
Jack251970
5161bbe660
Remove unused comments & blank line
2025-07-23 09:33:14 +08:00
Jack251970
69c4d19f8b
Improve code quality
2025-07-23 09:09:12 +08:00
dcog989
c83a29fb18
PR review changes
2025-07-23 01:18:26 +01:00
dcog989
113baac567
Smart thousands and decimals
...
## Core Logic
* **Advanced Number Parsing:** We now process numbers with various decimal and thousand-separator formats (e.g., `1,234.56` and `1.234,56`). We distinguish between separator types based on their position and surrounding digits.
* **Context-Aware Output Formatting:** We now mirror the output format based on the user's input. If a query includes thousand separators, the result will also have them. The decimal separator in the result will match the one used in the query.
## Code Cleanup
* **Deleted Unused File:** `NumberTranslator.cs` was unused and therefore removed.
* **Removed Redundant UI Code:** The `CalculatorSettings_Loaded` event handler in `CalculatorSettings.xaml.cs` (and its XAML registration) was removed. The functionality was already handled automatically by data binding.
## Maintainability
* **Added Code Documentation:** An XML summary comment was added to the new `NormalizeNumber` method in `Main.cs` to clarify its purpose.
So, the plugin is now much more flexible, and will accept whatever format the user gives it regardless of Windows region settings.
2025-07-22 23:48:11 +01:00
dcog989
d57eca279f
Merge branch 'Flow-Launcher:dev' into Fix-'100%-CPU'-BrowserBookmark-issue
2025-07-22 20:37:24 +01:00
VictoriousRaptor
282581940a
Use new Localization package
2025-07-23 00:04:52 +08:00
VictoriousRaptor
63009ba332
Use ContextMenu class instead of interface
2025-07-23 00:03:48 +08:00
VictoriousRaptor
6579a4647d
Compile regex on build time
2025-07-22 23:59:33 +08:00
VictoriousRaptor
22ffc80aeb
Update labels on language change and other refactor
...
- Bring back viewmodel construction on init
- Remove redundant init code
2025-07-22 23:48:39 +08:00
VictoriousRaptor
08f17c4f05
Merge branch 'dev' into code_quality
2025-07-22 14:32:29 +08:00
Jack251970
af3aaa8ce7
Update labels for setting view model when culture info changes
2025-07-21 10:29:14 +08:00
Jack251970
b9e0669c46
Intialize translations in InitAsync
2025-07-21 10:27:25 +08:00
VictoriousRaptor
1e4ff43bfc
Use length and count instead of Any()
2025-07-20 23:33:38 +08:00
VictoriousRaptor
ad1d42b5dd
Update labels on initialization to update on language change
2025-07-20 23:23:36 +08:00
VictoriousRaptor
bea1078d20
Remove redundant function call
2025-07-20 23:20:55 +08:00
Jack251970
71c8fce4a0
Improve code quality
2025-07-20 21:01:48 +08:00
Jack251970
8e898de968
Fix build issue
2025-07-20 21:01:22 +08:00
Jack Ye
ed0524d207
Merge branch 'dev' into code_quality
2025-07-20 20:02:51 +08:00
Jack Ye
8b3f5aa536
Merge branch 'dev' into nuget_dependency
2025-07-20 19:55:36 +08:00
Jack Ye
b639960b8c
Merge branch 'dev' into sys_plugin_improvement
2025-07-20 19:53:48 +08:00
Kevin Zhang
4f269d3fa9
Dialog Jump - Quickly navigate the Open/Save As dialog window ( #1018 )
2025-07-20 21:11:09 +10:00
Jack251970
d71d3a5094
Fix build issue
2025-07-20 12:57:56 +08:00
Jack Ye
e931f3ae41
Fix translations
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-20 12:57:04 +08:00
Jack251970
1c76114bb0
Fix translations
2025-07-20 12:53:14 +08:00
Jack Ye
d7e09abde3
Fix translations
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-20 12:52:39 +08:00
Jack251970
ba0a113cc9
Add translations & Use ShowMsgError
2025-07-20 12:28:55 +08:00
Jack251970
85ffd6024b
Add translations
2025-07-20 12:07:15 +08:00
Jack251970
b9418f1272
Add translations
2025-07-20 11:33:12 +08:00
Jack Ye
4652392c71
Update translations
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-20 11:29:15 +08:00
Jack251970
b6ecfdcf63
Remove project reference in Sys plugin to Flow.Launcher.Infrastructure
2025-07-20 09:58:30 +08:00
Jack251970
96e6882ec1
Improve string resource
2025-07-20 09:50:07 +08:00
Jack251970
365dd5ee17
Use translation for constant strings
2025-07-20 09:42:32 +08:00
Jack251970
9f63291fda
Improve setting dialog command
2025-07-20 09:35:29 +08:00
Jack Ye
010b6dde79
Merge branch 'dev' into code_quality
2025-07-19 20:40:49 +08:00
Jack251970
7af3c5febf
Upgrade NuGet dependency
2025-07-19 20:26:33 +08:00
Jack Ye
48822fffa7
Merge branch 'dev' into dependabot/nuget/System.Data.OleDb-9.0.3
2025-07-19 19:34:19 +08:00
VictoriousRaptor
81ae8a4687
Only assign when value is different
2025-07-18 21:33:45 +08:00
VictoriousRaptor
2e99ff96c0
Merge branch 'dev' into code_quality
2025-07-18 21:30:25 +08:00
VictoriousRaptor
b03dae638f
Remove redundent save settings call
2025-07-18 21:17:48 +08:00
VictoriousRaptor
976c30e0d2
Update labels on first get
2025-07-18 21:07:53 +08:00
Jack Ye
9b8c1c42c9
Merge branch 'dev' into net9
2025-07-18 09:50:02 +08:00
VictoriousRaptor
7ca0dba461
Remove unnecessary view model reference
2025-07-18 00:15:46 +08:00
Jack251970
3b3fe5201b
Add delete confirmation when deleting quick access links & index search excluded paths
2025-07-17 12:05:10 +08:00
Jack251970
2018956034
Fix label translation issue
2025-07-16 22:02:56 +08:00
VictoriousRaptor
c3dc8e551e
Merge branch 'dev' into code_quality
2025-07-16 21:58:02 +08:00
VictoriousRaptor
d008b391e0
Fix loc error
2025-07-16 21:31:40 +08:00
VictoriousRaptor
30f7ae0d67
Use Localization for Explorer plugin
2025-07-16 21:28:17 +08:00
Hongtao Zhang
e96a4cf59d
Merge remote-tracking branch 'origin/dev' into net9
...
# Conflicts:
# Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj
# Flow.Launcher/Flow.Launcher.csproj
2025-07-15 15:52:34 -07:00
VictoriousRaptor
e116668ef9
Rename file
2025-07-15 23:57:21 +08:00
VictoriousRaptor
3bf1887362
Intoduce dependency
2025-07-15 23:56:03 +08:00
Jack251970
539a852363
Improve logic
2025-07-15 21:59:40 +08:00
Jack251970
aece803905
Simplify logic
2025-07-15 21:50:41 +08:00
WayneFerdon
a34b8f2630
[Plugin.Sys Enhancement] Support returning all usable commands while query is empty; ChangeQuery by ThemeSelector Action with ActionKeyword at the front as well
2025-07-15 21:22:19 +08:00
Jack Ye
fc6ff5a7a0
Merge branch 'dev' into code_quality
2025-07-14 09:09:09 +08:00
Jack251970
19f37f4c3a
Add code comments
2025-07-14 09:01:59 +08:00
dcog989
78b4c7db85
Fix BrowserBookmark '100% CPU' issue
...
# Fix BrowserBookmark plugin locking threads at 100% CPU
The following files were modified to implement this fix:
1. /Flow.Launcher.Plugin.BrowserBookmark.csproj
- packages SkiaSharp and Svg.Skia added to output WEBP
2. /Helper/FaviconHelper.cs
- new method, TryConvertToWebp, added to take any image data and encode to WEBP
3. /FirefoxBookmarkLoader.cs
- LoadFaviconsFromDb to use the new helper which ensures only safe WEBP files are used by the UI, which resolves the CPU-locking. It was GZIPped SVGs that were causing the thread / CPU lock.
2025-07-14 00:43:39 +01:00
Jeremy Wu
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 ( #3820 )
2025-07-13 17:18:34 +03:00
Jeremy Wu
a6a28ce8b1
Merge pull request #3821 from Flow-Launcher/fix-uwp-package-monitoring
...
Fix the issue that UWP changes that can't be monitored (#2345 )
2025-07-13 23:32:20 +10:00
VictoriousRaptor
2eeb097194
Use lazy init after version check
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-13 20:57:36 +08:00
Jeremy Wu
3159e67c9d
New Crowdin updates ( #3807 )
2025-07-13 15:56:34 +03:00
VictoriousRaptor
bb946b707a
Fix the issue that UWP changes that can't be monitored ( #2345 )
...
相关工作项: #2337
2025-07-13 20:54:12 +08:00
Jack251970
fe3babd4fc
Log error when fail to fetch type
2025-07-08 09:50:12 +08:00
Jack251970
bad7db69dc
Improve code quality
2025-07-08 09:45:54 +08:00
Jack251970
2856da83c1
Fix quick access link type fetching issue
2025-07-08 09:44:17 +08:00
Jeremy
a63c8b036b
updates to method summary and correct spell check errors
2025-07-07 21:35:12 +10:00
Jack Ye
a0dff3fbc1
Merge branch 'dev' into plugin_store_item_vm_null
2025-07-05 17:19:54 +08:00
Jack251970
80b7775412
Return results when query is empty for program
2025-07-04 10:50:50 +08:00
Jeremy Wu
b440aaab37
New Crowdin updates ( #3730 )
2025-07-03 15:01:52 +03:00
Jeremy
ae206c35a5
update Plugin Store & Plugins Manager texts
2025-07-03 21:53:39 +10:00
Jack251970
650a156736
Improve strings
2025-07-01 13:21:48 +08:00
Jack251970
5bfdc583b1
Change the notification message title about plugin already installed/uninstalled from 'Fail to install ' to ' is already installed'. Do the same for uninstalling notification title.
2025-07-01 13:18:26 +08:00
Jack251970
07947c5e1e
Fix an issue that pm install/uninstall same plugin without restart says correct message but another message also pops up to say it's successfully installed. It should only one pop up notification to say that the plugin already installed/uninstalled
2025-07-01 12:34:48 +08:00
Jack251970
71043be078
Fix string format issue
2025-07-01 12:00:43 +08:00
Jack251970
2a4bd508c1
Resolve conflicts
2025-07-01 09:06:58 +08:00
Jack251970
ce6c2cb1b2
Add return value for api functions
2025-07-01 09:05:21 +08:00
Jeremy Wu
4e4b59ebda
Merge branch 'dev' into plugin_store_item_vm_null
2025-07-01 09:28:34 +10:00
Jack251970
0c1fcad06f
Fix grid row issue
2025-06-30 14:39:29 +08:00
Jack251970
0290675e11
Fix explorer plugin preview margin
2025-06-30 12:12:47 +08:00
Jack251970
19cb3eaf6a
Fix typos
2025-06-29 18:20:47 +08:00
Jack251970
8e6a410cfc
Use url host
2025-06-29 17:06:29 +08:00
Jack251970
bdb3616977
Improve string resource
2025-06-29 16:34:18 +08:00
Jack251970
3e9e91d71c
Fix possible exception when extracting zip file
2025-06-29 16:24:21 +08:00
Jack251970
d6310bc4f0
Add quick access result score for folder results
2025-06-28 11:02:44 +08:00
Jack251970
03c1e58922
Support volume type for quick access link
2025-06-28 11:00:56 +08:00
Jeremy Wu
71e975a68c
Update Calculator plugin description ( #3781 )
2025-06-27 15:58:20 +03:00
TBM13
d68964bfa2
Calculator: Support hex numbers
2025-06-26 02:58:24 -03:00
Jack251970
c4cbf941cf
Add directory null check
2025-06-23 13:13:45 +08:00
Jack251970
107da050a5
Fix build issue
2025-06-23 13:02:04 +08:00
Jack251970
68fc103d7f
Use trick to get the cache directory path
2025-06-23 12:45:31 +08:00
Jack251970
1b05643b64
Use Flow.Launcher.Localization to improve code quality
2025-06-23 12:38:27 +08:00
Jack251970
e6a38ad6e2
Adjust indent
2025-06-23 12:37:58 +08:00
Jack251970
fe7985d564
Use Flow.Launcher.Localization to improve code quality
2025-06-23 12:25:16 +08:00
Jack251970
bc8e77ae02
Fix format
2025-06-17 17:00:28 +08:00
Jack251970
548435b4fd
Improve code quality
2025-06-17 16:58:48 +08:00
Jack251970
b18d0a8bdb
Improve code quality
2025-06-17 16:55:23 +08:00
Jack251970
054ee4cdbe
Default to folder
2025-06-17 16:37:17 +08:00
Jack251970
b28bb38f52
Add new link if selected link is null
2025-06-17 16:34:43 +08:00
Jack251970
af92bda06d
Initialize default access link type
2025-06-17 16:33:25 +08:00
Jack251970
1c652320e6
Get access link type
2025-06-17 16:32:18 +08:00
Jack251970
76972d3849
Use form dialog
2025-06-17 16:31:25 +08:00
Jack251970
12b51eb239
Code quality
2025-06-17 16:31:11 +08:00
DB P
42dc582ec1
Change default value to file
2025-06-17 17:07:02 +09:00
DB P
52da1c97d9
Adjust Button Size
2025-06-17 16:50:42 +09:00
DB P
4dd7833603
UI improvements and file/folder selection feature added
...
- Updated "Name" and "Path" keys and added new keys in en.xaml.
- Modified QuickAccessLinkSettings.xaml: increased Window height and improved layout using Grid structure.
- Added new UI elements: implemented radio buttons for file/folder selection.
- Added and initialized QuickAccessLinks property in QuickAccessLinkSettings.xaml.cs.
- Added file selection dialog in SelectPath_OnClick method.
- Added IsFileSelected and IsFolderSelected properties to implement selection functionality.
2025-06-17 16:45:44 +09:00
Jack251970
89214fb58a
Improve code quality
2025-06-16 12:38:31 +08:00
Jack251970
07f440768e
Fix one more whitespace after commands
2025-06-15 21:21:46 +08:00
Jack Ye
58a47aa35d
Merge pull request #3712 from Flow-Launcher/fix_folder_preview
...
Add preview information back for external preview
2025-06-15 12:09:53 +08:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 ( #3706 )
2025-06-14 13:45:30 +03:00
Jeremy Wu
566b7d3f0a
Merge pull request #3616 from Flow-Launcher/force_web_url
...
Add New API to Force Web Url
2025-06-14 20:14:58 +10:00
Jack Ye
1415df2003
Merge pull request #3674 from Flow-Launcher/clear_pool
...
Cache connection and clear pool after all operations to avoid ObjectDisposedException
2025-06-13 21:13:46 +08:00
Jeremy Wu
a77c80f7c1
New Crowdin updates ( #3615 )
2025-06-13 15:37:36 +03:00
Jack Ye
b7d9f4cedb
Merge pull request #3664 from Flow-Launcher/firefox_msix
...
Support Loading Msix FireFox Bookmarks & Fix IsRelative logic
2025-06-13 19:33:48 +08:00
Jack251970
b6cca4547c
Fix typos
2025-06-12 16:27:48 +08:00
Jack251970
b166b18ab7
Add preview information back for external preview
2025-06-12 14:25:10 +08:00
Jack251970
6f516ee120
Change code comments
2025-06-11 21:14:05 +08:00
Jack Ye
a3f98a69b7
Merge branch 'dev' into PreviewMedia
2025-06-09 15:54:52 +08:00
Jack Ye
d04f493e57
Merge pull request #3631 from Flow-Launcher/file_tooltip
...
Support More Information for Files, Folders and Volumes Tooltips & Add Custom Preview Panel Support for Folder Results
2025-06-09 13:00:16 +08:00
DB P
8f10f4a9ee
Add additional media file extensions to ResultManager
2025-06-09 11:06:40 +09:00
Jack251970
d7b8f85f4a
Use FaviconHelper
2025-06-08 12:35:39 +08:00
Jack251970
2ed32b318d
Do not use pooling so that we do not need to clear pool
2025-06-08 12:17:47 +08:00
Jack251970
c323646b1a
Use AddRange
2025-06-08 12:09:07 +08:00
Jack251970
c8e82cbd09
Cache connection and clear pool after all operations to avoid ObjectDisposedException
2025-06-08 00:14:31 +08:00
Jeremy Wu
2a4b4de3ef
Merge pull request #3595 from Flow-Launcher/explorer_plugin_code_quality
...
Remove obsolete TranslationConverter & project reference in Explorer plugin
2025-06-07 18:10:39 +10:00
Jack251970
52fe90bfb4
Revert "Remove Droplex reference"
...
This reverts commit cec6f309d8 .
2025-06-07 15:55:53 +08:00
Jack251970
cec6f309d8
Remove Droplex reference
2025-06-07 15:54:39 +08:00
Jack251970
a6b6076e08
Set IsEdit get only & Add type & Improve code quality
2025-06-07 14:20:21 +08:00
Jack251970
6d206c5a6d
Adjust columns
2025-06-07 14:12:22 +08:00
Jack251970
bdbd1e77e8
Remove blank lines
2025-06-07 14:12:06 +08:00
Jack251970
ae9a755013
Explictly add isEdit
2025-06-07 14:07:07 +08:00
Jack251970
9d3d3c80f2
Save when editing
2025-06-07 14:05:48 +08:00
Jack251970
201d3731d9
Add blank line
2025-06-07 14:05:18 +08:00
Jack251970
16371af1ce
Mark static
2025-06-07 14:04:21 +08:00
Jack251970
c19e9ad197
Fix format
2025-06-07 14:03:33 +08:00
Jack251970
74d6016695
Revert to original style
2025-06-07 14:02:54 +08:00
Jack251970
fdb0cf508a
Fix null check
2025-06-07 14:02:32 +08:00
Jack251970
ab1fe67dd4
Remove command parameter
2025-06-07 14:00:56 +08:00
Jack251970
d429304a26
Improve code quality
2025-06-07 13:54:15 +08:00
Jack251970
fd2952b44d
Improve code quality
2025-06-07 13:52:12 +08:00
Jack251970
4218b636fe
Add size changed event
2025-06-07 13:46:57 +08:00
Jack251970
29b74624c7
Add setting ui
2025-06-07 13:41:15 +08:00
Jack Ye
37cab1b30c
Merge branch 'dev' into rename-quick-access-links
2025-06-07 13:39:00 +08:00
Jack251970
6693cb13f5
Revert changes in ExplorerSettings.xaml
2025-06-07 13:38:09 +08:00
Jack Ye
a02a236ca4
Merge branch 'dev' into explorer_plugin_code_quality
2025-06-06 21:30:54 +08:00
Jack251970
a04829b04e
Add setting ui back
2025-06-06 20:14:33 +08:00
Jack251970
475db2bbe8
Add blank line back
2025-06-06 20:09:47 +08:00
Jack Ye
d0c240f50f
Merge branch 'dev' into file_tooltip
2025-06-06 20:09:02 +08:00
Jack251970
82f3e99f0e
Revert changes in ExplorerSettings.xaml
2025-06-06 20:08:11 +08:00
DB P
600137c911
Fix Border
2025-06-06 20:38:37 +09:00
DB P
dc3fada88f
Fix Border
2025-06-06 20:38:07 +09:00
DB P
0c474a979f
Add Hover Style / Adjust Arrow / Adjust Padding
2025-06-06 20:36:30 +09:00
Jack251970
6614771c3d
Move initialization to constructor
2025-06-06 17:03:20 +08:00
Jack251970
569cb8bd44
Remove grid & scroll viewer & Remove bottom margin
2025-06-06 16:57:48 +08:00
Jack251970
b29bc75dcb
Improve setting panel design
2025-06-06 16:53:31 +08:00
Jack251970
05cd01d1d6
Use loaded event to ensure accessability
2025-06-06 16:20:43 +08:00
Jack251970
c2eca7dc39
Improve code quality
2025-06-06 16:15:26 +08:00
DB P
6cd830c5b5
Fix Font Color
2025-06-06 17:07:57 +09:00
DB P
8c5e0c948f
Change Tabcontrol to Expander
2025-06-06 17:05:12 +09:00
Jack251970
f59e2399b9
Add error handling for directory operation
2025-06-06 13:25:43 +08:00
Jack251970
57470a9799
Fix IsRelative logic.
2025-06-06 13:21:51 +08:00
Jack251970
33a5ca845a
Support Msix FireFox bookmarks
2025-06-06 13:12:40 +08:00
Jack Ye
9d3888f71d
Merge pull request #3655 from Flow-Launcher/everything_installation_issue_tip
...
Catch exception when installing Everything
2025-06-06 11:47:27 +08:00
Jack Ye
6c4e9488e6
Merge pull request #3657 from Flow-Launcher/shell_problem
...
Fix command issue for pswh.exe
2025-06-06 11:39:05 +08:00
Jack Ye
9093e4f8c6
Merge pull request #3658 from Flow-Launcher/short_problem_dialogs
...
Do not show UI when shortcuts cannot be resolved
2025-06-06 11:33:14 +08:00
Jack251970
abe287f47c
Add MMM date format
2025-06-06 09:33:34 +08:00
Jack251970
79d35bba5f
Check index before returning PlacesPath
2025-06-05 22:54:34 +08:00
Jack251970
1697544cb6
Add example code comments
2025-06-05 22:41:21 +08:00
Jack251970
08c8b8c09f
Do not show UI when shortcuts cannot be resolved
2025-06-05 19:15:26 +08:00
Jack251970
d7c7ec8f5e
Apply for all wt.exe
2025-06-05 18:55:58 +08:00
Jack251970
b2e754dfd5
Fix command issue for pswh.exe
2025-06-05 18:48:26 +08:00
Jack251970
7d5001de18
Catch exception when installing Everything
2025-06-05 18:16:13 +08:00
Jack251970
4c7a4fec1f
Add more info tooltip support for volumes
2025-06-05 11:56:21 +08:00
Jack251970
1a95632ddf
Handle AggregateException
2025-06-05 11:45:18 +08:00
Jack251970
14ffe3c675
Handle more exceptions
2025-06-05 11:38:08 +08:00
Jack251970
617c62f6c6
Add error log message
2025-06-05 11:25:48 +08:00
Jack251970
19061df586
Use concurrent version
2025-06-05 11:24:20 +08:00
Jack251970
e61151dc43
Improve preview panel performance
2025-06-05 11:18:07 +08:00
Jack Ye
4cd08917cf
Merge branch 'dev' into file_tooltip
2025-06-05 11:01:19 +08:00
Jack251970
94b8a66db7
Rename to favicon
2025-06-05 10:21:24 +08:00
Jack251970
69dd038311
No need to convert to array
2025-06-05 10:16:02 +08:00
Jeremy Wu
d87a7ce32b
use favicons instead of favourite icons
2025-06-05 12:15:47 +10:00
Jeremy Wu
76dc35433b
update wording
2025-06-05 12:12:55 +10:00
Jack251970
49a42dd1b4
Improve code quality
2025-06-05 01:31:06 +08:00
Jack251970
f717376a17
Remove dulplicated comments
2025-06-05 01:30:26 +08:00
Jack251970
8bb2b50a4c
Use concurrent way to load favorite icons for firefox
2025-06-05 01:13:48 +08:00
Jack251970
d6f40ec488
Use concurrent way to load favorite icons for chromium
2025-06-05 01:12:46 +08:00
Jack251970
0ec38faf1d
Add code comments & Improve code quality
2025-06-05 01:12:12 +08:00
Jack251970
72bd4c202a
Info favorite icons cost
2025-06-05 00:27:03 +08:00
Jack251970
a761ec880b
Check file exists
2025-06-04 23:31:18 +08:00
Jack251970
6d5b95c616
Improve code comments
2025-06-04 23:31:10 +08:00
Jack251970
b68b299cd4
Support enable favorite icons for firefox bookmarks
2025-06-04 23:26:32 +08:00
Jack251970
f982d80ffe
Support enable favorite icons for chromiun bookmarks
2025-06-04 23:21:57 +08:00
Jack251970
cef3e8e4bb
Make settings internal
2025-06-04 23:18:01 +08:00
Jack251970
fd8222ba80
Organize usings
2025-06-04 23:17:51 +08:00
Jack251970
2f8e5b91b0
Add new setting to enable favorite icons
2025-06-04 23:17:38 +08:00
Jack Ye
4e4707a9de
Merge branch 'dev' into file_tooltip
2025-06-04 21:53:32 +08:00
Jack251970
32b75b4a4f
Fix CancellationTokenSource dispose state
2025-06-04 17:44:24 +08:00
Jack Ye
f2a7536298
Use EnumerateFiles instead of GetFiles
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-04 17:42:56 +08:00
Jack251970
edb4d743e9
Add timeout for folder size calculation
2025-06-04 17:36:37 +08:00
Jack251970
b1557dd4af
Add try-catch for preview panel operation
2025-06-04 17:32:30 +08:00
Jack251970
ce0729923c
Add try-catch for tooltip getter
2025-06-04 17:26:33 +08:00
Jack251970
85c038719e
Support custom preview panel for folder results
2025-06-04 17:12:53 +08:00
Jack251970
f069ee9094
Show more info in file & folder tooltip
2025-06-04 17:01:46 +08:00
Jack251970
16551396b9
Add ui for new setting
2025-06-04 17:01:15 +08:00
Jack251970
155eecd86f
Expose part functions to helper
2025-06-04 16:17:14 +08:00
Jack251970
f60585f609
Use try-catch to handle download issue
2025-06-04 13:44:50 +08:00
Jack251970
8737217513
Show error message
2025-06-04 13:44:10 +08:00
Jack251970
54c2cd13f6
Force web url for WebSearch plugin
2025-06-03 23:06:38 +08:00
Jeremy Wu
db97288282
New Crowdin updates ( #3574 )
2025-06-03 06:52:56 +03:00
DB P
abef617799
Change delete confirmation dialog from Yes/No to OK/Cancel
2025-05-30 17:35:24 +09:00
DB P
c33e9dedb8
Update delete confirmation message for folder link in context menu
2025-05-30 13:20:16 +09:00
Jack251970
4a50eec281
Remove TranslationConverter & project reference in Explorer plugin
2025-05-30 10:59:22 +08:00
01Dri
29831d61bb
AI Review Refactor suggestion
2025-05-25 16:48:20 -03:00
01Dri
cd62e7b5dc
uP
2025-05-25 16:11:03 -03:00
01Dri
bc2648c216
Code quality
2025-05-25 16:05:26 -03:00
01Dri
589e37a646
Action QuickAccessLinks
2025-05-25 15:49:25 -03:00
01Dri
fdeec11896
FixLegacyQuickAccessLinkNames
2025-05-25 14:45:44 -03:00
01Dri
a6a544a488
Translations
2025-05-25 14:26:47 -03:00
01Dri
287f3f8a5f
Settings
2025-05-25 14:12:15 -03:00
01Dri
4b15add524
Code quality
2025-05-25 04:51:56 -03:00
01Dri
3b425413a2
Edit access link
2025-05-25 04:31:08 -03:00
01Dri
74167a91e3
Strings translations and warning box
2025-05-25 03:04:18 -03:00
01Dri
61aca74096
Separating add commands between QuickAccessLink and IndexSearchExcludedPaths
2025-05-25 02:41:17 -03:00
01Dri
3777e2b6d8
Changing QuickAccessLinks property to static
...
This change is necessary for quick access settings window
2025-05-25 02:36:55 -03:00
01Dri
179babe313
New window to add/edit quick access link
2025-05-25 02:35:09 -03:00
01Dri
59d5cd62bc
AccessLink Refactor
2025-05-25 02:34:48 -03:00
01Dri
5bae202031
Columns - Path and Name
2025-05-25 02:34:24 -03:00
Jack251970
62d7256db4
Support transaltion for preview information
2025-05-24 16:07:15 +08:00
Jack251970
0f718e5d92
Code quality
2025-05-24 15:59:24 +08:00
Jack251970
65e0a0220b
Revert changes in pt-br.xaml
2025-05-24 15:56:02 +08:00
Jack251970
03d3c9292d
Fix blnak lie
2025-05-24 15:55:37 +08:00
DB p
2ff0fc8a7d
Disable ShowFileAgeInPreviewPanel by default
2025-05-24 15:28:51 +09:00
01Dri
d726455b04
Relative Date - FileAge
2025-05-24 03:16:51 -03:00
01Dri
f6103b1105
Relative Date -> File Age
2025-05-24 03:16:03 -03:00
01Dri
a711ce4ec7
Translate pt br
2025-05-24 01:10:12 -03:00
01Dri
02ddcaa064
Function name changed to GetRelativeDate
2025-05-24 00:15:08 -03:00
01Dri
35e71c6f51
Relative Date checkbox
2025-05-24 00:12:56 -03:00
01Dri
90ad72ca30
Diff Time in Created At and LastModifiedAt
2025-05-23 16:33:47 -03:00