device_detector 1.0.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +58 -4
  3. data/README.md +57 -21
  4. data/lib/device_detector/bot.rb +2 -2
  5. data/lib/device_detector/browser.rb +691 -0
  6. data/lib/device_detector/client.rb +11 -2
  7. data/lib/device_detector/client_hint.rb +249 -0
  8. data/lib/device_detector/device.rb +1954 -23
  9. data/lib/device_detector/memory_cache.rb +26 -19
  10. data/lib/device_detector/metadata_extractor.rb +7 -8
  11. data/lib/device_detector/model_extractor.rb +3 -3
  12. data/lib/device_detector/name_extractor.rb +2 -2
  13. data/lib/device_detector/os.rb +289 -112
  14. data/lib/device_detector/parser.rb +49 -13
  15. data/lib/device_detector/vendor_fragment.rb +25 -0
  16. data/lib/device_detector/version.rb +3 -1
  17. data/lib/device_detector/version_extractor.rb +29 -2
  18. data/lib/device_detector.rb +192 -44
  19. data/regexes/bots.yml +3399 -91
  20. data/regexes/client/browser_engine.yml +28 -4
  21. data/regexes/client/browsers.yml +2697 -408
  22. data/regexes/client/feed_readers.yml +60 -22
  23. data/regexes/client/hints/apps.yml +150 -0
  24. data/regexes/client/hints/browsers.yml +292 -0
  25. data/regexes/client/libraries.yml +598 -4
  26. data/regexes/client/mediaplayers.yml +110 -5
  27. data/regexes/client/mobile_apps.yml +2451 -14
  28. data/regexes/client/pim.yml +128 -3
  29. data/regexes/device/cameras.yml +6 -6
  30. data/regexes/device/car_browsers.yml +39 -3
  31. data/regexes/device/consoles.yml +40 -6
  32. data/regexes/device/mobiles.yml +38844 -2907
  33. data/regexes/device/notebooks.yml +127 -0
  34. data/regexes/device/portable_media_player.yml +75 -12
  35. data/regexes/device/shell_tv.yml +145 -0
  36. data/regexes/device/televisions.yml +981 -40
  37. data/regexes/oss.yml +1560 -311
  38. data/regexes/vendorfragments.yml +6 -2
  39. metadata +31 -105
  40. data/.gitignore +0 -14
  41. data/.travis.yml +0 -18
  42. data/Gemfile +0 -8
  43. data/Rakefile +0 -79
  44. data/device_detector.gemspec +0 -26
  45. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  46. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  47. data/spec/device_detector/concrete_user_agent_spec.rb +0 -136
  48. data/spec/device_detector/detector_fixtures_spec.rb +0 -60
  49. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  50. data/spec/device_detector/device_spec.rb +0 -151
  51. data/spec/device_detector/memory_cache_spec.rb +0 -116
  52. data/spec/device_detector/model_extractor_spec.rb +0 -63
  53. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  54. data/spec/device_detector/version_extractor_spec.rb +0 -80
  55. data/spec/device_detector_spec.rb +0 -198
  56. data/spec/fixtures/client/browser.yml +0 -1313
  57. data/spec/fixtures/client/feed_reader.yml +0 -187
  58. data/spec/fixtures/client/library.yml +0 -84
  59. data/spec/fixtures/client/mediaplayer.yml +0 -168
  60. data/spec/fixtures/client/mobile_app.yml +0 -30
  61. data/spec/fixtures/client/pim.yml +0 -96
  62. data/spec/fixtures/detector/bots.yml +0 -2418
  63. data/spec/fixtures/detector/camera.yml +0 -115
  64. data/spec/fixtures/detector/car_browser.yml +0 -20
  65. data/spec/fixtures/detector/console.yml +0 -267
  66. data/spec/fixtures/detector/desktop.yml +0 -4828
  67. data/spec/fixtures/detector/feature_phone.yml +0 -782
  68. data/spec/fixtures/detector/feed_reader.yml +0 -486
  69. data/spec/fixtures/detector/mediaplayer.yml +0 -179
  70. data/spec/fixtures/detector/mobile_apps.yml +0 -149
  71. data/spec/fixtures/detector/phablet.yml +0 -2140
  72. data/spec/fixtures/detector/portable_media_player.yml +0 -153
  73. data/spec/fixtures/detector/smart_display.yml +0 -58
  74. data/spec/fixtures/detector/smartphone-1.yml +0 -9469
  75. data/spec/fixtures/detector/smartphone-2.yml +0 -9414
  76. data/spec/fixtures/detector/smartphone-3.yml +0 -9396
  77. data/spec/fixtures/detector/smartphone-4.yml +0 -5742
  78. data/spec/fixtures/detector/smartphone.yml +0 -9411
  79. data/spec/fixtures/detector/tablet-1.yml +0 -9495
  80. data/spec/fixtures/detector/tablet-2.yml +0 -248
  81. data/spec/fixtures/detector/tablet.yml +0 -9484
  82. data/spec/fixtures/detector/tv.yml +0 -2582
  83. data/spec/fixtures/detector/unknown.yml +0 -3196
  84. data/spec/fixtures/device/camera.yml +0 -18
  85. data/spec/fixtures/device/car_browser.yml +0 -6
  86. data/spec/fixtures/device/console.yml +0 -78
  87. data/spec/fixtures/parser/oss.yml +0 -800
  88. data/spec/fixtures/parser/vendorfragments.yml +0 -162
  89. data/spec/spec_helper.rb +0 -9
@@ -1,800 +0,0 @@
1
- ---
2
- -
3
- user_agent: Mozilla/6.0 (Macintosh; U; Amiga-AWeb) Safari 3.1
4
- os:
5
- name: AmigaOS
6
- short_name: AMG
7
- version:
8
- platform:
9
- -
10
- user_agent: Mozilla/5.0 (AmigaOS; U; AmigaOS 1.3; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15
11
- os:
12
- name: AmigaOS
13
- short_name: AMG
14
- version: "1.3"
15
- platform:
16
- -
17
- user_agent: Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30
18
- os:
19
- name: Arch Linux
20
- short_name: ARL
21
- version:
22
- platform: x64
23
- -
24
- user_agent: Mozilla/3.0 (compatible; NetPositive/2.2.1; BeOS)
25
- os:
26
- name: BeOS
27
- short_name: BEO
28
- version:
29
- platform:
30
- -
31
- user_agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.6) Gecko/2009020414 CentOS/3.0.6-1.el5.centos Firefox/3.0.6
32
- os:
33
- name: CentOS
34
- short_name: CES
35
- version: "3.0.6"
36
- platform: x64
37
- -
38
- user_agent: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6
39
- os:
40
- name: Debian
41
- short_name: DEB
42
- version:
43
- platform: x86
44
- -
45
- user_agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.15) Gecko/2009102815 Iceweasel/3.0.6 (Debian-3.0.6-3)
46
- os:
47
- name: Debian
48
- short_name: DEB
49
- version: "3.0.6"
50
- platform: x86
51
- -
52
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko Fedora/1.9.0.8-1.fc10 Kazehakase/0.5.6
53
- os:
54
- name: Fedora
55
- short_name: FED
56
- version: "1.9.0.8"
57
- platform: x86
58
- -
59
- user_agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:25.0) Gecko/20100101 Firefox/25.0
60
- os:
61
- name: FreeBSD
62
- short_name: BSD
63
- version:
64
- platform: x64
65
- -
66
- user_agent: Mozilla/3.0 (WorldGate Gazelle 3.5.1 build 11; FreeBSD2.2.8-STABLE)
67
- os:
68
- name: FreeBSD
69
- short_name: BSD
70
- version: "2.2.8"
71
- platform:
72
- -
73
- user_agent: Mozilla/5.0 (X11; U; Gentoo x86_64; de-DE) Firefox/26.0
74
- os:
75
- name: Gentoo
76
- short_name: GNT
77
- version:
78
- platform: x64
79
- -
80
- user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 conkeror/1.0pre
81
- os:
82
- name: GNU/Linux
83
- short_name: LIN
84
- version:
85
- platform: x64
86
- -
87
- user_agent: MOT-A1600/1.0 LinuxOS/2.4.20 Release/8.22.2006 Browser/Opera8.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R542_G_11.61.33R
88
- os:
89
- name: GNU/Linux
90
- short_name: LIN
91
- version:
92
- platform:
93
- -
94
- user_agent: Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.21pre) Gecko/20090218 BonEcho/2.0.0.21pre
95
- os:
96
- name: Haiku OS
97
- short_name: HAI
98
- version:
99
- platform:
100
- -
101
- user_agent: Mozilla/4.08 (Charon; Inferno)
102
- os:
103
- name: Inferno
104
- short_name: INF
105
- version:
106
- platform:
107
- -
108
- user_agent: 'Mozilla/4.04 [en] (X11; I; IRIX 5.3 IP22)'
109
- os:
110
- name: IRIX
111
- short_name: IRI
112
- version: "5.3"
113
- platform:
114
- -
115
- user_agent: 'Mozilla/4.77 [en] (X11; I; IRIX;64 6.5 IP30)'
116
- os:
117
- name: IRIX
118
- short_name: IRI
119
- version: "6.5"
120
- platform:
121
- -
122
- user_agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko) (Kubuntu)
123
- os:
124
- name: Kubuntu
125
- short_name: KBT
126
- version:
127
- platform:
128
- -
129
- user_agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072820 Kubuntu/8.04 (hardy) Firefox/3.0.1
130
- os:
131
- name: Kubuntu
132
- short_name: KBT
133
- version: "8.04"
134
- platform: x64
135
- -
136
- user_agent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Arora/0.10.1 (Git: 1329 e5385f3) Safari/532.1'
137
- os:
138
- name: Mac
139
- short_name: MAC
140
- version:
141
- platform:
142
- -
143
- user_agent: QuickTime\xaa.7.0.4 (qtver=7.0.4;cpu=PPC;os=Mac 10.3.9)
144
- os:
145
- name: Mac
146
- short_name: MAC
147
- version: "10.3.9"
148
- platform:
149
- -
150
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110429 Mandriva Linux/1.9.2.17-0.1mdv2010.0 (2010.0) Firefox/3.6.17
151
- os:
152
- name: Mandriva
153
- short_name: MDR
154
- version: "1.9.2.17"
155
- platform: x86
156
- -
157
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; HTC Desire Build/GRI40; MildWild CM-8.0 JG Stable) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
158
- os:
159
- name: MildWild
160
- short_name: MLD
161
- version: "8.0"
162
- platform:
163
- -
164
- user_agent: Mozilla/5.0 (Macintosh; PowerPC MorphOS 3.7; Odyssey Web Browser; rv:1.23) AppleWebKit/538.1 (KHTML, like Gecko) OWB/1.23 Safari/538.1
165
- os:
166
- name: MorphOS
167
- short_name: MOR
168
- version: 3.7
169
- platform:
170
- -
171
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; Nexus One Build/GRK39F; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
172
- os:
173
- name: CyanogenMod
174
- short_name: CYN
175
- version: "7.2.0"
176
- platform:
177
- -
178
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6(RazoDroiD); fr-fr; GT-S5830i Build/RazoDroiD v2.0 by (rajrocks)rishee) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
179
- os:
180
- name: RazoDroiD
181
- short_name: RZD
182
- version:
183
- platform:
184
- -
185
- user_agent: Mozilla 5.0 (Linux; U; Android 2.3.5; zh-cn; ZTE U793 Build MocorDroid2.3.5) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31
186
- os:
187
- name: MocorDroid
188
- short_name: MCD
189
- version: "2.3.5"
190
- platform:
191
- -
192
- user_agent: Mozilla/5.0 (X11; U; Linux armv7l; pt-PT; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900
193
- os:
194
- name: Maemo
195
- short_name: MAE
196
- version:
197
- platform: ARM
198
- client:
199
- -
200
- user_agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:2.0) Gecko/20100101 Linux Mint 16/Petra Firefox/25.0.1.
201
- os:
202
- name: Mint
203
- short_name: MIN
204
- version: "16"
205
- platform: x86
206
- -
207
- user_agent: Mozilla/5.0 (X11; U; NetBSD amd64; fr-FR; rv:1.8.0.7) Gecko/20061102 Firefox/1.5.0.7
208
- os:
209
- name: NetBSD
210
- short_name: NBS
211
- version:
212
- platform: x64
213
- -
214
- user_agent: Mozilla/5.0 (X11; OpenBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.45 Safari/537.36
215
- os:
216
- name: OpenBSD
217
- short_name: OBS
218
- version:
219
- platform: x64
220
- -
221
- user_agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20100101 Firefox/10.0.12
222
- os:
223
- name: OS/2
224
- short_name: OS2
225
- version:
226
- platform:
227
- -
228
- user_agent: Mozilla/3.0 (X11; I; OSF1 V4.0 alpha)
229
- os:
230
- name: OSF1
231
- short_name: T64
232
- version: "4.0"
233
- platform:
234
- -
235
- user_agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.4 (like Gecko) Red Hat Enterprise Linux/4.3.4-19.el6
236
- os:
237
- name: Red Hat
238
- short_name: RHT
239
- version: "4.3.4"
240
- platform:
241
- -
242
- user_agent: Opera/9.80 (X11; Linux x86_64; Sabayon) Presto/2.12.388 Version/12.16
243
- os:
244
- name: Sabayon
245
- short_name: SAB
246
- version:
247
- platform: x64
248
- -
249
- user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30
250
- os:
251
- name: Slackware
252
- short_name: SLW
253
- version:
254
- platform: x86
255
- -
256
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Slackware/13.0 Firefox/3.5.2
257
- os:
258
- name: Slackware
259
- short_name: SLW
260
- version: "13.0"
261
- platform: x86
262
- -
263
- user_agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.9) Gecko/20100525 Firefox/3.5.9
264
- os:
265
- name: Solaris
266
- short_name: SOS
267
- version:
268
- platform: x86
269
- -
270
- user_agent: Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.10 sun4u; X11)
271
- os:
272
- name: Solaris
273
- short_name: SOS
274
- version: "5.10"
275
- platform:
276
- -
277
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111101 SUSE/3.6.24-0.2.1 Firefox/3.6.24
278
- os:
279
- name: SUSE
280
- short_name: SSE
281
- version: "3.6.24"
282
- platform: x86
283
- -
284
- user_agent: Mozilla/5.0 (compatible; U; ABrowse 0.6; Syllable) AppleWebKit/420+ (KHTML, like Gecko)
285
- os:
286
- name: Syllable
287
- short_name: SYL
288
- version:
289
- platform:
290
- -
291
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/31.0.1650.63 Chrome/31.0.1650.63 Safari/537.36
292
- os:
293
- name: Ubuntu
294
- short_name: UBT
295
- version:
296
- platform: x64
297
- -
298
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 (Ubuntu-1.1.9+nobinonly-0ubuntu1)
299
- os:
300
- name: Ubuntu
301
- short_name: UBT
302
- version: "1.1.9"
303
- platform: x86
304
- -
305
- user_agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8
306
- os:
307
- name: Ubuntu
308
- short_name: UBT
309
- version: "9.25"
310
- platform: x86
311
- -
312
- user_agent: Mozilla/5.0 (Windows; U; Win9x; en; Stable) Gecko/20020911 Beonex/0.8.1-stable
313
- os:
314
- name: Windows
315
- short_name: WIN
316
- version:
317
- platform:
318
- -
319
- user_agent: Mozilla/5.0 (Windows NT 6.4; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
320
- os:
321
- name: Windows
322
- short_name: WIN
323
- version: "10"
324
- platform: x64
325
- -
326
- user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
327
- os:
328
- name: Windows
329
- short_name: WIN
330
- version: "10"
331
- platform: x64
332
- -
333
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20
334
- os:
335
- name: Windows
336
- short_name: WIN
337
- version: "2000"
338
- platform:
339
- -
340
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.4.9999.1900 Safari/537.31 BDSpark/26.4
341
- os:
342
- name: Windows
343
- short_name: WIN
344
- version: "7"
345
- platform: x64
346
- -
347
- user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17
348
- os:
349
- name: Windows
350
- short_name: WIN
351
- version: "8"
352
- platform: x64
353
- -
354
- user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
355
- os:
356
- name: Windows
357
- short_name: WIN
358
- version: "8.1"
359
- platform: x64
360
- -
361
- user_agent: Mozilla/2.0 (compatible; MSIE 3.02; Update a; AOL 3.0; Windows 95)
362
- os:
363
- name: Windows
364
- short_name: WIN
365
- version: "95"
366
- platform:
367
- -
368
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.1.4322)
369
- os:
370
- name: Windows
371
- short_name: WIN
372
- version: "ME"
373
- platform:
374
- -
375
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)
376
- os:
377
- name: Windows
378
- short_name: WIN
379
- version: "NT"
380
- platform:
381
- -
382
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20061007 Minefield/3.0a1
383
- os:
384
- name: Windows
385
- short_name: WIN
386
- version: "Server 2003"
387
- platform: x64
388
- -
389
- user_agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
390
- os:
391
- name: Windows
392
- short_name: WIN
393
- version: "Vista"
394
- platform: x64
395
- -
396
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Avant Browser; InfoPath.1)
397
- os:
398
- name: Windows
399
- short_name: WIN
400
- version: "XP"
401
- platform:
402
- -
403
- user_agent: Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3
404
- os:
405
- name: Android
406
- short_name: AND
407
- version: "0.5"
408
- platform:
409
- -
410
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Acer; Allegro)
411
- os:
412
- name: Windows Phone
413
- short_name: WPH
414
- platform:
415
- version: "7.5"
416
- -
417
- user_agent: Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 928) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537
418
- os:
419
- name: Windows Phone
420
- short_name: WPH
421
- version: "8.1"
422
- platform: ARM
423
- -
424
- user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; E310 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ACER_E310/1.300.05
425
- os:
426
- name: Android
427
- short_name: AND
428
- version: "2.2.2"
429
- platform:
430
- -
431
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_F900
432
- os:
433
- name: Windows CE
434
- short_name: WCE
435
- version:
436
- platform:
437
- -
438
- user_agent: Mozilla/5.0 (Mobile; ALCATEL ONE TOUCH 4012A; rv:18.1) Gecko/18.1 Firefox/18.1
439
- os:
440
- name: Firefox OS
441
- short_name: FOS
442
- version:
443
- platform:
444
- -
445
- user_agent: AtomicBrowser/3.7.1 CFNetwork/467.12 Darwin/10.3.1
446
- os:
447
- name: iOS
448
- short_name: IOS
449
- version: "3.2"
450
- platform:
451
- -
452
- user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; ru-ru) AppleWebKit/532.9 (KHTML, like Gecko) Mobile/8B117
453
- os:
454
- name: iOS
455
- short_name: IOS
456
- version: "4.1"
457
- platform:
458
- -
459
- user_agent: CFNetwork/758.2.8 Darwin/15.0.0
460
- os:
461
- name: iOS
462
- short_name: IOS
463
- version: "9.2"
464
- platform:
465
- -
466
- user_agent: CFNetwork/758.3.15 Darwin/15.4.0
467
- os:
468
- name: iOS
469
- short_name: IOS
470
- version: "9.3"
471
- platform:
472
- -
473
- user_agent: SPORT1/4059 CFNetwork/758.4.3 Darwin/15.5.0
474
- os:
475
- name: iOS
476
- short_name: IOS
477
- version: "9.3.2"
478
- platform:
479
- -
480
- user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
481
- os:
482
- name: Symbian OS Series 60
483
- short_name: S60
484
- version: "3.0"
485
- platform:
486
- -
487
- user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
488
- os:
489
- name: Apple TV
490
- short_name: ATV
491
- version:
492
- platform:
493
- -
494
- user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-VODAFONE/S723EBUJJ3; U; Bada/1.0; en-us) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B
495
- os:
496
- name: Bada
497
- short_name: SBA
498
- version: "1.0"
499
- platform:
500
- -
501
- user_agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/134
502
- os:
503
- name: BlackBerry OS
504
- short_name: BLB
505
- version: "5.0.0.681"
506
- platform:
507
- -
508
- user_agent: Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML, like Gecko) Version/7.2.1.0 Safari/536.2+
509
- os:
510
- name: BlackBerry Tablet OS
511
- short_name: QNX
512
- version: "2.1.0"
513
- platform:
514
- -
515
- user_agent: NetFront/4.2 (BMP 1.0.4; U; en-us; LG; NetFront/4.2/AMB) Boost LG272 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1
516
- os:
517
- name: Brew
518
- short_name: BMP
519
- version: "1.0.4"
520
- platform:
521
- -
522
- user_agent: Mozilla/5.0 (X11; CrOS x86_64 4731.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.67 Safari/537.36
523
- os:
524
- name: Chrome OS
525
- short_name: COS
526
- version: "4731.101.0"
527
- platform: x64
528
- -
529
- user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Large Screen Safari/534.24 GoogleTV/092754
530
- os:
531
- name: Google TV
532
- short_name: GTV
533
- version: "92754"
534
- platform: x86
535
- -
536
- user_agent: Opera/9.80 (MTK; Nucleus; U; en-US) Presto/2.4.18 Version/10.00
537
- os:
538
- name: MTK / Nucleus
539
- short_name: MTK
540
- version:
541
- platform:
542
- -
543
- user_agent: UNTRUSTED/1.0/HS-T39_TD/1.0 Release/03.03.2011 Threadx/4.0 Mocor/W10 Browser/NF4.0 Profile/MIDP-2.0 Config/CLDC-1.1
544
- os:
545
- name: ThreadX
546
- short_name: TDX
547
- version: 4.0
548
- platform:
549
- -
550
- user_agent: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13
551
- os:
552
- name: MeeGo
553
- short_name: SMG
554
- version:
555
- platform:
556
- -
557
- user_agent: Mozilla/5.0 (PLAYSTATION 3 4.46) AppleWebKit/531.22.8 (KHTML, like Gecko)
558
- os:
559
- name: PlayStation
560
- short_name: PS3
561
- version: "3"
562
- platform:
563
- -
564
- user_agent: Mozilla/5.0 (Nintendo WiiU) AppleWebKit/534.52 (KHTML, like Gecko) NX/2.1.0.8.21 NintendoBrowser/1.0.0.7494.US
565
- os:
566
- name: Nintendo
567
- short_name: WII
568
- version: "Wii"
569
- platform:
570
- -
571
- user_agent: Bunjalloo/0.7.6(Nintendo DS;U;en)
572
- os:
573
- name: Nintendo Mobile
574
- short_name: NDS
575
- version: "DS"
576
- platform:
577
- -
578
- user_agent: Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7498.EU
579
- os:
580
- name: Nintendo Mobile
581
- short_name: NDS
582
- version: "3DS"
583
- platform:
584
- -
585
- user_agent: Mozilla/4.0 (PlayStation Portable); 2.00)
586
- os:
587
- name: PlayStation Portable
588
- short_name: PSP
589
- version: "Portable"
590
- platform:
591
- -
592
- user_agent: Mozilla/5.0 (PlayStation Vita 3.01) AppleWebKit/536.26 (KHTML, like Gecko) Silk/3.2
593
- os:
594
- name: PlayStation Portable
595
- short_name: PSP
596
- version: "Vita"
597
- platform:
598
- -
599
- user_agent: Mozilla/5.0 (webOS/1.4.5; U; ru-RU) AppleWebKit/532.2 (KHTML, like Gecko) Version/1.0 Safari/532.2 Pixi/1.0
600
- os:
601
- name: webOS
602
- short_name: WOS
603
- version: "1.4.5"
604
- platform:
605
- -
606
- user_agent: CorePlayer/1.0 (Palm OS 5.4.9; ARM Intel PXA27x; en) CorePlayer/1.3.2_6909
607
- os:
608
- name: palmOS
609
- short_name: POS
610
- version: "5.4.9"
611
- platform: ARM
612
- -
613
- user_agent: 'Palmscape/3.0J [ja] (v. 3.5.2H1.5; 153x130; c8)'
614
- os:
615
- name: palmOS
616
- short_name: POS
617
- version:
618
- platform:
619
- -
620
- user_agent: Browse/0.6 (Linux 3.10.0+; RemixOS 5.1.1; RemixOS SDK built for x86; en_us) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Desktop (Opera Mini/Compression)
621
- os:
622
- name: Remix OS
623
- short_name: REM
624
- version: "1"
625
- platform:
626
- -
627
- user_agent: Browse/0.6.mini (Linux 3.4.0+; RemixOS 6.0; Motorola Moto G 2014; en_us) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.119 Desktop
628
- os:
629
- name: Remix OS
630
- short_name: REM
631
- version: 2
632
- platform:
633
- -
634
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3 YunOs 1.0.0.3; zh-cn; K-Touch W658 Build/AliyunOs-2012) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
635
- os:
636
- name: YunOs
637
- short_name: YNS
638
- version: "1.0.0.3"
639
- platform:
640
- -
641
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch; ARMBJS)
642
- os:
643
- name: Windows RT
644
- short_name: WRT
645
- version:
646
- platform: ARM
647
- -
648
- user_agent: Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; .NET4.0E; .NET4.0C; Tablet PC 2.0; rv:11.0) like Gecko
649
- os:
650
- name: Windows RT
651
- short_name: WRT
652
- version: "8.1"
653
- platform: ARM
654
- -
655
- user_agent: Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50433; U; en) Presto/2.4.13 Version/10.00
656
- os:
657
- name: Windows Mobile
658
- short_name: WMO
659
- version:
660
- platform:
661
- -
662
- user_agent: Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)
663
- os:
664
- name: WebTV
665
- short_name: WTV
666
- version: "1.2"
667
- platform:
668
- -
669
- user_agent: Mozilla/5.0 (Linux; U; Tizen/1.0 like Android; en-us; AppleWebKit/534.46 (KHTML, like Gecko) Tizen Browser/1.0 Mobile
670
- os:
671
- name: Tizen
672
- short_name: TIZ
673
- version: "1.0"
674
- platform:
675
- -
676
- user_agent: Mozilla/5.0 (Symbian/3; Series60/5.2 Nokia500/010.029; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/533.4 (KHTML, like Gecko) NokiaBrowser/7.3.1.37 Mobile Safari/533.4 3gpp-gba
677
- os:
678
- name: Symbian^3
679
- short_name: SY3
680
- version: "Anna"
681
- platform:
682
- -
683
- user_agent: Mozilla/5.0 (Series40; Nokia306/03.63; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/3.9.0.0.22
684
- os:
685
- name: Symbian OS Series 40
686
- short_name: S40
687
- version:
688
- platform:
689
- -
690
- user_agent: Nokia210/2.0 (04.12) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia210) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile
691
- os:
692
- name: Symbian
693
- short_name: SYM
694
- version:
695
- platform:
696
- -
697
- user_agent: Mozilla/5.0 (Symbian; U; N8-00; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3
698
- os:
699
- name: Symbian OS
700
- short_name: SYS
701
- version:
702
- platform:
703
- -
704
- user_agent: Mozilla/5.0 (Maemo; Linux; U; Jolla; Sailfish; Mobile; rv:26.0) Gecko/26.0 Firefox/26.0 SailfishBrowser/1.0 like Safari/538.1
705
- os:
706
- name: Sailfish OS
707
- short_name: SAF
708
- version:
709
- platform:
710
- -
711
- user_agent: 'Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)'
712
- os:
713
- name: RISC OS
714
- short_name: ROS
715
- version: "3.70"
716
- platform:
717
- -
718
- user_agent: Mozilla/5.0 (X11; U; AIX 5.3; en-US; rv:1.7.12) Gecko/20051025
719
- os:
720
- name: AIX
721
- short_name: AIX
722
- version: "5.3"
723
- platform:
724
- -
725
- user_agent: Mozilla/5.0 (compatible; Konqueror/4.1; DragonFly) KHTML/4.1.4 (like Gecko)
726
- os:
727
- name: DragonFly
728
- short_name: DFB
729
- version:
730
- platform:
731
- -
732
- user_agent: Mozilla/5.0 (X11; U; HP-UX 9000/785; es-ES; rv:1.0.1) Gecko/20020827 Netscape/7.0
733
- os:
734
- name: HP-UX
735
- short_name: HPX
736
- version: "9000"
737
- platform:
738
- -
739
- user_agent: Mozilla/5.0 (X11; Knoppix; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0
740
- os:
741
- name: Knoppix
742
- short_name: KNO
743
- version:
744
- platform: x86
745
- -
746
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (VectorLinux package 3.5.3-1vl60)
747
- os:
748
- name: VectorLinux
749
- short_name: VLN
750
- version: "3.5.3"
751
- platform: x86
752
- -
753
- user_agent: 'Mozilla/5.0 (SymbianOS/9.1; U; [en-us]) AppleWebKit/413 (KHTML, like Gecko) Safari/413'
754
- os:
755
- name: Symbian OS
756
- short_name: SYS
757
- version: "9.1"
758
- platform:
759
- -
760
- user_agent: Mozilla/1.22 (compatible; MSIE 2.0; Windows 3.1)
761
- os:
762
- name: Windows
763
- short_name: WIN
764
- version: "3.1"
765
- platform:
766
- -
767
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)
768
- os:
769
- name: Windows
770
- short_name: WIN
771
- version: "98"
772
- platform:
773
- -
774
- user_agent: XBMC/3.3-DEV-r31572 (Xbox; http://www.xbmc.org)
775
- os:
776
- name: Xbox
777
- short_name: XBX
778
- version: "360"
779
- platform:
780
- -
781
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Firefox/17.0 Xubuntu 12.10
782
- os:
783
- name: Xubuntu
784
- short_name: XBT
785
- version: "12.10"
786
- platform: x86
787
- -
788
- user_agent: Opera/9.80 (X11; Linux i686; U; lubuntu 10.10; en) Presto/2.7
789
- os:
790
- name: Lubuntu
791
- short_name: LBT
792
- version: "10.10"
793
- platform: x86
794
- -
795
- user_agent: Mozilla/4.0 (X11; BackTrack; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/4.0
796
- os:
797
- name: BackTrack
798
- short_name: BTR
799
- version:
800
- platform: x86