Hongtao Zhang
|
90fb2051c9
|
suppress BinaryStorage.cs exception when loading
|
2024-05-30 14:21:07 -05:00 |
|
Hongtao Zhang
|
83553244d7
|
use memorypack instead of binaryformatter
|
2023-11-11 18:10:06 -06:00 |
|
Hongtao Zhang
|
24c125fd0d
|
Merge remote-tracking branch 'origin/dev' into jsonrpc_v2
# Conflicts:
# Flow.Launcher.Plugin/Query.cs
|
2023-07-03 16:48:46 +08:00 |
|
Ioannis G
|
ea4286b7d3
|
clear backwards compat code
|
2023-06-26 14:08:23 +03:00 |
|
Hongtao Zhang
|
f6912597b4
|
Merge branch 'dev' into jsonrpc_v2
# Conflicts:
# Flow.Launcher.Plugin/Query.cs
|
2023-06-23 11:24:27 +08:00 |
|
Vic
|
00e6e5b30d
|
Remove unused using
|
2023-04-25 21:02:34 +08:00 |
|
Hongtao Zhang
|
a3367abd7a
|
fix some bug (v1 still broken)
|
2023-03-26 14:04:06 -05:00 |
|
Hongtao Zhang
|
683f6ebce4
|
refactor jsonrpc structure (extract setting to a standalone file PortableSettings.cs)
|
2023-03-26 02:24:31 -05:00 |
|
Kevin Zhang
|
4e1d59bde3
|
fix the missing parathesis
|
2023-01-27 09:38:39 -06:00 |
|
Kevin Zhang
|
52fcc68448
|
Move over Copy
Move might be better since Replace delete the original file
|
2023-01-27 00:01:47 -06:00 |
|
Kevin Zhang
|
7e350b64ba
|
Fix Error of loading backup when original file doesn't exists
|
2023-01-26 23:59:19 -06:00 |
|
Hongtao Zhang
|
51fac77097
|
Use File.Move when the setting file does not exists
|
2023-01-24 20:42:53 -06:00 |
|
Jeremy Wu
|
f517343c11
|
update error message
|
2023-01-23 09:17:09 +11:00 |
|
Hongtao Zhang
|
8b517954ef
|
Try Atomic Save for Setting
|
2023-01-07 13:11:43 -06:00 |
|
Oren Nachman
|
b38ffef23c
|
Remove spuriously added discard (_=) for void call
Intellisense for the non-win
|
2022-08-08 17:48:17 -07:00 |
|
Oren Nachman
|
3648126854
|
Revert JSON Null change + fix more warnings
See comment inline re:JSON null
|
2022-08-08 17:35:38 -07:00 |
|
Jeremy Wu
|
644be7977c
|
use ISavable and add obsolete message
|
2021-06-21 21:56:20 +10:00 |
|
Jeremy Wu
|
0387bfbb64
|
update class name
|
2021-06-21 21:31:07 +10:00 |
|
Jeremy Wu
|
6ec151a8ab
|
use inheritance for ISavable and JsonStrorage
|
2021-06-21 21:04:19 +10:00 |
|
Jeremy Wu
|
7319133ae8
|
add backwards compatibility with Everything plugin
|
2021-06-21 12:34:07 +10:00 |
|
张弘韬
|
358460cb22
|
Move storage to api call for websearch and calculator plugins
|
2021-05-12 19:38:29 +08:00 |
|
张弘韬
|
a9695e3119
|
fix some typo
|
2021-05-12 03:24:35 +08:00 |
|
弘韬 张
|
d2fb26b103
|
Bring Legacy records together and remove some useless code for JsonStorage
|
2021-04-19 13:06:03 +08:00 |
|
Jeremy Wu
|
67847eb1e6
|
Merge pull request #341 from taooceros/IPublicAPIExpand2
Expand PluginAPI with Log and JsonStorage
|
2021-02-15 06:45:33 +11:00 |
|
弘韬 张
|
f8557da336
|
add Logs, LoadJsonStorage, SaveJsonStorage to IPublicAPI
|
2021-02-14 18:08:30 +08:00 |
|
弘韬 张
|
1af9525487
|
move ISavable to Flow.Launcher.Plugin\Interfaces
|
2021-02-06 16:12:38 +08: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 |
|
弘韬 张
|
d28b14ff2d
|
Replace All use of Json.Net with System.Text.Json
|
2020-12-30 13:40:42 +08:00 |
|
Jeremy Wu
|
4b895af5bb
|
rename missed file
|
2020-07-06 08:25:04 +10:00 |
|
Jeremy Wu
|
f5ed0291a0
|
Fix rename errors
|
2020-04-21 22:16:10 +10:00 |
|
Jeremy Wu
|
3c7f067770
|
rename all project file name
|
2020-04-21 21:27:02 +10:00 |
|