Commit graph

93 commits

Author SHA1 Message Date
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
530f5b80f1 version bump plugins after merge 2022-01-19 21:34:18 +11:00
Jeremy
4df7413cf0 Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Jeremy
06859ef359 version bump plugins 2022-01-19 21:22:55 +11:00
Kevin Zhang
701a5d444b
Update translations from Crowdin(#880)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]
2021-12-31 18:07:05 +11:00
Jeremy
99ba1b7440 fix key name 2021-12-20 08:47:05 +11:00
Hongtao Zhang
60ee43d704 fix bookmark string 2021-12-19 15:25:25 -06:00
Jeremy
6911cadcf3 version bump plugins 2021-12-19 19:58:31 +11:00
DB p
3b5b3abf21 Add BookmarkData Window Title String in portugee 2021-12-15 12:51:50 +09:00
DB p
968315aabd Adjust Layout custombrowsersetting in bookmark plugin 2021-12-15 12:21:56 +09:00
DB p
bf6fbf7f5d Adjust Layout in CustomBrowserSetting in Bookmark Plugin 2021-12-15 12:20:49 +09:00
DB p
3f1f23bbe9 Change Bookmark layout to responsive 2021-12-14 18:23:45 +09:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
DB p
d952950894 remove comment 2021-12-08 17:56:06 +09:00
Kevin Zhang
7bf6a7d141
Update crowdin translations (#871)
Update crowdin translations (#871)
2021-12-08 19:49:32 +11:00
Jeremy
e84e5b1d9f remove obsolete new tab/window methods 2021-12-07 20:44:19 +11:00
Jeremy
00f514fad5 version bump plugins 2021-12-07 20:40:12 +11:00
DB p
ee224aa02c Change Icons
Add icons8.com link in about
2021-12-07 08:56:57 +09:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
Kevin Zhang
4affa2ed4a
Add Crowdin Integration (#826)
* Create crowdin.yml
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (German)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Polish)
* New translations en.xaml (Slovak)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Korean)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* Add Portuguese (Portugal) Language
* Update Crowdin configuration file
* Update Crowdin configuration file
* Apply suggestions from code review

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
2021-12-06 22:21:43 +11:00
DB p
ef959d2539 Remove BrowserSetting item in bookmark / Url / Websearch
Remove Releated code (just for build)
Adjust Bookmark plugin popup layout and add string
2021-12-06 07:03:34 +09:00
Kevin Zhang
9c86af7c86 Align Bookmark plugin into global browser 2021-12-05 15:31:39 -06:00
DB p
b1bbe8aaac Add TextBlock Color / Adjust BookMarkPlugin Input Height 2021-11-25 12:14:20 +09:00
DB p
7333b57109 - remove Bookmark/websearch setting panel hardcoded bgcolor
- Adjust Colors in settingwindow
2021-11-17 15:04:57 +09:00
Jeremy Wu
17f8ffed2d
version bump BrowserBookmarks plugin 2021-11-05 08:00:01 +11:00
kubalav
58ee77f40f Removed extra spaces before chevrons 2021-11-03 09:29:33 +01:00
Kevin Zhang
fac8b76485
Merge pull request #780 from Flow-Launcher/FixBookmarkIssueWhen
quick exit when children property is not found
2021-10-30 00:10:43 -05:00
Kevin Zhang
4c10208008 quick exit when children property is not found 2021-10-29 14:09:58 -05:00
Jeremy
63ffb3a3c3 plugin version bumps 2021-10-27 21:56:20 +11:00
Kevin Zhang
8a59e87f99 Fix unselected issue for bookmark plugin by using binding (Don't understand Reason it doesn't work before) 2021-10-25 18:51:34 -05:00
Jeremy Wu
f6f306efe4
Merge pull request #751 from Flow-Launcher/fix_bookmark_plugin_window_size
Dev: Fix Bookmark plugin settings browser edit
2021-10-19 06:02:14 +11:00
Vladimír Kubala
32cb242821
Update Slovak translation Brower Bookmark plugin 2021-10-13 13:37:19 +02:00
kubalav
9e3861ce67 version bump Browser Bookmark plugin 2021-10-13 13:10:44 +02:00
kubalav
6ffcdfe7d6 Update Slovak translation for Browser Bookmark plugin 2021-10-13 13:06:57 +02:00
Jeremy
c7c5990c2e fix edge bookmark loading 2021-10-13 21:49:26 +11:00
Jeremy
db3099ed0e fix bookmark plugin browser edit button logic 2021-10-13 09:07:27 +11:00
Jeremy
7b70386936 fix bookmark plugin settings button width 2021-10-13 08:27:10 +11:00
Jeremy
e85a99f8d6 fix custom browser setting window positioning of controls 2021-10-13 08:22:12 +11:00
Jeremy Wu
8a33bf4a33
Merge pull request #695 from Flow-Launcher/BrowserBookmarkRefactor
Refactor Bookmark plugin
2021-10-12 08:43:13 +11:00
Kevin Zhang
309006e754 Align setting control and allow localization and version bump 2021-10-04 17:11:44 -05:00
Kevin Zhang
e5e8c48d51 Implement editing 2021-09-23 13:32:10 -05:00
Kevin Zhang
672616ef62 Rename Variable & adjust window size 2021-09-23 13:13:01 -05:00
Kevin Zhang
eac61fb40c Add setting for Custom Browser Bookmark 2021-09-23 13:07:40 -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
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
b37f9f338a Version Bumps 2021-05-12 20:04:26 +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