Jeremy Wu
e1cc50c579
Merge remote-tracking branch 'origin/master' into resolve_conflicts
2025-08-31 17:53:21 +10:00
Jack251970
1b05643b64
Use Flow.Launcher.Localization to improve code quality
2025-06-23 12:38:27 +08:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 ( #3706 )
2025-06-14 13:45:30 +03:00
Jack251970
d7b8f85f4a
Use FaviconHelper
2025-06-08 12:35:39 +08:00
Jack251970
2ed32b318d
Do not use pooling so that we do not need to clear pool
2025-06-08 12:17:47 +08:00
Jack251970
c8e82cbd09
Cache connection and clear pool after all operations to avoid ObjectDisposedException
2025-06-08 00:14:31 +08:00
Jack251970
94b8a66db7
Rename to favicon
2025-06-05 10:21:24 +08:00
Jack251970
69dd038311
No need to convert to array
2025-06-05 10:16:02 +08:00
Jack251970
f717376a17
Remove dulplicated comments
2025-06-05 01:30:26 +08:00
Jack251970
d6f40ec488
Use concurrent way to load favorite icons for chromium
2025-06-05 01:12:46 +08:00
Jack251970
0ec38faf1d
Add code comments & Improve code quality
2025-06-05 01:12:12 +08:00
Jack251970
72bd4c202a
Info favorite icons cost
2025-06-05 00:27:03 +08:00
Jack251970
f982d80ffe
Support enable favorite icons for chromiun bookmarks
2025-06-04 23:21:57 +08:00
Jack251970
165e498a94
Fix exception when deleteing temp files
2025-05-12 15:12:23 +08:00
Jack251970
2d29a42dc9
Improve code quality
2025-04-09 17:32:48 +08:00
Jack251970
33800795ed
Remove useless try catch
2025-04-09 17:29:28 +08:00
Jack251970
62a5dd784d
Delete temporary files
2025-04-09 17:24:40 +08:00
Jack251970
ba0205f471
Force save favicon icons & Fix svg save issue
2025-04-09 17:05:29 +08:00
Jack251970
7061ac5448
Fix register bookmark file comment
2025-04-09 13:12:05 +08:00
Jack251970
9c07989edf
Improve code quality
2025-04-09 12:14:07 +08:00
Jack251970
a845e68c98
Use plugin cache directory
2025-04-02 22:39:30 +08:00
Jack251970
b564a39aae
Use api functions instead of project reference for code quality
2025-04-02 22:31:31 +08:00
Yusyuriv
a837e8e197
Close bookmarks db connection before trying to delete the file
2025-03-20 14:47:50 +06:00
Yusyuriv
92ef2c76c7
Reduce nesting
2025-03-20 14:43:38 +06:00
Jack251970
2b08ad65a0
Only clear pool for one connection
2025-03-20 16:21:15 +08:00
Jack251970
a87211bfb4
Fix sqlite file lock issue & Add static
2025-03-20 16:11:22 +08:00
Jack251970
fab983396f
Merge branch '250320BookmarkFavicon' of https://github.com/onesounds/Flow.Launcher into 250320BookmarkFavicon
2025-03-20 16:03:59 +08:00
Jack251970
977a8f8c47
Log exception when deleting failed
2025-03-20 16:03:41 +08:00
Yusyuriv
d2c185ee92
Remove unnecessary dependencies
2025-03-20 14:03:08 +06:00
Yusyuriv
e662741e27
Revert "Add SVG favicon support"
...
This reverts commit cab0cb8e5a .
2025-03-20 13:16:46 +06:00
DB p
cab0cb8e5a
Add SVG favicon support
2025-03-20 14:40:59 +09:00
DB p
5481a6aa43
Add local favicon load
2025-03-20 05:04:19 +09:00
Yusyuriv
f6d25aa94c
Code cleanup: Flow.Launcher.Plugin.BrowserBookmark
2024-04-16 13:00:19 +06:00
Phoenix
d0414892c3
Fix opera bookmarks
...
Fix opera bookmarks - comment
Fix opera bookmarks - comment
2024-03-01 21:29:30 +03:00
Hongtao Zhang
c2ff04f0ad
add a safety check for getproperty
2023-12-18 00:30:18 -06:00
VictoriousRaptor
07e77e7a41
Add Edge Workspaces support
2023-10-03 13:55:47 +08:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Kevin Zhang
a78956bbee
Merge branch 'dev' into filewatcher
2022-06-10 18:02:19 -05:00
Rick
7fe166d18b
avoid exception in ChromiumBookmarkLoader.cs
...
Every time I start Flow Launcher since the plugins refactor, the Bookmarks plugin has been throwing an exception. The issue stems from it parsing the Bookmarks file, and assuming that every JsonElement in the "roots" element is a JsonValueKind.Object. My Bookmarks file though has a JsonValueKind.String value off the roots key of `"sync_transaction_version": "20297",` along-side the bookmark_bar, other, and synced keys, which ARE objects. When it hits that sync_transaction_version string, and calls EnumerateFolderBookmark with it, it gets into the method because it IS a JsonElement, but then throws an exception on the folderElement.TryGetProperty("children", ...) call because you can't call TryGetProperty on a String, only Objects.
2022-03-08 20:54:54 -05:00
Jeremy
18acea3321
remove dup RegisterBookmarkFile & update condition
2022-02-07 08:47:28 +11:00
Hongtao Zhang
af68cb5093
detect browserbookmark file change
2022-01-08 16:58:12 -06:00
Kevin Zhang
4c10208008
quick exit when children property is not found
2021-10-29 14:09:58 -05:00
Kevin Zhang
d51579967b
Further Refactor & add CustomBrowsers UI
2021-09-22 18:09:30 -05:00
Kevin Zhang
7ff9b688c9
Refactor Bookmark plugin
2021-09-21 13:50:51 -05:00