apps.obtainium.imranr.dev icon indicating copy to clipboard operation
apps.obtainium.imranr.dev copied to clipboard

Can you guys add the Fennec Browser?

Open mightyrockerr opened this issue 1 year ago • 6 comments

https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/

mightyrockerr avatar Apr 14 '25 01:04 mightyrockerr

In order to target the armeabi-v7a version use the APK filter.

  • Filter APKs by regular expression: \d{5}00

DarkCrypt avatar Apr 18 '25 03:04 DarkCrypt

@DarkCrypt is that for adding the app from f-droid or directly from the source code because I'm trying to achieve the latter?

mightyrockerr avatar Apr 19 '25 01:04 mightyrockerr

That's for adding the app from F-Droid. To me it looks like F-Droid is the official release channel. I don't see an APK within the linked source code from F-Droid.

DarkCrypt avatar Apr 19 '25 06:04 DarkCrypt

For x86 regular expression: 10 For arm 64 v8a regular expression 20 or toggle the highest APK-version-toggle.

DwainZwerg avatar Apr 22 '25 09:04 DwainZwerg

@DarkCrypt @ImranR98 Should we add the configuration? It also works without extra configuration. The extra configuration only means that you no longer have to select a variant manually.

DwainZwerg avatar Apr 23 '25 15:04 DwainZwerg

@DwainZwerg I'm slightly conflicted about adding the app. I personally think it's important for the configs on the crowdsource website to eliminate the selector. New users may struggle with the ReGex to do this but more advanced users may not. I used the ReGex above to target the v7a version because just using 00 doesn't work.

DarkCrypt avatar Apr 24 '25 08:04 DarkCrypt