Commit graph

8303 commits

Author SHA1 Message Date
弘韬 张
ca264c326a Change contain to StartWith 2020-10-28 12:12:17 +08:00
弘韬 张
64f5181ae6 Use the score from fuzzy search for bookmark search 2020-10-26 11:35:56 +08:00
弘韬 张
a266c3fa6a Add Edge Dev bookmark 2020-10-26 11:35:49 +08:00
弘韬 张
22fa8c164b Version Bump 2020-10-25 11:29:23 +08:00
弘韬 张
831f02c38e Merge branch 'ProgramPluginImprovement' of github.com:taooceros/Flow.Launcher into ProgramPluginImprovement 2020-10-25 11:28:32 +08:00
弘韬 张
04ee651b64 remove extra fuzzy search
Co-authored-by: Qian Bao <bao.github@outlook.com>
2020-10-25 11:28:21 +08:00
弘韬 张
d65f5a3347 remove extra fuzzy search
Co-authored-by: Qian Bao<bao.github@outlook.com>
2020-10-25 11:26:54 +08:00
弘韬 张
86edae2bc6 Use Generic to remove duplicate query 2020-10-25 11:06:54 +08:00
弘韬 张
24ce10183e Improve reindex speed
Co-authored-by: Qian Bao <bao.github@outlook.com>
2020-10-25 11:03:01 +08:00
弘韬 张
991227a6aa Add Enabled property to generic 2020-10-25 10:57:52 +08:00
弘韬 张
77aff43d1a Initialize uninitialized cache 2020-10-25 10:26:56 +08:00
Jeremy Wu
48faa99ab5 Merge branch 'dev' into fix_plugin_depenedency_loading 2020-10-25 10:48:30 +11:00
弘韬 张
706f30a3a2 Add number support (treat number as part of acronuym) 2020-10-24 17:45:31 +08:00
弘韬 张
80a2f0df71 Put tranlate query back to fuzzy search until better solution 2020-10-21 17:00:56 +08:00
Jeremy Wu
152e32e033
Merge pull request #176 from Flow-Launcher/dev
Release 1.3.1
2020-10-20 21:13:14 +11:00
Ioannis G
e866820625
merge PR #177: Release version bump 2020-10-20 12:54:55 +03:00
弘韬 张
4d06187fa5 use ?. and ?? instead of if == null 2020-10-20 08:28:05 +08:00
弘韬 张
fb25d54112 Add curly bracket 2020-10-20 07:38:48 +08:00
弘韬 张
9b779d90d2 Add curly bracket 2020-10-20 07:38:20 +08:00
弘韬 张
4bf5b2e0a8 Add curly bracket 2020-10-19 20:40:22 +08:00
弘韬 张
6210454bbd Fix reverse condition 2020-10-19 20:37:40 +08:00
弘韬 张
468f8899b9 Add return statement.... 2020-10-18 21:31:08 +08:00
弘韬 张
34dc72950b Add parentheses to the condition 2020-10-18 21:27:03 +08:00
弘韬 张
9ad7838729 merge one extra condition to the switch case 2020-10-18 21:25:55 +08:00
弘韬 张
e264af500f merge one extra condition to the switch case 2020-10-18 21:24:59 +08:00
弘韬 张
c63c98645c Add Acronym Support for Fuzzy Search 2020-10-18 21:17:29 +08:00
Jeremy Wu
fc5652571a
Merge pull request #184 from Flow-Launcher/fix_calc_copy_error_version_bump
Plugin Calculator version bump
2020-10-18 21:04:26 +11:00
Jeremy Wu
775910f31e plugin Calculator version bump 2020-10-18 21:02:12 +11:00
Jeremy Wu
a303f06c10
Merge pull request #182 from Flow-Launcher/fix_calc_copy_error
Fix calculator copy error
2020-10-18 20:57:48 +11:00
弘韬 张
dd2d3c68c1 fixup the reduced code due to testing 2020-10-18 17:51:10 +08:00
弘韬 张
4ebfba76a3 using ContainKey instead of getvalueofdefault 2020-10-18 17:51:08 +08:00
弘韬 张
c4b81a9429 change query translation to Program.Main instead of using Alphabet.Tranlate to avoid cache. 2020-10-18 17:51:05 +08:00
弘韬 张
d17621cd2e change new string to string.concat() 2020-10-18 17:51:00 +08:00
Bao Qian
3454dc6d74 Change Pinyin Library 2020-10-18 17:50:58 +08:00
弘韬 张
a1327c1cc1 Seems that we don't need storage cache 2020-10-18 17:50:55 +08:00
Bao Qian
d9085ca66c Change Reference 2020-10-18 17:50:52 +08:00
弘韬 张
a911cc7024 Fix Copy Fail Error (don't understand why) 2020-10-18 20:45:06 +11:00
Jeremy Wu
7dc3ac1383
Merge pull request #180 from Flow-Launcher/add_discord_readme
Add discord badge and update readme
2020-10-18 18:39:03 +11:00
Jeremy Wu
38265e687b add discord badge and update readme 2020-10-18 13:13:24 +11:00
Jeremy Wu
7211cdca43 version bump 2020-10-16 16:59:28 +11:00
Jeremy Wu
b66be8cefe
Merge pull request #165 from taooceros/FixEncoding
Fix Encoding Error
2020-10-16 16:49:56 +11:00
Jeremy Wu
ebeb7167cc
Merge pull request #162 from Flow-Launcher/dev
Release 1.3.0 | Plugin 1.2.1
2020-10-14 16:04:37 +11:00
弘韬 张
424d757add Add Task.Run due to the change of async download 2020-10-14 11:34:09 +08:00
弘韬 张
c55e889f4f Change Download to HttpClient as well (which change it to async as well) 2020-10-14 11:29:12 +08:00
弘韬 张
bfd1c9a38a Merge branch 'master' of github.com:taooceros/Flow.Launcher into UpdateHttpMaster 2020-10-14 10:49:06 +08:00
弘韬 张
a16cc5be8d Move Old HttpWebRequest to HttpClient Instance (solve connection timeout) 2020-10-14 10:48:43 +08:00
弘韬 张
4ea5dd5ad2 Move Old HttpWebRequest to HttpClient Instance (solve connection timeout) 2020-10-13 20:54:00 +08:00
Jeremy Wu
1e4bc0709e
Merge pull request #167 from JohnTheGr8/processkiller_enhancements
plugin/ProcessKiller: enhancements to the kill-all functionality
2020-10-12 16:18:31 +11:00
Ioannis G
b1ca71b3aa
plugin/pkiller: improve kill-all option
- better title, add count of matches in subtitle, use process icon
- hide option when executable path is empty
2020-10-12 00:08:54 +03:00
Ioannis G
01f98b16fa
plugin/pkiller: fix context menu results
do not show the "kill all instances" context menu option when the
context menu itself is triggered from the "kill all X processes" result
2020-10-11 23:40:29 +03:00