device_detector 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +19 -17
- data/lib/device_detector/browser.rb +16 -2
- data/lib/device_detector/os.rb +10 -2
- data/lib/device_detector/version.rb +1 -1
- data/lib/device_detector.rb +4 -3
- data/regexes/bots.yml +138 -9
- data/regexes/client/browsers.yml +48 -8
- data/regexes/client/feed_readers.yml +31 -23
- data/regexes/client/hints/apps.yml +22 -0
- data/regexes/client/hints/browsers.yml +15 -0
- data/regexes/client/libraries.yml +171 -23
- data/regexes/client/mediaplayers.yml +47 -0
- data/regexes/client/mobile_apps.yml +784 -40
- data/regexes/client/pim.yml +4 -0
- data/regexes/device/consoles.yml +6 -2
- data/regexes/device/mobiles.yml +737 -269
- data/regexes/device/portable_media_player.yml +13 -3
- data/regexes/device/televisions.yml +144 -6
- data/regexes/oss.yml +161 -96
- metadata +4 -3
data/regexes/client/pim.yml
CHANGED
data/regexes/device/consoles.yml
CHANGED
@@ -46,9 +46,13 @@ JXD:
|
|
46
46
|
model: 'S601 WiFi'
|
47
47
|
|
48
48
|
Sony:
|
49
|
-
regex: 'PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)'
|
49
|
+
regex: '(?:PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)|sony_tv;ps5;)'
|
50
50
|
device: 'console'
|
51
|
-
|
51
|
+
models:
|
52
|
+
- regex: 'PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)'
|
53
|
+
model: 'PlayStation $1'
|
54
|
+
- regex: 'sony_tv;ps5;'
|
55
|
+
model: 'PlayStation 5'
|
52
56
|
|
53
57
|
# Retroid Pocket (www.goretroid.com)
|
54
58
|
Retroid Pocket:
|