device_detector 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +5 -4
- data/CHANGELOG.md +4 -4
- data/README.md +6 -8
- data/lib/device_detector.rb +2 -2
- data/lib/device_detector/version.rb +1 -1
- data/regexes/bots.yml +461 -10
- data/regexes/client/browser_engine.yml +4 -1
- data/regexes/client/browsers.yml +167 -17
- data/regexes/client/feed_readers.yml +30 -0
- data/regexes/client/libraries.yml +38 -0
- data/regexes/client/mediaplayers.yml +4 -0
- data/regexes/client/mobile_apps.yml +82 -1
- data/regexes/client/pim.yml +4 -0
- data/regexes/device/mobiles.yml +1761 -138
- data/regexes/device/portable_media_player.yml +2 -4
- data/regexes/device/televisions.yml +16 -2
- data/regexes/oss.yml +25 -4
- data/spec/device_detector/detector_fixtures_spec.rb +51 -11
- data/spec/device_detector_spec.rb +20 -0
- data/spec/fixtures/client/browser.yml +446 -11
- data/spec/fixtures/client/feed_reader.yml +25 -1
- data/spec/fixtures/client/library.yml +55 -1
- data/spec/fixtures/client/mediaplayer.yml +6 -0
- data/spec/fixtures/client/mobile_app.yml +81 -1
- data/spec/fixtures/client/pim.yml +7 -1
- data/spec/fixtures/detector/bots.yml +668 -108
- data/spec/fixtures/detector/camera.yml +14 -8
- data/spec/fixtures/detector/car_browser.yml +4 -3
- data/spec/fixtures/detector/console.yml +38 -24
- data/spec/fixtures/detector/desktop.yml +981 -687
- data/spec/fixtures/detector/feature_phone.yml +82 -41
- data/spec/fixtures/detector/feed_reader.yml +37 -0
- data/spec/fixtures/detector/mobile_apps.yml +257 -0
- data/spec/fixtures/detector/phablet.yml +569 -163
- data/spec/fixtures/detector/portable_media_player.yml +24 -16
- data/spec/fixtures/detector/smart_display.yml +8 -5
- data/spec/fixtures/detector/smartphone-1.yml +4698 -4235
- data/spec/fixtures/detector/smartphone-2.yml +4804 -4256
- data/spec/fixtures/detector/smartphone-3.yml +5060 -4603
- data/spec/fixtures/detector/smartphone-4.yml +6803 -2637
- data/spec/fixtures/detector/smartphone-5.yml +7044 -0
- data/spec/fixtures/detector/smartphone.yml +4380 -3904
- data/spec/fixtures/detector/tablet-1.yml +4530 -4036
- data/spec/fixtures/detector/tablet-2.yml +4875 -25
- data/spec/fixtures/detector/tablet.yml +3266 -2764
- data/spec/fixtures/detector/tv.yml +563 -206
- data/spec/fixtures/detector/unknown.yml +1033 -863
- data/spec/fixtures/parser/oss.yml +114 -2
- data/spec/fixtures/parser/vendorfragments.yml +2 -2
- metadata +5 -3
@@ -258,6 +258,43 @@
|
|
258
258
|
model:
|
259
259
|
os_family: Mac
|
260
260
|
browser_family: Unknown
|
261
|
+
|
262
|
+
-
|
263
|
+
user_agent: Downcast/2.9.11 (Mac OS X Version 10.11.3 (Build 15D21))
|
264
|
+
os:
|
265
|
+
name: Mac
|
266
|
+
short_name: MAC
|
267
|
+
version: "10.11.3"
|
268
|
+
platform:
|
269
|
+
client:
|
270
|
+
type: feed reader
|
271
|
+
name: Downcast
|
272
|
+
version: "2.9.11"
|
273
|
+
device:
|
274
|
+
type: desktop
|
275
|
+
brand:
|
276
|
+
model:
|
277
|
+
os_family: Mac
|
278
|
+
browser_family: Unknown
|
279
|
+
|
280
|
+
-
|
281
|
+
user_agent: Downcast/2.9.11 (iPhone; iOS 9.2; Scale/2.00)
|
282
|
+
os:
|
283
|
+
name: iOS
|
284
|
+
short_name: IOS
|
285
|
+
version: "9.2"
|
286
|
+
platform:
|
287
|
+
client:
|
288
|
+
type: feed reader
|
289
|
+
name: Downcast
|
290
|
+
version: "2.9.11"
|
291
|
+
device:
|
292
|
+
type: smartphone
|
293
|
+
brand: AP
|
294
|
+
model: iPhone
|
295
|
+
os_family: iOS
|
296
|
+
browser_family: Unknown
|
297
|
+
|
261
298
|
-
|
262
299
|
user_agent: newsbeuter/2.7 (Linux x86_64)
|
263
300
|
os:
|
@@ -100,6 +100,74 @@
|
|
100
100
|
model: iPad 4
|
101
101
|
os_family: iOS
|
102
102
|
browser_family: Unknown
|
103
|
+
-
|
104
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Mobile/14G60 [FBAN/MessengerForiOS;FBAV/132.0.0.41.90;FBBV/69171754;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.3;FBSS/2;FBCR/Koodo;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]
|
105
|
+
os:
|
106
|
+
name: iOS
|
107
|
+
short_name: IOS
|
108
|
+
version: "10.3.3"
|
109
|
+
platform:
|
110
|
+
client:
|
111
|
+
type: mobile app
|
112
|
+
name: Facebook Messenger
|
113
|
+
version: "132.0.0.41.90"
|
114
|
+
device:
|
115
|
+
type: smartphone
|
116
|
+
brand: AP
|
117
|
+
model: iPhone SE
|
118
|
+
os_family: iOS
|
119
|
+
browser_family: Unknown
|
120
|
+
-
|
121
|
+
user_agent: Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Mobile/14B100 [FBAN/MessengerForiOS;FBAV/122.0.0.40.69;FBBV/61279955;FBDV/iPad4,1;FBMD/iPad;FBSN/iOS;FBSV/10.1.1;FBSS/2;FBCR/;FBID/tablet;FBLC/vi_VN;FBOP/5;FBRV/0]
|
122
|
+
os:
|
123
|
+
name: iOS
|
124
|
+
short_name: IOS
|
125
|
+
version: "10.1.1"
|
126
|
+
platform:
|
127
|
+
client:
|
128
|
+
type: mobile app
|
129
|
+
name: Facebook Messenger
|
130
|
+
version: "122.0.0.40.69"
|
131
|
+
device:
|
132
|
+
type: tablet
|
133
|
+
brand: AP
|
134
|
+
model: iPad Air
|
135
|
+
os_family: iOS
|
136
|
+
browser_family: Unknown
|
137
|
+
-
|
138
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/114.0.0.21.71;]
|
139
|
+
os:
|
140
|
+
name: Android
|
141
|
+
short_name: AND
|
142
|
+
version: "7.1.2"
|
143
|
+
platform:
|
144
|
+
client:
|
145
|
+
type: mobile app
|
146
|
+
name: Facebook Messenger
|
147
|
+
version: "114.0.0.21.71"
|
148
|
+
device:
|
149
|
+
type: smartphone
|
150
|
+
brand: GO
|
151
|
+
model: Nexus 5X
|
152
|
+
os_family: Android
|
153
|
+
browser_family: Unknown
|
154
|
+
-
|
155
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-T280 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Safari/537.36 [FB_IAB/MESSENGER;FBAV/112.0.0.17.70;]
|
156
|
+
os:
|
157
|
+
name: Android
|
158
|
+
short_name: AND
|
159
|
+
version: "5.1.1"
|
160
|
+
platform:
|
161
|
+
client:
|
162
|
+
type: mobile app
|
163
|
+
name: Facebook Messenger
|
164
|
+
version: "112.0.0.17.70"
|
165
|
+
device:
|
166
|
+
type: tablet
|
167
|
+
brand: SA
|
168
|
+
model: SM-T280
|
169
|
+
os_family: Android
|
170
|
+
browser_family: Unknown
|
103
171
|
-
|
104
172
|
user_agent: '[FBAN/FB4A;FBAV/26.0.0.22.16;FBBV/6590638;FBDM/{density=1.5,width=791,height=480};FBLC/en_US;FBCR/SmarTone HK;FBMF/Sony;FBBD/Sony;FBPN/com.facebook.katana;FBDV/C1905;FBSV/4.1.2;FBOP/19;FBCA/armeabi-v7a:armeabi;]'
|
105
173
|
os: [ ]
|
@@ -147,3 +215,192 @@
|
|
147
215
|
model: iPhone
|
148
216
|
os_family: iOS
|
149
217
|
browser_family: Unknown
|
218
|
+
-
|
219
|
+
user_agent: Podcat/8577 CFNetwork/711.3.18 Darwin/14.0.0
|
220
|
+
os:
|
221
|
+
name: iOS
|
222
|
+
short_name: IOS
|
223
|
+
version: "8.3"
|
224
|
+
platform:
|
225
|
+
client:
|
226
|
+
type: mobile app
|
227
|
+
name: Podcat
|
228
|
+
version: "8577"
|
229
|
+
device:
|
230
|
+
type:
|
231
|
+
brand: AP
|
232
|
+
model:
|
233
|
+
os_family: iOS
|
234
|
+
browser_family: Unknown
|
235
|
+
-
|
236
|
+
user_agent: Podcat/1.1.4.14639 (iPhone; de-DE; iPhone OS 9.2.1)
|
237
|
+
os:
|
238
|
+
name: iOS
|
239
|
+
short_name: IOS
|
240
|
+
version: "9.2.1"
|
241
|
+
platform:
|
242
|
+
client:
|
243
|
+
type: mobile app
|
244
|
+
name: Podcat
|
245
|
+
version: "1.1.4.14639"
|
246
|
+
device:
|
247
|
+
type: smartphone
|
248
|
+
brand: AP
|
249
|
+
model: iPhone
|
250
|
+
os_family: iOS
|
251
|
+
browser_family: Unknown
|
252
|
+
-
|
253
|
+
user_agent: Podcatcher Deluxe
|
254
|
+
os:
|
255
|
+
name: Android
|
256
|
+
short_name: AND
|
257
|
+
version:
|
258
|
+
platform:
|
259
|
+
client:
|
260
|
+
type: mobile app
|
261
|
+
name: Podcatcher Deluxe
|
262
|
+
version:
|
263
|
+
device:
|
264
|
+
type:
|
265
|
+
brand:
|
266
|
+
model:
|
267
|
+
os_family: Android
|
268
|
+
browser_family: Unknown
|
269
|
+
|
270
|
+
-
|
271
|
+
user_agent: iCatcher! Podcast Player/2.6.2
|
272
|
+
os:
|
273
|
+
name: iOS
|
274
|
+
short_name: IOS
|
275
|
+
version:
|
276
|
+
platform:
|
277
|
+
client:
|
278
|
+
type: mobile app
|
279
|
+
name: iCatcher
|
280
|
+
version: "2.6.2"
|
281
|
+
device:
|
282
|
+
type:
|
283
|
+
brand:
|
284
|
+
model:
|
285
|
+
os_family: iOS
|
286
|
+
browser_family: Unknown
|
287
|
+
-
|
288
|
+
user_agent: icatcher/4535 CFNetwork/672.1.14 Darwin/14.0.0
|
289
|
+
os:
|
290
|
+
name: iOS
|
291
|
+
short_name: IOS
|
292
|
+
version: "7.1"
|
293
|
+
platform:
|
294
|
+
client:
|
295
|
+
type: mobile app
|
296
|
+
name: iCatcher
|
297
|
+
version: "4535"
|
298
|
+
device:
|
299
|
+
type:
|
300
|
+
brand: AP
|
301
|
+
model:
|
302
|
+
os_family: iOS
|
303
|
+
browser_family: Unknown
|
304
|
+
|
305
|
+
-
|
306
|
+
user_agent: Castro 2 Episode Download
|
307
|
+
os:
|
308
|
+
name: iOS
|
309
|
+
short_name: IOS
|
310
|
+
version:
|
311
|
+
platform:
|
312
|
+
client:
|
313
|
+
type: mobile app
|
314
|
+
name: Castro 2
|
315
|
+
version:
|
316
|
+
device:
|
317
|
+
type:
|
318
|
+
brand:
|
319
|
+
model:
|
320
|
+
os_family: iOS
|
321
|
+
browser_family: Unknown
|
322
|
+
-
|
323
|
+
user_agent: Castro 2 2.1.2/646 Like iTunes
|
324
|
+
os:
|
325
|
+
name: iOS
|
326
|
+
short_name: IOS
|
327
|
+
version:
|
328
|
+
platform:
|
329
|
+
client:
|
330
|
+
type: mobile app
|
331
|
+
name: Castro 2
|
332
|
+
version: "2.1.2"
|
333
|
+
device:
|
334
|
+
type:
|
335
|
+
brand:
|
336
|
+
model:
|
337
|
+
os_family: iOS
|
338
|
+
browser_family: Unknown
|
339
|
+
-
|
340
|
+
user_agent: Player FM
|
341
|
+
os:
|
342
|
+
name: Android
|
343
|
+
short_name: AND
|
344
|
+
version:
|
345
|
+
platform:
|
346
|
+
client:
|
347
|
+
type: mobile app
|
348
|
+
name: Player FM
|
349
|
+
version:
|
350
|
+
device:
|
351
|
+
type:
|
352
|
+
brand:
|
353
|
+
model:
|
354
|
+
os_family: Android
|
355
|
+
browser_family: Unknown
|
356
|
+
-
|
357
|
+
user_agent: okhttp/2.7.5
|
358
|
+
os:
|
359
|
+
name: Android
|
360
|
+
short_name: AND
|
361
|
+
version:
|
362
|
+
platform:
|
363
|
+
client:
|
364
|
+
type: library
|
365
|
+
name: OkHttp
|
366
|
+
version: "2.7.5"
|
367
|
+
device:
|
368
|
+
type:
|
369
|
+
brand:
|
370
|
+
model:
|
371
|
+
os_family: Android
|
372
|
+
browser_family: Unknown
|
373
|
+
-
|
374
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) News/582.1 Version/2.0
|
375
|
+
os:
|
376
|
+
name: iOS
|
377
|
+
short_name: IOS
|
378
|
+
version: "10.0"
|
379
|
+
platform:
|
380
|
+
client:
|
381
|
+
type: mobile app
|
382
|
+
name: Apple News
|
383
|
+
version: "2.0"
|
384
|
+
device:
|
385
|
+
type: smartphone
|
386
|
+
brand: AP
|
387
|
+
model: iPhone
|
388
|
+
os_family: iOS
|
389
|
+
browser_family: Unknown
|
390
|
+
-
|
391
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.43 (KHTML, like Gecko) AppleNews/607 Version/2.0
|
392
|
+
os:
|
393
|
+
name: iOS
|
394
|
+
short_name: IOS
|
395
|
+
version: "10.0"
|
396
|
+
platform:
|
397
|
+
client:
|
398
|
+
type: mobile app
|
399
|
+
name: Apple News
|
400
|
+
version: "2.0"
|
401
|
+
device:
|
402
|
+
type: smartphone
|
403
|
+
brand: AP
|
404
|
+
model: iPhone
|
405
|
+
os_family: iOS
|
406
|
+
browser_family: Unknown
|
@@ -1,17 +1,35 @@
|
|
1
1
|
---
|
2
|
+
-
|
3
|
+
user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_1 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Mobile/15B86 [FBAN/FBIOS;FBAV/144.0.0.55.89;FBBV/74129168;FBDV/iPhone10,3;FBMD/iPhone;FBSN/iOS;FBSV/11.1;FBSS/3;FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5;FBRV/74129168]'
|
4
|
+
os:
|
5
|
+
name: iOS
|
6
|
+
short_name: IOS
|
7
|
+
version: "11.1"
|
8
|
+
platform: ""
|
9
|
+
client:
|
10
|
+
type: mobile app
|
11
|
+
name: Facebook
|
12
|
+
version: "144.0.0.55.89"
|
13
|
+
device:
|
14
|
+
type: phablet
|
15
|
+
brand: AP
|
16
|
+
model: iPhone X
|
17
|
+
os_family: iOS
|
18
|
+
browser_family: Unknown
|
2
19
|
-
|
3
20
|
user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ME371MG Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36
|
4
21
|
os:
|
5
22
|
name: Android
|
6
23
|
short_name: AND
|
7
24
|
version: "4.1.2"
|
8
|
-
platform:
|
25
|
+
platform: ""
|
9
26
|
client:
|
10
27
|
type: browser
|
11
28
|
name: Chrome
|
12
29
|
short_name: CH
|
13
30
|
version: "33.0.1750.166"
|
14
31
|
engine: Blink
|
32
|
+
engine_version: ""
|
15
33
|
device:
|
16
34
|
type: phablet
|
17
35
|
brand: AU
|
@@ -24,13 +42,14 @@
|
|
24
42
|
name: Android
|
25
43
|
short_name: AND
|
26
44
|
version: "4.3"
|
27
|
-
platform:
|
45
|
+
platform: ""
|
28
46
|
client:
|
29
47
|
type: browser
|
30
48
|
name: Chrome
|
31
49
|
short_name: CH
|
32
50
|
version: "28.0.1500.94"
|
33
51
|
engine: Blink
|
52
|
+
engine_version: ""
|
34
53
|
device:
|
35
54
|
type: phablet
|
36
55
|
brand: AU
|
@@ -43,13 +62,14 @@
|
|
43
62
|
name: Android
|
44
63
|
short_name: AND
|
45
64
|
version: "4.3"
|
46
|
-
platform:
|
65
|
+
platform: ""
|
47
66
|
client:
|
48
67
|
type: browser
|
49
68
|
name: Chrome
|
50
69
|
short_name: CH
|
51
70
|
version: "32.0.1700.99"
|
52
71
|
engine: Blink
|
72
|
+
engine_version: ""
|
53
73
|
device:
|
54
74
|
type: phablet
|
55
75
|
brand: AU
|
@@ -62,13 +82,14 @@
|
|
62
82
|
name: Android
|
63
83
|
short_name: AND
|
64
84
|
version: "4.3"
|
65
|
-
platform:
|
85
|
+
platform: ""
|
66
86
|
client:
|
67
87
|
type: browser
|
68
88
|
name: Chrome
|
69
89
|
short_name: CH
|
70
90
|
version: "33.0.1750.166"
|
71
91
|
engine: Blink
|
92
|
+
engine_version: ""
|
72
93
|
device:
|
73
94
|
type: phablet
|
74
95
|
brand: AU
|
@@ -81,13 +102,14 @@
|
|
81
102
|
name: Android
|
82
103
|
short_name: AND
|
83
104
|
version: "4.4.2"
|
84
|
-
platform:
|
105
|
+
platform: ""
|
85
106
|
client:
|
86
107
|
type: browser
|
87
108
|
name: Chrome
|
88
109
|
short_name: CH
|
89
110
|
version: "39.0.2171.93"
|
90
111
|
engine: Blink
|
112
|
+
engine_version: ""
|
91
113
|
device:
|
92
114
|
type: phablet
|
93
115
|
brand: AU
|
@@ -100,13 +122,14 @@
|
|
100
122
|
name: Android
|
101
123
|
short_name: AND
|
102
124
|
version: "4.2.2"
|
103
|
-
platform:
|
125
|
+
platform: ""
|
104
126
|
client:
|
105
127
|
type: browser
|
106
128
|
name: Chrome Mobile
|
107
129
|
short_name: CM
|
108
130
|
version: "34.0.1847.114"
|
109
131
|
engine: Blink
|
132
|
+
engine_version: ""
|
110
133
|
device:
|
111
134
|
type: phablet
|
112
135
|
brand: AU
|
@@ -119,13 +142,14 @@
|
|
119
142
|
name: Android
|
120
143
|
short_name: AND
|
121
144
|
version: "4.1.2"
|
122
|
-
platform:
|
145
|
+
platform: ""
|
123
146
|
client:
|
124
147
|
type: browser
|
125
148
|
name: Android Browser
|
126
149
|
short_name: AN
|
127
|
-
version:
|
150
|
+
version: ""
|
128
151
|
engine: WebKit
|
152
|
+
engine_version: "534.24"
|
129
153
|
device:
|
130
154
|
type: phablet
|
131
155
|
brand: GI
|
@@ -138,13 +162,14 @@
|
|
138
162
|
name: Android
|
139
163
|
short_name: AND
|
140
164
|
version: "5.0"
|
141
|
-
platform:
|
165
|
+
platform: ""
|
142
166
|
client:
|
143
167
|
type: browser
|
144
168
|
name: Chrome Mobile
|
145
169
|
short_name: CM
|
146
170
|
version: "37.0.0.0"
|
147
171
|
engine: Blink
|
172
|
+
engine_version: ""
|
148
173
|
device:
|
149
174
|
type: phablet
|
150
175
|
brand: GO
|
@@ -157,32 +182,54 @@
|
|
157
182
|
name: Android
|
158
183
|
short_name: AND
|
159
184
|
version: "6.0"
|
160
|
-
platform:
|
185
|
+
platform: ""
|
161
186
|
client:
|
162
187
|
type: browser
|
163
188
|
name: Chrome Mobile
|
164
189
|
short_name: CM
|
165
190
|
version: "45.0.2454.94"
|
166
191
|
engine: Blink
|
192
|
+
engine_version: ""
|
167
193
|
device:
|
168
194
|
type: phablet
|
169
195
|
brand: GO
|
170
196
|
model: Nexus 6P
|
171
197
|
os_family: Android
|
172
198
|
browser_family: Chrome
|
199
|
+
-
|
200
|
+
user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HP Slate 6 Voice Tab Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36
|
201
|
+
os:
|
202
|
+
name: Android
|
203
|
+
short_name: AND
|
204
|
+
version: "4.4.2"
|
205
|
+
platform: ""
|
206
|
+
client:
|
207
|
+
type: browser
|
208
|
+
name: Chrome Mobile
|
209
|
+
short_name: CM
|
210
|
+
version: "46.0.2490.76"
|
211
|
+
engine: Blink
|
212
|
+
engine_version: ""
|
213
|
+
device:
|
214
|
+
type: phablet
|
215
|
+
brand: HP
|
216
|
+
model: Slate 6 VoiceTab
|
217
|
+
os_family: Android
|
218
|
+
browser_family: Chrome
|
173
219
|
-
|
174
220
|
user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-gb; HTC_One_max Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
|
175
221
|
os:
|
176
222
|
name: Android
|
177
223
|
short_name: AND
|
178
224
|
version: "4.3"
|
179
|
-
platform:
|
225
|
+
platform: ""
|
180
226
|
client:
|
181
227
|
type: browser
|
182
228
|
name: Android Browser
|
183
229
|
short_name: AN
|
184
|
-
version:
|
230
|
+
version: ""
|
185
231
|
engine: WebKit
|
232
|
+
engine_version: "534.30"
|
186
233
|
device:
|
187
234
|
type: phablet
|
188
235
|
brand: HT
|
@@ -195,13 +242,14 @@
|
|
195
242
|
name: Android
|
196
243
|
short_name: AND
|
197
244
|
version: "4.3"
|
198
|
-
platform:
|
245
|
+
platform: ""
|
199
246
|
client:
|
200
247
|
type: browser
|
201
248
|
name: Chrome Mobile
|
202
249
|
short_name: CM
|
203
250
|
version: "32.0.1700.99"
|
204
251
|
engine: Blink
|
252
|
+
engine_version: ""
|
205
253
|
device:
|
206
254
|
type: phablet
|
207
255
|
brand: HT
|
@@ -214,13 +262,14 @@
|
|
214
262
|
name: Android
|
215
263
|
short_name: AND
|
216
264
|
version: "4.3"
|
217
|
-
platform:
|
265
|
+
platform: ""
|
218
266
|
client:
|
219
267
|
type: browser
|
220
268
|
name: UC Browser
|
221
269
|
short_name: UC
|
222
270
|
version: "9.7.6.428"
|
223
271
|
engine: WebKit
|
272
|
+
engine_version: "533.1"
|
224
273
|
device:
|
225
274
|
type: phablet
|
226
275
|
brand: HT
|
@@ -233,13 +282,14 @@
|
|
233
282
|
name: Android
|
234
283
|
short_name: AND
|
235
284
|
version: "4.4"
|
236
|
-
platform:
|
285
|
+
platform: ""
|
237
286
|
client:
|
238
287
|
type: browser
|
239
288
|
name: Chrome Mobile
|
240
289
|
short_name: CM
|
241
290
|
version: "39.0.2171.59"
|
242
291
|
engine: Blink
|
292
|
+
engine_version: ""
|
243
293
|
device:
|
244
294
|
type: phablet
|
245
295
|
brand: HU
|
@@ -252,13 +302,14 @@
|
|
252
302
|
name: Android
|
253
303
|
short_name: AND
|
254
304
|
version: "4.4"
|
255
|
-
platform:
|
305
|
+
platform: ""
|
256
306
|
client:
|
257
307
|
type: browser
|
258
308
|
name: Chrome Mobile
|
259
309
|
short_name: CM
|
260
310
|
version: "39.0.2171.59"
|
261
311
|
engine: Blink
|
312
|
+
engine_version: ""
|
262
313
|
device:
|
263
314
|
type: phablet
|
264
315
|
brand: HU
|
@@ -271,13 +322,14 @@
|
|
271
322
|
name: Android
|
272
323
|
short_name: AND
|
273
324
|
version: "4.4.4"
|
274
|
-
platform:
|
325
|
+
platform: ""
|
275
326
|
client:
|
276
327
|
type: browser
|
277
328
|
name: Android Browser
|
278
329
|
short_name: AN
|
279
|
-
version:
|
330
|
+
version: ""
|
280
331
|
engine: WebKit
|
332
|
+
engine_version: "537.36"
|
281
333
|
device:
|
282
334
|
type: phablet
|
283
335
|
brand: M1
|
@@ -290,13 +342,14 @@
|
|
290
342
|
name: Android
|
291
343
|
short_name: AND
|
292
344
|
version: "5.1"
|
293
|
-
platform:
|
345
|
+
platform: ""
|
294
346
|
client:
|
295
347
|
type: browser
|
296
348
|
name: Baidu Browser
|
297
349
|
short_name: BD
|
298
350
|
version: "5.3.4.0"
|
299
351
|
engine: WebKit
|
352
|
+
engine_version: "537.36"
|
300
353
|
device:
|
301
354
|
type: phablet
|
302
355
|
brand: M1
|
@@ -309,13 +362,14 @@
|
|
309
362
|
name: Android
|
310
363
|
short_name: AND
|
311
364
|
version: "5.1"
|
312
|
-
platform:
|
365
|
+
platform: ""
|
313
366
|
client:
|
314
367
|
type: browser
|
315
368
|
name: Chrome
|
316
369
|
short_name: CH
|
317
|
-
version:
|
370
|
+
version: ""
|
318
371
|
engine: WebKit
|
372
|
+
engine_version: ""
|
319
373
|
device:
|
320
374
|
type: phablet
|
321
375
|
brand: M1
|
@@ -328,13 +382,14 @@
|
|
328
382
|
name: Android
|
329
383
|
short_name: AND
|
330
384
|
version: "5.1"
|
331
|
-
platform:
|
385
|
+
platform: ""
|
332
386
|
client:
|
333
387
|
type: browser
|
334
388
|
name: Chrome Mobile
|
335
389
|
short_name: CM
|
336
390
|
version: "40.0.2214.114"
|
337
391
|
engine: Blink
|
392
|
+
engine_version: ""
|
338
393
|
device:
|
339
394
|
type: phablet
|
340
395
|
brand: M1
|
@@ -347,13 +402,14 @@
|
|
347
402
|
name: Android
|
348
403
|
short_name: AND
|
349
404
|
version: "5.1"
|
350
|
-
platform:
|
405
|
+
platform: ""
|
351
406
|
client:
|
352
407
|
type: browser
|
353
408
|
name: Chrome Mobile
|
354
409
|
short_name: CM
|
355
410
|
version: "40.0.2214.114"
|
356
411
|
engine: Blink
|
412
|
+
engine_version: ""
|
357
413
|
device:
|
358
414
|
type: phablet
|
359
415
|
brand: M1
|
@@ -366,32 +422,74 @@
|
|
366
422
|
name: Android
|
367
423
|
short_name: AND
|
368
424
|
version: "5.1"
|
369
|
-
platform:
|
425
|
+
platform: ""
|
370
426
|
client:
|
371
427
|
type: browser
|
372
428
|
name: Chrome Mobile
|
373
429
|
short_name: CM
|
374
430
|
version: "40.0.2214.114"
|
375
431
|
engine: Blink
|
432
|
+
engine_version: ""
|
376
433
|
device:
|
377
434
|
type: phablet
|
378
435
|
brand: M1
|
379
436
|
model: M2 Note
|
380
437
|
os_family: Android
|
381
438
|
browser_family: Chrome
|
439
|
+
-
|
440
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1; m3 note Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36
|
441
|
+
os:
|
442
|
+
name: Android
|
443
|
+
short_name: AND
|
444
|
+
version: "5.1"
|
445
|
+
platform: ""
|
446
|
+
client:
|
447
|
+
type: browser
|
448
|
+
name: Chrome Mobile
|
449
|
+
short_name: CM
|
450
|
+
version: "54.0.2840.68"
|
451
|
+
engine: Blink
|
452
|
+
engine_version: ""
|
453
|
+
device:
|
454
|
+
type: phablet
|
455
|
+
brand: M1
|
456
|
+
model: M3 Note
|
457
|
+
os_family: Android
|
458
|
+
browser_family: Chrome
|
459
|
+
-
|
460
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.1.2; MZ-M6 Note Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.94 Mobile Safari/537.36
|
461
|
+
os:
|
462
|
+
name: Android
|
463
|
+
short_name: AND
|
464
|
+
version: "7.1.2"
|
465
|
+
platform: ""
|
466
|
+
client:
|
467
|
+
type: browser
|
468
|
+
name: Chrome Mobile
|
469
|
+
short_name: CM
|
470
|
+
version: "45.0.2454.94"
|
471
|
+
engine: Blink
|
472
|
+
engine_version: ""
|
473
|
+
device:
|
474
|
+
type: phablet
|
475
|
+
brand: M1
|
476
|
+
model: M6 Note
|
477
|
+
os_family: Android
|
478
|
+
browser_family: Chrome
|
382
479
|
-
|
383
480
|
user_agent: Mozilla/5.0 (Linux; Android 4.2.1; M-PP2G530 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36
|
384
481
|
os:
|
385
482
|
name: Android
|
386
483
|
short_name: AND
|
387
484
|
version: "4.2.1"
|
388
|
-
platform:
|
485
|
+
platform: ""
|
389
486
|
client:
|
390
487
|
type: browser
|
391
488
|
name: Chrome Mobile
|
392
489
|
short_name: CM
|
393
490
|
version: "42.0.2311.111"
|
394
491
|
engine: Blink
|
492
|
+
engine_version: ""
|
395
493
|
device:
|
396
494
|
type: phablet
|
397
495
|
brand: MC
|
@@ -404,13 +502,14 @@
|
|
404
502
|
name: Android
|
405
503
|
short_name: AND
|
406
504
|
version: "4.2.2"
|
407
|
-
platform:
|
505
|
+
platform: ""
|
408
506
|
client:
|
409
507
|
type: browser
|
410
508
|
name: Chrome Mobile
|
411
509
|
short_name: CM
|
412
510
|
version: "43.0.2357.92"
|
413
511
|
engine: Blink
|
512
|
+
engine_version: ""
|
414
513
|
device:
|
415
514
|
type: phablet
|
416
515
|
brand: MC
|
@@ -423,13 +522,14 @@
|
|
423
522
|
name: Android
|
424
523
|
short_name: AND
|
425
524
|
version: "4.1.2"
|
426
|
-
platform:
|
525
|
+
platform: ""
|
427
526
|
client:
|
428
527
|
type: browser
|
429
528
|
name: Android Browser
|
430
529
|
short_name: AN
|
431
|
-
version:
|
530
|
+
version: ""
|
432
531
|
engine: WebKit
|
532
|
+
engine_version: "534.30"
|
433
533
|
device:
|
434
534
|
type: phablet
|
435
535
|
brand: MC
|
@@ -442,13 +542,14 @@
|
|
442
542
|
name: Android
|
443
543
|
short_name: AND
|
444
544
|
version: "4.4.2"
|
445
|
-
platform:
|
545
|
+
platform: ""
|
446
546
|
client:
|
447
547
|
type: browser
|
448
548
|
name: Chrome Mobile
|
449
549
|
short_name: CM
|
450
550
|
version: "30.0.0.0"
|
451
551
|
engine: Blink
|
552
|
+
engine_version: ""
|
452
553
|
device:
|
453
554
|
type: phablet
|
454
555
|
brand: MC
|
@@ -461,13 +562,14 @@
|
|
461
562
|
name: Android
|
462
563
|
short_name: AND
|
463
564
|
version: "4.2.1"
|
464
|
-
platform:
|
565
|
+
platform: ""
|
465
566
|
client:
|
466
567
|
type: browser
|
467
568
|
name: Android Browser
|
468
569
|
short_name: AN
|
469
|
-
version:
|
570
|
+
version: ""
|
470
571
|
engine: WebKit
|
572
|
+
engine_version: "534.30"
|
471
573
|
device:
|
472
574
|
type: phablet
|
473
575
|
brand: MC
|
@@ -480,13 +582,14 @@
|
|
480
582
|
name: Android
|
481
583
|
short_name: AND
|
482
584
|
version: "4.4.2"
|
483
|
-
platform:
|
585
|
+
platform: ""
|
484
586
|
client:
|
485
587
|
type: browser
|
486
588
|
name: Chrome Mobile
|
487
589
|
short_name: CM
|
488
590
|
version: "43.0.2357.78"
|
489
591
|
engine: Blink
|
592
|
+
engine_version: ""
|
490
593
|
device:
|
491
594
|
type: phablet
|
492
595
|
brand: MC
|
@@ -499,13 +602,14 @@
|
|
499
602
|
name: Android
|
500
603
|
short_name: AND
|
501
604
|
version: "4.2.1"
|
502
|
-
platform:
|
605
|
+
platform: ""
|
503
606
|
client:
|
504
607
|
type: browser
|
505
608
|
name: Android Browser
|
506
609
|
short_name: AN
|
507
|
-
version:
|
610
|
+
version: ""
|
508
611
|
engine: WebKit
|
612
|
+
engine_version: "534.30"
|
509
613
|
device:
|
510
614
|
type: phablet
|
511
615
|
brand: MC
|
@@ -518,13 +622,14 @@
|
|
518
622
|
name: Android
|
519
623
|
short_name: AND
|
520
624
|
version: "4.2.1"
|
521
|
-
platform:
|
625
|
+
platform: ""
|
522
626
|
client:
|
523
627
|
type: browser
|
524
628
|
name: Android Browser
|
525
629
|
short_name: AN
|
526
|
-
version:
|
630
|
+
version: ""
|
527
631
|
engine: WebKit
|
632
|
+
engine_version: "534.30"
|
528
633
|
device:
|
529
634
|
type: phablet
|
530
635
|
brand: MC
|
@@ -537,13 +642,14 @@
|
|
537
642
|
name: Android
|
538
643
|
short_name: AND
|
539
644
|
version: "4.0.4"
|
540
|
-
platform:
|
645
|
+
platform: ""
|
541
646
|
client:
|
542
647
|
type: browser
|
543
648
|
name: Android Browser
|
544
649
|
short_name: AN
|
545
|
-
version:
|
650
|
+
version: ""
|
546
651
|
engine: WebKit
|
652
|
+
engine_version: "534.30"
|
547
653
|
device:
|
548
654
|
type: phablet
|
549
655
|
brand: MC
|
@@ -556,13 +662,14 @@
|
|
556
662
|
name: Android
|
557
663
|
short_name: AND
|
558
664
|
version: "4.1"
|
559
|
-
platform:
|
665
|
+
platform: ""
|
560
666
|
client:
|
561
667
|
type: browser
|
562
668
|
name: Chrome Mobile
|
563
669
|
short_name: CM
|
564
670
|
version: "26.0.1410.58"
|
565
671
|
engine: WebKit
|
672
|
+
engine_version: "537.31"
|
566
673
|
device:
|
567
674
|
type: phablet
|
568
675
|
brand: MC
|
@@ -575,13 +682,14 @@
|
|
575
682
|
name: Android
|
576
683
|
short_name: AND
|
577
684
|
version: "4.1"
|
578
|
-
platform:
|
685
|
+
platform: ""
|
579
686
|
client:
|
580
687
|
type: browser
|
581
688
|
name: Chrome Mobile
|
582
689
|
short_name: CM
|
583
690
|
version: "26.0.1410.58"
|
584
691
|
engine: WebKit
|
692
|
+
engine_version: "537.31"
|
585
693
|
device:
|
586
694
|
type: phablet
|
587
695
|
brand: MC
|
@@ -594,13 +702,14 @@
|
|
594
702
|
name: Android
|
595
703
|
short_name: AND
|
596
704
|
version: "4.4.2"
|
597
|
-
platform:
|
705
|
+
platform: ""
|
598
706
|
client:
|
599
707
|
type: browser
|
600
708
|
name: Chrome
|
601
709
|
short_name: CH
|
602
710
|
version: "30.0.0.0"
|
603
711
|
engine: Blink
|
712
|
+
engine_version: ""
|
604
713
|
device:
|
605
714
|
type: phablet
|
606
715
|
brand: MC
|
@@ -613,13 +722,14 @@
|
|
613
722
|
name: Android
|
614
723
|
short_name: AND
|
615
724
|
version: "4.4.2"
|
616
|
-
platform:
|
725
|
+
platform: ""
|
617
726
|
client:
|
618
727
|
type: browser
|
619
728
|
name: Chrome
|
620
729
|
short_name: CH
|
621
730
|
version: "30.0.0.0"
|
622
731
|
engine: Blink
|
732
|
+
engine_version: ""
|
623
733
|
device:
|
624
734
|
type: phablet
|
625
735
|
brand: MC
|
@@ -632,13 +742,14 @@
|
|
632
742
|
name: Android
|
633
743
|
short_name: AND
|
634
744
|
version: "4.4.2"
|
635
|
-
platform:
|
745
|
+
platform: ""
|
636
746
|
client:
|
637
747
|
type: browser
|
638
748
|
name: Chrome
|
639
749
|
short_name: CH
|
640
750
|
version: "42.0.2311.111"
|
641
751
|
engine: Blink
|
752
|
+
engine_version: ""
|
642
753
|
device:
|
643
754
|
type: phablet
|
644
755
|
brand: MC
|
@@ -651,13 +762,14 @@
|
|
651
762
|
name: Android
|
652
763
|
short_name: AND
|
653
764
|
version: "4.4.2"
|
654
|
-
platform:
|
765
|
+
platform: ""
|
655
766
|
client:
|
656
767
|
type: browser
|
657
768
|
name: Chrome
|
658
769
|
short_name: CH
|
659
770
|
version: "42.0.2311.111"
|
660
771
|
engine: Blink
|
772
|
+
engine_version: ""
|
661
773
|
device:
|
662
774
|
type: phablet
|
663
775
|
brand: MC
|
@@ -670,45 +782,27 @@
|
|
670
782
|
name: Android
|
671
783
|
short_name: AND
|
672
784
|
version: "4.1.2"
|
673
|
-
platform:
|
785
|
+
platform: ""
|
674
786
|
client:
|
675
787
|
type: browser
|
676
788
|
name: Android Browser
|
677
789
|
short_name: AN
|
678
|
-
version:
|
790
|
+
version: ""
|
679
791
|
engine: WebKit
|
792
|
+
engine_version: "534.30"
|
680
793
|
device:
|
681
794
|
type: phablet
|
682
795
|
brand: MC
|
683
796
|
model: SmartPad Mini Mobile
|
684
797
|
os_family: Android
|
685
798
|
browser_family: Android Browser
|
686
|
-
-
|
687
|
-
user_agent: Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 640 XL Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/533.1
|
688
|
-
os:
|
689
|
-
name: Windows Phone
|
690
|
-
short_name: WPH
|
691
|
-
version: "8.1"
|
692
|
-
platform: ARM
|
693
|
-
client:
|
694
|
-
type: browser
|
695
|
-
name: IE Mobile
|
696
|
-
short_name: IM
|
697
|
-
version: "11.0"
|
698
|
-
engine: Trident
|
699
|
-
device:
|
700
|
-
type: phablet
|
701
|
-
brand: NK
|
702
|
-
model: Lumia 640 XL
|
703
|
-
os_family: Windows Mobile
|
704
|
-
browser_family: Internet Explorer
|
705
799
|
-
|
706
800
|
user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; N1T Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.0.54_r1169949.561 NetType/WIFI Language/zh_CN
|
707
801
|
os:
|
708
802
|
name: Android
|
709
803
|
short_name: AND
|
710
804
|
version: "4.2.2"
|
711
|
-
platform:
|
805
|
+
platform: ""
|
712
806
|
client:
|
713
807
|
type: mobile app
|
714
808
|
name: WeChat
|
@@ -725,13 +819,14 @@
|
|
725
819
|
name: Android
|
726
820
|
short_name: AND
|
727
821
|
version: "4.2.2"
|
728
|
-
platform:
|
822
|
+
platform: ""
|
729
823
|
client:
|
730
824
|
type: browser
|
731
825
|
name: Android Browser
|
732
826
|
short_name: AN
|
733
|
-
version:
|
827
|
+
version: ""
|
734
828
|
engine: WebKit
|
829
|
+
engine_version: "534.30"
|
735
830
|
device:
|
736
831
|
type: phablet
|
737
832
|
brand: SA
|
@@ -744,13 +839,14 @@
|
|
744
839
|
name: Android
|
745
840
|
short_name: AND
|
746
841
|
version: "4.2.2"
|
747
|
-
platform:
|
842
|
+
platform: ""
|
748
843
|
client:
|
749
844
|
type: browser
|
750
845
|
name: UC Browser
|
751
846
|
short_name: UC
|
752
847
|
version: "9.9.4.484"
|
753
848
|
engine: WebKit
|
849
|
+
engine_version: "533.1"
|
754
850
|
device:
|
755
851
|
type: phablet
|
756
852
|
brand: SA
|
@@ -763,13 +859,14 @@
|
|
763
859
|
name: Android
|
764
860
|
short_name: AND
|
765
861
|
version: "4.3"
|
766
|
-
platform:
|
862
|
+
platform: ""
|
767
863
|
client:
|
768
864
|
type: browser
|
769
865
|
name: Chrome Mobile
|
770
866
|
short_name: CM
|
771
867
|
version: "28.0.1500.94"
|
772
868
|
engine: Blink
|
869
|
+
engine_version: ""
|
773
870
|
device:
|
774
871
|
type: phablet
|
775
872
|
brand: SA
|
@@ -782,13 +879,14 @@
|
|
782
879
|
name: Android
|
783
880
|
short_name: AND
|
784
881
|
version: "4.1.2"
|
785
|
-
platform:
|
882
|
+
platform: ""
|
786
883
|
client:
|
787
884
|
type: browser
|
788
885
|
name: Android Browser
|
789
886
|
short_name: AN
|
790
|
-
version:
|
887
|
+
version: ""
|
791
888
|
engine: WebKit
|
889
|
+
engine_version: "534.30"
|
792
890
|
device:
|
793
891
|
type: phablet
|
794
892
|
brand: SA
|
@@ -801,13 +899,14 @@
|
|
801
899
|
name: Android
|
802
900
|
short_name: AND
|
803
901
|
version: "4.1.2"
|
804
|
-
platform:
|
902
|
+
platform: ""
|
805
903
|
client:
|
806
904
|
type: browser
|
807
905
|
name: Android Browser
|
808
906
|
short_name: AN
|
809
|
-
version:
|
907
|
+
version: ""
|
810
908
|
engine: WebKit
|
909
|
+
engine_version: "534.30"
|
811
910
|
device:
|
812
911
|
type: phablet
|
813
912
|
brand: SA
|
@@ -820,13 +919,14 @@
|
|
820
919
|
name: Android
|
821
920
|
short_name: AND
|
822
921
|
version: "4.2.2"
|
823
|
-
platform:
|
922
|
+
platform: ""
|
824
923
|
client:
|
825
924
|
type: browser
|
826
925
|
name: Android Browser
|
827
926
|
short_name: AN
|
828
|
-
version:
|
927
|
+
version: ""
|
829
928
|
engine: WebKit
|
929
|
+
engine_version: "534.30"
|
830
930
|
device:
|
831
931
|
type: phablet
|
832
932
|
brand: SA
|
@@ -839,13 +939,14 @@
|
|
839
939
|
name: Android
|
840
940
|
short_name: AND
|
841
941
|
version: "4.2.2"
|
842
|
-
platform:
|
942
|
+
platform: ""
|
843
943
|
client:
|
844
944
|
type: browser
|
845
945
|
name: Android Browser
|
846
946
|
short_name: AN
|
847
|
-
version:
|
947
|
+
version: ""
|
848
948
|
engine: WebKit
|
949
|
+
engine_version: "534.30"
|
849
950
|
device:
|
850
951
|
type: phablet
|
851
952
|
brand: SA
|
@@ -858,13 +959,14 @@
|
|
858
959
|
name: Android
|
859
960
|
short_name: AND
|
860
961
|
version: "4.2.2"
|
861
|
-
platform:
|
962
|
+
platform: ""
|
862
963
|
client:
|
863
964
|
type: browser
|
864
965
|
name: Android Browser
|
865
966
|
short_name: AN
|
866
|
-
version:
|
967
|
+
version: ""
|
867
968
|
engine: WebKit
|
969
|
+
engine_version: "534.30"
|
868
970
|
device:
|
869
971
|
type: phablet
|
870
972
|
brand: SA
|
@@ -877,13 +979,14 @@
|
|
877
979
|
name: Android
|
878
980
|
short_name: AND
|
879
981
|
version: "4.2.2"
|
880
|
-
platform:
|
982
|
+
platform: ""
|
881
983
|
client:
|
882
984
|
type: browser
|
883
985
|
name: Chrome Mobile
|
884
986
|
short_name: CM
|
885
987
|
version: "18.0.1025.308"
|
886
988
|
engine: WebKit
|
989
|
+
engine_version: "535.19"
|
887
990
|
device:
|
888
991
|
type: phablet
|
889
992
|
brand: SA
|
@@ -896,13 +999,14 @@
|
|
896
999
|
name: Android
|
897
1000
|
short_name: AND
|
898
1001
|
version: "4.2.2"
|
899
|
-
platform:
|
1002
|
+
platform: ""
|
900
1003
|
client:
|
901
1004
|
type: browser
|
902
1005
|
name: Chrome Mobile
|
903
1006
|
short_name: CM
|
904
1007
|
version: "26.0.1410.58"
|
905
1008
|
engine: WebKit
|
1009
|
+
engine_version: "537.31"
|
906
1010
|
device:
|
907
1011
|
type: phablet
|
908
1012
|
brand: SA
|
@@ -915,13 +1019,14 @@
|
|
915
1019
|
name: Android
|
916
1020
|
short_name: AND
|
917
1021
|
version: "4.2.2"
|
918
|
-
platform:
|
1022
|
+
platform: ""
|
919
1023
|
client:
|
920
1024
|
type: browser
|
921
1025
|
name: UC Browser
|
922
1026
|
short_name: UC
|
923
1027
|
version: "9.6.1.401"
|
924
1028
|
engine: WebKit
|
1029
|
+
engine_version: "533.1"
|
925
1030
|
device:
|
926
1031
|
type: phablet
|
927
1032
|
brand: SA
|
@@ -934,13 +1039,14 @@
|
|
934
1039
|
name: Android
|
935
1040
|
short_name: AND
|
936
1041
|
version: "4.2.2"
|
937
|
-
platform:
|
1042
|
+
platform: ""
|
938
1043
|
client:
|
939
1044
|
type: browser
|
940
1045
|
name: Chrome Mobile
|
941
1046
|
short_name: CM
|
942
1047
|
version: "18.0.1025.308"
|
943
1048
|
engine: WebKit
|
1049
|
+
engine_version: "535.19"
|
944
1050
|
device:
|
945
1051
|
type: phablet
|
946
1052
|
brand: SA
|
@@ -953,13 +1059,14 @@
|
|
953
1059
|
name: Android
|
954
1060
|
short_name: AND
|
955
1061
|
version: "4.2.2"
|
956
|
-
platform:
|
1062
|
+
platform: ""
|
957
1063
|
client:
|
958
1064
|
type: browser
|
959
1065
|
name: Chrome Mobile
|
960
1066
|
short_name: CM
|
961
1067
|
version: "33.0.1750.136"
|
962
1068
|
engine: Blink
|
1069
|
+
engine_version: ""
|
963
1070
|
device:
|
964
1071
|
type: phablet
|
965
1072
|
brand: SA
|
@@ -972,13 +1079,14 @@
|
|
972
1079
|
name: Android
|
973
1080
|
short_name: AND
|
974
1081
|
version: "4.3"
|
975
|
-
platform:
|
1082
|
+
platform: ""
|
976
1083
|
client:
|
977
1084
|
type: browser
|
978
1085
|
name: Android Browser
|
979
1086
|
short_name: AN
|
980
|
-
version:
|
1087
|
+
version: ""
|
981
1088
|
engine: WebKit
|
1089
|
+
engine_version: "537.36"
|
982
1090
|
device:
|
983
1091
|
type: phablet
|
984
1092
|
brand: SA
|
@@ -991,13 +1099,14 @@
|
|
991
1099
|
name: Android
|
992
1100
|
short_name: AND
|
993
1101
|
version: "4.3"
|
994
|
-
platform:
|
1102
|
+
platform: ""
|
995
1103
|
client:
|
996
1104
|
type: browser
|
997
1105
|
name: Android Browser
|
998
1106
|
short_name: AN
|
999
|
-
version:
|
1107
|
+
version: ""
|
1000
1108
|
engine: WebKit
|
1109
|
+
engine_version: "534.24"
|
1001
1110
|
device:
|
1002
1111
|
type: phablet
|
1003
1112
|
brand: SA
|
@@ -1010,13 +1119,14 @@
|
|
1010
1119
|
name: Android
|
1011
1120
|
short_name: AND
|
1012
1121
|
version: "4.3"
|
1013
|
-
platform:
|
1122
|
+
platform: ""
|
1014
1123
|
client:
|
1015
1124
|
type: browser
|
1016
1125
|
name: Baidu Browser
|
1017
1126
|
short_name: BD
|
1018
1127
|
version: "4.3.16.2"
|
1019
1128
|
engine: WebKit
|
1129
|
+
engine_version: "534.24"
|
1020
1130
|
device:
|
1021
1131
|
type: phablet
|
1022
1132
|
brand: SA
|
@@ -1029,13 +1139,14 @@
|
|
1029
1139
|
name: Android
|
1030
1140
|
short_name: AND
|
1031
1141
|
version: "4.3"
|
1032
|
-
platform:
|
1142
|
+
platform: ""
|
1033
1143
|
client:
|
1034
1144
|
type: browser
|
1035
1145
|
name: Chrome Mobile
|
1036
1146
|
short_name: CM
|
1037
1147
|
version: "28.0.1500.94"
|
1038
1148
|
engine: Blink
|
1149
|
+
engine_version: ""
|
1039
1150
|
device:
|
1040
1151
|
type: phablet
|
1041
1152
|
brand: SA
|
@@ -1048,13 +1159,14 @@
|
|
1048
1159
|
name: Android
|
1049
1160
|
short_name: AND
|
1050
1161
|
version: "4.3"
|
1051
|
-
platform:
|
1162
|
+
platform: ""
|
1052
1163
|
client:
|
1053
1164
|
type: browser
|
1054
1165
|
name: Chrome Mobile
|
1055
1166
|
short_name: CM
|
1056
1167
|
version: "28.0.1500.94"
|
1057
1168
|
engine: Blink
|
1169
|
+
engine_version: ""
|
1058
1170
|
device:
|
1059
1171
|
type: phablet
|
1060
1172
|
brand: SA
|
@@ -1067,13 +1179,14 @@
|
|
1067
1179
|
name: Android
|
1068
1180
|
short_name: AND
|
1069
1181
|
version: "4.3"
|
1070
|
-
platform:
|
1182
|
+
platform: ""
|
1071
1183
|
client:
|
1072
1184
|
type: browser
|
1073
1185
|
name: Chrome Mobile
|
1074
1186
|
short_name: CM
|
1075
1187
|
version: "28.0.1500.94"
|
1076
1188
|
engine: Blink
|
1189
|
+
engine_version: ""
|
1077
1190
|
device:
|
1078
1191
|
type: phablet
|
1079
1192
|
brand: SA
|
@@ -1086,13 +1199,14 @@
|
|
1086
1199
|
name: Android
|
1087
1200
|
short_name: AND
|
1088
1201
|
version: "4.3"
|
1089
|
-
platform:
|
1202
|
+
platform: ""
|
1090
1203
|
client:
|
1091
1204
|
type: browser
|
1092
1205
|
name: Chrome Mobile
|
1093
1206
|
short_name: CM
|
1094
1207
|
version: "28.0.1500.94"
|
1095
1208
|
engine: Blink
|
1209
|
+
engine_version: ""
|
1096
1210
|
device:
|
1097
1211
|
type: phablet
|
1098
1212
|
brand: SA
|
@@ -1105,13 +1219,14 @@
|
|
1105
1219
|
name: Android
|
1106
1220
|
short_name: AND
|
1107
1221
|
version: "4.3"
|
1108
|
-
platform:
|
1222
|
+
platform: ""
|
1109
1223
|
client:
|
1110
1224
|
type: browser
|
1111
1225
|
name: Chrome Mobile
|
1112
1226
|
short_name: CM
|
1113
1227
|
version: "28.0.1500.94"
|
1114
1228
|
engine: Blink
|
1229
|
+
engine_version: ""
|
1115
1230
|
device:
|
1116
1231
|
type: phablet
|
1117
1232
|
brand: SA
|
@@ -1124,13 +1239,14 @@
|
|
1124
1239
|
name: Android
|
1125
1240
|
short_name: AND
|
1126
1241
|
version: "4.3"
|
1127
|
-
platform:
|
1242
|
+
platform: ""
|
1128
1243
|
client:
|
1129
1244
|
type: browser
|
1130
1245
|
name: Chrome Mobile
|
1131
1246
|
short_name: CM
|
1132
1247
|
version: "32.0.1700.58"
|
1133
1248
|
engine: Blink
|
1249
|
+
engine_version: ""
|
1134
1250
|
device:
|
1135
1251
|
type: phablet
|
1136
1252
|
brand: SA
|
@@ -1143,13 +1259,14 @@
|
|
1143
1259
|
name: Android
|
1144
1260
|
short_name: AND
|
1145
1261
|
version: "4.3"
|
1146
|
-
platform:
|
1262
|
+
platform: ""
|
1147
1263
|
client:
|
1148
1264
|
type: browser
|
1149
1265
|
name: Chrome Mobile
|
1150
1266
|
short_name: CM
|
1151
1267
|
version: "32.0.1700.99"
|
1152
1268
|
engine: Blink
|
1269
|
+
engine_version: ""
|
1153
1270
|
device:
|
1154
1271
|
type: phablet
|
1155
1272
|
brand: SA
|
@@ -1162,13 +1279,14 @@
|
|
1162
1279
|
name: Android
|
1163
1280
|
short_name: AND
|
1164
1281
|
version: "4.3"
|
1165
|
-
platform:
|
1282
|
+
platform: ""
|
1166
1283
|
client:
|
1167
1284
|
type: browser
|
1168
1285
|
name: Chrome Mobile
|
1169
1286
|
short_name: CM
|
1170
1287
|
version: "33.0.1750.136"
|
1171
1288
|
engine: Blink
|
1289
|
+
engine_version: ""
|
1172
1290
|
device:
|
1173
1291
|
type: phablet
|
1174
1292
|
brand: SA
|
@@ -1181,13 +1299,14 @@
|
|
1181
1299
|
name: Android
|
1182
1300
|
short_name: AND
|
1183
1301
|
version: "4.3"
|
1184
|
-
platform:
|
1302
|
+
platform: ""
|
1185
1303
|
client:
|
1186
1304
|
type: browser
|
1187
1305
|
name: Chrome Mobile
|
1188
1306
|
short_name: CM
|
1189
1307
|
version: "33.0.1750.136"
|
1190
1308
|
engine: Blink
|
1309
|
+
engine_version: ""
|
1191
1310
|
device:
|
1192
1311
|
type: phablet
|
1193
1312
|
brand: SA
|
@@ -1200,13 +1319,14 @@
|
|
1200
1319
|
name: Android
|
1201
1320
|
short_name: AND
|
1202
1321
|
version: "4.3"
|
1203
|
-
platform:
|
1322
|
+
platform: ""
|
1204
1323
|
client:
|
1205
1324
|
type: browser
|
1206
1325
|
name: QQ Browser
|
1207
1326
|
short_name: QQ
|
1208
1327
|
version: "5.0"
|
1209
1328
|
engine: WebKit
|
1329
|
+
engine_version: "537.36"
|
1210
1330
|
device:
|
1211
1331
|
type: phablet
|
1212
1332
|
brand: SA
|
@@ -1219,7 +1339,7 @@
|
|
1219
1339
|
name: Android
|
1220
1340
|
short_name: AND
|
1221
1341
|
version: "4.3"
|
1222
|
-
platform:
|
1342
|
+
platform: ""
|
1223
1343
|
client:
|
1224
1344
|
type: mobile app
|
1225
1345
|
name: WeChat
|
@@ -1236,13 +1356,14 @@
|
|
1236
1356
|
name: Android
|
1237
1357
|
short_name: AND
|
1238
1358
|
version: "4.4.2"
|
1239
|
-
platform:
|
1359
|
+
platform: ""
|
1240
1360
|
client:
|
1241
1361
|
type: browser
|
1242
1362
|
name: Chrome Mobile
|
1243
1363
|
short_name: CM
|
1244
1364
|
version: "28.0.1500.94"
|
1245
1365
|
engine: Blink
|
1366
|
+
engine_version: ""
|
1246
1367
|
device:
|
1247
1368
|
type: phablet
|
1248
1369
|
brand: SA
|
@@ -1255,13 +1376,14 @@
|
|
1255
1376
|
name: Android
|
1256
1377
|
short_name: AND
|
1257
1378
|
version: "4.4.2"
|
1258
|
-
platform:
|
1379
|
+
platform: ""
|
1259
1380
|
client:
|
1260
1381
|
type: browser
|
1261
1382
|
name: Chrome Mobile
|
1262
1383
|
short_name: CM
|
1263
1384
|
version: "28.0.1500.94"
|
1264
1385
|
engine: Blink
|
1386
|
+
engine_version: ""
|
1265
1387
|
device:
|
1266
1388
|
type: phablet
|
1267
1389
|
brand: SA
|
@@ -1274,13 +1396,14 @@
|
|
1274
1396
|
name: Android
|
1275
1397
|
short_name: AND
|
1276
1398
|
version: "4.4.2"
|
1277
|
-
platform:
|
1399
|
+
platform: ""
|
1278
1400
|
client:
|
1279
1401
|
type: browser
|
1280
1402
|
name: Chrome Mobile
|
1281
1403
|
short_name: CM
|
1282
1404
|
version: "33.0.1750.136"
|
1283
1405
|
engine: Blink
|
1406
|
+
engine_version: ""
|
1284
1407
|
device:
|
1285
1408
|
type: phablet
|
1286
1409
|
brand: SA
|
@@ -1293,13 +1416,14 @@
|
|
1293
1416
|
name: Android
|
1294
1417
|
short_name: AND
|
1295
1418
|
version: "4.4.2"
|
1296
|
-
platform:
|
1419
|
+
platform: ""
|
1297
1420
|
client:
|
1298
1421
|
type: browser
|
1299
1422
|
name: Chrome Mobile
|
1300
1423
|
short_name: CM
|
1301
1424
|
version: "33.0.1750.166"
|
1302
1425
|
engine: Blink
|
1426
|
+
engine_version: ""
|
1303
1427
|
device:
|
1304
1428
|
type: phablet
|
1305
1429
|
brand: SA
|
@@ -1312,13 +1436,14 @@
|
|
1312
1436
|
name: Android
|
1313
1437
|
short_name: AND
|
1314
1438
|
version: "4.4.2"
|
1315
|
-
platform:
|
1439
|
+
platform: ""
|
1316
1440
|
client:
|
1317
1441
|
type: browser
|
1318
1442
|
name: Chrome Mobile
|
1319
1443
|
short_name: CM
|
1320
1444
|
version: "33.0.1750.166"
|
1321
1445
|
engine: Blink
|
1446
|
+
engine_version: ""
|
1322
1447
|
device:
|
1323
1448
|
type: phablet
|
1324
1449
|
brand: SA
|
@@ -1331,13 +1456,14 @@
|
|
1331
1456
|
name: Android
|
1332
1457
|
short_name: AND
|
1333
1458
|
version: "4.4.2"
|
1334
|
-
platform:
|
1459
|
+
platform: ""
|
1335
1460
|
client:
|
1336
1461
|
type: browser
|
1337
1462
|
name: Chrome Mobile
|
1338
1463
|
short_name: CM
|
1339
1464
|
version: "34.0.1847.114"
|
1340
1465
|
engine: Blink
|
1466
|
+
engine_version: ""
|
1341
1467
|
device:
|
1342
1468
|
type: phablet
|
1343
1469
|
brand: SA
|
@@ -1350,7 +1476,7 @@
|
|
1350
1476
|
name: Android
|
1351
1477
|
short_name: AND
|
1352
1478
|
version: "4.4.2"
|
1353
|
-
platform:
|
1479
|
+
platform: ""
|
1354
1480
|
client:
|
1355
1481
|
type: mediaplayer
|
1356
1482
|
name: Stagefright
|
@@ -1367,13 +1493,14 @@
|
|
1367
1493
|
name: Android
|
1368
1494
|
short_name: AND
|
1369
1495
|
version: "4.3"
|
1370
|
-
platform:
|
1496
|
+
platform: ""
|
1371
1497
|
client:
|
1372
1498
|
type: browser
|
1373
1499
|
name: UC Browser
|
1374
1500
|
short_name: UC
|
1375
1501
|
version: "9.6.0.378"
|
1376
1502
|
engine: WebKit
|
1503
|
+
engine_version: "533.1"
|
1377
1504
|
device:
|
1378
1505
|
type: phablet
|
1379
1506
|
brand: SA
|
@@ -1386,13 +1513,14 @@
|
|
1386
1513
|
name: Android
|
1387
1514
|
short_name: AND
|
1388
1515
|
version: "4.3"
|
1389
|
-
platform:
|
1516
|
+
platform: ""
|
1390
1517
|
client:
|
1391
1518
|
type: browser
|
1392
1519
|
name: Android Browser
|
1393
1520
|
short_name: AN
|
1394
|
-
version:
|
1521
|
+
version: ""
|
1395
1522
|
engine: WebKit
|
1523
|
+
engine_version: "534.30"
|
1396
1524
|
device:
|
1397
1525
|
type: phablet
|
1398
1526
|
brand: SA
|
@@ -1405,13 +1533,14 @@
|
|
1405
1533
|
name: Android
|
1406
1534
|
short_name: AND
|
1407
1535
|
version: "4.3"
|
1408
|
-
platform:
|
1536
|
+
platform: ""
|
1409
1537
|
client:
|
1410
1538
|
type: browser
|
1411
1539
|
name: Chrome Mobile
|
1412
1540
|
short_name: CM
|
1413
1541
|
version: "28.0.1500.94"
|
1414
1542
|
engine: Blink
|
1543
|
+
engine_version: ""
|
1415
1544
|
device:
|
1416
1545
|
type: phablet
|
1417
1546
|
brand: SA
|
@@ -1424,13 +1553,14 @@
|
|
1424
1553
|
name: Android
|
1425
1554
|
short_name: AND
|
1426
1555
|
version: "4.3"
|
1427
|
-
platform:
|
1556
|
+
platform: ""
|
1428
1557
|
client:
|
1429
1558
|
type: browser
|
1430
1559
|
name: Chrome Mobile
|
1431
1560
|
short_name: CM
|
1432
1561
|
version: "28.0.1500.94"
|
1433
1562
|
engine: Blink
|
1563
|
+
engine_version: ""
|
1434
1564
|
device:
|
1435
1565
|
type: phablet
|
1436
1566
|
brand: SA
|
@@ -1443,13 +1573,14 @@
|
|
1443
1573
|
name: Android
|
1444
1574
|
short_name: AND
|
1445
1575
|
version: "4.3"
|
1446
|
-
platform:
|
1576
|
+
platform: ""
|
1447
1577
|
client:
|
1448
1578
|
type: browser
|
1449
1579
|
name: Chrome Mobile
|
1450
1580
|
short_name: CM
|
1451
1581
|
version: "34.0.1847.114"
|
1452
1582
|
engine: Blink
|
1583
|
+
engine_version: ""
|
1453
1584
|
device:
|
1454
1585
|
type: phablet
|
1455
1586
|
brand: SA
|
@@ -1462,13 +1593,14 @@
|
|
1462
1593
|
name: Android
|
1463
1594
|
short_name: AND
|
1464
1595
|
version: "4.3"
|
1465
|
-
platform:
|
1596
|
+
platform: ""
|
1466
1597
|
client:
|
1467
1598
|
type: browser
|
1468
1599
|
name: Chrome Mobile
|
1469
1600
|
short_name: CM
|
1470
1601
|
version: "28.0.1500.94"
|
1471
1602
|
engine: Blink
|
1603
|
+
engine_version: ""
|
1472
1604
|
device:
|
1473
1605
|
type: phablet
|
1474
1606
|
brand: SA
|
@@ -1481,13 +1613,14 @@
|
|
1481
1613
|
name: Android
|
1482
1614
|
short_name: AND
|
1483
1615
|
version: "4.0.4"
|
1484
|
-
platform:
|
1616
|
+
platform: ""
|
1485
1617
|
client:
|
1486
1618
|
type: browser
|
1487
1619
|
name: Chrome Mobile
|
1488
1620
|
short_name: CM
|
1489
1621
|
version: "18.0.1025.166"
|
1490
1622
|
engine: WebKit
|
1623
|
+
engine_version: "535.19"
|
1491
1624
|
device:
|
1492
1625
|
type: phablet
|
1493
1626
|
brand: SA
|
@@ -1500,7 +1633,7 @@
|
|
1500
1633
|
name: Android
|
1501
1634
|
short_name: AND
|
1502
1635
|
version: "4.4.4"
|
1503
|
-
platform:
|
1636
|
+
platform: ""
|
1504
1637
|
client:
|
1505
1638
|
type: mobile app
|
1506
1639
|
name: Facebook
|
@@ -1517,32 +1650,234 @@
|
|
1517
1650
|
name: Android
|
1518
1651
|
short_name: AND
|
1519
1652
|
version: "4.4.4"
|
1520
|
-
platform:
|
1653
|
+
platform: ""
|
1521
1654
|
client:
|
1522
1655
|
type: browser
|
1523
1656
|
name: Chrome Mobile
|
1524
1657
|
short_name: CM
|
1525
1658
|
version: "34.0.1847.76"
|
1526
1659
|
engine: Blink
|
1660
|
+
engine_version: ""
|
1527
1661
|
device:
|
1528
1662
|
type: phablet
|
1529
1663
|
brand: SA
|
1530
1664
|
model: GALAXY Note 4 Edge
|
1531
1665
|
os_family: Android
|
1532
1666
|
browser_family: Chrome
|
1667
|
+
-
|
1668
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-N920T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36
|
1669
|
+
os:
|
1670
|
+
name: Android
|
1671
|
+
short_name: AND
|
1672
|
+
version: "5.1.1"
|
1673
|
+
platform: ""
|
1674
|
+
client:
|
1675
|
+
type: browser
|
1676
|
+
name: Chrome Mobile
|
1677
|
+
short_name: CM
|
1678
|
+
version: "46.0.2490.76"
|
1679
|
+
engine: Blink
|
1680
|
+
engine_version: ""
|
1681
|
+
device:
|
1682
|
+
type: phablet
|
1683
|
+
brand: SA
|
1684
|
+
model: GALAXY Note 5
|
1685
|
+
os_family: Android
|
1686
|
+
browser_family: Chrome
|
1687
|
+
-
|
1688
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N920I Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
|
1689
|
+
os:
|
1690
|
+
name: Android
|
1691
|
+
short_name: AND
|
1692
|
+
version: "5.1.1"
|
1693
|
+
platform: ""
|
1694
|
+
client:
|
1695
|
+
type: browser
|
1696
|
+
name: Samsung Browser
|
1697
|
+
short_name: SB
|
1698
|
+
version: "3.4"
|
1699
|
+
engine: WebKit
|
1700
|
+
engine_version: "537.36"
|
1701
|
+
device:
|
1702
|
+
type: phablet
|
1703
|
+
brand: SA
|
1704
|
+
model: GALAXY Note 5
|
1705
|
+
os_family: Android
|
1706
|
+
browser_family: Unknown
|
1707
|
+
-
|
1708
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N920S Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
|
1709
|
+
os:
|
1710
|
+
name: Android
|
1711
|
+
short_name: AND
|
1712
|
+
version: "5.1.1"
|
1713
|
+
platform: ""
|
1714
|
+
client:
|
1715
|
+
type: browser
|
1716
|
+
name: Samsung Browser
|
1717
|
+
short_name: SB
|
1718
|
+
version: "3.4"
|
1719
|
+
engine: WebKit
|
1720
|
+
engine_version: "537.36"
|
1721
|
+
device:
|
1722
|
+
type: phablet
|
1723
|
+
brand: SA
|
1724
|
+
model: GALAXY Note 5
|
1725
|
+
os_family: Android
|
1726
|
+
browser_family: Unknown
|
1727
|
+
-
|
1728
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-N920C Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36
|
1729
|
+
os:
|
1730
|
+
name: Android
|
1731
|
+
short_name: AND
|
1732
|
+
version: "6.0.1"
|
1733
|
+
platform: ""
|
1734
|
+
client:
|
1735
|
+
type: browser
|
1736
|
+
name: Chrome Mobile
|
1737
|
+
short_name: CM
|
1738
|
+
version: "51.0.2704.81"
|
1739
|
+
engine: Blink
|
1740
|
+
engine_version: ""
|
1741
|
+
device:
|
1742
|
+
type: phablet
|
1743
|
+
brand: SA
|
1744
|
+
model: GALAXY Note 5
|
1745
|
+
os_family: Android
|
1746
|
+
browser_family: Chrome
|
1747
|
+
-
|
1748
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-N9200 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36
|
1749
|
+
os:
|
1750
|
+
name: Android
|
1751
|
+
short_name: AND
|
1752
|
+
version: "6.0.1"
|
1753
|
+
platform: ""
|
1754
|
+
client:
|
1755
|
+
type: browser
|
1756
|
+
name: Samsung Browser
|
1757
|
+
short_name: SB
|
1758
|
+
version: "4.0"
|
1759
|
+
engine: WebKit
|
1760
|
+
engine_version: "537.36"
|
1761
|
+
device:
|
1762
|
+
type: phablet
|
1763
|
+
brand: SA
|
1764
|
+
model: GALAXY Note 5
|
1765
|
+
os_family: Android
|
1766
|
+
browser_family: Unknown
|
1767
|
+
-
|
1768
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-N9208 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36
|
1769
|
+
os:
|
1770
|
+
name: Android
|
1771
|
+
short_name: AND
|
1772
|
+
version: "6.0.1"
|
1773
|
+
platform: ""
|
1774
|
+
client:
|
1775
|
+
type: browser
|
1776
|
+
name: Chrome Mobile
|
1777
|
+
short_name: CM
|
1778
|
+
version: "52.0.2743.98"
|
1779
|
+
engine: Blink
|
1780
|
+
engine_version: ""
|
1781
|
+
device:
|
1782
|
+
type: phablet
|
1783
|
+
brand: SA
|
1784
|
+
model: GALAXY Note 5 Duos
|
1785
|
+
os_family: Android
|
1786
|
+
browser_family: Chrome
|
1787
|
+
-
|
1788
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-N930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36
|
1789
|
+
os:
|
1790
|
+
name: Android
|
1791
|
+
short_name: AND
|
1792
|
+
version: "6.0.1"
|
1793
|
+
platform: ""
|
1794
|
+
client:
|
1795
|
+
type: browser
|
1796
|
+
name: Chrome Mobile
|
1797
|
+
short_name: CM
|
1798
|
+
version: "52.0.2743.98"
|
1799
|
+
engine: Blink
|
1800
|
+
engine_version: ""
|
1801
|
+
device:
|
1802
|
+
type: phablet
|
1803
|
+
brand: SA
|
1804
|
+
model: GALAXY Note 7
|
1805
|
+
os_family: Android
|
1806
|
+
browser_family: Chrome
|
1807
|
+
-
|
1808
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-N950U1 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
|
1809
|
+
os:
|
1810
|
+
name: Android
|
1811
|
+
short_name: AND
|
1812
|
+
version: "7.1.1"
|
1813
|
+
platform: ""
|
1814
|
+
client:
|
1815
|
+
type: browser
|
1816
|
+
name: Chrome Mobile
|
1817
|
+
short_name: CM
|
1818
|
+
version: "61.0.3163.98"
|
1819
|
+
engine: Blink
|
1820
|
+
engine_version: ""
|
1821
|
+
device:
|
1822
|
+
type: phablet
|
1823
|
+
brand: SA
|
1824
|
+
model: GALAXY Note 8
|
1825
|
+
os_family: Android
|
1826
|
+
browser_family: Chrome
|
1827
|
+
-
|
1828
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-N950F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36
|
1829
|
+
os:
|
1830
|
+
name: Android
|
1831
|
+
short_name: AND
|
1832
|
+
version: "7.1.1"
|
1833
|
+
platform: ""
|
1834
|
+
client:
|
1835
|
+
type: browser
|
1836
|
+
name: Chrome Mobile
|
1837
|
+
short_name: CM
|
1838
|
+
version: "62.0.3202.84"
|
1839
|
+
engine: Blink
|
1840
|
+
engine_version: ""
|
1841
|
+
device:
|
1842
|
+
type: phablet
|
1843
|
+
brand: SA
|
1844
|
+
model: GALAXY Note 8
|
1845
|
+
os_family: Android
|
1846
|
+
browser_family: Chrome
|
1847
|
+
-
|
1848
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-N950F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36
|
1849
|
+
os:
|
1850
|
+
name: Android
|
1851
|
+
short_name: AND
|
1852
|
+
version: "7.1.1"
|
1853
|
+
platform: ""
|
1854
|
+
client:
|
1855
|
+
type: browser
|
1856
|
+
name: Samsung Browser
|
1857
|
+
short_name: SB
|
1858
|
+
version: "6.2"
|
1859
|
+
engine: WebKit
|
1860
|
+
engine_version: "537.36"
|
1861
|
+
device:
|
1862
|
+
type: phablet
|
1863
|
+
brand: SA
|
1864
|
+
model: GALAXY Note 8
|
1865
|
+
os_family: Android
|
1866
|
+
browser_family: Unknown
|
1533
1867
|
-
|
1534
1868
|
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SPH-L900 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7
|
1535
1869
|
os:
|
1536
1870
|
name: Android
|
1537
1871
|
short_name: AND
|
1538
1872
|
version: "4.1.1"
|
1539
|
-
platform:
|
1873
|
+
platform: ""
|
1540
1874
|
client:
|
1541
1875
|
type: browser
|
1542
1876
|
name: Android Browser
|
1543
1877
|
short_name: AN
|
1544
|
-
version:
|
1878
|
+
version: ""
|
1545
1879
|
engine: WebKit
|
1880
|
+
engine_version: "534.30"
|
1546
1881
|
device:
|
1547
1882
|
type: phablet
|
1548
1883
|
brand: SA
|
@@ -1555,13 +1890,14 @@
|
|
1555
1890
|
name: Android
|
1556
1891
|
short_name: AND
|
1557
1892
|
version: "4.1.1"
|
1558
|
-
platform:
|
1893
|
+
platform: ""
|
1559
1894
|
client:
|
1560
1895
|
type: browser
|
1561
1896
|
name: Android Browser
|
1562
1897
|
short_name: AN
|
1563
|
-
version:
|
1898
|
+
version: ""
|
1564
1899
|
engine: WebKit
|
1900
|
+
engine_version: "534.30"
|
1565
1901
|
device:
|
1566
1902
|
type: phablet
|
1567
1903
|
brand: SA
|
@@ -1574,13 +1910,14 @@
|
|
1574
1910
|
name: Android
|
1575
1911
|
short_name: AND
|
1576
1912
|
version: "4.3"
|
1577
|
-
platform:
|
1913
|
+
platform: ""
|
1578
1914
|
client:
|
1579
1915
|
type: browser
|
1580
1916
|
name: Android Browser
|
1581
1917
|
short_name: AN
|
1582
|
-
version:
|
1918
|
+
version: ""
|
1583
1919
|
engine: WebKit
|
1920
|
+
engine_version: "534.30"
|
1584
1921
|
device:
|
1585
1922
|
type: phablet
|
1586
1923
|
brand: SA
|
@@ -1593,13 +1930,14 @@
|
|
1593
1930
|
name: Android
|
1594
1931
|
short_name: AND
|
1595
1932
|
version: "4.3"
|
1596
|
-
platform:
|
1933
|
+
platform: ""
|
1597
1934
|
client:
|
1598
1935
|
type: browser
|
1599
1936
|
name: Android Browser
|
1600
1937
|
short_name: AN
|
1601
|
-
version:
|
1938
|
+
version: ""
|
1602
1939
|
engine: WebKit
|
1940
|
+
engine_version: "534.30"
|
1603
1941
|
device:
|
1604
1942
|
type: phablet
|
1605
1943
|
brand: SA
|
@@ -1612,13 +1950,14 @@
|
|
1612
1950
|
name: Android
|
1613
1951
|
short_name: AND
|
1614
1952
|
version: "4.3"
|
1615
|
-
platform:
|
1953
|
+
platform: ""
|
1616
1954
|
client:
|
1617
1955
|
type: browser
|
1618
1956
|
name: Android Browser
|
1619
1957
|
short_name: AN
|
1620
|
-
version:
|
1958
|
+
version: ""
|
1621
1959
|
engine: WebKit
|
1960
|
+
engine_version: "534.30"
|
1622
1961
|
device:
|
1623
1962
|
type: phablet
|
1624
1963
|
brand: SA
|
@@ -1631,13 +1970,14 @@
|
|
1631
1970
|
name: MocorDroid
|
1632
1971
|
short_name: MCD
|
1633
1972
|
version: "4.0.5"
|
1634
|
-
platform:
|
1973
|
+
platform: ""
|
1635
1974
|
client:
|
1636
1975
|
type: browser
|
1637
1976
|
name: Android Browser
|
1638
1977
|
short_name: AN
|
1639
|
-
version:
|
1978
|
+
version: ""
|
1640
1979
|
engine: WebKit
|
1980
|
+
engine_version: "533.1"
|
1641
1981
|
device:
|
1642
1982
|
type: phablet
|
1643
1983
|
brand: SA
|
@@ -1650,13 +1990,14 @@
|
|
1650
1990
|
name: Android
|
1651
1991
|
short_name: AND
|
1652
1992
|
version: "4.1.1"
|
1653
|
-
platform:
|
1993
|
+
platform: ""
|
1654
1994
|
client:
|
1655
1995
|
type: browser
|
1656
1996
|
name: Android Browser
|
1657
1997
|
short_name: AN
|
1658
|
-
version:
|
1998
|
+
version: ""
|
1659
1999
|
engine: WebKit
|
2000
|
+
engine_version: "534.30"
|
1660
2001
|
device:
|
1661
2002
|
type: phablet
|
1662
2003
|
brand: SA
|
@@ -1669,13 +2010,14 @@
|
|
1669
2010
|
name: Android
|
1670
2011
|
short_name: AND
|
1671
2012
|
version: "4.3"
|
1672
|
-
platform:
|
2013
|
+
platform: ""
|
1673
2014
|
client:
|
1674
2015
|
type: browser
|
1675
2016
|
name: Chrome Mobile
|
1676
2017
|
short_name: CM
|
1677
2018
|
version: "33.0.1750.136"
|
1678
2019
|
engine: Blink
|
2020
|
+
engine_version: ""
|
1679
2021
|
device:
|
1680
2022
|
type: phablet
|
1681
2023
|
brand: SA
|
@@ -1688,13 +2030,14 @@
|
|
1688
2030
|
name: Android
|
1689
2031
|
short_name: AND
|
1690
2032
|
version: "4.3"
|
1691
|
-
platform:
|
2033
|
+
platform: ""
|
1692
2034
|
client:
|
1693
2035
|
type: browser
|
1694
2036
|
name: Android Browser
|
1695
2037
|
short_name: AN
|
1696
|
-
version:
|
2038
|
+
version: ""
|
1697
2039
|
engine: WebKit
|
2040
|
+
engine_version: "534.24"
|
1698
2041
|
device:
|
1699
2042
|
type: phablet
|
1700
2043
|
brand: SO
|
@@ -1707,13 +2050,14 @@
|
|
1707
2050
|
name: Android
|
1708
2051
|
short_name: AND
|
1709
2052
|
version: "4.3"
|
1710
|
-
platform:
|
2053
|
+
platform: ""
|
1711
2054
|
client:
|
1712
2055
|
type: browser
|
1713
2056
|
name: Chrome Mobile
|
1714
2057
|
short_name: CM
|
1715
2058
|
version: "31.0.1650.59"
|
1716
2059
|
engine: Blink
|
2060
|
+
engine_version: ""
|
1717
2061
|
device:
|
1718
2062
|
type: phablet
|
1719
2063
|
brand: SO
|
@@ -1726,13 +2070,14 @@
|
|
1726
2070
|
name: Android
|
1727
2071
|
short_name: AND
|
1728
2072
|
version: "4.3"
|
1729
|
-
platform:
|
2073
|
+
platform: ""
|
1730
2074
|
client:
|
1731
2075
|
type: browser
|
1732
2076
|
name: Chrome Mobile
|
1733
2077
|
short_name: CM
|
1734
2078
|
version: "36.0.1985.135"
|
1735
2079
|
engine: Blink
|
2080
|
+
engine_version: ""
|
1736
2081
|
device:
|
1737
2082
|
type: phablet
|
1738
2083
|
brand: SO
|
@@ -1745,13 +2090,14 @@
|
|
1745
2090
|
name: Android
|
1746
2091
|
short_name: AND
|
1747
2092
|
version: "4.4.3"
|
1748
|
-
platform:
|
2093
|
+
platform: ""
|
1749
2094
|
client:
|
1750
2095
|
type: browser
|
1751
2096
|
name: Chrome Mobile
|
1752
2097
|
short_name: CM
|
1753
2098
|
version: "33.0.0.0"
|
1754
2099
|
engine: Blink
|
2100
|
+
engine_version: ""
|
1755
2101
|
device:
|
1756
2102
|
type: phablet
|
1757
2103
|
brand: SO
|
@@ -1764,13 +2110,14 @@
|
|
1764
2110
|
name: Android
|
1765
2111
|
short_name: AND
|
1766
2112
|
version: "4.4.3"
|
1767
|
-
platform:
|
2113
|
+
platform: ""
|
1768
2114
|
client:
|
1769
2115
|
type: browser
|
1770
2116
|
name: Chrome Mobile
|
1771
2117
|
short_name: CM
|
1772
2118
|
version: "36.0.1985.131"
|
1773
2119
|
engine: Blink
|
2120
|
+
engine_version: ""
|
1774
2121
|
device:
|
1775
2122
|
type: phablet
|
1776
2123
|
brand: SO
|
@@ -1783,13 +2130,14 @@
|
|
1783
2130
|
name: Android
|
1784
2131
|
short_name: AND
|
1785
2132
|
version: "4.2.2"
|
1786
|
-
platform:
|
2133
|
+
platform: ""
|
1787
2134
|
client:
|
1788
2135
|
type: browser
|
1789
2136
|
name: Android Browser
|
1790
2137
|
short_name: AN
|
1791
|
-
version:
|
2138
|
+
version: ""
|
1792
2139
|
engine: WebKit
|
2140
|
+
engine_version: "534.30"
|
1793
2141
|
device:
|
1794
2142
|
type: phablet
|
1795
2143
|
brand: SO
|
@@ -1802,13 +2150,14 @@
|
|
1802
2150
|
name: Android
|
1803
2151
|
short_name: AND
|
1804
2152
|
version: "4.2.2"
|
1805
|
-
platform:
|
2153
|
+
platform: ""
|
1806
2154
|
client:
|
1807
2155
|
type: browser
|
1808
2156
|
name: Android Browser
|
1809
2157
|
short_name: AN
|
1810
|
-
version:
|
2158
|
+
version: ""
|
1811
2159
|
engine: WebKit
|
2160
|
+
engine_version: "534.30"
|
1812
2161
|
device:
|
1813
2162
|
type: phablet
|
1814
2163
|
brand: SO
|
@@ -1821,13 +2170,14 @@
|
|
1821
2170
|
name: Android
|
1822
2171
|
short_name: AND
|
1823
2172
|
version: "4.2.2"
|
1824
|
-
platform:
|
2173
|
+
platform: ""
|
1825
2174
|
client:
|
1826
2175
|
type: browser
|
1827
2176
|
name: Chrome Mobile
|
1828
2177
|
short_name: CM
|
1829
2178
|
version: "34.0.1847.114"
|
1830
2179
|
engine: Blink
|
2180
|
+
engine_version: ""
|
1831
2181
|
device:
|
1832
2182
|
type: phablet
|
1833
2183
|
brand: SO
|
@@ -1840,13 +2190,14 @@
|
|
1840
2190
|
name: Android
|
1841
2191
|
short_name: AND
|
1842
2192
|
version: "4.3"
|
1843
|
-
platform:
|
2193
|
+
platform: ""
|
1844
2194
|
client:
|
1845
2195
|
type: browser
|
1846
2196
|
name: Chrome Mobile
|
1847
2197
|
short_name: CM
|
1848
2198
|
version: "34.0.1847.114"
|
1849
2199
|
engine: Blink
|
2200
|
+
engine_version: ""
|
1850
2201
|
device:
|
1851
2202
|
type: phablet
|
1852
2203
|
brand: SO
|
@@ -1859,13 +2210,14 @@
|
|
1859
2210
|
name: Android
|
1860
2211
|
short_name: AND
|
1861
2212
|
version: "4.4.2"
|
1862
|
-
platform:
|
2213
|
+
platform: ""
|
1863
2214
|
client:
|
1864
2215
|
type: browser
|
1865
2216
|
name: Chrome Mobile
|
1866
2217
|
short_name: CM
|
1867
2218
|
version: "34.0.1847.114"
|
1868
2219
|
engine: Blink
|
2220
|
+
engine_version: ""
|
1869
2221
|
device:
|
1870
2222
|
type: phablet
|
1871
2223
|
brand: SO
|
@@ -1878,13 +2230,14 @@
|
|
1878
2230
|
name: Android
|
1879
2231
|
short_name: AND
|
1880
2232
|
version: "4.4.4"
|
1881
|
-
platform:
|
2233
|
+
platform: ""
|
1882
2234
|
client:
|
1883
2235
|
type: browser
|
1884
2236
|
name: UC Browser
|
1885
2237
|
short_name: UC
|
1886
2238
|
version: "9.9.2.467"
|
1887
2239
|
engine: WebKit
|
2240
|
+
engine_version: "533.1"
|
1888
2241
|
device:
|
1889
2242
|
type: phablet
|
1890
2243
|
brand: SO
|
@@ -1897,13 +2250,14 @@
|
|
1897
2250
|
name: Android
|
1898
2251
|
short_name: AND
|
1899
2252
|
version: "4.2.1"
|
1900
|
-
platform:
|
2253
|
+
platform: ""
|
1901
2254
|
client:
|
1902
2255
|
type: browser
|
1903
2256
|
name: Chrome Mobile
|
1904
2257
|
short_name: CM
|
1905
2258
|
version: "39.0.2171.93"
|
1906
2259
|
engine: Blink
|
2260
|
+
engine_version: ""
|
1907
2261
|
device:
|
1908
2262
|
type: phablet
|
1909
2263
|
brand: T3
|
@@ -1916,13 +2270,14 @@
|
|
1916
2270
|
name: Android
|
1917
2271
|
short_name: AND
|
1918
2272
|
version: "4.4.2"
|
1919
|
-
platform:
|
2273
|
+
platform: ""
|
1920
2274
|
client:
|
1921
2275
|
type: browser
|
1922
2276
|
name: Chrome Mobile
|
1923
2277
|
short_name: CM
|
1924
2278
|
version: "30.0.0.0"
|
1925
2279
|
engine: Blink
|
2280
|
+
engine_version: ""
|
1926
2281
|
device:
|
1927
2282
|
type: phablet
|
1928
2283
|
brand: T3
|
@@ -1935,13 +2290,14 @@
|
|
1935
2290
|
name: Android
|
1936
2291
|
short_name: AND
|
1937
2292
|
version: "4.1.1"
|
1938
|
-
platform:
|
2293
|
+
platform: ""
|
1939
2294
|
client:
|
1940
2295
|
type: browser
|
1941
2296
|
name: Android Browser
|
1942
2297
|
short_name: AN
|
1943
|
-
version:
|
2298
|
+
version: ""
|
1944
2299
|
engine: WebKit
|
2300
|
+
engine_version: "534.30"
|
1945
2301
|
device:
|
1946
2302
|
type: phablet
|
1947
2303
|
brand: T3
|
@@ -1954,13 +2310,14 @@
|
|
1954
2310
|
name: Android
|
1955
2311
|
short_name: AND
|
1956
2312
|
version: "4.4.2"
|
1957
|
-
platform:
|
2313
|
+
platform: ""
|
1958
2314
|
client:
|
1959
2315
|
type: browser
|
1960
2316
|
name: Chrome Mobile
|
1961
2317
|
short_name: CM
|
1962
2318
|
version: "35.0.1916.141"
|
1963
2319
|
engine: Blink
|
2320
|
+
engine_version: ""
|
1964
2321
|
device:
|
1965
2322
|
type: phablet
|
1966
2323
|
brand: XI
|
@@ -1973,13 +2330,14 @@
|
|
1973
2330
|
name: Android
|
1974
2331
|
short_name: AND
|
1975
2332
|
version: "4.4.4"
|
1976
|
-
platform:
|
2333
|
+
platform: ""
|
1977
2334
|
client:
|
1978
2335
|
type: browser
|
1979
2336
|
name: Chrome Mobile
|
1980
2337
|
short_name: CM
|
1981
2338
|
version: "40.0.2214.109"
|
1982
2339
|
engine: Blink
|
2340
|
+
engine_version: ""
|
1983
2341
|
device:
|
1984
2342
|
type: phablet
|
1985
2343
|
brand: XI
|
@@ -1992,13 +2350,14 @@
|
|
1992
2350
|
name: Android
|
1993
2351
|
short_name: AND
|
1994
2352
|
version: "4.4.2"
|
1995
|
-
platform:
|
2353
|
+
platform: ""
|
1996
2354
|
client:
|
1997
2355
|
type: browser
|
1998
2356
|
name: Maxthon
|
1999
2357
|
short_name: MX
|
2000
2358
|
version: "4.3.6.2000"
|
2001
2359
|
engine: WebKit
|
2360
|
+
engine_version: "537.36"
|
2002
2361
|
device:
|
2003
2362
|
type: phablet
|
2004
2363
|
brand: XI
|
@@ -2011,13 +2370,14 @@
|
|
2011
2370
|
name: Android
|
2012
2371
|
short_name: AND
|
2013
2372
|
version: "4.4.4"
|
2014
|
-
platform:
|
2373
|
+
platform: ""
|
2015
2374
|
client:
|
2016
2375
|
type: browser
|
2017
2376
|
name: MIUI Browser
|
2018
2377
|
short_name: MU
|
2019
2378
|
version: "2.0.1"
|
2020
2379
|
engine: WebKit
|
2380
|
+
engine_version: "537.36"
|
2021
2381
|
device:
|
2022
2382
|
type: phablet
|
2023
2383
|
brand: XI
|
@@ -2030,13 +2390,14 @@
|
|
2030
2390
|
name: Android
|
2031
2391
|
short_name: AND
|
2032
2392
|
version: "4.2.2"
|
2033
|
-
platform:
|
2393
|
+
platform: ""
|
2034
2394
|
client:
|
2035
2395
|
type: browser
|
2036
2396
|
name: MIUI Browser
|
2037
2397
|
short_name: MU
|
2038
2398
|
version: "1.0"
|
2039
2399
|
engine: WebKit
|
2400
|
+
engine_version: "534.30"
|
2040
2401
|
device:
|
2041
2402
|
type: phablet
|
2042
2403
|
brand: XI
|
@@ -2049,13 +2410,14 @@
|
|
2049
2410
|
name: Android
|
2050
2411
|
short_name: AND
|
2051
2412
|
version: "4.2.2"
|
2052
|
-
platform:
|
2413
|
+
platform: ""
|
2053
2414
|
client:
|
2054
2415
|
type: browser
|
2055
2416
|
name: Android Browser
|
2056
2417
|
short_name: AN
|
2057
|
-
version:
|
2418
|
+
version: ""
|
2058
2419
|
engine: WebKit
|
2420
|
+
engine_version: "537.36"
|
2059
2421
|
device:
|
2060
2422
|
type: phablet
|
2061
2423
|
brand: XI
|
@@ -2068,13 +2430,34 @@
|
|
2068
2430
|
name: Android
|
2069
2431
|
short_name: AND
|
2070
2432
|
version: "4.2.2"
|
2071
|
-
platform:
|
2433
|
+
platform: ""
|
2072
2434
|
client:
|
2073
2435
|
type: browser
|
2074
2436
|
name: MIUI Browser
|
2075
2437
|
short_name: MU
|
2076
2438
|
version: "2.0.1"
|
2077
2439
|
engine: WebKit
|
2440
|
+
engine_version: "537.36"
|
2441
|
+
device:
|
2442
|
+
type: phablet
|
2443
|
+
brand: XI
|
2444
|
+
model: HM Note 1W
|
2445
|
+
os_family: Android
|
2446
|
+
browser_family: Android Browser
|
2447
|
+
-
|
2448
|
+
user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; HM NOTE 1W MIUI/V8.0.1.0.KHDMIDG)
|
2449
|
+
os:
|
2450
|
+
name: Android
|
2451
|
+
short_name: AND
|
2452
|
+
version: "4.4.2"
|
2453
|
+
platform: ""
|
2454
|
+
client:
|
2455
|
+
type: browser
|
2456
|
+
name: Android Browser
|
2457
|
+
short_name: AN
|
2458
|
+
version: ""
|
2459
|
+
engine: WebKit
|
2460
|
+
engine_version: ""
|
2078
2461
|
device:
|
2079
2462
|
type: phablet
|
2080
2463
|
brand: XI
|
@@ -2087,32 +2470,54 @@
|
|
2087
2470
|
name: Android
|
2088
2471
|
short_name: AND
|
2089
2472
|
version: "4.4.4"
|
2090
|
-
platform:
|
2473
|
+
platform: ""
|
2091
2474
|
client:
|
2092
2475
|
type: browser
|
2093
2476
|
name: MIUI Browser
|
2094
2477
|
short_name: MU
|
2095
2478
|
version: "2.1.1"
|
2096
2479
|
engine: WebKit
|
2480
|
+
engine_version: "537.36"
|
2097
2481
|
device:
|
2098
2482
|
type: phablet
|
2099
2483
|
brand: XI
|
2100
2484
|
model: MI Note LTE
|
2101
2485
|
os_family: Android
|
2102
2486
|
browser_family: Android Browser
|
2487
|
+
-
|
2488
|
+
user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0.2; Redmi Note 2 MIUI/V8.0.1.0.0.LHMMIDG)
|
2489
|
+
os:
|
2490
|
+
name: Android
|
2491
|
+
short_name: AND
|
2492
|
+
version: "5.0.2"
|
2493
|
+
platform: ""
|
2494
|
+
client:
|
2495
|
+
type: browser
|
2496
|
+
name: Android Browser
|
2497
|
+
short_name: AN
|
2498
|
+
version: ""
|
2499
|
+
engine: WebKit
|
2500
|
+
engine_version: ""
|
2501
|
+
device:
|
2502
|
+
type: phablet
|
2503
|
+
brand: XI
|
2504
|
+
model: Redmi Note 2
|
2505
|
+
os_family: Android
|
2506
|
+
browser_family: Android Browser
|
2103
2507
|
-
|
2104
2508
|
user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; Redmi Note 2 Build/LRX22G) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 SogouMSE,SogouMobileBrowser/3.8.5
|
2105
2509
|
os:
|
2106
2510
|
name: Android
|
2107
2511
|
short_name: AND
|
2108
2512
|
version: "5.0.2"
|
2109
|
-
platform:
|
2513
|
+
platform: ""
|
2110
2514
|
client:
|
2111
2515
|
type: browser
|
2112
2516
|
name: Android Browser
|
2113
2517
|
short_name: AN
|
2114
|
-
version:
|
2518
|
+
version: ""
|
2115
2519
|
engine: WebKit
|
2520
|
+
engine_version: "534.30"
|
2116
2521
|
device:
|
2117
2522
|
type: phablet
|
2118
2523
|
brand: XI
|
@@ -2125,13 +2530,14 @@
|
|
2125
2530
|
name: Android
|
2126
2531
|
short_name: AND
|
2127
2532
|
version: "5.0.2"
|
2128
|
-
platform:
|
2533
|
+
platform: ""
|
2129
2534
|
client:
|
2130
2535
|
type: browser
|
2131
2536
|
name: Chrome Mobile
|
2132
2537
|
short_name: CM
|
2133
2538
|
version: "37.0.0.0"
|
2134
2539
|
engine: Blink
|
2540
|
+
engine_version: ""
|
2135
2541
|
device:
|
2136
2542
|
type: phablet
|
2137
2543
|
brand: XI
|