弘韬 张
|
67b0bfd73a
|
Merge dev
|
2021-01-26 16:26:45 +08:00 |
|
弘韬 张
|
900f009893
|
Revert DotNet 5 update
|
2021-01-26 16:19:06 +08:00 |
|
弘韬 张
|
a918e7d9c9
|
Merge Dev
|
2021-01-26 15:49:30 +08:00 |
|
Jeremy Wu
|
e31bef7d3c
|
fix formatting + naming
|
2021-01-26 18:01:39 +11:00 |
|
张弘韬
|
213059996a
|
Use inner loop to evaluate acronym match (Big Change)
Don't end loop before acronym match end since if acronym match exist, we will use that one.
|
2021-01-25 05:43:59 +08:00 |
|
张弘韬
|
9aa4802542
|
Use Binary Search instead of Linear search to reduce time complexity.
Add Key Property for debugging.
|
2021-01-25 05:43:59 +08:00 |
|
张弘韬
|
1e016d7aab
|
optimize use
|
2021-01-25 05:43:59 +08:00 |
|
张弘韬
|
59e61cebe3
|
Add Mapping to original string after translation. Not sure about the performance, but seems satisfying.
It requires at most n times loop (n: number of translated charater) mapping once.
|
2021-01-25 05:43:58 +08:00 |
|
弘韬 张
|
8a76ad000d
|
Add number support (treat number as part of acronuym)
|
2021-01-25 05:42:08 +08:00 |
|
弘韬 张
|
787e569604
|
use ?. and ?? instead of if == null
|
2021-01-25 05:42:07 +08:00 |
|
弘韬 张
|
272f411f81
|
Add return statement....
|
2021-01-25 05:42:07 +08:00 |
|
弘韬 张
|
b07490271d
|
merge one extra condition to the switch case
|
2021-01-25 05:42:06 +08:00 |
|
弘韬 张
|
ab9e6a8143
|
merge one extra condition to the switch case
|
2021-01-25 05:39:23 +08:00 |
|
弘韬 张
|
f14da72ce1
|
Add Acronym Support for Fuzzy Search
|
2021-01-25 05:39:23 +08:00 |
|
张弘韬
|
a721bd7de0
|
Merge remote-tracking branch 'upstream/dev' into PluginAPIExpand
# Conflicts:
# Flow.Launcher.Plugin/IPublicAPI.cs
|
2021-01-25 05:36:40 +08:00 |
|
Jeremy Wu
|
89443bace7
|
fix formatting
|
2021-01-20 06:34:26 +11:00 |
|
张弘韬
|
1cbe1a98df
|
Merge remote-tracking branch 'upstream/dev' into RenderImprovement
# Conflicts:
# Flow.Launcher/ViewModel/MainViewModel.cs
|
2021-01-17 18:05:24 +08:00 |
|
Jeremy Wu
|
e9e99ab338
|
Merge pull request #267 from taooceros/PluginAsyncModel
Plugin async model
|
2021-01-17 19:18:53 +11:00 |
|
弘韬 张
|
723265a865
|
fix TopMostRecord and UserSelectedRecord due to System.Text.Json cannot parse private field in version 3.1
|
2021-01-15 10:37:13 +08:00 |
|
弘韬 张
|
c54b678e6f
|
Merge dev
|
2021-01-14 22:40:45 +08:00 |
|
弘韬 张
|
8fe1fbcf48
|
Merge dev
|
2021-01-14 10:39:37 +08:00 |
|
弘韬 张
|
575ad9157e
|
Merge dev
|
2021-01-13 09:34:45 +08:00 |
|
Jeremy Wu
|
777b0b954c
|
Merge remote-tracking branch 'origin/dev' into PluginPriority
|
2021-01-09 17:11:03 +11:00 |
|
张弘韬
|
8bd6820088
|
Merge branch 'PluginAsyncModel' into dev
# Conflicts:
# Flow.Launcher/ViewModel/MainViewModel.cs
|
2021-01-09 12:59:59 +08:00 |
|
张弘韬
|
4b9ed759e3
|
Merge branch 'DotNet5Upgrade' into dev
|
2021-01-09 11:05:51 +08:00 |
|
张弘韬
|
62009ac3fb
|
Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade
# Conflicts:
# Flow.Launcher/Flow.Launcher.csproj
# Plugins/Flow.Launcher.Plugin.Color/Flow.Launcher.Plugin.Color.csproj
# Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.Plugin.PluginManagement.csproj
|
2021-01-09 11:01:38 +08:00 |
|
张弘韬
|
5ab54f8734
|
Merge branch 'RenderImprovement' into dev
|
2021-01-09 10:59:06 +08:00 |
|
张弘韬
|
3aa54d1153
|
Merge remote-tracking branch 'upstream/dev' into RenderImprovement
|
2021-01-09 10:58:53 +08:00 |
|
张弘韬
|
8031ddfbc8
|
Merge remote-tracking branch 'upstream/dev' into AcronymFuzzy
|
2021-01-09 10:55:16 +08:00 |
|
弘韬 张
|
8b813fef96
|
Merge remote-tracking branch 'upstream/dev' into PluginAPIExpand
|
2021-01-08 16:00:32 +08:00 |
|
弘韬 张
|
a8e4c504d0
|
Move MatchResult to Flow.Launcher.Plugin so that plugins can utilize main method
|
2021-01-08 15:52:45 +08:00 |
|
弘韬 张
|
971d374582
|
Merge Dev
|
2021-01-07 21:43:32 +08:00 |
|
弘韬 张
|
a6609d6b2c
|
Add Cancellationtoken for downloadasync
Remove extra action in http for cancellation due to it will throw TaskCancelledExcpetion internally
|
2021-01-07 21:37:45 +08:00 |
|
弘韬 张
|
2b085dbcee
|
Merge dev
|
2021-01-07 20:48:02 +08:00 |
|
弘韬 张
|
e1f715e6d6
|
change commnet
|
2021-01-07 16:52:05 +08:00 |
|
弘韬 张
|
f72b716fb4
|
use string.empty instead of null
|
2021-01-07 11:20:14 +08:00 |
|
弘韬 张
|
d0d938b92a
|
Add Cancellationtoken for Http.cs
|
2021-01-07 11:04:07 +08:00 |
|
弘韬 张
|
a9aeecdabd
|
Merge remote-tracking branch 'upstream/dev' into UpdateJson
|
2021-01-07 10:58:17 +08:00 |
|
Jeremy Wu
|
012d2d05f2
|
Merge remote-tracking branch 'origin/dev' into PluginPriority
|
2021-01-07 13:36:31 +11:00 |
|
弘韬 张
|
6b597f7516
|
throw exception if debug for Log.exception(className, message, exception)
|
2021-01-06 17:42:46 +08:00 |
|
弘韬 张
|
2b9008840a
|
Merge Dev
|
2021-01-06 17:36:31 +08:00 |
|
Jeremy Wu
|
fb188690c3
|
Merge pull request #278 from taooceros/ImageQuality
Image quality
|
2021-01-06 20:28:28 +11:00 |
|
弘韬 张
|
3b9c10fd66
|
Use SVG for search icon
|
2021-01-06 10:34:08 +08:00 |
|
弘韬 张
|
e790e9474e
|
Add Plugin Priority Settings
|
2021-01-05 16:11:38 +08:00 |
|
弘韬 张
|
bc63b9ebfa
|
Change Download to DownloadAsync
Add error handling for download as well
|
2021-01-04 10:31:05 +08:00 |
|
弘韬 张
|
a8dc1599d7
|
Add Http Error Handling
|
2021-01-04 10:28:33 +08:00 |
|
张弘韬
|
3cd609377e
|
Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable
|
2021-01-03 10:33:10 +08:00 |
|
弘韬 张
|
7bbd8c6069
|
remove using from Helper.cs
|
2020-12-30 19:05:02 +08:00 |
|
弘韬 张
|
557842e8d7
|
remove dependency
|
2020-12-30 13:48:06 +08:00 |
|
弘韬 张
|
d28b14ff2d
|
Replace All use of Json.Net with System.Text.Json
|
2020-12-30 13:40:42 +08:00 |
|