Skip to content

Commit

Permalink
feat(device) detect brand Krüger&Matz model: EAGLE 1065G 10.1" (KM1065G)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Aug 20, 2020
1 parent 25cc97a commit 6a07f8b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Tests/fixtures/smartphone-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3579,3 +3579,23 @@
model: X5 Black
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KM1065G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36
os:
name: Android
short_name: AND
version: 5.1.1
platform: ""
client:
type: browser
name: Chrome
short_name: CH
version: 77.0.3865.116
engine: Blink
engine_version: ""
device:
type: tablet
brand: KE
model: EAGLE 1065G 10.1"
os_family: Android
browser_family: Chrome
5 changes: 4 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7097,7 +7097,7 @@ Kyocera:

# Krüger&Matz (Kruger&Matz)
Krüger&Matz:
regex: 'Kruger[ _&]Matz|MOVE_|LIVE4_KM043[89]|KM1066'
regex: 'Kruger[ _&]Matz|MOVE_|LIVE4_KM043[89]|KM1066|KM1065G'
device: 'smartphone'
models:
- regex: 'MOVE_6_mini'
Expand All @@ -7120,6 +7120,9 @@ Krüger&Matz:
- regex: 'KM(1066)[;/) ]'
device: 'tablet'
model: 'EAGLE $1 10.1"'
- regex: 'KM(1065G)[;/) ]'
device: 'tablet'
model: 'EAGLE $1 10.1"'

# LAIQ
LAIQ:
Expand Down

0 comments on commit 6a07f8b

Please sign in to comment.