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:
Diffstat (limited to 'plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml')
-rw-r--r--plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml19
1 files changed, 17 insertions, 2 deletions
diff --git a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
index e8e987462e..14ae68db3d 100644
--- a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
+++ b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
@@ -761,7 +761,13 @@ Nexian:
model: '$1'
- regex: 'S?Nexian-([a-z0-9]+)'
model: '$1'
-
+
+#Nikon
+Nikon:
+ regex: 'Coolpix S800c'
+ device: 'camera'
+ model: 'Coolpix S800c'
+
# o2
O2:
regex: 'Xda|O2[ \-]|COCOON'
@@ -798,6 +804,12 @@ Orange:
device: 'smartphone'
model: 'SPV $1'
+#OUYA
+OUYA:
+ regex: 'OUYA'
+ device: 'console'
+ model: 'OUYA'
+
# panasonic
Panasonic:
regex: 'Panasonic'
@@ -851,7 +863,7 @@ Siemens:
# Samsung
Samsung:
- regex: 'SAMSUNG|S(?:CH|GH|PH|EC|AM|HV|HW)-|SMART-TV|GT-|Galaxy|(?:portalmmm|o2imode)/2\.0 [SZ]|sam[rua]'
+ regex: 'SAMSUNG|S(?:CH|GH|PH|EC|AM|HV|HW)-|SMART-TV|GT-|Galaxy|(?:portalmmm|o2imode)/2\.0 [SZ]|sam[rua]|EK-GC[0-9]{3}'
device: 'smartphone'
models:
- regex: '(GT-(P|N8|N5)[0-9]+[a-z]?)'
@@ -867,6 +879,9 @@ Samsung:
model: '$1'
- regex: '((?:SCH|SGH|SPH|SHV|SHW|GT)-[a-z0-9]+)'
model: '$1'
+ - regex: 'EK-GC([0-9]{3})'
+ device: 'camera'
+ model: 'Galaxy Camera $1'
- regex: 'SEC-([a-z0-9]+)'
model: '$1'
- regex: 'SAM-([a-z0-9]+)'