Skip to content

Commit

Permalink
refs matomo-org#5279 - added detection for Sony Xperia Tablet Z3 Compact
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Oct 17, 2014
1 parent ead304a commit 5924821
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tablet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8909,6 +8909,24 @@
model: Xperia Tablet Z2
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SGP621 Build/23.0.1.A.0.167) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Safari/537.36
os:
name: Android
short_name: AND
version: 4.4.4
client:
type: browser
name: Chrome
short_name: CH
version: 37.0.2062.117
engine: Blink
device:
type: tablet
brand: SO
model: Xperia Tablet Z3 Compact
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 4.1.1; eZee Tab805 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36
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 @@ -1544,6 +1544,9 @@ Sony:
- regex: 'SGP(?:511|512|521) Build'
model: 'Xperia Tablet Z2'
device: 'tablet'
- regex: 'SGP(?:6[24]1) Build'
model: 'Xperia Tablet Z3 Compact'
device: 'tablet'
- regex: 'SGPT(?:12|121|122|123|13|131|132|133) Build'
model: 'Xperia Tablet S'
device: 'tablet'
Expand Down

0 comments on commit 5924821

Please sign in to comment.