Skip to content

Commit

Permalink
Adds detection for Völfen brand and device
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jul 13, 2022
1 parent 06fc774 commit 8acbb11
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'Z7' => 'VOX',
'VO' => 'Voxtel',
'VY' => 'Voyo',
'VOL' => 'Völfen',
'VH' => 'Vsmart',
'V9' => 'Vsun',
'VU' => 'Vulcan',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/tablet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6530,3 +6530,21 @@
model: Elite OctaPlus
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 9; Nexo-TAB-7 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.79 Safari/537.36 OPR/62.5.2254.61240
os:
name: Android
version: "9"
platform: ""
client:
type: browser
name: Opera
version: 62.5.2254.61240
engine: Blink
engine_version: 100.0.4896.79
device:
type: tablet
brand: Völfen
model: Nexo TAB7
os_family: Android
browser_family: Opera
9 changes: 9 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26263,6 +26263,15 @@ Cloudfone:
- regex: 'Next(?:[);/ ]|$)'
model: 'Next'

# Völfen (https://www.volfen.net/)
Völfen:
regex: 'Nexo-TAB-7(?: Build|[;)])'
device: 'smartphone'
models:
- regex: 'Nexo-TAB-7(?: Build|[;)])'
device: 'tablet'
model: 'Nexo TAB7'

# Vsmart
Vsmart:
regex: '(?:Joy [123]\+|Joy [34]|Active 1\+|Bee 3|Active 3|V341U|Bee Lite|Aris)(?:[);/ ]|$)'
Expand Down

0 comments on commit 8acbb11

Please sign in to comment.