Skip to content

Commit

Permalink
Adds detection for UnoPhone Premier Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 28, 2024
1 parent 6959d6e commit 3956a83
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Tests/fixtures/smartphone-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4566,3 +4566,21 @@
model: F4501
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 13; Premier Pro Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.230 Mobile Safari/537.36
os:
name: Android
version: "13"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 120.0.6099.230
engine: Blink
engine_version: 120.0.6099.230
device:
type: smartphone
brand: UnoPhone
model: Premier Pro
os_family: Android
browser_family: Chrome
4 changes: 3 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23745,13 +23745,15 @@ Visual Land:

# UnoPhone
UnoPhone:
regex: '(?:Premier5Max|Premier5)(?:[);/ ]|$)'
regex: '(?:Premier5Max|Premier5|Premier Pro)(?:[);/ ]|$)'
device: 'smartphone'
models:
- regex: 'Premier5Max'
model: 'Premier 5 Max'
- regex: 'Premier5'
model: 'Premier 5'
- regex: 'Premier Pro'
model: 'Premier Pro'

# Sky or Sky Devices or SKY EVO (skydevices.com)
Sky:
Expand Down

0 comments on commit 3956a83

Please sign in to comment.