[PR #1320] [MERGED] [KnownUsernameField] Entries update (Amazon) #2837

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1320
Author: @contribucious
Created: 3/16/2021
Status: Merged
Merged: 3/16/2021
Merged by: @mpbw2

Base: masterHead: KnownUsernameField--entries-update--Amazon


📝 Commits (1)

  • ac6b189 [KnownUsernameField] Entries update (Amazon)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+2 -0)

📄 Description

This PR:

 

Related: https://github.com/bitwarden/server/pull/1219
 
 

Technical details

Read me …  

amazon.pl (desktop):

<input type="email" maxlength="128" id="ap_email" name="email" tabindex="1" class="a-input-text a-span12 auth-autofocus auth-required-field">

amazon.pl (mobile):

<input type="email" maxlength="128" id="ap_email_login" placeholder="Adres e-mail (numer telefonu w przypadku kont mobilnych)" name="email" autocorrect="off" autocapitalize="none">

amazon.se (desktop):

<input type="email" maxlength="128" id="ap_email" name="email" tabindex="1" class="a-input-text a-span12 auth-autofocus auth-required-field">

amazon.se (mobile):

<input type="email" maxlength="128" id="ap_email_login" placeholder="E-post (mobilnummer fӧr mobilkonton)" name="email" autocorrect="off" autocapitalize="none">

 
 
ℹ️ … and regarding the URL, contains:/ap/signin is OK for all. 👍


🔄 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/1320 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 3/16/2021 **Status:** ✅ Merged **Merged:** 3/16/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `KnownUsernameField--entries-update--Amazon` --- ### 📝 Commits (1) - [`ac6b189`](https://github.com/bitwarden/android/commit/ac6b18929e23fe638333d9e4eadf1ef74ea89ce5) [KnownUsernameField] Entries update (Amazon) ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+2 -0) </details> ### 📄 Description # This PR: &nbsp; - adds the freshly launched `amazon.pl` — see [the press release](https://www.aboutamazon.eu/press-release/amazon-pl-launches-in-poland). :bulb: - adds the recently launched `amazon.se` — see [the press release](https://www.aboutamazon.eu/press-release/amazon-se-launches-in-sweden). :bulb: &nbsp; **Related:** https://github.com/bitwarden/server/pull/1219 &nbsp; &nbsp; # Technical details <details> <summary>Read me …</summary> &nbsp; **amazon.pl (desktop):** ```html <input type="email" maxlength="128" id="ap_email" name="email" tabindex="1" class="a-input-text a-span12 auth-autofocus auth-required-field"> ``` **amazon.pl (mobile):** ```html <input type="email" maxlength="128" id="ap_email_login" placeholder="Adres e-mail (numer telefonu w przypadku kont mobilnych)" name="email" autocorrect="off" autocapitalize="none"> ``` **amazon.se (desktop):** ```html <input type="email" maxlength="128" id="ap_email" name="email" tabindex="1" class="a-input-text a-span12 auth-autofocus auth-required-field"> ``` **amazon.se (mobile):** ```html <input type="email" maxlength="128" id="ap_email_login" placeholder="E-post (mobilnummer fӧr mobilkonton)" name="email" autocorrect="off" autocapitalize="none"> ``` &nbsp; &nbsp; :information_source: … and regarding the URL, `contains:/ap/signin` is OK for all. :thumbsup: </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:24:46 -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#2837