[PR #1041] [MERGED] [KnownUsernameField] Fix for the special case "eBay India" #2717

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1041
Author: @contribucious
Created: 8/14/2020
Status: Merged
Merged: 8/17/2020
Merged by: @cscharf

Base: masterHead: KnownUsernameField--eBay-India-special-case-fix


📝 Commits (1)

  • eb8cda4 [KnownUsernameField] Fix for the special case "eBay India"

📊 Changes

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

View changed files

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

📄 Description

Spotted a special case, that of eBay India.

 

As a reminder, www.ebay.in is the only one in the list — available in the footer of www.ebay.com — with www.ebay.se to have their domain name redirecting to ebay.com.

But unlike the .se where the signin.ebay.se does not exist or no longer exists, the .in still has it: signin.ebay.in. With a message indicating this transition period, though.

↪️ Although inaccessible from the home page because now redirected to in.ebay.com (which uses signin.ebay.com).
 
 

Screenshots

Main URL:

signin.ebay.in_main

Alternative URL:

signin.ebay.in_alt

To buy and sell on www.ebay.com or other eBay sites internationally, existing users can login using their credentials or new users can register an eBay account on ebay.in. Kindly note you can no longer buy or sell on eBay.in.

 

Action taken

➡️ Added signin.ebay.in.

💡 Value userid checked, both in mobile and desktop mode.


🔄 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/1041 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 8/14/2020 **Status:** ✅ Merged **Merged:** 8/17/2020 **Merged by:** [@cscharf](https://github.com/cscharf) **Base:** `master` ← **Head:** `KnownUsernameField--eBay-India-special-case-fix` --- ### 📝 Commits (1) - [`eb8cda4`](https://github.com/bitwarden/android/commit/eb8cda47d203f12b6ff7b702a7adaca47271216b) [KnownUsernameField] Fix for the special case "eBay India" ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+1 -0) </details> ### 📄 Description # Spotted a special case, that of **eBay India**. &nbsp; As a reminder, `www.ebay.in` is the only one in the list — available in the footer of `www.ebay.com` — with `www.ebay.se` to have their domain name redirecting to `ebay.com`. **But** unlike the `.se` where the `signin.ebay.se` does not exist or no longer exists, the `.in` still has it: `signin.ebay.in`. With a message indicating this **transition period**, though. :arrow_right_hook: _Although inaccessible from the home page because now redirected to `in.ebay.com` (which uses `signin.ebay.com`)._ &nbsp; &nbsp; ## Screenshots **Main URL:** ![signin.ebay.in_main](https://user-images.githubusercontent.com/4764956/90286997-3c28c200-de77-11ea-80ce-638ec2166a2c.png) **Alternative URL:** ![signin.ebay.in_alt](https://user-images.githubusercontent.com/4764956/90287001-3e8b1c00-de77-11ea-8612-a1157bad14c3.png) > To buy and sell on www.ebay.com or other eBay sites internationally, existing users can login using their credentials or new users can register an eBay account on ebay.in. **Kindly note you can no longer buy or sell on eBay.in.** &nbsp; ## Action taken :arrow_right: Added `signin.ebay.in`. :bulb: Value `userid` checked, both in mobile and desktop mode. --- <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:08 -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#2717