dcog989
693636c942
Clean orphan files, temp fix
...
Clean orphan SQLite files on start-up that are being created by BrowserBookmark plugin. This is a temporary solution to prevent users' cache accumulating very large numbers of files / MB.
Will be addressed properly with new version of plugin (complete rewrite for Flow Launcher V2).
2025-08-14 13:06:39 +01:00
Jack251970
71c8fce4a0
Improve code quality
2025-07-20 21:01:48 +08:00
Jack251970
8e898de968
Fix build issue
2025-07-20 21:01:22 +08:00
Jack Ye
ed0524d207
Merge branch 'dev' into code_quality
2025-07-20 20:02:51 +08:00
Jack251970
ba0a113cc9
Add translations & Use ShowMsgError
2025-07-20 12:28:55 +08:00
Jack251970
1b05643b64
Use Flow.Launcher.Localization to improve code quality
2025-06-23 12:38:27 +08:00
Jack251970
cef3e8e4bb
Make settings internal
2025-06-04 23:18:01 +08:00
Jack251970
fd8222ba80
Organize usings
2025-06-04 23:17:51 +08:00
Jack251970
4931a1436a
Validate the cache directory before loading all bookmarks
2025-05-12 17:19:16 +08:00
Jack251970
50130e4b00
Use class name instead
2025-04-13 17:59:39 +08:00
Jack251970
048a40d085
Code quality
2025-04-09 13:11:55 +08:00
Jack251970
49dc657bec
Fix build issue
2025-04-09 12:12:32 +08:00
Jack251970
a845e68c98
Use plugin cache directory
2025-04-02 22:39:30 +08:00
Jack251970
0430eea2fd
Use api functions instead of project reference for code quality
2025-04-02 22:25:55 +08:00
DB p
cb8b5f2b7d
Merge remote-tracking branch 'origin/250320BookmarkFavicon' into 250320BookmarkFavicon
2025-03-20 19:11:30 +09:00
DB p
dfc9d5b84f
- Add SVG convert for firefox
...
- Add remove cache UI
2025-03-20 19:11:15 +09:00
Jack251970
443f17dcef
Code quality
2025-03-20 16:54:14 +08:00
Jack251970
02d09160a3
Adjust code format
2025-03-20 15:35:16 +08:00
DB p
5481a6aa43
Add local favicon load
2025-03-20 05:04:19 +09:00
Yusyuriv
148afc401d
Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs
2024-04-17 08:56:38 +06:00
Yusyuriv
f6d25aa94c
Code cleanup: Flow.Launcher.Plugin.BrowserBookmark
2024-04-16 13:00:19 +06:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
...
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08:00
VictoriousRaptor
d602f5cafa
Merge branch 'dev' into FirefoxBookmark
2023-06-24 10:55:18 +08:00
VictoriousRaptor
e0e86d039d
Remove delay
2023-06-24 10:54:53 +08:00
Vic
9b5341c2b7
Preserve file watchers when monitored files change
2023-06-18 10:57:04 +08:00
Vic
e46df28fdd
Move initialized flag
2023-06-17 00:42:21 +08:00
Vic
6d64abd21a
Load bookmarks in Query() if not initialized
2023-06-15 21:30:55 +08:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
...
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
1ff328be03
update copy calls to use API CopyToClipboard method
2023-06-08 22:46:37 +10:00
Vic
4591fa76d9
Create file watchers when reloading bookmarks
2023-05-23 19:37:38 +08:00
Vic
cbf73fcc0f
Don't load bookmark files if plugin disabled
2023-05-22 23:29:10 +08:00
Vic
d0289b49b6
Refactor file watcher logic
...
* Remove LastAccessed filter to avoid unwanted recursive RegisterBookmarkFile() calls
* Check if watcher exists
2023-05-22 23:13:29 +08:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
ab0d6245df
Auto reload all bookmarks when finish editing
2023-02-12 01:58:53 +08:00
DB p
4b0781dccb
Added Glyph Icons
2022-12-12 13:08:22 +09:00
Hongtao Zhang
af68cb5093
detect browserbookmark file change
2022-01-08 16:58:12 -06:00
Kevin Zhang
9c86af7c86
Align Bookmark plugin into global browser
2021-12-05 15:31:39 -06:00
Kevin Zhang
672616ef62
Rename Variable & adjust window size
2021-09-23 13:13:01 -05:00
Kevin Zhang
d51579967b
Further Refactor & add CustomBrowsers UI
2021-09-22 18:09:30 -05:00
张弘韬
d84eff7712
Remove unneccessary api, rename storage api, and update comment
2021-05-13 19:29:21 +08:00
张弘韬
25f6e664f2
add auto save for all setting that has been registered, and remove Separate Save
2021-05-12 00:37:28 +08:00
张弘韬
33accbd5d4
Move most direct call of PluginJsonStorage to API call
2021-05-11 20:24:22 +08:00
弘韬 张
8acde56455
remove readonly field to allow init in Init()
2021-03-18 11:59:48 +08:00
弘韬 张
541e91df60
Move initialization of BrowserBookmark to Init()
2021-03-18 11:38:07 +08:00
Jeremy Wu
93f4b6d90a
update to use SetDataObject
2021-02-14 20:32:20 +11:00
Jeremy Wu
f9b8216e3b
add copy bookmark's url to clipboard
2021-02-14 19:00:00 +11:00
弘韬 张
64f5181ae6
Use the score from fuzzy search for bookmark search
2020-10-26 11:35:56 +08:00
Jeremy Wu
59a18370ef
remove in use obsolete GetAllRemainingParameter and use Search
2020-08-04 20:10:42 +10:00
Jeremy Wu
28d67c8c81
Rename further code and text
2020-04-21 22:54:41 +10:00
Jeremy Wu
3c7f067770
rename all project file name
2020-04-21 21:27:02 +10:00