[GH-ISSUE #3] Firefox for Android support #3

Closed
opened 2026-02-25 22:35:44 +03:00 by kerem · 38 comments
Owner

Originally created by @iwsbarker on GitHub (Aug 4, 2016).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/3

There is no configuration screen for floccus on firefox 48.0 for android. The only options are to disable or uninstall.

Originally created by @iwsbarker on GitHub (Aug 4, 2016). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/3 There is no configuration screen for floccus on firefox 48.0 for android. The only options are to disable or uninstall.
kerem 2026-02-25 22:35:44 +03:00
Author
Owner

@marcelklehr commented on GitHub (Aug 4, 2016):

Confirmed. Filed a bug with mozilla's WebExtension implementation to figure this out.

<!-- gh-comment-id:237688642 --> @marcelklehr commented on GitHub (Aug 4, 2016): Confirmed. Filed [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1292347) with mozilla's WebExtension implementation to figure this out.
Author
Owner

@marcelklehr commented on GitHub (Oct 5, 2016):

It appears android support for webextensions is not a priority for mozilla, atm :/
Until they fix the options I will try adding a menu item to open the options.

<!-- gh-comment-id:251758730 --> @marcelklehr commented on GitHub (Oct 5, 2016): It appears android support for webextensions is not a priority for mozilla, atm :/ Until they fix the options I will try adding a menu item to open the options.
Author
Owner

@ghost commented on GitHub (Oct 16, 2016):

Hi there

Could you do something about the options menu item for android devices. Or is there anorher way to edit the addon settings. Maybe in a configuration file or so?

Nevertheless
Thank you very much for this addon.

Regards
Rudi

<!-- gh-comment-id:254042962 --> @ghost commented on GitHub (Oct 16, 2016): Hi there Could you do something about the options menu item for android devices. Or is there anorher way to edit the addon settings. Maybe in a configuration file or so? Nevertheless Thank you very much for this addon. Regards Rudi
Author
Owner

@ghost commented on GitHub (Oct 16, 2016):

For your info, i'm on ff 49. According to your code, does the icon only works for ff 48?

Regards
Rudi

<!-- gh-comment-id:254043153 --> @ghost commented on GitHub (Oct 16, 2016): For your info, i'm on ff 49. According to your code, does the icon only works for ff 48? Regards Rudi
Author
Owner

@marcelklehr commented on GitHub (Oct 16, 2016):

@rudi123 The manifest says FF>48. Even if there was another way to edit the config, I recently found out that fennec (firefox for android) doesn't cover as much web extension features as the desktop version, so floccus doesn't work regardless, atm. I will update the readme to make that clear.

<!-- gh-comment-id:254052979 --> @marcelklehr commented on GitHub (Oct 16, 2016): @rudi123 The manifest says [FF>48](https://github.com/marcelklehr/floccus/blob/master/manifest.json#L14). Even if there was another way to edit the config, **I recently found out that fennec (firefox for android) doesn't cover as much web extension features as the desktop version, so floccus doesn't work regardless, atm.** I will update the readme to make that clear.
Author
Owner

@ghost commented on GitHub (Oct 17, 2016):

Ok, thanks for your repley. I will keep an eye on your addon. It's very promissing.

Bye

<!-- gh-comment-id:254173717 --> @ghost commented on GitHub (Oct 17, 2016): Ok, thanks for your repley. I will keep an eye on your addon. It's very promissing. Bye
Author
Owner

@poVoq commented on GitHub (Jan 26, 2017):

Any updates on firefox on android support? would be very helpful to have.

<!-- gh-comment-id:275407639 --> @poVoq commented on GitHub (Jan 26, 2017): Any updates on firefox on android support? would be very helpful to have.
Author
Owner

@marcelklehr commented on GitHub (Jan 26, 2017):

No updates,It would be nice indeed, you can track the status of the availability of the bookmarks api in android over at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/bookmarks#browser_compatibility as well as the relevant issue on bugzilla:

Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1625231

<!-- gh-comment-id:275495298 --> @marcelklehr commented on GitHub (Jan 26, 2017): No updates,It would be nice indeed, you can track the status of the availability of the bookmarks api in android over at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/bookmarks#browser_compatibility as well as the relevant issue on bugzilla: Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1625231
Author
Owner

@marcelklehr commented on GitHub (Feb 10, 2017):

As an intermediate "solution", I stumbled upon https://github.com/Nethar/owncloud-bookmarks which is an android app that syncs with owncloud bookmarks. It doesn't work with nextcloud, yet, but it's in the process of being updated. fingers crossed

<!-- gh-comment-id:278981406 --> @marcelklehr commented on GitHub (Feb 10, 2017): As an intermediate "solution", I stumbled upon https://github.com/Nethar/owncloud-bookmarks which is an android app that syncs with owncloud bookmarks. It doesn't work with nextcloud, yet, but it's in the process of being updated. *fingers crossed*
Author
Owner

@marcelklehr commented on GitHub (Aug 12, 2017):

@theScrabi was so kind to polish the above app and give it a boost to work with nextcloud. Awesome! https://github.com/theScrabi/OCBookmarks

<!-- gh-comment-id:321987254 --> @marcelklehr commented on GitHub (Aug 12, 2017): @theScrabi was so kind to polish the above app and give it a boost to work with nextcloud. Awesome! https://github.com/theScrabi/OCBookmarks
Author
Owner

@marcelklehr commented on GitHub (Feb 4, 2018):

Maybe a bounty or something like that is in order to speed things up on the firefox side?

<!-- gh-comment-id:362923979 --> @marcelklehr commented on GitHub (Feb 4, 2018): Maybe a bounty or something like that is in order to speed things up on the firefox side?
Author
Owner

@flohall commented on GitHub (Apr 8, 2018):

here is the requested bounty:
https://www.bountysource.com/issues/56793689-implement-bookmarks-on-android
May more people want to support this by donating money?

Or least upvote for the bounty or this comment.

And a big thank you to @marcelklehr for this browser extension. Looking forward to be able to use the addon in firefox for android.

<!-- gh-comment-id:379545471 --> @flohall commented on GitHub (Apr 8, 2018): here is the requested bounty: https://www.bountysource.com/issues/56793689-implement-bookmarks-on-android May more people want to support this by donating money? Or least upvote for the bounty or this comment. And a big thank you to @marcelklehr for this browser extension. Looking forward to be able to use the addon in firefox for android.
Author
Owner

@prog-amateur commented on GitHub (Dec 17, 2018):

Hello, just for my understanding, Bugzilla team say that the bug is solved :
https://bugzilla.mozilla.org/show_bug.cgi?id=1292347
They say it is a duplicate of this bug :
https://bugzilla.mozilla.org/show_bug.cgi?id=1302504
which is solved too. So, do you think it is a misunderstanding from their side ?
May I have misunderstood something ?

FYI : OCBookmarks is said unmaintained on F-Droid, too bad.

Thank you very much !

<!-- gh-comment-id:448008368 --> @prog-amateur commented on GitHub (Dec 17, 2018): Hello, just for my understanding, Bugzilla team say that the bug is solved : https://bugzilla.mozilla.org/show_bug.cgi?id=1292347 They say it is a duplicate of this bug : https://bugzilla.mozilla.org/show_bug.cgi?id=1302504 which is solved too. So, do you think it is a misunderstanding from their side ? May I have misunderstood something ? FYI : OCBookmarks is said unmaintained on F-Droid, too bad. Thank you very much !
Author
Owner

@marcelklehr commented on GitHub (Dec 19, 2018):

@prog-amateur See https://github.com/marcelklehr/floccus/issues/3#issuecomment-275495298

<!-- gh-comment-id:448506348 --> @marcelklehr commented on GitHub (Dec 19, 2018): @prog-amateur See https://github.com/marcelklehr/floccus/issues/3#issuecomment-275495298
Author
Owner

@Shookbelf commented on GitHub (Feb 23, 2019):

So the problem is that it's not possible to access the options?
Because I can do that

The only thing not working is that the Add Account button is not working, but a similar overlay is working in other extensions.

<!-- gh-comment-id:466631873 --> @Shookbelf commented on GitHub (Feb 23, 2019): So the problem is that it's not possible to access the options? ![Because I can do that](https://i.imgur.com/jUvgb8N.jpg) The only thing not working is that the Add Account button is not working, but a similar overlay is working in other extensions.
Author
Owner

@marcelklehr commented on GitHub (Feb 26, 2019):

@Shookbelf Please read the complete thread. Fennec (firefox for android) doesn't cover as much web extension features as the desktop version, so floccus doesn't work on mobile at the moment. The relevant issue is https://bugzilla.mozilla.org/show_bug.cgi?id=1330160

<!-- gh-comment-id:467525292 --> @marcelklehr commented on GitHub (Feb 26, 2019): @Shookbelf Please read the complete thread. Fennec (firefox for android) doesn't cover as much web extension features as the desktop version, so floccus doesn't work on mobile at the moment. The relevant issue is https://bugzilla.mozilla.org/show_bug.cgi?id=1330160
Author
Owner

@Shookbelf commented on GitHub (Feb 27, 2019):

Sorry, the thread was a bit unclear in that regard, I wanted clarification.
Thank you

<!-- gh-comment-id:467795176 --> @Shookbelf commented on GitHub (Feb 27, 2019): Sorry, the thread was a bit unclear in that regard, I wanted clarification. Thank you
Author
Owner

@Joshndroid commented on GitHub (Mar 26, 2019):

...sigh. Atleast i complained on their bugzilla

<!-- gh-comment-id:476862575 --> @Joshndroid commented on GitHub (Mar 26, 2019): ...sigh. Atleast i complained on their bugzilla
Author
Owner

@marcelklehr commented on GitHub (Apr 17, 2019):

Great news:

Just a quick update if anyone else is interessted in a solution for Android: the latest version of Kiwi-Browser supports Chrome extensions - not all are working but floccus is :D

<!-- gh-comment-id:484076582 --> @marcelklehr commented on GitHub (Apr 17, 2019): [Great news:](https://github.com/marcelklehr/floccus/issues/190#issuecomment-484048283) > Just a quick update if anyone else is interessted in a solution for Android: the latest version of [Kiwi-Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser&hl=de) supports Chrome extensions - not all are working but floccus is :D
Author
Owner

@marcelklehr commented on GitHub (Apr 17, 2019):

I will polish the UI to be more mbile friendly, now. This is a dream come true ❤️

<!-- gh-comment-id:484149907 --> @marcelklehr commented on GitHub (Apr 17, 2019): I will polish the UI to be more mbile friendly, now. This is a dream come true :heart:
Author
Owner

@Tank-Missile commented on GitHub (Apr 17, 2019):

I just tried it and it worked perfectly, except for folders being synced before my other bookmarks, but I guess that's intended. The UI works! The only problem is it's scrunched in the top left. Other than that, this is fantastic!

<!-- gh-comment-id:484155209 --> @Tank-Missile commented on GitHub (Apr 17, 2019): I just tried it and it worked perfectly, except for folders being synced before my other bookmarks, but I guess that's intended. The UI works! The only problem is it's scrunched in the top left. Other than that, this is fantastic!
Author
Owner

@korelstar commented on GitHub (Apr 17, 2019):

Is that Kiwi browser trustworthy? It isn't open source and I can't find any information about the author and her/his motivation - except that the app asks for many permissions.

<!-- gh-comment-id:484159245 --> @korelstar commented on GitHub (Apr 17, 2019): Is that Kiwi browser trustworthy? It isn't open source and I can't find any information about the author and her/his motivation - except that the app asks for many permissions.
Author
Owner

@Tank-Missile commented on GitHub (Apr 17, 2019):

The source code is available here.

<!-- gh-comment-id:484159893 --> @Tank-Missile commented on GitHub (Apr 17, 2019): The source code is available [here](https://github.com/kiwibrowser/android).
Author
Owner

@korelstar commented on GitHub (Apr 17, 2019):

I don't think so. That repository has one commit only and according to here you can't even build an app from that.

<!-- gh-comment-id:484166446 --> @korelstar commented on GitHub (Apr 17, 2019): I don't think so. That repository has one commit only and according to [here](https://stadt-bremerhaven.de/kiwi-browser-fuer-android-update-bringt-eine-menge-optimierungen-mit/#comment-927143) you can't even build an app from that.
Author
Owner

@Tank-Missile commented on GitHub (Apr 17, 2019):

Look at the releases page. I did a bit of digging, and this reddit thread has some discussion on the topic. However, I don't suspect malicious intent. I think we should either convince the developer to open source his code, or implement extensions using his code (I'm not sure if the code can be used) in another project like Ungoogled Chromium. Well, first projects like Ungoogled Chromium need to be made available for android.

<!-- gh-comment-id:484171666 --> @Tank-Missile commented on GitHub (Apr 17, 2019): Look at the [releases page](https://github.com/kiwibrowser/android/releases). I did a bit of digging, and [this reddit thread](https://old.reddit.com/r/Android/comments/bdlkzs/kiwi_browsers_latest_update_brings_google_chrome/ekzqibr) has some discussion on the topic. However, I don't suspect malicious intent. I think we should either convince the developer to open source his code, or implement extensions using his code (I'm not sure if the code can be used) in another project like Ungoogled Chromium. Well, first projects like Ungoogled Chromium need to be made available for android.
Author
Owner

@lorddoumer commented on GitHub (Apr 18, 2019):

@korelstar private project of a XDA member, have a look here: https://forum.xda-developers.com/android/apps-games/app-kiwi-browser-chromium-adblock-caf-t3797252
Looks good to me, at least better then all the other mobile browser out there like Dolphin, Puffin and whatever. Stayed on Chrome and Firefox till now becaue I have the same concerns like you but using floccus on mobile is just such an big advantage over the big ones that I can't resist ;-)

BTW: you can disable most permissions without breaking it, e.g. if you don't download stuff you don't have to five storage permissions etc.

<!-- gh-comment-id:484540549 --> @lorddoumer commented on GitHub (Apr 18, 2019): @korelstar private project of a XDA member, have a look here: https://forum.xda-developers.com/android/apps-games/app-kiwi-browser-chromium-adblock-caf-t3797252 Looks good to me, at least better then all the other mobile browser out there like Dolphin, Puffin and whatever. Stayed on Chrome and Firefox till now becaue I have the same concerns like you but using floccus on mobile is just such an big advantage over the big ones that I can't resist ;-) BTW: you can disable most permissions without breaking it, e.g. if you don't download stuff you don't have to five storage permissions etc.
Author
Owner

@j-autuick commented on GitHub (Sep 14, 2019):

This is a long thread, that is very old (~3 years). I just wanted to summarize the current situation:

  1. Mozilla's Android development doesn't deem it important enough to create/code/fix the extension that would allow Floccus to work--in 3+ years.
  2. Chrome doesn't support extensions on Android (which seems strange to me).
  3. Alternatively, one can use the Kiwi Browser, but like some, I am leery to use some random Browser, that is not FOSS. Kiwi Browser does work with Floccus, which is a plus, but it is limited in many other features/options that I do not like at all--like selecting my search engine. I don't want to pile onto Kiwi, but it's not for me.

In sum, there is no android extension for Floccus to work properly on any major android browser, after over 3 years.

Floccus is a fantastic extension. I wish I had searched around for it years ago. Great job @marcelklehr

Having a functioning floccus extention on android, on any major/trustworthy Browser is what I wish for for Christmas.

<!-- gh-comment-id:531503748 --> @j-autuick commented on GitHub (Sep 14, 2019): This is a long thread, that is very old (~3 years). I just wanted to summarize the current situation: 1. Mozilla's Android development doesn't deem it important enough to create/code/fix the extension that would allow Floccus to work--in 3+ years. 2. Chrome doesn't support extensions on Android (which seems strange to me). 3. Alternatively, one can use the Kiwi Browser, but like some, I am leery to use some random Browser, that is not FOSS. Kiwi Browser does work with Floccus, which is a plus, but it is limited in many other features/options that I do not like at all--like selecting my search engine. I don't want to pile onto Kiwi, but it's not for me. In sum, there is no android extension for Floccus to work properly on any major android browser, after over 3 years. Floccus is a fantastic extension. I wish I had searched around for it years ago. Great job @marcelklehr Having a functioning floccus extention on android, on any major/trustworthy Browser is what I wish for for Christmas.
Author
Owner

@lorddoumer commented on GitHub (Sep 14, 2019):

@j-autuick just a quick note: sure, a foss browser supporting floccu would be awesome but as you said, both Firefox and Chrome on Android are just too crippeled to be any real good and Kiwi is at least a very well made Chromium-based browser AND you can select your own search engine, so Kiwi has everything I wish for as a Android browser where every major browser falls short - and in the end, beeing able to use floccus seamlessly on Android is just superb ;)

<!-- gh-comment-id:531515331 --> @lorddoumer commented on GitHub (Sep 14, 2019): @j-autuick just a quick note: sure, a foss browser supporting floccu would be awesome but as you said, both Firefox and Chrome on Android are just too crippeled to be any real good and Kiwi is at least a very well made Chromium-based browser AND you can select your own search engine, so Kiwi has everything I wish for as a Android browser where every major browser falls short - and in the end, beeing able to use floccus seamlessly on Android is just superb ;)
Author
Owner

@PICAPICAP commented on GitHub (Oct 23, 2019):

I knew KIWI earlier and I want to sync something from chrome. Bitwarden can sync PW. I want to sync bookmarks and test many extensions. Because KIWI only has a mobile bookmark folder, many of them are not work at all (or I didn't know how to set up.) I think floccus may help, but I can't sync well to OwnCube's nextcloud host. (I want to find a free solution.)
It shows "E019: HTTP status 500" and "E016: Request timed out." But I'm not an admin. I don't want to set up a nextcloud by myself. Is there a way to use floccus without paying for nextcloud?

<!-- gh-comment-id:545308056 --> @PICAPICAP commented on GitHub (Oct 23, 2019): I knew KIWI earlier and I want to sync something from chrome. Bitwarden can sync PW. I want to sync bookmarks and test many extensions. Because KIWI only has a mobile bookmark folder, many of them are not work at all (or I didn't know how to set up.) I think floccus may help, but I can't sync well to OwnCube's nextcloud host. (I want to find a free solution.) It shows "E019: HTTP status 500" and "E016: Request timed out." But I'm not an admin. I don't want to set up a nextcloud by myself. Is there a way to use floccus without paying for nextcloud?
Author
Owner

@marcelklehr commented on GitHub (Apr 13, 2020):

Short update:
There is some movement on this. Apparently, mozilla is moving away from their current Android code base ('Fennec') in favor of a project dubbed 'Fenix' that is based on GeckoView, which appears to be a cleaner, more modular browser component for Android. Chances are that implementation of the bookmarks API will be easier with GeckoView, so it may be more likely for it get picked up. For now they're only working on recreating the features from fennec (~Q2), but they're working on a roadmap for more APIs and they do intend to implement the bookmarks API at some point as far as I can tell. So, maybe next christmas? :)

<!-- gh-comment-id:613092338 --> @marcelklehr commented on GitHub (Apr 13, 2020): Short update: There is some movement on this. Apparently, mozilla is moving away from their current Android code base ('Fennec') in favor of a project dubbed 'Fenix' that is based on GeckoView, which appears to be a cleaner, more modular browser component for Android. Chances are that implementation of the bookmarks API will be easier with GeckoView, so it may be more likely for it get picked up. For now they're only working on recreating the features from fennec (~Q2), but they're working on a roadmap for more APIs and they do intend to implement the bookmarks API at some point as far as I can tell. So, maybe next christmas? :)
Author
Owner

@Tank-Missile commented on GitHub (May 20, 2020):

@korelstar @lorddoumer @j-autuick @marcelklehr As of last month, Kiwi Browser became 100% open source! I say this browser is now a viable alternative to Firefox for Android until bookmark support is added.

<!-- gh-comment-id:631667852 --> @Tank-Missile commented on GitHub (May 20, 2020): @korelstar @lorddoumer @j-autuick @marcelklehr As of last month, Kiwi Browser became [100% open source](https://github.com/kiwibrowser/android/issues/70#issuecomment-615809657)! I say this browser is now a viable alternative to Firefox for Android until bookmark support is added.
Author
Owner

@NewB108 commented on GitHub (Nov 1, 2020):

Seems as if a solution was just about to come...

Unfortunately Fennec/ Fenix does not support Floccus yet. But the bookmarks-API has been implemented...

https://bugzilla.mozilla.org/show_bug.cgi?id=1330160

Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → DUPLICATE

PS: thanx 4 your great work on Floccus!

<!-- gh-comment-id:720033247 --> @NewB108 commented on GitHub (Nov 1, 2020): Seems as if a solution was just about to come... Unfortunately Fennec/ Fenix does not support Floccus yet. But the bookmarks-API has been implemented... https://bugzilla.mozilla.org/show_bug.cgi?id=1330160 Status: NEW → RESOLVED Closed: 2 months ago Resolution: --- → DUPLICATE PS: thanx 4 your great work on Floccus!
Author
Owner

@marcelklehr commented on GitHub (Nov 4, 2020):

@NewB108 The issue was resolved as a duplicate, which means the original issue is still open.

<!-- gh-comment-id:721758456 --> @marcelklehr commented on GitHub (Nov 4, 2020): @NewB108 The issue was resolved as a *duplicate*, which means the original issue is still open.
Author
Owner

@marcelklehr commented on GitHub (Apr 5, 2021):

For everyone concerned with this, I'm currently holding a vote about how best to tackle Android support for floccus: https://github.com/floccusaddon/floccus/issues/861#issuecomment-812863473

<!-- gh-comment-id:813315249 --> @marcelklehr commented on GitHub (Apr 5, 2021): For everyone concerned with this, I'm currently holding a vote about how best to tackle Android support for floccus: https://github.com/floccusaddon/floccus/issues/861#issuecomment-812863473
Author
Owner

@marcelklehr commented on GitHub (Sep 30, 2021):

Please see #962 for news on this front.

<!-- gh-comment-id:931250672 --> @marcelklehr commented on GitHub (Sep 30, 2021): Please see #962 for news on this front.
Author
Owner

@marcelklehr commented on GitHub (Dec 8, 2021):

PSA: The floccus Android app is now also available as an open beta in Google Play.

Google Play

<!-- gh-comment-id:989136171 --> @marcelklehr commented on GitHub (Dec 8, 2021): PSA: The floccus Android app is now also available as an open beta in Google Play. [<img alt="Google Play" src="https://play.google.com/intl/en_gb/badges/static/images/badges/en_badge_web_generic.png" height="70">](https://play.google.com/store/apps/details?id=org.handmadeideas.floccus)
Author
Owner

@sunjam commented on GitHub (Aug 23, 2022):

Glad to have the Floccus Android app available. I would say it is safe to close this issue since further Firefox support is simply outside of the control of Floccus; hopefully something will happen on the Firefox end one day, but who knows.

To save others digging for status of Firefox Bookmarks API support, the unresolved request can be found here.

<!-- gh-comment-id:1224681968 --> @sunjam commented on GitHub (Aug 23, 2022): Glad to have the Floccus Android app available. I would say it is safe to close this issue since further Firefox support is simply outside of the control of Floccus; hopefully something will happen on the Firefox end one day, but who knows. To save others digging for status of Firefox Bookmarks API support, [the unresolved request can be found here](https://bugzilla.mozilla.org/show_bug.cgi?id=1625231).
Author
Owner

@github-actions[bot] commented on GitHub (Oct 8, 2023):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1751883406 --> @github-actions[bot] commented on GitHub (Oct 8, 2023): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#3
No description provided.