[PR #883] [MERGED] Add support for AVG Browser #2640

Closed
opened 2025-11-26 23:22:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/883
Author: @contribucious
Created: 5/6/2020
Status: Merged
Merged: 5/6/2020
Merged by: @mpbw2

Base: masterHead: avg-browser-support


📝 Commits (3)

  • fd87a05 Add AVG Browser to SupportedBrowsers dict
  • 7ce19cf Add AVG Browser to CompatBrowsers
  • 5c40586 Add AVG Browser compatibility-package entry

📊 Changes

3 files changed (+5 additions, -0 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+1 -0)
📝 src/Android/Autofill/AutofillHelpers.cs (+1 -0)
📝 src/Android/Resources/xml/autofillservice.xml (+3 -0)

📄 Description

AVG_Browser_logo


This adds compatibility for AVG Browser (com.avg.android.secure.browser).

✔️ The resource-id value (editor) has been checked.

Read more ...

Screenshot (for resource-id value)

AVG_Browser_resource-id
➡️ com.avg.android.secure.browser:id/ editor

Remark

Very similar to Avast Secure Browser (recently committed from this PR).

This is because AVG has been a subsidiary of Avast since its acquisition by the latter in 2016. For information, the two browsers were released the same day on the Play Store (March 23, 2020).

Avast_Secure_Browser_logo_only AVG_Browser_logo_only
➡️ Avast Secure Browser logo at left (com.avast.android.secure.browser)
➡️ AVG Browser logo at right (com.avg.android.secure.browser)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/883 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 5/6/2020 **Status:** ✅ Merged **Merged:** 5/6/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `avg-browser-support` --- ### 📝 Commits (3) - [`fd87a05`](https://github.com/bitwarden/android/commit/fd87a05e7e836c8957ee715d737fea0988a0f0b5) Add AVG Browser to SupportedBrowsers dict - [`7ce19cf`](https://github.com/bitwarden/android/commit/7ce19cf2c6a06d2af89fe9de3e74f8df9cc8ff99) Add AVG Browser to CompatBrowsers - [`5c40586`](https://github.com/bitwarden/android/commit/5c40586b01bb8c824e493369d0af4845ff653ae8) Add AVG Browser compatibility-package entry ### 📊 Changes **3 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+1 -0) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+1 -0) 📝 `src/Android/Resources/xml/autofillservice.xml` (+3 -0) </details> ### 📄 Description ![AVG_Browser_logo](https://user-images.githubusercontent.com/4764956/81216490-45360780-8fdb-11ea-9d9a-cb64c455928d.png) ___ This adds compatibility for **[AVG Browser](https://play.google.com/store/apps/details?id=com.avg.android.secure.browser)** (`com.avg.android.secure.browser`). :heavy_check_mark: The resource-id value (`editor`) has been checked. <details> <summary>Read more ...</summary> ## Screenshot (for _resource-id_ value) ![AVG_Browser_resource-id](https://user-images.githubusercontent.com/4764956/81216673-93e3a180-8fdb-11ea-83c9-e003eb873bef.png) :arrow_right: `com.avg.android.secure.browser:id/` **`editor`** ## Remark Very similar to [Avast Secure Browser](https://play.google.com/store/apps/details?id=com.avast.android.secure.browser) (recently committed from [this PR](https://github.com/bitwarden/mobile/pull/874)). This is because **AVG** has been a subsidiary of **Avast** since [its acquisition](https://press.avast.com/avast-closes-acquisition-of-avg-technologies) by the latter in 2016. For information, the two browsers were released the same day on the Play Store (March 23, 2020). ![Avast_Secure_Browser_logo_only](https://user-images.githubusercontent.com/4764956/81218445-7f54d880-8fde-11ea-8cea-81bf58cbc72c.png) ![AVG_Browser_logo_only](https://user-images.githubusercontent.com/4764956/81218452-81b73280-8fde-11ea-92b6-e723071261c6.png) :arrow_right: **Avast Secure Browser** logo at left (`com.avast.android.secure.browser`) :arrow_right: **AVG Browser** logo at right (`com.avg.android.secure.browser`) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:22:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2640