-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brave Browser Support #100
Comments
I don't know whether there is "official support" yet, but it seems to work fine after some cross-browser issues were resolved in the betas:
|
Correct. @nero120 asked me to make a feature request thread for people to upvote if they wanted it added officially. Then they can see how much the feature is requested by users and discern if they need to allocate the time to fixing the remaining minor issues. |
Until Brave is supported there could well be issues that are not immediately obvious, so if you want to use xBrowserSync with it make sure you take regular back ups just in case! 😄 |
I'm using xBrowserSync across Brave (win10), Chrome (win10), and Chromium (linux) -- and happy to report that it's working well. If you're using Brave, consider turning off Brave's sync. I've had Brave sync on while xBrowserSync was on, and experienced bookmarks duplicated and folders being partially duplicated. If I can reproduce this, i'll file a proper bug report. |
@yz778 xBrowserSync does not support using other sync tools under any circumstances, doing so will always lead to duplication as the native APIs are triggered by those sync tools which then trigger xBrowserSync. |
@nero120, agree and understood. Suggested feature when Brave support is official -- to detect that Brave Sync is on and give a warning. |
@yz778 that's not possible unfortunately as there's no API available for any browser that can determine that. However in v1.5.0 I have included a warning to disable any active syncing tools: |
Greetings, just a quick feedback from a Brave user: xBrowserSync works fine for me on Windows 10 x64, Brave, Firefox and Firefox Developer Edition. |
Thanks @indig0F10w, I've switched to Brave for my main browser and xBrowserSync is working great! |
Cool - i will try to use it with Brave too :) Btw. thanks a lot for this wonderful app! |
If thus was available for Brave on Android, specifically on Kindle Fire, it would be a great benefit. I realize that Amazon is at war with Google and has a near closed system (though not nearly as closed as Apple), but I have been able to download APKs for software such as Brave, which is the only really decent browser for the Fire. Currently there is no way to sync Brave on the Fire as there is no sync option on the Brave settings menu. Anyway, that's my two bits. |
Damn on Win10 xBrowserSync was working perfectly in Brave but now just hours ago, an update of Brave came out and renamed the "Bookmarks bar" folder to "Bookmarks" and what really broke it was they nested the "Other bookmarks" folder under the "Bookmarks" folder. Now xBrowserSync does not work at all. Of course, I literally just got down customizing my self-hosted xBrowserSync app by adding the date/timestamp the bookmark was added to xBrowserSync and then displaying under each bookmark's title, the date added/timestamp in the bookmark search results. This makes it easier for me to organize my bookmarks. I just was spent hours thinking it was something I did even though it was working fine earlier and I did not make any changes but of course with my luck come to find they changed the bookmark structure. Here is where the revamped bookmark structure is described: brave/brave-browser#5158 Maybe the author @nero120 can point me in the correct direction to update the chrome extension to be work with this new structure? It seems like it wouldn't be too difficult and actually might even make it cleaner having all the bookmarks start from a single node ("Bookmarks") instead of two, "Bookmark bar" and "Other bookmarks". I am going to try and do it myself but any insight would be greatly appreciated. I will post the code if I figure it out. I'll fork the chrome version and make the hopefully minor changes to the app in order to create a working Brave version again. Thanks! Here are the errors after the Brave update today:
|
@rob4226 i was afraid they would do this at some point. It will require a new platform implementation for Brave. This is no easy task even if you are familiar with the xBrowserSync code base and native apis. I am currently finishing off v1.5.1 for release within the next couple of weeks which will bring the android app up to date. Once that's done i will start work on v1.6.0 which will implement support for remaining mainstream browsers, starting with Brave. |
@nero120 Ok thanks for the response! In that case, I will just wait for v1.6.0. In the meantime, I'll just use a previous release of Brave that works. I just downgraded and I can confirm the Chrome extension works again, at least on Windows 10. For anyone else who runs into this problem, the latest release of Brave that fully works with xBrowserSync (up to v1.5.1) is v1.1.23 which can be found here https://github.com/brave/brave-browser/releases/tag/v1.1.23 After installing a prior version you have to stop Brave from auto-updating by adding an entry to your local hosts file to break the Brave update link i.e.
Here is a good article to follow for that: https://www.publish0x.com/random/stop-brave-browser-auto-updating-windows-xqwmgo |
Thanks for the info @rob4226! |
@rob4226 , I'll downgrade my version too, hoping that Brave will make sync extensions work again soon. |
Quote.. |
Update: Brave have now resolved the missing other bookmarks issue, the fix is scheduled to be released in Brave 1.7.x. It is not yet available in the nightly build but once it is I will test it with the current version of xBrowserSync and report back. |
Looks like it's working in Brave Nightly Version 1.7.10. 🎉 |
Confirmed, thanks @scudelletti! |
FYI all, version 1.7 of Brave (that will include the fix) is scheduled to be publicly released on April 28. |
Fixed on today's update: "Version 1.7.92 Chromium: 80.0.3987.163 (Official Build) (64-bit)" |
Awesome. Thanks for the update! I have been keeping tabs on this release waiting to do some testing :) |
@rodrigoswz confirmed, thanks for the heads up! |
Great news! I can finally upgrade from Brave v1.1.23 👍 I've been using that outdated version for months lol |
Brave is chromium based and has some small quirks. Overall seems to work really well out of the box, only having minor issues such as the search input not automatically focusing. Would be great to add official support.
Thanks!
The text was updated successfully, but these errors were encountered: