Commit graph

10201 commits

Author SHA1 Message Date
VictoriousRaptor
ebcd7d5915 Fix ShouldTranslate() logic
- Check settings or it won't work  as expected
2025-07-13 19:01:59 +08:00
VictoriousRaptor
fdbb183064 Remove readonly to reload correctly 2025-07-13 19:00:31 +08:00
VictoriousRaptor
d537ce22f8 Fix init issue 2025-07-13 16:08:28 +08:00
VictoriousRaptor
d9e89ad610 Refactor TranslationMapping class
- Always add index to mapping rather than only Chinese characters
- Simplify mapping algorithm
- Add unit test for TranslationMapping
2025-07-13 16:07:14 +08:00
VictoriousRaptor
100f753e9b Fix ShouldTranslate() logic 2025-07-13 16:07:14 +08:00
Jack Ye
64f3738c77
Merge branch 'dev' into double-pin 2025-06-29 15:49:17 +08:00
Jack Ye
1d2a7bf85a
Merge pull request #3782 from Flow-Launcher/quick_access_link_volume
Support volume type for quick access link
2025-06-28 15:58:49 +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
DB P
fd9790147b
Merge pull request #3779 from onesounds/FixXamlError
Fix Card Control
2025-06-27 20:47:11 +09:00
Jack251970
bafb5d7b0a Removed RenameFileHotkey 2025-06-27 19:38:36 +08:00
DB P
f464f2a6e7
Merge pull request #3780 from onesounds/250627-AddSeparatorReleaseNote
Add Separator and margin in release note
2025-06-27 20:23:49 +09:00
Jack251970
35a38f6c33 Improve code comments 2025-06-27 19:16:00 +08:00
DB P
9f8582cd7a Add Separator and margin 2025-06-27 19:53:09 +09:00
DB P
c83921f4f9 Add Proxy Card type 2025-06-27 19:11:15 +09:00
DB P
059dcdfc11 Fix Card Error 2025-06-27 19:10:43 +09:00
DB P
c9de2f02f8 Fix Card Error 2025-06-27 18:51:51 +09:00
Jack Ye
b1832983a5
Merge pull request #3774 from TBM13/feature/calculatorHexNumbers
Calculator: Support hex numbers
2025-06-26 19:26:05 +08:00
TBM13
d68964bfa2 Calculator: Support hex numbers 2025-06-26 02:58:24 -03:00
VictoriousRaptor
1bc80d5dd9 Fix translated length 2025-06-19 21:52:15 +08:00
VictoriousRaptor
f064a815cf
Merge branch 'dev' into double-pin 2025-06-19 20:06:20 +08:00
VictoriousRaptor
d2dc307bc0 Fix logic of ShouldTranslate() 2025-06-19 20:06:01 +08:00
VictoriousRaptor
b18959514d Add OnPropertyChanged() for double pinyin properties 2025-06-19 19:35:01 +08:00
VictoriousRaptor
64a3aa583f Fix Off-by-one in index mapping when consecutive Chinese chars
Found by code rabbit
2025-06-19 19:29:50 +08:00
Jeremy Wu
40e5c04ca1
Fix false failing spell check rules (#3745) 2025-06-19 14:05:26 +03:00
Jeremy Wu
7487368abc
Merge pull request #3742 from onesounds/250618-AddTimeFormat
Add new time format option "dd MMMM yyyy"
2025-06-18 22:33:26 +10:00
Jeremy Wu
f7d41eb81b
Merge pull request #3743 from Flow-Launcher/update_prerelease_message
Update pre-release build's release message
2025-06-18 21:33:50 +10:00
Jeremy
8a54cc20ce update pre-release's release message 2025-06-18 21:17:04 +10:00
DB P
7b726d86d3 Add new time format option "dd MMMM yyyy" 2025-06-18 18:23:00 +09:00
DB P
368883779e
Merge pull request #3739 from onesounds/250617-Fixquicklink
Improve Quick Access Link Adding UI
2025-06-17 18:10:10 +09: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
Jack Ye
00a80ae7a7
Merge pull request #3737 from Flow-Launcher/tab_sequence
Fix tab sequence
2025-06-17 13:44:16 +08:00
Jack251970
f3ce6975c9 Fix tab sequence 2025-06-17 13:28:04 +08:00
Jeremy Wu
5e026c0c20
Merge pull request #3566 from Flow-Launcher/winform_language_issue
Fix plugin culture info issue for those that use WinForm
2025-06-16 23:52:42 +10:00
Jack251970
9e24d2cb91 Output log info 2025-06-16 21:31:51 +08:00
Jack251970
be15b836fc Add blank line 2025-06-16 21:12:06 +08:00
Jack251970
30d10bb37f Add try catch for register key check 2025-06-16 21:11:50 +08:00
Jack Ye
43c74f04ac
Merge branch 'dev' into winform_language_issue 2025-06-16 21:10:19 +08:00