Skip to content

Commit

Permalink
Adds detection for TOSCIDO W109
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jul 13, 2022
1 parent a13f41d commit f5551a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tablet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6566,3 +6566,21 @@
model: Tab 10" LTE
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 10; W-109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36
os:
name: Android
version: "10"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 93.0.4577.62
engine: Blink
engine_version: 93.0.4577.62
device:
type: tablet
brand: TOSCIDO
model: W109
os_family: Android
browser_family: Chrome
8 changes: 6 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30186,9 +30186,13 @@ Ookee:

# TOSCIDO (www.toscido.com)
TOSCIDO:
regex: '(T1[23]|T151)-EEA(?:[);/ ]|$)'
regex: '(?:(?:T1[23]|T151)-EEA|W-109)(?:[);/ ]|$)'
device: 'tablet'
model: '$1'
models:
- regex: '(T1[23]|T151)-EEA(?:[);/ ]|$)'
model: '$1'
- regex: 'W-109(?:[);/ ]|$)'
model: 'W109'

# b2m:
b2m:
Expand Down

0 comments on commit f5551a9

Please sign in to comment.