Skip to content

Commit af351ab

Browse files
committed
Merge branch 'AquarisM8' of https://github.com/pcaldentey/Mobile-Detect into devel
2 parents 398799a + ef56cfe commit af351ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Mobile_Detect.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class Mobile_Detect
302302
// http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
303303
'FlyTablet' => 'IQ310|Fly Vision',
304304
// http://www.bqreaders.com/gb/tablets-prices-sale.html
305-
'bqTablet' => 'Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris [E|M]10)|Maxwell.*Lite|Maxwell.*Plus',
305+
'bqTablet' => 'Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))|Maxwell.*Lite|Maxwell.*Plus',
306306
// http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
307307
// http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
308308
'HuaweiTablet' => 'MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',

tests/providers/vendors/Others.php

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; bq Maxwell Plus Build/1.0.0 20120913-10:39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30' => array('isMobile' => true, 'isTablet' => true),
5151
'Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E10 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36' => array('isMobile' => true, 'isTablet' => true),
5252
'Mozilla/5.0 (Linux; Android 5.1; Aquaris M10 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36' => array('isMobile' => true, 'isTablet' => true),
53+
'Mozilla/5.0 (Linux; Android 6.0; Aquaris M8 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Safari/537.36' => array('isMobile' => true, 'isTablet' => true),
5354
),
5455

5556
'Captiva' => array(

0 commit comments

Comments
 (0)