弘韬 张
b3df2fd590
change default image property name
2020-11-25 23:22:27 +08:00
弘韬 张
a7310d5d22
Use Customized LazyAsync class to load image instead of the weird way of updating lazy class async
2020-11-25 23:21:53 +08:00
弘韬 张
1439ee7e9e
Use a default image to list when the image hasn't been loaded in cache.
...
Co-authored-by: Bao-Qian <bao.github@outlook.com>
2020-11-25 23:21:20 +08:00
Jeremy Wu
83ccfac04f
move Themes string to Constant
2020-11-16 06:29:24 +11:00
Ioannis G
e72407f0d8
merge PR #160 : fix plugin dependency loading
...
Fix plugin dependency loading and remove excess duplicate package references
2020-11-12 12:39:44 +02:00
Jeremy Wu
26285abfd7
fix formatting
2020-11-12 13:34:23 +11:00
弘韬 张
55fb5536bd
change struct to class to use reference type
2020-11-11 18:39:02 +08:00
弘韬 张
bf271b9da7
refactor Image Cache to single dictionary
2020-11-11 18:38:49 +08:00
Jeremy Wu
d3d69be9c2
fix merge error
2020-11-11 08:30:34 +11:00
Jeremy Wu
d0cb8021c6
Merge branch 'dev' into address_high_memory_issue
2020-11-11 08:29:53 +11:00
Jeremy Wu
732f3b410a
Merge branch 'dev' into fix_plugin_depenedency_loading
2020-11-02 08:01:50 +11:00
弘韬 张
eb736562fc
Change the Alphabet Name to allow future expansion
2020-11-01 18:07:35 +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
弘韬 张
80a2f0df71
Put tranlate query back to fuzzy search until better solution
2020-10-21 17:00:56 +08:00
弘韬 张
9b779d90d2
Add curly bracket
2020-10-20 07:38:20 +08:00
弘韬 张
6210454bbd
Fix reverse condition
2020-10-19 20:37:40 +08: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
Bao Qian
d9085ca66c
Change Reference
2020-10-18 17:50:52 +08:00
Jeremy Wu
7fd9c87bd1
remove excess or duplicated package references
...
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed
- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
2020-09-22 07:17:01 +10:00
Jeremy Wu
d3fbabe10e
add dedicated missing img icon
2020-09-07 06:55:12 +10:00
Jeremy Wu
87ae60d2e8
Merge pull request #119 from Flow-Launcher/add_filecontent_search
...
Add file content search for Explorer plugin
2020-08-17 19:36:45 +10:00
Ioannis G
e4979ab855
merge PR #127 : update WebSearch plugin
...
fix location of custom icons
2020-08-16 19:31:37 +03:00
Jeremy Wu
eac5c4c47c
update per comment
2020-08-16 21:49:22 +10:00
Jeremy Wu
48557aec06
change to dynamically loading of icon images for WebSearch
2020-08-12 07:08:24 +10:00
Arjun Balgovind
4e534b56ac
Skip ErrorIcon and DefaultIcon while resizing the dictionary. From arjunbalgovind:user/arbalgov/apperrorFix
2020-08-10 21:47:46 +10:00
Jeremy Wu
ca08e60308
revert-image cache as dictionary, concurrent not serializable
2020-08-10 07:18:03 +10:00
Jeremy Wu
ffa68a5a7b
use updated method from ImageCache class to save images to cache
2020-08-05 19:58:48 +10:00
Jeremy Wu
86f6f9921e
update to use concurrent dictionary
2020-08-05 19:57:53 +10:00
Jeremy Wu
086c5d05e7
update to Flow
2020-08-05 19:57:23 +10:00
Alekhya Reddy
e37217c878
From alekhyareddy28:memoryIssue on Jun 27, 2020
2020-08-05 19:30:45 +10:00
Jeremy Wu
ac46fdc2c9
remove code that has been marked obsolete
2020-08-04 20:01:46 +10:00
Jeremy Wu
898b1dbd46
Merge remote-tracking branch 'origin/dev' into add_filecontent_search
2020-07-22 07:21:01 +10:00
Jeremy Wu
6f2ff84543
remove Constant.EverythingSDKPath and usage
2020-07-21 14:24:30 +10:00
Jeremy Wu
6518bf87d8
add versioning to plugin settings
2020-07-19 22:11:55 +10:00
Jeremy Wu
f292456904
handle new action keyword in Explorer- one off
2020-07-19 22:11:17 +10:00
Ioannis G
827a953722
add PropertyChanged.Fody to Infrastructure project
...
fixes various settings changes requiring a restart to take effect
2020-07-15 00:34:09 +03:00
Jeremy Wu
4b895af5bb
rename missed file
2020-07-06 08:25:04 +10:00
Jeremy Wu
2ff4ffdf91
Merge remote-tracking branch 'origin/dev' into fix_stringmatcher_resultweighting
2020-06-28 12:17:57 +10:00
Ioannis G
0ddd7f24f4
define plugin metadata file name as constant
2020-06-25 00:46:59 +03:00
Jeremy Wu
3abd2d0b07
fix formatting
2020-06-23 20:46:36 +10:00
Alekhya
30c37f06ae
Take space into consideration while calculating the first matched index ( #3874 )
2020-06-22 19:08:43 +10:00
Jeremy Wu
47a69a322d
Merge branch 'dev' into update_ui
2020-05-08 12:41:57 +10:00
Jeremy Wu
09308417a8
Add DropShadowEffect as a user option
2020-05-07 14:30:55 +10:00
Jeremy Wu
3fddae7e96
Settings- Update Theme's query text box preview
...
- Removed Hello Flow Launcher text in favour for simple Hi There text
- Removed Hello Flow Launcher text on other languages. Defaults to English and can be added for others later on
2020-05-06 21:41:38 +10:00
Jeremy Wu
a4ef56cb46
Merge pull request #34 from gdziedzic/enhance-mod+num-launching
...
Enhance modifier + num launching
2020-05-05 13:20:06 +10:00