Add Autofill support for Privacy browser #302

Closed
opened 2025-11-07 08:34:40 -06:00 by GiteaMirror · 3 comments
Owner
Originally created by @jerryn70 on GitHub (Nov 9, 2018). https://play.google.com/store/apps/details?id=com.stoutner.privacybrowser.standard https://play.google.com/store/apps/details?id=com.stoutner.privacybrowser.free
Author
Owner

@contribucious commented on GitHub (May 23, 2020):

Hello @jerryn70,

See Pull Request https://github.com/bitwarden/mobile/pull/915 for follow-up (pending*, currently).

(*) Note that this issue will be automatically closed once the Pull Request is merged.
Comments will still be possible below, however.


UPDATE: PR now merged and committed in 954ed6457c 👍

@contribucious commented on GitHub (May 23, 2020): Hello @jerryn70, See Pull Request https://github.com/bitwarden/mobile/pull/915 for follow-up (pending*, currently). **(*)** Note that this issue will be automatically closed once the Pull Request is merged. Comments will still be possible below, however. ___ **UPDATE:** PR now merged and committed in https://github.com/bitwarden/mobile/commit/954ed6457c8ed677fe14224a2c63233c7b929c4c :thumbsup:
Author
Owner

@jerryn70 commented on GitHub (Aug 13, 2021):

@contribucious @kspearrin sadly now the autofill is not working

@jerryn70 commented on GitHub (Aug 13, 2021): @contribucious @kspearrin sadly now the autofill is not working
Author
Owner

@contribucious commented on GitHub (Aug 24, 2021):

Hello @jerryn70,

Sorry for the late reply.

Without promise, I will try to find time to test this further.

Because after simple verification, both the package names (com.stoutner.privacybrowser.free and com.stoutner.privacybrowser.standard) and their corresponding resource-id value are still correct:

PS C:\tmp> strings64.exe -a '.\Privacy Browser Free 3.8.1.apk' | findstr '\<url_edittext\>'
url_edittext
PS C:\tmp> strings64.exe -a '.\Privacy Browser 3.8.1.apk' | findstr '\<url_edittext\>'
url_edittext

(Also confirmed after verification in their source code.)
 


ℹ️ 3.8.1 is the latest version currently, available:
@contribucious commented on GitHub (Aug 24, 2021): Hello @jerryn70, Sorry for the late reply. Without promise, I will try to find time to test this further. Because after simple verification, both the package names (`com.stoutner.privacybrowser.free` and `com.stoutner.privacybrowser.standard`) and their corresponding resource-id value are still correct: ```powershell PS C:\tmp> strings64.exe -a '.\Privacy Browser Free 3.8.1.apk' | findstr '\<url_edittext\>' url_edittext ``` ```powershell PS C:\tmp> strings64.exe -a '.\Privacy Browser 3.8.1.apk' | findstr '\<url_edittext\>' url_edittext ``` (Also confirmed after verification in their source code.) &nbsp; ___ ###### :information_source: _3.8.1 is the latest version currently, available:_ - on the Google Play Store ([Free](https://play.google.com/store/apps/details?id=com.stoutner.privacybrowser.free) and [Standard](https://play.google.com/store/apps/details?id=com.stoutner.privacybrowser.standard)); - on F-Droid ([Standard](https://f-droid.org/packages/com.stoutner.privacybrowser.standard/)); - and also [on the website of his developer](https://download.stoutner.com/privacy-browser/) (Free and Standard, where I downloaded the .apk files).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#302