Support for custom package name? #1037

Closed
opened 2025-11-26 22:37:19 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @wchen342 on GitHub (Jun 10, 2020).

Originally assigned to: @mpbw2 on GitHub.

Describe the Bug

I am the developer of ungoogled-chromium-android. There is a bug report regarding my browser returning package name (org.ungoogled.chromium) instead of the correct url. See wchen342/ungoogled-chromium-android/issues/38.
I figured that the cause of the problem is the change of package name, but I cannot figure out why. I happened to stumble into 9e7b741, and I am wondering is it because of my package name is not in the list of CompatBrowsers?

The following sections are copyed from the original issue:

Steps To Reproduce

  1. Go to any website and login
  2. Bitwarden Autofill notification appears
  3. Select the notification
  4. It shows org.ungoogled.chromium instead of website

Expected Result

Need to direct to the relevant website that user is trying to login

Actual Result

It shows org.ungoogled.chromium on top

Screenshots or Videos

Environment

  • Device: OnePlus 5T
  • Operating system: Stock
  • Build Version Unkown. @sivuda can answer.
  • Is this a Beta release? Unkown. @sivuda can answer.
Originally created by @wchen342 on GitHub (Jun 10, 2020). Originally assigned to: @mpbw2 on GitHub. <!-- Comment: Please do not submit feature requests. The [Community Forums][1] has a section for submitting, voting for, and discussing product feature requests. [1]: https://community.bitwarden.com --> ## Describe the Bug I am the developer of [ungoogled-chromium-android](https://github.com/wchen342/ungoogled-chromium-android). There is a bug report regarding my browser returning package name (`org.ungoogled.chromium`) instead of the correct url. See wchen342/ungoogled-chromium-android/issues/38. I figured that the cause of the problem is the change of package name, but I cannot figure out why. I happened to stumble into 9e7b741, and I am wondering is it because of my package name is not in the list of `CompatBrowsers`? The following sections are copyed from the original issue: ## Steps To Reproduce 1. Go to any website and login 2. Bitwarden Autofill notification appears 3. Select the notification 4. It shows org.ungoogled.chromium instead of website ## Expected Result Need to direct to the relevant website that user is trying to login ## Actual Result It shows org.ungoogled.chromium on top ## Screenshots or Videos ## Environment - Device: OnePlus 5T - Operating system: Stock - Build Version Unkown. @sivuda can answer. - Is this a Beta release? Unkown. @sivuda can answer.
Author
Owner

@sivuda commented on GitHub (Jun 10, 2020):

  • Build Version Unkown. @sivuda can answer.
  • Is this a Beta release? Unkown. @sivuda can answer.

Build: 2.4.2
Not beta

@sivuda commented on GitHub (Jun 10, 2020): > * Build Version Unkown. @sivuda can answer. > * Is this a Beta release? Unkown. @sivuda can answer. Build: 2.4.2 Not beta
Author
Owner

@mpbw2 commented on GitHub (Jun 12, 2020):

Hi, your theory is most likely correct. Can I get a quick build to test locally? (Your F-Droid link is returning 403)

@mpbw2 commented on GitHub (Jun 12, 2020): Hi, your theory is most likely correct. Can I get a quick build to test locally? (Your F-Droid link is returning 403)
Author
Owner
@wchen342 commented on GitHub (Jun 12, 2020): Here you go: [https://github.com/wchen342/ungoogled-chromium-android/releases/download/83.0.4103.97-1/ChromePublic_arm64.apk](https://github.com/wchen342/ungoogled-chromium-android/releases/download/83.0.4103.97-1/ChromePublic_arm64.apk)
Author
Owner

@mpbw2 commented on GitHub (Jun 12, 2020):

Thanks @wchen342 - fix will go out in the next release.

@mpbw2 commented on GitHub (Jun 12, 2020): Thanks @wchen342 - fix will go out in the next release.
Author
Owner

@nullsurfer commented on GitHub (Jun 28, 2020):

I'm running Bitwarden 2.4.4. Accessibility service works, but not Autofill service on Ungoogled Chromium.

@nullsurfer commented on GitHub (Jun 28, 2020): I'm running Bitwarden 2.4.4. Accessibility service works, but not Autofill service on Ungoogled Chromium.
Author
Owner

@sivuda commented on GitHub (Jul 11, 2020):

Thanks @wchen342 - fix will go out in the next release.

Hi, there are two packages that @wchen342 build. One is org.ungoogled.chromium and the other is org.ungoogled.chromium.extensions . Looks like you guys added the first package name and not the second. Thanks

@sivuda commented on GitHub (Jul 11, 2020): > Thanks @wchen342 - fix will go out in the next release. Hi, there are two packages that @wchen342 build. One is `org.ungoogled.chromium` and the other is `org.ungoogled.chromium.extensions` . Looks like you guys added the first package name and not the second. Thanks
Author
Owner

@mpbw2 commented on GitHub (Jul 11, 2020):

@wchen342 Can you confirm this?

@mpbw2 commented on GitHub (Jul 11, 2020): @wchen342 Can you confirm this?
Author
Owner

@wchen342 commented on GitHub (Jul 11, 2020):

@mportune-bw Yes that's a newly added package name.

@wchen342 commented on GitHub (Jul 11, 2020): @mportune-bw Yes that's a newly added package name.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#1037