[PR #1855] [MERGED] [EC-327] Opera GX Autofill Support on Android #3183

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1855
Author: @Donkeykong307
Created: 3/19/2022
Status: Merged
Merged: 7/14/2022
Merged by: @vvolkgang

Base: masterHead: master


📝 Commits (2)

  • cd6a4d8 Opera GX Autofill Support
  • bde8c6d Merge branch 'bitwarden:master' into master

📊 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

Added Opera GX Autofill Support on Android

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Added Support for autofill for the Opera GX Browser on Android

Code changes

Opera GX is basically a clone of Opera Touch, so it uses the same URL Bar.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1855 **Author:** [@Donkeykong307](https://github.com/Donkeykong307) **Created:** 3/19/2022 **Status:** ✅ Merged **Merged:** 7/14/2022 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`cd6a4d8`](https://github.com/bitwarden/android/commit/cd6a4d863abe1909fc37e9fe2117a2204d3be157) Opera GX Autofill Support - [`bde8c6d`](https://github.com/bitwarden/android/commit/bde8c6d51622fe9aef5d73af243023c11625e9aa) Merge branch 'bitwarden:master' into master ### 📊 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 Added Opera GX Autofill Support on Android ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Added Support for autofill for the Opera GX Browser on Android ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> Opera GX is basically a clone of Opera Touch, so it uses the same URL Bar. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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:29:23 -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#3183