Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-01-20 02:45:59 +0400
committersgiehl <stefan@piwik.org>2014-01-20 02:45:59 +0400
commit69e46a5fb0c4dda4ca1348bf445b7a1daaaaedf2 (patch)
tree3b407ce9df7ae5cf94772bb6066a21e43aa348af /plugins
parent53f0dd9b9d21ebf578feb648d9af5b8d66a7ec28 (diff)
added Nexus 5 as Google device model
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
index 0a7a47b809..19fac3671e 100644
--- a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
+++ b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
@@ -357,7 +357,7 @@ Google:
models:
- regex: '(Galaxy Nexus)'
model: '$1'
- - regex: '(Nexus (?:S|4|One))'
+ - regex: '(Nexus (?:S|4|5|One))'
model: '$1'
- regex: '(Nexus (?:7|10))'
device: 'tablet'