Skip to content

Commit

Permalink
Add phablet Samsung Galaxy Note 8 (#5689)
Browse files Browse the repository at this point in the history
  • Loading branch information
weberdever authored and sgiehl committed Nov 28, 2017
1 parent 61a2402 commit 0d7b4bc
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
60 changes: 60 additions & 0 deletions Tests/fixtures/phablet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,66 @@
model: GALAXY Note 7
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-N950F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36
os:
name: Android
short_name: AND
version: "7.1.1"
platform: ""
client:
type: browser
name: Chrome Mobile
short_name: CM
version: "62.0.3202.84"
engine: Blink
engine_version: ""
device:
type: phablet
brand: SA
model: GALAXY Note 8
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-N950F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36
os:
name: Android
short_name: AND
version: "7.1.1"
platform: ""
client:
type: browser
name: Samsung Browser
short_name: SB
version: "6.2"
engine: WebKit
engine_version: "537.36"
device:
type: phablet
brand: SA
model: GALAXY Note 8
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-N950U1 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
os:
name: Android
short_name: AND
version: "7.1.1"
platform: ""
client:
type: browser
name: Chrome Mobile
short_name: CM
version: "61.0.3163.98"
engine: Blink
engine_version: ""
device:
type: phablet
brand: SA
model: GALAXY Note 8
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SPH-L900 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7
os:
Expand Down
3 changes: 3 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4634,6 +4634,9 @@ Samsung:
- regex: '(?:SAMSUNG-)?SM-N930F'
model: 'GALAXY Note 7'
device: 'phablet'
- regex: '(?:SAMSUNG[- ])?SM-N950'
model: 'GALAXY Note 8'
device: 'phablet'

# explicit feature phones
- regex: '(?:SAMSUNG-)?GT-E2152'
Expand Down

0 comments on commit 0d7b4bc

Please sign in to comment.