Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional UA strings, currently not detected #7606

Closed
tg-sh opened this issue Feb 26, 2024 · 0 comments · Fixed by #7607
Closed

Additional UA strings, currently not detected #7606

tg-sh opened this issue Feb 26, 2024 · 0 comments · Fixed by #7607

Comments

@tg-sh
Copy link

tg-sh commented Feb 26, 2024

{
  "regex": "(?:KFTUWI Build)",
  "brand": "Amazon",
  "model": "Fire HD 10 (13th Gen)",
  "deviceType": "tablet",
  "sample": "Mozilla/5.0 (Linux; Android 11; KFTUWI Build/RS8321.1924N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/118.0.0.0 Safari/537.36"
},
{
  "regex": "(?:en-gb; RMX3785 Build)",
  "brand": "realme",
  "model": "11x (5G)",
  "deviceType": "smartphone",
  "sample": "Mozilla/5.0 (Linux; U; Android 13; en-gb; RMX3785 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 HeyTapBrowser/45.10.5.1.1"
},
{
  "regex": "(?:Puya Build)",
  "brand": "Hot Pepper",
  "model": "Puya",
  "deviceType": "tablet",
  "sample": "Mozilla/5.0 (Linux; Android 13; Puya Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/121.0.6167.164 Safari/537.36"
},
{
  "regex": "(?:en-gb; RMX3782 Build)",
  "brand": "realme",
  "model": "C67 (5G)",
  "deviceType": "smartphone",
  "sample": "Mozilla/5.0 (Linux; U; Android 13; en-gb; RMX3782 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 HeyTapBrowser/45.10.5.1.1"
},
{
  "regex": "(?:23108RN04Y Build)",
  "brand": "Xiaomi",
  "model": "Redmi 13C",
  "deviceType": "smartphone",
  "sample": "Mozilla/5.0 (Linux; Android 13; 23108RN04Y Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/121.0.6167.143 Mobile Safari/537.36"
},
{
  "regex": "(?:KFSNWI Build)",
  "brand": "Amazon",
  "model": "Fire Max 11",
  "deviceType": "tablet",
  "sample": "Mozilla/5.0 (Linux; Android 11; KFSNWI Build/RS8321.1924N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/118.0.0.0 Safari/537.36"
},
{
  "regex": "(?:en-gb; RMX3780 Build)",
  "brand": "realme",
  "model": "11",
  "deviceType": "smartphone",
  "sample": "Mozilla/5.0 (Linux; U; Android 13; en-gb; RMX3780 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 HeyTapBrowser/45.10.5.1.1"
},
{
  "regex": "(?:RMX3785 Build)",
  "brand": "realme",
  "model": "11x (5G)",
  "deviceType": "smartphone",
  "sample": "Dalvik/2.1.0 (Linux; U; Android 13; RMX3785 Build/TP1A.220905.001)"
},
{
  "regex": "(?:23100RN82L Build)",
  "brand": "Xiaomi",
  "model": "Redmi 13C",
  "deviceType": "smartphone",
  "sample": "Mozilla/5.0 (Linux; Android 13; 23100RN82L Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/121.0.6167.143 Mobile Safari/537.36"
},
{
  "regex": "(?:V2303 Build)",
  "brand": "Vivo",
  "model": "V29e",
  "deviceType": "smartphone",
  "sample": "Dalvik/2.1.0 (Linux; U; Android 14; V2303 Build/UP1A.231005.007)"
},
{
  "regex": "(?:RMX3890 Build)",
  "brand": "realme",
  "model": "C67",
  "deviceType": "smartphone",
  "sample": "Dalvik/2.1.0 (Linux; U; Android 14; RMX3890 Build/UKQ1.230917.001)"
}
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Feb 27, 2024
sanchezzzhak pushed a commit that referenced this issue Feb 28, 2024
…7607)

* Improves detection for Amazon Fire HD 10 (2023)
* Adds detection for Hot Pepper Puya
* Adds detection for Realme C67 5G
* Adds detection for Realme 11 5G
* Adds detection for Realme C67
* Improves detection for Amazon Fire Max 11
* Adds detection for Xiaomi Redmi 13C

ref #7606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants