[PR #1121] [MERGED] Update support for several browsers and HTML viewer #2757

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1121
Author: @stevenlele
Created: 10/19/2020
Status: Merged
Merged: 10/21/2020
Merged by: @mpbw2

Base: masterHead: browser-support


📝 Commits (6)

  • 0d40cec Update accessibility support for Via browser
  • e8c7fa4 Add Via browser (CN) & HTML viewer to AutofillHelpers
  • e6466ab Add Via browser (CN) & HTML viewer to autofillservice
  • fa9abe2 Add browsers to AccessibilityHelpers
  • 58378c7 Add browsers to AutofillHelpers
  • abaaabf Add browsers to autofillservice

📊 Changes

3 files changed (+28 additions, -4 deletions)

View changed files

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

📄 Description

This patch adds the Chinese version of Via browser (mark.via) and updates the uri view id for both Chinese and Google Play version.

I also added HTML viewer (com.android.htmlviewer) since my system used it to display the WiFi log-in page. It does NOT have a url bar so I did NOT add it to AccessibilityHelpers.cs.


🔄 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/1121 **Author:** [@stevenlele](https://github.com/stevenlele) **Created:** 10/19/2020 **Status:** ✅ Merged **Merged:** 10/21/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `browser-support` --- ### 📝 Commits (6) - [`0d40cec`](https://github.com/bitwarden/android/commit/0d40cec87beeffe73e030e56d2f6b08de2eb86c6) Update accessibility support for Via browser - [`e8c7fa4`](https://github.com/bitwarden/android/commit/e8c7fa4941f5800fb2c118bd045f79549bdf696b) Add Via browser (CN) & HTML viewer to AutofillHelpers - [`e6466ab`](https://github.com/bitwarden/android/commit/e6466ab150d6d99a58fa4df74ac005bfa5f26e58) Add Via browser (CN) & HTML viewer to autofillservice - [`fa9abe2`](https://github.com/bitwarden/android/commit/fa9abe291a7e7ea073617350b668e99b2c6c1423) Add browsers to AccessibilityHelpers - [`58378c7`](https://github.com/bitwarden/android/commit/58378c77143347f6b96bfcf027650c83d72f105c) Add browsers to AutofillHelpers - [`abaaabf`](https://github.com/bitwarden/android/commit/abaaabf273074457fc32b0c4b65cb23718145965) Add browsers to autofillservice ### 📊 Changes **3 files changed** (+28 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+5 -1) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+5 -0) 📝 `src/Android/Resources/xml/autofillservice.xml` (+18 -3) </details> ### 📄 Description This patch adds the Chinese version of Via browser ([`mark.via`](https://www.coolapk.com/apk/mark.via)) and updates the uri view id for both Chinese and Google Play version. I also added HTML viewer (`com.android.htmlviewer`) since my system used it to display the WiFi log-in page. **It does NOT have a url bar so I did NOT add it to `AccessibilityHelpers.cs`.** --- <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:23:41 -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#2757