[PR #864] [MERGED] [Browser lists] Sort the entries alphabetically #109664

Closed
opened 2026-06-06 04:57:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/864
Author: @contribucious
Created: 4/30/2020
Status: Merged
Merged: 4/30/2020
Merged by: @mpbw2

Base: masterHead: browser-lists-az-sorting


📝 Commits (4)

  • 286dac1 AccessibilityHelpers.SupportedBrowsers: sort the entries alphabetically
  • 0e97f55 AutofillHelpers.TrustedBrowsers: sort the entries alphabetically
  • 275527c AutofillHelpers.CompatBrowsers: sort the entries alphabetically
  • 972d0fc autofillservice.xml: sort the entries alphabetically

📊 Changes

3 files changed (+110 additions, -102 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+42 -41)
📝 src/Android/Autofill/AutofillHelpers.cs (+25 -22)
📝 src/Android/Resources/xml/autofillservice.xml (+43 -39)

📄 Description

This sorts the entries in the browser lists alphabetically.

Like here — from an official repository of Android:
https://github.com/android/input-samples/blob/master/AutofillFramework/afservice/src/main/res/xml/debug_service.xml

This may possibly complicate the task of adding new entries slightly but greatly clarifies the whole as the lists grow (particularly useful for comparisons and quick check for the presence of an entry). A comment has been added above each list to ensure that they remain sorted this way.


Note: Preamble to the rest (various related PRs to come, once this one validated).


🔄 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/864 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 4/30/2020 **Status:** ✅ Merged **Merged:** 4/30/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `browser-lists-az-sorting` --- ### 📝 Commits (4) - [`286dac1`](https://github.com/bitwarden/android/commit/286dac1356b67bebf7328985c937e1e01f6508b9) AccessibilityHelpers.SupportedBrowsers: sort the entries alphabetically - [`0e97f55`](https://github.com/bitwarden/android/commit/0e97f55fd637bca9bed1cc629477fe89882c453e) AutofillHelpers.TrustedBrowsers: sort the entries alphabetically - [`275527c`](https://github.com/bitwarden/android/commit/275527c91f15d8a21fbc1e438b91f3d0e8bed856) AutofillHelpers.CompatBrowsers: sort the entries alphabetically - [`972d0fc`](https://github.com/bitwarden/android/commit/972d0fc1fc12c03e4a10e133a72862f97d876f47) autofillservice.xml: sort the entries alphabetically ### 📊 Changes **3 files changed** (+110 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+42 -41) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+25 -22) 📝 `src/Android/Resources/xml/autofillservice.xml` (+43 -39) </details> ### 📄 Description This sorts the entries in the browser lists alphabetically. Like here — from an official repository of Android: https://github.com/android/input-samples/blob/master/AutofillFramework/afservice/src/main/res/xml/debug_service.xml This may possibly complicate the task of adding new entries slightly but greatly clarifies the whole as the lists grow (particularly useful for comparisons and quick check for the presence of an entry). A comment has been added above each list to ensure that they remain sorted this way. ___ **Note:** Preamble to the rest (various related PRs to come, once this one validated). --- <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 2026-06-06 04:57:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#109664