Skip to content
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

Mobile support #24

Open
SunCatMC opened this issue Aug 24, 2020 · 2 comments
Open

Mobile support #24

SunCatMC opened this issue Aug 24, 2020 · 2 comments
Labels
enhancement New feature or request postponed Issues that have been postponed because they can't be currently fixed

Comments

@SunCatMC
Copy link
Member

It is possible to have an extention work on mobile app (at least with Waterfox/Firefox, see uBlock Origin). It would be great to add this support for our extension too, less dependency on having a pc

@SunCatMC SunCatMC added the enhancement New feature or request label Aug 24, 2020
@violine1101
Copy link
Member

It seems like Mozilla recently deprecated proper extension support for Firefox for Android with their recent large rewrite of the app (Firefox 79). Extensions still are available, however you can only install the "recommended extensions". From what I know they're planning to add support for more extensions later on, but currently you cannot just install some custom extension.

While it would be possible to also adapt the extension to work for earlier versions of the app, that would require fixing a few incompatibilities that I don't know how to fix without forking the app (specifically, the Android app doesn't support the badge API). Additionally I would need to test the app on an old version of the app which means extra effort is needed. In my opinion that isn't worth it.

Therefore I'd probably postpone this until proper extension support for Firefox for Android is available.

@violine1101 violine1101 added the postponed Issues that have been postponed because they can't be currently fixed label Mar 20, 2021
@violine1101
Copy link
Member

violine1101 commented Nov 20, 2022

Update: It appears like it's now possible to properly write extensions for Android, however there is currently no way to publish these extensions. It appears like addons still need to blessed by Mozilla to be able to be used out of the box, and that only happened to a very few popular extensions so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postponed Issues that have been postponed because they can't be currently fixed
Projects
None yet
Development

No branches or pull requests

2 participants