96
submitted 1 month ago by SatyrSack@feddit.org to c/fdroid@lemmy.ml

cross-posted from: https://feddit.org/post/6851781

Import into your F-Droid client directly by tapping this link: fdroidrepos://fdroid.ironfoxoss.org/fdroid/repo?fingerprint=C5E291B5A571F9C8CD9A9799C2C94E02EC9703948893F2CA756D67B94204F904

https://gitlab.com/ironfox-oss/IronFox

IronFox is a fork of Divested Computing Group's Mull Browser, based on Mozilla Firefox. Our goal is to continue the legacy of Mull by providing a free and open source, privacy and security-oriented web browser for daily use.

you are viewing a single comment's thread
view the rest of the comments
[-] Redjard@lemmy.dbzer0.com 1 points 1 month ago

Maybe bitwarden has a hardcoded list of browsers and defaults to the app id otherwise? There could also be an override, but if not you'd have to open an issue with bitwarden and wait for them to update their list.

Edit:
Looking into the code there is indeed a hardcoded list.
This file contains the code

// Docs state that password fields cannot be reliably saved in Compat mode since they will show as
// masked values.
bool? compatRequest = null;
if (Build.VERSION.SdkInt >= BuildVersionCodes.Q && fillRequest != null)
{
    // Attempt to automatically establish compat request mode on Android 10+
    compatRequest = (fillRequest.Flags | FillRequest.FlagCompatibilityModeRequest) == fillRequest.Flags;
}
var compatBrowser = compatRequest ?? CompatBrowsers.Contains(parser.PackageName);

I read this as:
There are browsers that do "native" autofill and ones that do "compat". Mull and ironfox do compat.
This compat support is communicated on Android 10+, but either on older android or maybe if the app is built for older android (?) it won't be communicated, thus the hard coded list.

Doesn't look like there is a way for users to add to this list.

this post was submitted on 17 Jan 2025
96 points (99.0% liked)

F-Droid

8620 readers
3 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 4 years ago
MODERATORS