Skip to content

Commit 523de47

Browse files
committed
bq Tablets support (somehow I've previously forgotten to add the regex).
Automated tests corrected.
1 parent 1374301 commit 523de47

5 files changed

+184
-173
lines changed

Mobile_Detect.php

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ class Mobile_Detect {
107107
'TelstraTablet' => 'T-Hub2',
108108
// @ref: http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
109109
'FlyTablet' => 'IQ310|Fly Vision',
110+
// @ref: http://www.bqreaders.com/gb/tablets-prices-sale.html
111+
'bqTablet' => 'bq.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant)',
110112
// @ref: http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
111113
// @ref: http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
112114
'HuaweiTablet' => 'MediaPad|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',

0 commit comments

Comments
 (0)