diff --git a/.gitattributes b/.gitattributes index d726b3a457..087684e13e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ Tests/ export-ignore misc/ export-ignore +.github/ export-ignore .coveralls.yml export-ignore .travis.yml export-ignore phpunit.xml.dist export-ignore .gitignore export-ignore .gitattributes export-ignore -.php_cs export-ignore \ No newline at end of file +.php_cs export-ignore diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 0000000000..26536d3caf --- /dev/null +++ b/.github/workflows/update-readme.yml @@ -0,0 +1,59 @@ +name: Update README.md + +on: + push: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Install dependencies + run: composer install --prefer-dist --no-progress --no-suggest + + - name: update readme + run: php misc/update-readme.php + + - name: Prepare git config + run: | + cat <<- EOF > $HOME/.netrc + machine github.com + login $GITHUB_ACTOR + password $GITHUB_TOKEN + machine api.github.com + login $GITHUB_ACTOR + password $GITHUB_TOKEN + EOF + chmod 600 $HOME/.netrc + git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config --global user.name "$GITHUB_ACTOR" + + - name: push changes & create PR + run: | + changes=($( git diff --numstat )) + if [[ ${changes[0]} -gt 1 ]] + then + cd $GITHUB_WORKSPACE + git push origin --delete updatereadme || true + git branch -D updatereadme || true + git checkout -b updatereadme + git add README.md + git commit -m "update README.md" + git push --set-upstream origin updatereadme + curl \ + --request POST \ + --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ + --header 'content-type: application/json' \ + --data '{ + "title":"Update README.md", + "body":"updates detections in README.md", + "head":"updatereadme", + "base":"master" + }' \ + --url https://api.github.com/repos/${GITHUB_REPOSITORY}/pulls + fi + shell: bash diff --git a/DeviceDetector.php b/DeviceDetector.php index 0a65002911..edfcc3862b 100644 --- a/DeviceDetector.php +++ b/DeviceDetector.php @@ -50,7 +50,7 @@ class DeviceDetector /** * Current version number of DeviceDetector */ - const VERSION = '3.15.2'; + const VERSION = '3.16.0'; /** * Holds all registered client types diff --git a/Parser/Client/Browser.php b/Parser/Client/Browser.php index 29258cda7d..62b37a926e 100644 --- a/Parser/Client/Browser.php +++ b/Parser/Client/Browser.php @@ -35,6 +35,7 @@ class Browser extends ClientParserAbstract 'AF' => 'ANT Fresco', 'AG' => 'ANTGalio', 'AL' => 'Aloha Browser', + 'AH' => 'Aloha Browser Lite', 'AM' => 'Amaya', 'AO' => 'Amigo', 'AN' => 'Android Browser', @@ -44,18 +45,22 @@ class Browser extends ClientParserAbstract 'AW' => 'Amiga Aweb', 'AT' => 'Atomic Web Browser', 'AS' => 'Avast Secure Browser', + 'VG' => 'AVG Secure Browser', 'BA' => 'Beaker Browser', + 'BM' => 'Beamrise', 'BB' => 'BlackBerry Browser', 'BD' => 'Baidu Browser', 'BS' => 'Baidu Spark', 'BI' => 'Basilisk', 'BE' => 'Beonex', + 'BH' => 'BlackHawk', 'BJ' => 'Bunjalloo', 'BL' => 'B-Line', 'BR' => 'Brave', 'BK' => 'BriskBard', 'BX' => 'BrowseX', 'CA' => 'Camino', + 'CL' => 'CCleaner', 'CC' => 'Coc Coc', 'CD' => 'Comodo Dragon', 'C1' => 'Coast', @@ -69,14 +74,17 @@ class Browser extends ClientParserAbstract 'CM' => 'Chrome Mobile', 'CN' => 'CoolNovo', 'CO' => 'CometBird', + 'CB' => 'COS Browser', 'CP' => 'ChromePlus', 'CR' => 'Chromium', 'CY' => 'Cyberfox', 'CS' => 'Cheshire', + 'CT' => 'Crusta', 'CU' => 'Cunaguaro', 'CV' => 'Chrome Webview', 'DB' => 'dbrowser', 'DE' => 'Deepnet Explorer', + 'DT' => 'Delta Browser', 'DF' => 'Dolphin', 'DO' => 'Dorado', 'DL' => 'Dooble', @@ -86,14 +94,19 @@ class Browser extends ClientParserAbstract 'EI' => 'Epic', 'EL' => 'Elinks', 'EB' => 'Element Browser', + 'EZ' => 'eZ Browser', + 'EU' => 'EUI Browser', 'EP' => 'GNOME Web', 'ES' => 'Espial TV Browser', + 'FA' => 'Falkon', + 'FX' => 'Faux Browser', 'F1' => 'Firefox Mobile iOS', 'FB' => 'Firebird', 'FD' => 'Fluid', 'FE' => 'Fennec', 'FF' => 'Firefox', 'FK' => 'Firefox Focus', + 'FY' => 'Firefox Reality', 'FR' => 'Firefox Rocket', 'FL' => 'Flock', 'FM' => 'Firefox Mobile', @@ -126,6 +139,7 @@ class Browser extends ClientParserAbstract 'KM' => 'K-meleon', 'KO' => 'Konqueror', 'KP' => 'Kapiko', + 'KN' => 'Kinza', 'KW' => 'Kiwi', 'KY' => 'Kylo', 'KZ' => 'Kazehakase', @@ -133,17 +147,21 @@ class Browser extends ClientParserAbstract 'LF' => 'LieBaoFast', 'LG' => 'LG Browser', 'LI' => 'Links', + 'LO' => 'Lovense Browser', 'LU' => 'LuaKit', 'LS' => 'Lunascape', 'LX' => 'Lynx', + 'M1' => 'mCent', 'MB' => 'MicroB', 'MC' => 'NCSA Mosaic', + 'MZ' => 'Meizu Browser', 'ME' => 'Mercury', 'MF' => 'Mobile Safari', 'MI' => 'Midori', 'MO' => 'Mobicip', 'MU' => 'MIUI Browser', 'MS' => 'Mobile Silk', + 'MN' => 'Minimo', 'MT' => 'Mint Browser', 'MX' => 'Maxthon', 'NB' => 'Nokia Browser', @@ -162,6 +180,7 @@ class Browser extends ClientParserAbstract 'OD' => 'Odyssey Web Browser', 'OF' => 'Off By One', 'OE' => 'ONE Browser', + 'OX' => 'Opera GX', 'OG' => 'Opera Neon', 'OH' => 'Opera Devices', 'OI' => 'Opera Mini', @@ -169,7 +188,9 @@ class Browser extends ClientParserAbstract 'OP' => 'Opera', 'ON' => 'Opera Next', 'OO' => 'Opera Touch', + 'OS' => 'Ordissimo', 'OR' => 'Oregano', + 'OY' => 'Origyn Web Browser', 'OV' => 'Openwave Mobile Browser', 'OW' => 'OmniWeb', 'OT' => 'Otter Browser', @@ -198,27 +219,39 @@ class Browser extends ClientParserAbstract 'SC' => 'SEMC-Browser', 'SE' => 'Sogou Explorer', 'SF' => 'Safari', + 'SW' => 'SalamWeb', 'SH' => 'Shiira', + 'S1' => 'SimpleBrowser', 'SK' => 'Skyfire', 'SS' => 'Seraphic Sraf', 'SL' => 'Sleipnir', 'SN' => 'Snowshoe', 'SO' => 'Sogou Mobile Browser', + 'S2' => 'Splash', 'SI' => 'Sputnik Browser', 'SR' => 'Sunrise', 'SP' => 'SuperBird', + 'SU' => 'Super Fast Browser', + 'S0' => 'START Internet Browser', 'ST' => 'Streamy', 'SX' => 'Swiftfox', 'SZ' => 'Seznam Browser', + 'TO' => 't-online.de Browser', + 'TA' => 'Tao Browser', 'TF' => 'TenFourFox', 'TB' => 'Tenta Browser', 'TZ' => 'Tizen Browser', 'TS' => 'TweakStyle', + 'TV' => 'TV Bro', + 'UB' => 'UBrowser', 'UC' => 'UC Browser', 'UM' => 'UC Browser Mini', + 'UT' => 'UC Browser Turbo', + 'UZ' => 'Uzbl', 'VI' => 'Vivaldi', 'VV' => 'vivo Browser', 'VB' => 'Vision Mobile Browser', + 'WI' => 'Wear Internet Browser', 'WP' => 'Web Explorer', 'WE' => 'WebPositive', 'WF' => 'Waterfox', @@ -244,14 +277,14 @@ class Browser extends ClientParserAbstract 'BlackBerry Browser' => array('BB'), 'Baidu' => array('BD', 'BS'), 'Amiga' => array('AV', 'AW'), - 'Chrome' => array('CH', 'BA', 'BR', 'CC', 'CD', 'CM', 'CI', 'CF', 'CN', 'CR', 'CP', 'DD', 'IR', 'RM', 'AO', 'TS', 'VI', 'PT', 'AS', 'TB', 'AD', 'SB', 'WP', 'I3', 'CV', 'WH', 'SZ', 'QW', 'LF', 'KW', '2B', 'CE', 'EC', 'MT', 'MS', 'HA', 'OC'), - 'Firefox' => array('FF', 'FE', 'FM', 'SX', 'FB', 'PX', 'MB', 'EI', 'WF', 'CU', 'TF', 'QM', 'FR', 'I4', 'GZ', 'MO', 'F1', 'BI'), + 'Chrome' => array('CH', 'BA', 'BR', 'CC', 'CD', 'CM', 'CI', 'CF', 'CN', 'CR', 'CP', 'DD', 'IR', 'RM', 'AO', 'TS', 'VI', 'PT', 'AS', 'TB', 'AD', 'SB', 'WP', 'I3', 'CV', 'WH', 'SZ', 'QW', 'LF', 'KW', '2B', 'CE', 'EC', 'MT', 'MS', 'HA', 'OC', 'MZ', 'BM', 'KN', 'SW', 'M1', 'FA', 'TA', 'AH', 'CL', 'SU', 'EU', 'UB', 'LO', 'VG', 'TV'), + 'Firefox' => array('FF', 'FE', 'FM', 'SX', 'FB', 'PX', 'MB', 'EI', 'WF', 'CU', 'TF', 'QM', 'FR', 'I4', 'GZ', 'MO', 'F1', 'BI', 'MN', 'BH', 'TO', 'OS', 'FY'), 'Internet Explorer' => array('IE', 'IM', 'PS'), 'Konqueror' => array('KO'), 'NetFront' => array('NF'), 'NetSurf' => array('NE'), 'Nokia Browser' => array('NB', 'NO', 'NV', 'DO'), - 'Opera' => array('OP', 'OM', 'OI', 'ON', 'OO', 'OG', 'OH', 'O1'), + 'Opera' => array('OP', 'OM', 'OI', 'ON', 'OO', 'OG', 'OH', 'O1', 'OX'), 'Safari' => array('SF', 'MF', 'SO'), 'Sailfish Browser' => array('SA') ); @@ -262,7 +295,7 @@ class Browser extends ClientParserAbstract * @var array */ protected static $mobileOnlyBrowsers = array( - '36', 'OC', 'PU', 'SK', 'MF', 'OI', 'OM', 'DD', 'DB', 'ST', 'BL', 'IV', 'FM', 'C1', 'AL', 'SA', 'SB', 'FR', 'WP', 'HA', 'NX', 'HU', 'VV', 'RE' + '36', 'OC', 'PU', 'SK', 'MF', 'OI', 'OM', 'DD', 'DB', 'ST', 'BL', 'IV', 'FM', 'C1', 'AL', 'SA', 'SB', 'FR', 'WP', 'HA', 'NX', 'HU', 'VV', 'RE', 'CB', 'MZ', 'UM', 'FK', 'FX', 'WI', 'MN', 'M1', 'AH', 'SU', 'EU', 'EZ', 'UT', 'DT', 'S0' ); /** diff --git a/Parser/Device/DeviceParserAbstract.php b/Parser/Device/DeviceParserAbstract.php index 61fbe627c0..57ef166f52 100644 --- a/Parser/Device/DeviceParserAbstract.php +++ b/Parser/Device/DeviceParserAbstract.php @@ -65,6 +65,7 @@ abstract class DeviceParserAbstract extends ParserAbstract public static $deviceBrands = array( '3Q' => '3Q', '4G' => '4Good', + 'AE' => 'Ace', 'AA' => 'AllCall', 'AC' => 'Acer', 'A9' => 'Advan', @@ -75,12 +76,16 @@ abstract class DeviceParserAbstract extends ParserAbstract '0A' => 'AIS', 'AW' => 'Aiwa', 'AK' => 'Akai', + '1A' => 'Alba', 'AL' => 'Alcatel', + '4A' => 'Aligator', + '3A' => 'AllDocube', 'A2' => 'Allview', 'A7' => 'Allwinner', 'A1' => 'Altech UEC', 'A5' => 'altron', 'AN' => 'Arnova', + '2A' => 'Atom', 'KN' => 'Amazon', 'AG' => 'AMGOO', 'AO' => 'Amoi', @@ -109,6 +114,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'BP' => 'Blaupunkt', 'B3' => 'Bluboo', 'BF' => 'Black Fox', + 'B6' => 'BDF', 'BM' => 'Bmobile', 'BN' => 'Barnes & Noble', 'BO' => 'BangOlufsen', @@ -119,6 +125,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'B2' => 'Blackview', 'B4' => 'bogo', 'BW' => 'Boway', + 'BZ' => 'Bezkam', 'BX' => 'bq', 'BV' => 'Bravis', 'BR' => 'Brondi', @@ -133,7 +140,9 @@ abstract class DeviceParserAbstract extends ParserAbstract 'CE' => 'Celkon', 'CC' => 'ConCorde', 'C2' => 'Changhong', + '2C' => 'Ghong', 'CH' => 'Cherry Mobile', + '1C' => 'Chuwi', 'L8' => 'Clarmin', 'CK' => 'Cricket', 'C1' => 'Crosscall', @@ -154,10 +163,13 @@ abstract class DeviceParserAbstract extends ParserAbstract 'C8' => 'Concord', 'CX' => 'Crescent', 'C4' => 'Cyrus', + 'CV' => 'CVTE', + 'D5' => 'Daewoo', 'DA' => 'Danew', 'DT' => 'Datang', 'D1' => 'Datsun', 'DE' => 'Denver', + 'DW' => 'DeWalt', 'DX' => 'DEXP', 'DS' => 'Desay', 'DB' => 'Dbtel', @@ -168,6 +180,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'D3' => 'Digicel', 'DD' => 'Digiland', 'D2' => 'Digma', + 'D6' => 'Divisat', 'DL' => 'Dell', 'DN' => 'DNS', 'DM' => 'DMM', @@ -224,12 +237,14 @@ abstract class DeviceParserAbstract extends ParserAbstract 'GM' => 'Garmin-Asus', 'GA' => 'Gateway', 'GD' => 'Gemini', + 'GN' => 'General Mobile', 'GE' => 'Geotel', 'GH' => 'Ghia', 'GI' => 'Gionee', 'GG' => 'Gigabyte', 'GS' => 'Gigaset', 'GZ' => 'Ginzzu', + 'G4' => 'Globex', 'GC' => 'GOCLEVER', 'GL' => 'Goly', 'GO' => 'Google', @@ -243,6 +258,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'HE' => 'HannSpree', 'HI' => 'Hisense', 'HL' => 'Hi-Level', + 'H2' => 'Highscreen', 'H1' => 'Hoffmann', 'HM' => 'Homtom', 'HO' => 'Hosin', @@ -274,6 +290,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'IS' => 'Insignia', 'I4' => 'Inoi', 'IR' => 'iRola', + 'IU' => 'iRulu', 'I6' => 'Irbis', 'II' => 'Inkti', 'IX' => 'Intex', @@ -283,15 +300,20 @@ abstract class DeviceParserAbstract extends ParserAbstract 'IV' => 'Inverto', 'I3' => 'Impression', 'IZ' => 'iTel', + 'I9' => 'iZotron', 'JA' => 'JAY-Tech', 'JI' => 'Jiayu', 'JO' => 'Jolla', 'J5' => 'Just5', 'KL' => 'Kalley', 'K4' => 'Kaan', + 'K7' => 'Kaiomy', + 'K6' => 'Kanji', 'KA' => 'Karbonn', + 'K5' => 'KATV1', 'KD' => 'KDDI', 'K1' => 'Kiano', + 'KV' => 'Kivi', 'KI' => 'Kingsun', 'KC' => 'Kocaso', 'KG' => 'Kogan', @@ -335,11 +357,14 @@ abstract class DeviceParserAbstract extends ParserAbstract 'LX' => 'Lexibook', 'LY' => 'LYF', 'LU' => 'Lumus', + 'L9' => 'Luna', 'MN' => 'M4tel', 'MJ' => 'Majestic', 'MA' => 'Manta Multimedia', + '5M' => 'Mann', '2M' => 'Masstel', 'MW' => 'Maxwest', + '7M' => 'Maxcom', 'M0' => 'Maze', 'MB' => 'Mobistel', '0M' => 'Mecool', @@ -377,13 +402,16 @@ abstract class DeviceParserAbstract extends ParserAbstract '1M' => 'MYFON', 'MG' => 'MyWigo', 'M8' => 'Myria', + '6M' => 'Mystery', 'N3' => 'Navon', + 'N7' => 'National', 'N5' => 'NOA', 'NE' => 'NEC', 'NF' => 'Neffos', 'NA' => 'Netgear', 'NU' => 'NeuImage', 'NG' => 'NGM', + 'NZ' => 'NG Optics', 'N6' => 'Nobby', 'NO' => 'Nous', 'NI' => 'Nintendo', @@ -393,10 +421,12 @@ abstract class DeviceParserAbstract extends ParserAbstract 'NV' => 'Nvidia', 'NB' => 'Noblex', 'NM' => 'Nomi', + 'N0' => 'Nuvo', 'NL' => 'NUU Mobile', 'NY' => 'NYX Mobile', 'NN' => 'Nikon', 'NW' => 'Newgen', + 'NS' => 'NewsMy', 'NX' => 'Nexian', 'NT' => 'NextBook', 'O3' => 'O+', @@ -406,8 +436,10 @@ abstract class DeviceParserAbstract extends ParserAbstract 'ON' => 'OnePlus', 'OP' => 'OPPO', 'OR' => 'Orange', + 'OS' => 'Ordissimo', 'OT' => 'O2', 'OK' => 'Ouki', + 'OE' => 'Oukitel', 'OU' => 'OUYA', 'OO' => 'Opsson', 'OV' => 'Overmax', @@ -426,6 +458,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'PL' => 'Polaroid', 'P5' => 'Polytron', 'P9' => 'Primepad', + 'P6' => 'Proline', 'PM' => 'Palm', 'PO' => 'phoneOne', 'PT' => 'Pantech', @@ -445,6 +478,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'QM' => 'QMobile', 'QA' => 'Quantum', 'QU' => 'Quechua', + 'QO' => 'Qumo', 'RA' => 'Ramos', 'RC' => 'RCA Tablets', 'RB' => 'Readboy', @@ -454,13 +488,18 @@ abstract class DeviceParserAbstract extends ParserAbstract 'RM' => 'RIM', 'RK' => 'Roku', 'RO' => 'Rover', + 'R6' => 'RoverPad', + 'RR' => 'Roadrover', 'R1' => 'Rokit', 'R3' => 'Rombica', 'RT' => 'RT Project', 'RX' => 'Ritmix', + 'R7' => 'Ritzviva', 'R5' => 'Ross&Moor', 'R2' => 'R-TV', - 'SQ' => 'Santin BiTBiZ', + 'RG' => 'RugGear', + 'RU' => 'Runbo', + 'SQ' => 'Santin', 'SA' => 'Samsung', 'S0' => 'Sanei', 'SD' => 'Sega', @@ -471,6 +510,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'SX' => 'SFR', 'SG' => 'Sagem', 'SH' => 'Sharp', + '7S' => 'Shift Phones', '3S' => 'Shuttle', 'SI' => 'Siemens', 'SJ' => 'Silent Circle', @@ -484,6 +524,8 @@ abstract class DeviceParserAbstract extends ParserAbstract 'SO' => 'Sony', 'OI' => 'Sonim', 'SP' => 'Spice', + '6S' => 'Spectrum', + '5S' => 'Sunvell', 'SU' => 'SuperSonic', 'S5' => 'Supra', 'SV' => 'Selevision', @@ -532,12 +574,14 @@ abstract class DeviceParserAbstract extends ParserAbstract 'T3' => 'Trevi', 'TU' => 'Tunisie Telecom', 'TR' => 'Turbo-X', + '1T' => 'Turbo', '11' => 'True', 'TV' => 'TVC', 'TX' => 'TechniSat', 'TZ' => 'teXet', 'UC' => 'U.S. Cellular', 'UH' => 'Uhappy', + 'UG' => 'Ugoos', 'UL' => 'Ulefone', 'UO' => 'Unnecto', 'UN' => 'Unowhy', @@ -546,15 +590,20 @@ abstract class DeviceParserAbstract extends ParserAbstract 'UM' => 'UMIDIGI', 'UU' => 'Unonu', 'UK' => 'UTOK', + 'UA' => 'Umax', 'UT' => 'UTStarcom', + 'UZ' => 'Unihertz', 'VA' => 'Vastking', 'VD' => 'Videocon', 'VE' => 'Vertu', 'VN' => 'Venso', 'V5' => 'Vivax', 'VI' => 'Vitelcom', + 'V7' => 'Vinga', 'VK' => 'VK Mobile', 'VS' => 'ViewSonic', + 'V9' => 'Vsun', + 'V8' => 'Vesta', 'VT' => 'Vestel', 'VR' => 'Vernee', 'V4' => 'Verizon', @@ -578,6 +627,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'WE' => 'WellcoM', 'WY' => 'Wexler', 'WI' => 'Wiko', + 'WP' => 'Wieppo', 'WL' => 'Wolder', 'WG' => 'Wolfgang', 'WO' => 'Wonu', @@ -588,6 +638,7 @@ abstract class DeviceParserAbstract extends ParserAbstract 'XL' => 'Xiaolajiao', 'XN' => 'Xion', 'XO' => 'Xolo', + 'XR' => 'Xoro', 'YA' => 'Yarvik', 'YD' => 'Yandex', 'Y2' => 'Yes', @@ -595,7 +646,9 @@ abstract class DeviceParserAbstract extends ParserAbstract 'Y1' => 'Yu', 'YU' => 'Yuandao', 'YS' => 'Yusun', + 'YO' => 'Yota', 'YT' => 'Ytone', + 'YX' => 'Yxtel', 'ZE' => 'Zeemi', 'ZK' => 'Zenek', 'ZO' => 'Zonda', diff --git a/Parser/OperatingSystem.php b/Parser/OperatingSystem.php index 204538cd77..c1c328c101 100644 --- a/Parser/OperatingSystem.php +++ b/Parser/OperatingSystem.php @@ -75,6 +75,7 @@ class OperatingSystem extends ParserAbstract 'OS2' => 'OS/2', 'T64' => 'OSF1', 'OBS' => 'OpenBSD', + 'ORD' => 'Ordissimo', 'PSP' => 'PlayStation Portable', 'PS3' => 'PlayStation', 'RHT' => 'Red Hat', @@ -129,7 +130,7 @@ class OperatingSystem extends ParserAbstract 'IBM' => array('OS2'), 'iOS' => array('IOS'), 'RISC OS' => array('ROS'), - 'GNU/Linux' => array('LIN', 'ARL', 'DEB', 'KNO', 'MIN', 'UBT', 'KBT', 'XBT', 'LBT', 'FED', 'RHT', 'VLN', 'MDR', 'GNT', 'SAB', 'SLW', 'SSE', 'CES', 'BTR', 'SAF'), + 'GNU/Linux' => array('LIN', 'ARL', 'DEB', 'KNO', 'MIN', 'UBT', 'KBT', 'XBT', 'LBT', 'FED', 'RHT', 'VLN', 'MDR', 'GNT', 'SAB', 'SLW', 'SSE', 'CES', 'BTR', 'SAF', 'ORD'), 'Mac' => array('MAC'), 'Mobile Gaming Console' => array('PSP', 'NDS', 'XBX'), 'Real-time OS' => array('MTK', 'TDX'), diff --git a/README.md b/README.md index 0e5cb6ccd8..ca8d6e9ffe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ DeviceDetector ## Code Status [![Build Status](https://travis-ci.org/matomo-org/device-detector.svg?branch=master)](https://travis-ci.org/matomo-org/device-detector) -[![Code Coverage](https://coveralls.io/repos/piwik/device-detector/badge.png)](https://coveralls.io/r/piwik/device-detector) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/matomo-org/device-detector.svg)](http://isitmaintained.com/project/matomo-org/device-detector "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/matomo-org/device-detector.svg)](http://isitmaintained.com/project/matomo-org/device-detector "Percentage of issues still open") @@ -185,44 +184,45 @@ php composer.phar install There are already a few ports of this tool to other languages: +- **.NET** https://github.com/AgileFlexAgency/MatomoDeviceDetector.NET - **.NET** https://github.com/totpero/DeviceDetector.NET - **Ruby** https://github.com/podigee/device_detector -- **Javascript/Node.js** https://github.com/etienne-martin/device-detector-js +- **JavaScript/TypeScript/NodeJS** https://github.com/etienne-martin/device-detector-js - **Python 3** https://github.com/thinkwelltwd/device_detector - **Crystal** https://github.com/creadone/device_detector - **Elixir** https://github.com/elixir-inspector/ua_inspector -- **Go** https://github.com/gamebtc/devicedetector +- **Java** https://github.com/mngsk/device-detector ## What Device Detector is able to detect The lists below are auto generated and updated from time to time. Some of them might not be complete. -*Last update: 2019/10/24* +*Last update: 2020/03/31* ### List of detected operating systems: -AIX, Android, AmigaOS, Apple TV, Arch Linux, BackTrack, Bada, BeOS, BlackBerry OS, BlackBerry Tablet OS, Brew, CentOS, Chrome OS, CyanogenMod, Debian, DragonFly, Fedora, Firefox OS, Fire OS, FreeBSD, Gentoo, Google TV, HP-UX, Haiku OS, IRIX, Inferno, KaiOS, Knoppix, Kubuntu, GNU/Linux, Lubuntu, VectorLinux, Mac, Maemo, Mandriva, MeeGo, MocorDroid, Mint, MildWild, MorphOS, NetBSD, MTK / Nucleus, Nintendo, Nintendo Mobile, OS/2, OSF1, OpenBSD, PlayStation Portable, PlayStation, Red Hat, RISC OS, Remix OS, RazoDroiD, Sabayon, SUSE, Sailfish OS, Slackware, Solaris, Syllable, Symbian, Symbian OS, Symbian OS Series 40, Symbian OS Series 60, Symbian^3, ThreadX, Tizen, Ubuntu, WebTV, Windows, Windows CE, Windows IoT, Windows Mobile, Windows Phone, Windows RT, Xbox, Xubuntu, YunOs, iOS, palmOS, webOS +AIX, Android, AmigaOS, Apple TV, Arch Linux, BackTrack, Bada, BeOS, BlackBerry OS, BlackBerry Tablet OS, Brew, CentOS, Chrome OS, CyanogenMod, Debian, DragonFly, Fedora, Firefox OS, Fire OS, FreeBSD, Gentoo, Google TV, HP-UX, Haiku OS, IRIX, Inferno, KaiOS, Knoppix, Kubuntu, GNU/Linux, Lubuntu, VectorLinux, Mac, Maemo, Mandriva, MeeGo, MocorDroid, Mint, MildWild, MorphOS, NetBSD, MTK / Nucleus, Nintendo, Nintendo Mobile, OS/2, OSF1, OpenBSD, Ordissimo, PlayStation Portable, PlayStation, Red Hat, RISC OS, Remix OS, RazoDroiD, Sabayon, SUSE, Sailfish OS, Slackware, Solaris, Syllable, Symbian, Symbian OS, Symbian OS Series 40, Symbian OS Series 60, Symbian^3, ThreadX, Tizen, Ubuntu, WebTV, Windows, Windows CE, Windows IoT, Windows Mobile, Windows Phone, Windows RT, Xbox, Xubuntu, YunOs, iOS, palmOS, webOS ### List of detected browsers: -2345 Browser, 360 Phone Browser, 360 Browser, Avant Browser, ABrowse, ANT Fresco, ANTGalio, Aloha Browser, Amaya, Amigo, Android Browser, AOL Shield, Arora, Amiga Voyager, Amiga Aweb, Atomic Web Browser, Avast Secure Browser, Beaker Browser, BlackBerry Browser, Baidu Browser, Baidu Spark, Basilisk, Beonex, Bunjalloo, B-Line, Brave, BriskBard, BrowseX, Camino, Coc Coc, Comodo Dragon, Coast, Charon, CM Browser, Chrome Frame, Headless Chrome, Chrome, Chrome Mobile iOS, Conkeror, Chrome Mobile, CoolNovo, CometBird, ChromePlus, Chromium, Cyberfox, Cheshire, Cunaguaro, Chrome Webview, dbrowser, Deepnet Explorer, Dolphin, Dorado, Dooble, Dillo, DuckDuckGo Privacy Browser, Ecosia, Epic, Elinks, Element Browser, GNOME Web, Espial TV Browser, Firefox Mobile iOS, Firebird, Fluid, Fennec, Firefox, Firefox Focus, Firefox Rocket, Flock, Firefox Mobile, Fireweb, Fireweb Navigator, FreeU, Galeon, Google Earth, Hawk Turbo Browser, hola! Browser, HotJava, Huawei Browser, IBrowse, iCab, iCab Mobile, Iridium, Iron Mobile, IceCat, IceDragon, Isivioo, Iceweasel, Internet Explorer, IE Mobile, Iron, Jasmine, Jig Browser, Jio Browser, K.Browser, Kindle Browser, K-meleon, Konqueror, Kapiko, Kiwi, Kylo, Kazehakase, Cheetah Browser, LieBaoFast, LG Browser, Links, LuaKit, Lunascape, Lynx, MicroB, NCSA Mosaic, Mercury, Mobile Safari, Midori, Mobicip, MIUI Browser, Mobile Silk, Mint Browser, Maxthon, Nokia Browser, Nokia OSS Browser, Nokia Ovi Browser, Nox Browser, NetSurf, NetFront, NetFront Life, NetPositive, Netscape, NTENT Browser, Oculus Browser, Opera Mini iOS, Obigo, Odyssey Web Browser, Off By One, ONE Browser, Opera Neon, Opera Devices, Opera Mini, Opera Mobile, Opera, Opera Next, Opera Touch, Oregano, Openwave Mobile Browser, OmniWeb, Otter Browser, Palm Blazer, Pale Moon, Oppo Browser, Palm Pre, Puffin, Palm WebPro, Palmscape, Phoenix, Polaris, Polarity, Microsoft Edge, QQ Browser Mini, QQ Browser, Qutebrowser, QupZilla, Qwant Mobile, QtWebEngine, Realme Browser, Rekonq, RockMelt, Samsung Browser, Sailfish Browser, SEMC-Browser, Sogou Explorer, Safari, Shiira, Skyfire, Seraphic Sraf, Sleipnir, Snowshoe, Sogou Mobile Browser, Sputnik Browser, Sunrise, SuperBird, Streamy, Swiftfox, Seznam Browser, TenFourFox, Tenta Browser, Tizen Browser, TweakStyle, UC Browser, UC Browser Mini, Vivaldi, vivo Browser, Vision Mobile Browser, Web Explorer, WebPositive, Waterfox, Whale Browser, wOSBrowser, WeTab Browser, Yandex Browser, Xiino +2345 Browser, 360 Phone Browser, 360 Browser, Avant Browser, ABrowse, ANT Fresco, ANTGalio, Aloha Browser, Aloha Browser Lite, Amaya, Amigo, Android Browser, AOL Shield, Arora, Amiga Voyager, Amiga Aweb, Atomic Web Browser, Avast Secure Browser, AVG Secure Browser, Beaker Browser, Beamrise, BlackBerry Browser, Baidu Browser, Baidu Spark, Basilisk, Beonex, BlackHawk, Bunjalloo, B-Line, Brave, BriskBard, BrowseX, Camino, CCleaner, Coc Coc, Comodo Dragon, Coast, Charon, CM Browser, Chrome Frame, Headless Chrome, Chrome, Chrome Mobile iOS, Conkeror, Chrome Mobile, CoolNovo, CometBird, COS Browser, ChromePlus, Chromium, Cyberfox, Cheshire, Crusta, Cunaguaro, Chrome Webview, dbrowser, Deepnet Explorer, Delta Browser, Dolphin, Dorado, Dooble, Dillo, DuckDuckGo Privacy Browser, Ecosia, Epic, Elinks, Element Browser, eZ Browser, EUI Browser, GNOME Web, Espial TV Browser, Falkon, Faux Browser, Firefox Mobile iOS, Firebird, Fluid, Fennec, Firefox, Firefox Focus, Firefox Reality, Firefox Rocket, Flock, Firefox Mobile, Fireweb, Fireweb Navigator, FreeU, Galeon, Google Earth, Hawk Turbo Browser, hola! Browser, HotJava, Huawei Browser, IBrowse, iCab, iCab Mobile, Iridium, Iron Mobile, IceCat, IceDragon, Isivioo, Iceweasel, Internet Explorer, IE Mobile, Iron, Jasmine, Jig Browser, Jio Browser, K.Browser, Kindle Browser, K-meleon, Konqueror, Kapiko, Kinza, Kiwi, Kylo, Kazehakase, Cheetah Browser, LieBaoFast, LG Browser, Links, Lovense Browser, LuaKit, Lunascape, Lynx, mCent, MicroB, NCSA Mosaic, Meizu Browser, Mercury, Mobile Safari, Midori, Mobicip, MIUI Browser, Mobile Silk, Minimo, Mint Browser, Maxthon, Nokia Browser, Nokia OSS Browser, Nokia Ovi Browser, Nox Browser, NetSurf, NetFront, NetFront Life, NetPositive, Netscape, NTENT Browser, Oculus Browser, Opera Mini iOS, Obigo, Odyssey Web Browser, Off By One, ONE Browser, Opera GX, Opera Neon, Opera Devices, Opera Mini, Opera Mobile, Opera, Opera Next, Opera Touch, Ordissimo, Oregano, Origyn Web Browser, Openwave Mobile Browser, OmniWeb, Otter Browser, Palm Blazer, Pale Moon, Oppo Browser, Palm Pre, Puffin, Palm WebPro, Palmscape, Phoenix, Polaris, Polarity, Microsoft Edge, QQ Browser Mini, QQ Browser, Qutebrowser, QupZilla, Qwant Mobile, QtWebEngine, Realme Browser, Rekonq, RockMelt, Samsung Browser, Sailfish Browser, SEMC-Browser, Sogou Explorer, Safari, SalamWeb, Shiira, SimpleBrowser, Skyfire, Seraphic Sraf, Sleipnir, Snowshoe, Sogou Mobile Browser, Splash, Sputnik Browser, Sunrise, SuperBird, Super Fast Browser, START Internet Browser, Streamy, Swiftfox, Seznam Browser, t-online.de Browser, Tao Browser, TenFourFox, Tenta Browser, Tizen Browser, TweakStyle, TV Bro, UBrowser, UC Browser, UC Browser Mini, UC Browser Turbo, Uzbl, Vivaldi, vivo Browser, Vision Mobile Browser, Wear Internet Browser, Web Explorer, WebPositive, Waterfox, Whale Browser, wOSBrowser, WeTab Browser, Yandex Browser, Yandex Browser Lite, Xiino ### List of detected browser engines: -WebKit, Blink, Trident, Text-based, Dillo, iCab, Elektra, Presto, Gecko, KHTML, NetFront, Edge, NetSurf +WebKit, Blink, Trident, Text-based, Dillo, iCab, Elektra, Presto, Gecko, KHTML, NetFront, Edge, NetSurf, Servo ### List of detected libraries: -aiohttp, curl, Faraday, Go-http-client, Google HTTP Java Client, Guzzle (PHP HTTP Client), HTTPie, HTTP_Request2, Java, libdnf, Mechanize, OkHttp, Perl, Python Requests, Python urllib, urlgrabber (yum), Wget, WWW-Mechanize +aiohttp, curl, Faraday, Go-http-client, Google HTTP Java Client, Guzzle (PHP HTTP Client), HTTPie, HTTP_Request2, Java, libdnf, Mechanize, Node Fetch, OkHttp, Perl, Perl REST::Client, Python Requests, Python urllib, REST Client for Ruby, RestSharp, ScalaJ HTTP, urlgrabber (yum), Wget, WWW-Mechanize ### List of detected media players: -Audacious, Banshee, Boxee, Clementine, Deezer, FlyCast, Foobar2000, iTunes, Kodi, MediaMonkey, Miro, NexPlayer, Nightingale, QuickTime, Songbird, Stagefright, SubStream, VLC, Winamp, Windows Media Player, XBMC +Audacious, Banshee, Boxee, Clementine, Deezer, FlyCast, Foobar2000, Google Podcasts, iTunes, Kodi, MediaMonkey, Miro, mpv, Music Player Daemon, NexPlayer, Nightingale, QuickTime, Songbird, Stagefright, SubStream, VLC, Winamp, Windows Media Player, XBMC ### List of detected mobile apps: -AndroidDownloadManager, AntennaPod, Apple News, Baidu Box App, BeyondPod, BingWebApp, bPod, Castro, Castro 2, CrosswalkApp, DoggCatcher, douban App, Facebook, Facebook Messenger, FeedR, Flipboard App, Google Play Newsstand, Google Plus, Google Search App, iCatcher, Instacast, Instagram App, Line, NewsArticle App, Overcast, Pinterest, Player FM, Pocket Casts, Podcast & Radio Addict, Podcast Republic, Podcasts, Podcat, Podcatcher Deluxe, Podkicker, RSSRadio, Sina Weibo, SogouSearch App, tieba, WeChat, WhatsApp, Yahoo! Japan, Yelp Mobile, YouTube and *mobile apps using [AFNetworking](https://github.com/AFNetworking/AFNetworking)* +AndroidDownloadManager, AntennaPod, Apple News, Baidu Box App, BeyondPod, BingWebApp, bPod, CastBox, Castro, Castro 2, CrosswalkApp, DoggCatcher, douban App, Facebook, Facebook Messenger, FeedR, Flipboard App, Google Go, Google Play Newsstand, Google Plus, Google Search App, iCatcher, Instacast, Instagram App, Line, NewsArticle App, Overcast, Pinterest, Player FM, Pocket Casts, Podcast & Radio Addict, Podcast Republic, Podcasts, Podcat, Podcatcher Deluxe, Podkicker, RSSRadio, Sina Weibo, SogouSearch App, tieba, WeChat, WhatsApp, Yahoo! Japan, Yelp Mobile, YouTube and *mobile apps using [AFNetworking](https://github.com/AFNetworking/AFNetworking)* ### List of detected PIMs (personal information manager): @@ -230,12 +230,12 @@ Airmail, Barca, DAVdroid, Lotus Notes, MailBar, Microsoft Outlook, Outlook Expre ### List of detected feed readers: -Akregator, Apple PubSub, BashPodder, Breaker, Downcast, FeedDemon, Feeddler RSS Reader, gPodder, JetBrains Omea Reader, Liferea, NetNewsWire, Newsbeuter, NewsBlur, NewsBlur Mobile App, PritTorrent, Pulp, ReadKit, Reeder, RSS Bandit, RSS Junkie, RSSOwl, Stringer +Akregator, Apple PubSub, BashPodder, Breaker, Downcast, FeedDemon, Feeddler RSS Reader, gPodder, JetBrains Omea Reader, Liferea, NetNewsWire, Newsbeuter, NewsBlur, NewsBlur Mobile App, PritTorrent, Pulp, QuiteRSS, ReadKit, Reeder, RSS Bandit, RSS Junkie, RSSOwl, Stringer ### List of brands with detected devices: -3Q, 4Good, Acer, Advan, Advance, AGM, Ainol, Airness, Airties, Aiwa, Akai, Alcatel, AllCall, Allview, Allwinner, Altech UEC, altron, Amazon, AMGOO, Amoi, ANS, Apple, Archos, Arian Space, Ark, Arnova, ARRIS, Ask, Assistant, Asus, Audiovox, AVH, Avvio, Axxion, Azumi Mobile, BangOlufsen, Barnes & Noble, BBK, Becker, Beeline, Beetel, BenQ, BenQ-Siemens, BGH, Bird, Bitel, Black Fox, Blackview, Blaupunkt, Blu, Bluboo, Bluegood, Bmobile, bogo, Boway, bq, Bravis, Brondi, Bush, CAGI, Capitel, Captiva, Carrefour, Casio, Casper, Cat, Celkon, Changhong, Cherry Mobile, China Mobile, Clarmin, CnM, Coby Kyros, Comio, Compal, Compaq, ComTrade Tesla, Concord, ConCorde, Condor, Coolpad, Cowon, CreNova, Crescent, Cricket, Crius Mea, Crosscall, Cube, CUBOT, Cyrus, Danew, Datang, Datsun, Dbtel, Dell, Denver, Desay, DEXP, Dialog, Dicam, Digi, Digicel, Digiland, Digma, DMM, DNS, DoCoMo, Doogee, Doov, Dopod, Doro, Dune HD, E-Boda, E-tel, Easypix, EBEST, Echo Mobiles, ECS, EE, EKO, Eks Mobility, Elenberg, Elephone, Energizer, Energy Sistem, Ergo, Ericsson, Ericy, Essential, Essentielb, Eton, eTouch, Etuline, Eurostar, Evercoss, Evertek, Evolio, Evolveo, EvroMedia, Explay, Extrem, Ezio, Ezze, Fairphone, Famoco, Fengxiang, FiGO, FinePower, Fly, FNB, Fondi, FORME, Forstar, Foxconn, Freetel, Fujitsu, G-TiDE, Garmin-Asus, Gateway, Gemini, Geotel, Ghia, Gigabyte, Gigaset, Ginzzu, Gionee, GOCLEVER, Goly, GoMobile, Google, Gradiente, Grape, Grundig, Hafury, Haier, HannSpree, Hasee, Hi-Level, Hisense, Hoffmann, Homtom, Hoozo, Hosin, HP, HTC, Huawei, Humax, Hyrican, Hyundai, i-Joy, i-mate, i-mobile, iBall, iBerry, IconBIT, iHunt, Ikea, iKoMo, iLA, IMO Mobile, Impression, iNew, Infinix, InFocus, Inkti, InnJoo, Innostream, Inoi, INQ, Intek, Intex, Inverto, iOcean, iPro, Irbis, iRola, iTel, iView, JAY-Tech, Jiayu, Jolla, Just5, K-Touch, Kaan, Kalley, Karbonn, Kazam, KDDI, Kempler & Strauss, Keneksi, Kiano, Kingsun, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, KOPO, Koridy, KRONO, Krüger&Matz, KT-Tech, Kumai, Kyocera, LAIQ, Land Rover, Landvo, Lanix, Lark, Lava, LCT, Leagoo, Ledstar, LeEco, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lexand, Lexibook, LG, Lingwin, Loewe, Logicom, Lumus, LYF, M.T.T., M4tel, Majestic, Manta Multimedia, Masstel, Maxwest, Maze, Mecer, Mecool, Mediacom, MediaTek, Medion, MEEG, MegaFon, Meizu, Memup, Metz, MEU, MicroMax, Microsoft, Mio, Miray, Mitsubishi, MIXC, MLLED, Mobiistar, Mobiola, Mobistel, Modecom, Mofut, Motorola, Movic, Mpman, MSI, MTC, MTN, MYFON, MyPhone, Myria, MyWigo, Navon, NEC, Neffos, Netgear, NeuImage, Newgen, NEXBOX, Nexian, Nextbit, NextBook, NGM, Nikon, Nintendo, NOA, Noain, Nobby, Noblex, Nokia, Nomi, Nous, NUU Mobile, Nvidia, NYX Mobile, O+, O2, Obi, Odys, Onda, OnePlus, OPPO, Opsson, Orange, Ouki, OUYA, Overmax, Oysters, Palm, Panacom, Panasonic, Pantech, PCBOX, PCD, PCD Argentina, PEAQ, Pentagram, Philips, phoneOne, Pioneer, Pixus, Ployer, Plum, Point of View, Polaroid, PolyPad, Polytron, Pomp, Positivo, PPTV, Prestigio, Primepad, ProScan, PULID, Q-Touch, Qilive, QMobile, Qtek, Quantum, Quechua, R-TV, Ramos, RCA Tablets, Readboy, Rikomagic, RIM, Rinno, Riviera, Rokit, Roku, Rombica, Rover, RT Project, Safaricom, Sagem, Samsung, Sanei, Santin BiTBiZ, Sanyo, Savio, Sega, Selevision, Selfix, Sencor, Sendo, Senseit, Senwa, SFR, Sharp, Shuttle, Siemens, Sigma, Silent Circle, Simbans, Sky, Skyworth, Smart, Smartfren, Smartisan, Softbank, Sonim, Sony, Sony Ericsson, Spice, Star, Starway, STF Mobile, STK, Stonex, Storex, Sumvision, SunVan, SuperSonic, Supra, SWISSMOBILITY, Symphony, Syrox, T-Mobile, TB Touch, TCL, TechniSat, TechnoTrend, TechPad, Teclast, Tecno Mobile, Telefunken, Telego, Telenor, Telit, Tesco, Tesla, teXet, ThL, Thomson, TIANYU, Timovi, TiPhone, Tolino, Tooky, Top House, Toplux, Toshiba, Touchmate, TrekStor, Trevi, True, Tunisie Telecom, Turbo-X, TVC, U.S. Cellular, Uhappy, Ulefone, UMIDIGI, Unimax, Uniscope, Unknown, Unnecto, Unonu, Unowhy, UTOK, UTStarcom, Vastking, Venso, Verizon, Vernee, Vertex, Vertu, Verykool, Vestel, VGO TEL, Videocon, Videoweb, ViewSonic, Vinsoc, Vitelcom, Vivax, Vivo, Vizio, VK Mobile, Vodafone, Vonino, Vorago, Voto, Voxtel, Vulcan, Walton, Web TV, Weimei, WellcoM, Wexler, Wiko, Wileyfox, Wink, Wolder, Wolfgang, Wonu, Woo, Woxter, X-TIGI, X-View, Xiaolajiao, Xiaomi, Xion, Xolo, Yandex, Yarvik, Yes, Yezz, Ytone, Yu, Yuandao, Yusun, Zeemi, Zen, Zenek, Zonda, Zopo, ZTE, Zuum, Zync, ZYQ, öwn +3Q, 4Good, Ace, Acer, Advan, Advance, AGM, Ainol, Airness, Airties, AIS, Aiwa, Akai, Alba, Alcatel, Aligator, AllCall, AllDocube, Allview, Allwinner, Altech UEC, altron, Amazon, AMGOO, Amoi, ANS, Apple, Archos, Arian Space, Ark, Arnova, ARRIS, Ask, Assistant, Asus, Atom, Audiovox, AVH, Avvio, Axxion, Azumi Mobile, BangOlufsen, Barnes & Noble, BBK, BDF, Becker, Beeline, Beetel, BenQ, BenQ-Siemens, Bezkam, BGH, Bird, Bitel, Black Fox, Blackview, Blaupunkt, Blu, Bluboo, Bluegood, Bmobile, bogo, Boway, bq, Bravis, Brondi, Bush, CAGI, Capitel, Captiva, Carrefour, Casio, Casper, Cat, Celkon, Changhong, Cherry Mobile, China Mobile, Chuwi, Clarmin, CnM, Coby Kyros, Comio, Compal, Compaq, ComTrade Tesla, Concord, ConCorde, Condor, Coolpad, Cowon, CreNova, Crescent, Cricket, Crius Mea, Crosscall, Cube, CUBOT, CVTE, Cyrus, Daewoo, Danew, Datang, Datsun, Dbtel, Dell, Denver, Desay, DeWalt, DEXP, Dialog, Dicam, Digi, Digicel, Digiland, Digma, Divisat, DMM, DNS, DoCoMo, Doogee, Doov, Dopod, Doro, Dune HD, E-Boda, E-tel, Easypix, EBEST, Echo Mobiles, ECS, EE, EKO, Eks Mobility, Elenberg, Elephone, Energizer, Energy Sistem, Ergo, Ericsson, Ericy, Essential, Essentielb, Eton, eTouch, Etuline, Eurostar, Evercoss, Evertek, Evolio, Evolveo, EvroMedia, Explay, Extrem, Ezio, Ezze, Fairphone, Famoco, Fengxiang, FiGO, FinePower, Fly, FNB, Fondi, FORME, Forstar, Foxconn, Freetel, Fujitsu, G-TiDE, Garmin-Asus, Gateway, Gemini, General Mobile, Geotel, Ghia, Ghong, Gigabyte, Gigaset, Ginzzu, Gionee, Globex, GOCLEVER, Goly, GoMobile, Google, Gradiente, Grape, Grundig, Hafury, Haier, HannSpree, Hasee, Hi-Level, Highscreen, Hisense, Hoffmann, Homtom, Hoozo, Hosin, HP, HTC, Huawei, Humax, Hyrican, Hyundai, i-Joy, i-mate, i-mobile, iBall, iBerry, IconBIT, iHunt, Ikea, iKoMo, iLA, IMO Mobile, Impression, iNew, Infinix, InFocus, Inkti, InnJoo, Innostream, Inoi, INQ, Insignia, Intek, Intex, Inverto, iOcean, iPro, Irbis, iRola, iRulu, iTel, iView, iZotron, JAY-Tech, Jiayu, Jolla, Just5, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Karbonn, KATV1, Kazam, KDDI, Kempler & Strauss, Keneksi, Kiano, Kingsun, Kivi, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, KOPO, Koridy, KRONO, Krüger&Matz, KT-Tech, Kumai, Kyocera, LAIQ, Land Rover, Landvo, Lanix, Lark, Lava, LCT, Leagoo, Ledstar, LeEco, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lexand, Lexibook, LG, Lingwin, Loewe, Logicom, Lumus, Luna, LYF, M.T.T., M4tel, Majestic, Mann, Manta Multimedia, Masstel, Maxcom, Maxwest, Maze, Mecer, Mecool, Mediacom, MediaTek, Medion, MEEG, MegaFon, Meitu, Meizu, Memup, Metz, MEU, MicroMax, Microsoft, Mio, Miray, Mitsubishi, MIXC, MLLED, Mobicel, Mobiistar, Mobiola, Mobistel, Modecom, Mofut, Motorola, Movic, Mpman, MSI, MTC, MTN, MYFON, MyPhone, Myria, Mystery, MyWigo, National, Navon, NEC, Neffos, Netgear, NeuImage, Newgen, NewsMy, NEXBOX, Nexian, Nextbit, NextBook, NGM, NG Optics, Nikon, Nintendo, NOA, Noain, Nobby, Noblex, Nokia, Nomi, Nous, NUU Mobile, Nuvo, Nvidia, NYX Mobile, O+, O2, Obi, Odys, Onda, OnePlus, OPPO, Opsson, Orange, Ordissimo, Ouki, Oukitel, OUYA, Overmax, Oysters, Palm, Panacom, Panasonic, Pantech, PCBOX, PCD, PCD Argentina, PEAQ, Pentagram, Philips, phoneOne, Pioneer, Pixus, Ployer, Plum, Point of View, Polaroid, PolyPad, Polytron, Pomp, Positivo, PPTV, Prestigio, Primepad, Proline, ProScan, PULID, Q-Touch, Qilive, QMobile, Qtek, Quantum, Quechua, Qumo, R-TV, Ramos, RCA Tablets, Readboy, Rikomagic, RIM, Rinno, Ritmix, Ritzviva, Riviera, Roadrover, Rokit, Roku, Rombica, Ross&Moor, Rover, RoverPad, RT Project, RugGear, Runbo, Safaricom, Sagem, Samsung, Sanei, Santin, Sanyo, Savio, Sega, Selevision, Selfix, Sencor, Sendo, Senseit, Senwa, SFR, Sharp, Shift Phones, Shuttle, Siemens, Sigma, Silent Circle, Simbans, Sky, Skyworth, Smart, Smartfren, Smartisan, Softbank, Sonim, Sony, Sony Ericsson, Spectrum, Spice, Star, Starway, STF Mobile, STK, Stonex, Storex, Sumvision, SunVan, Sunvell, SuperSonic, Supra, SWISSMOBILITY, Symphony, Syrox, T-Mobile, TB Touch, TCL, TechniSat, TechnoTrend, TechPad, Teclast, Tecno Mobile, Telefunken, Telego, Telenor, Telit, Tesco, Tesla, teXet, ThL, Thomson, TIANYU, Timovi, TiPhone, Tolino, Tooky, Top House, Toplux, Toshiba, Touchmate, TrekStor, Trevi, True, Tunisie Telecom, Turbo, Turbo-X, TVC, U.S. Cellular, Ugoos, Uhappy, Ulefone, Umax, UMIDIGI, Unihertz, Unimax, Uniscope, Unknown, Unnecto, Unonu, Unowhy, UTOK, UTStarcom, Vastking, Venso, Verizon, Vernee, Vertex, Vertu, Verykool, Vesta, Vestel, VGO TEL, Videocon, Videoweb, ViewSonic, Vinga, Vinsoc, Vitelcom, Vivax, Vivo, Vizio, VK Mobile, Vodafone, Vonino, Vorago, Voto, Voxtel, Vsun, Vulcan, Walton, Web TV, Weimei, WellcoM, Wexler, Wieppo, Wiko, Wileyfox, Wink, Wolder, Wolfgang, Wonu, Woo, Woxter, X-TIGI, X-View, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, Yandex, Yarvik, Yes, Yezz, Yota, Ytone, Yu, Yuandao, Yusun, Yxtel, Zeemi, Zen, Zenek, Zonda, Zopo, ZTE, Zuum, Zync, ZYQ, öwn ### List of detected bots: -360Spider, Aboundexbot, Acoon, AddThis.com, ADMantX, aHrefs Bot, Alexa Crawler, Alexa Site Audit, Amazon Route53 Health Check, Amorank Spider, Analytics SEO Crawler, ApacheBench, Applebot, Arachni, archive.org bot, Ask Jeeves, Backlink-Check.de, BacklinkCrawler, Baidu Spider, BazQux Reader, BingBot, BitlyBot, Blekkobot, BLEXBot Crawler, Bloglovin, Blogtrottr, Bountii Bot, Browsershots, BUbiNG, Butterfly Robot, CareerBot, Castro 2, Catchpoint, ccBot crawler, Charlotte, Cliqzbot, CloudFlare Always Online, CloudFlare AMP Fetcher, Collectd, CommaFeed, CSS Certificate Spider, Cốc Cốc Bot, Datadog Agent, Datanyze, Dataprovider, Daum, Dazoobot, Discobot, Domain Re-Animator Bot, DotBot, DuckDuckGo Bot, Easou Spider, EMail Exractor, EmailWolf, evc-batch, ExaBot, ExactSeek Crawler, Ezooms, Facebook External Hit, Feedbin, FeedBurner, Feedly, Feedspot, Feed Wrangler, Fever, Findxbot, Flipboard, FreshRSS, Generic Bot, Generic Bot, Genieo Web filter, Gigablast, Gigabot, Gluten Free Crawler, Gmail Image Proxy, Goo, Googlebot, Google PageSpeed Insights, Google Partner Monitoring, Google Search Console, Google Structured Data Testing Tool, Grapeshot, Heritrix, Heureka Feed, HTTPMon, HubPages, HubSpot, ICC-Crawler, ichiro, IIS Site Analysis, Inktomi Slurp, IP-Guide Crawler, IPS Agent, Kouio, Larbin web crawler, Let's Encrypt Validation, Lighthouse, Linkdex Bot, LinkedIn Bot, LTX71, Lycos, Magpie-Crawler, MagpieRSS, Mail.Ru Bot, masscan, Mastodon Bot, Meanpath Bot, MetaInspector, MetaJobBot, Mixrank Bot, MJ12 Bot, Mnogosearch, MojeekBot, Monitor.Us, Munin, Nagios check_http, NalezenCzBot, Netcraft Survey Bot, netEstate, NetLyzer FastProbe, NetResearchServer, Netvibes, NewsBlur, NewsGator, NLCrawler, Nmap, Nutch-based Bot, Octopus, Omgili bot, Openindex Spider, OpenLinkProfiler, OpenWebSpider, Orange Bot, Outbrain, PagePeeker, PaperLiBot, Phantomas, PHP Server Monitor, Picsearch bot, Pingdom Bot, Pinterest, PocketParser, Pompos, PritTorrent, QuerySeekerSpider, Quora Link Preview, Qwantify, Rainmeter, RamblerMail Image Proxy, Reddit Bot, Riddler, Rogerbot, ROI Hunter, RSSRadio Bot, SafeDNSBot, Scooter, ScoutJet, Scrapy, Screaming Frog SEO Spider, ScreenerBot, Semrush Bot, Sensika Bot, Sentry Bot, SEOENGBot, SEOkicks-Robot, Seoscanners.net, Server Density, Seznam Bot, Seznam Email Proxy, Seznam Zbozi.cz, ShopAlike, ShopWiki, SilverReader, SimplePie, SISTRIX Crawler, SISTRIX Optimizer, Site24x7 Website Monitoring, SiteSucker, Sixy.ch, Skype URI Preview, Slackbot, Snapchat Proxy, Sogou Spider, Soso Spider, Sparkler, Speedy, Spinn3r, Spotify, Sputnik Bot, sqlmap, SSL Labs, StatusCake, Superfeedr Bot, Survey Bot, Tarmot Gezgin, TelegramBot, TinEye Crawler, Tiny Tiny RSS, TLSProbe, Trendiction Bot, TurnitinBot, TweetedTimes Bot, Tweetmeme Bot, Twitterbot, UkrNet Mail Proxy, UniversalFeedParser, Uptimebot, Uptime Robot, URLAppendBot, Vagabondo, Visual Site Mapper Crawler, VK Share Button, W3C CSS Validator, W3C I18N Checker, W3C Link Checker, W3C Markup Validation Service, W3C MobileOK Checker, W3C Unified Validator, Wappalyzer, WebbCrawler, WebPageTest, WebSitePulse, WebThumbnail, WeSEE:Search, Willow Internet Crawler, WordPress, Wotbox, YaCy, Yahoo! Cache System, Yahoo! Link Preview, Yahoo! Slurp, Yahoo Gemini, Yandex Bot, Yeti/Naverbot, Yottaa Site Monitor, Youdao Bot, Yourls, Yunyun Bot, Zao, zgrab, Zookabot, ZumBot +360Spider, Aboundexbot, Acoon, AddThis.com, ADMantX, aHrefs Bot, Alexa Crawler, Alexa Site Audit, Amazon Route53 Health Check, Amorank Spider, Analytics SEO Crawler, ApacheBench, Applebot, Arachni, archive.org bot, Ask Jeeves, Awario, Awario, Backlink-Check.de, BacklinkCrawler, Baidu Spider, BazQux Reader, BingBot, BitlyBot, Blekkobot, BLEXBot Crawler, Bloglovin, Blogtrottr, BoardReader, BoardReader Blog Indexer, Bountii Bot, BrandVerity, Browsershots, BUbiNG, Buck, Butterfly Robot, Bytespider, CareerBot, Castro 2, Catchpoint, CATExplorador, ccBot crawler, Charlotte, Cliqzbot, CloudFlare Always Online, CloudFlare AMP Fetcher, Collectd, CommaFeed, CSS Certificate Spider, Cốc Cốc Bot, Datadog Agent, Datanyze, Dataprovider, Daum, Dazoobot, Discobot, Domain Re-Animator Bot, DotBot, DuckDuckGo Bot, Easou Spider, eCairn-Grabber, EMail Exractor, EmailWolf, Embedly, evc-batch, ExaBot, ExactSeek Crawler, Ezooms, eZ Publish Link Validator, Facebook External Hit, Feedbin, FeedBurner, Feedly, Feedspot, Feed Wrangler, Fever, Findxbot, Flipboard, FreshRSS, Generic Bot, Generic Bot, Genieo Web filter, Gigablast, Gigabot, Gluten Free Crawler, Gmail Image Proxy, Goo, Googlebot, Google Cloud Scheduler, Google Favicon, Google PageSpeed Insights, Google Partner Monitoring, Google Search Console, Google Stackdriver Monitoring, Google Structured Data Testing Tool, Grapeshot, Heritrix, Heureka Feed, HTTPMon, HubPages, HubSpot, ICC-Crawler, ichiro, IDG/IT, IIS Site Analysis, Inktomi Slurp, inoreader, IP-Guide Crawler, IPS Agent, Kaspersky, Kouio, Larbin web crawler, LCC, Let's Encrypt Validation, Lighthouse, Linkdex Bot, LinkedIn Bot, LTX71, Lycos, Magpie-Crawler, MagpieRSS, Mail.Ru Bot, masscan, Mastodon Bot, Meanpath Bot, MetaInspector, MetaJobBot, Mixrank Bot, MJ12 Bot, Mnogosearch, MojeekBot, Monitor.Us, Munin, Nagios check_http, NalezenCzBot, nbertaupete95, Netcraft Survey Bot, netEstate, NetLyzer FastProbe, NetResearchServer, Netvibes, NewsBlur, NewsGator, NLCrawler, Nmap, Nutch-based Bot, Nuzzel, oBot, Octopus, Omgili bot, Openindex Spider, OpenLinkProfiler, OpenWebSpider, Orange Bot, Outbrain, PagePeeker, PaperLiBot, Phantomas, PHP Server Monitor, Picsearch bot, Pingdom Bot, Pinterest, PocketParser, Pompos, PritTorrent, QuerySeekerSpider, Quora Link Preview, Qwantify, Rainmeter, RamblerMail Image Proxy, Reddit Bot, Riddler, Rogerbot, ROI Hunter, RSSRadio Bot, SafeDNSBot, Scooter, ScoutJet, Scrapy, Screaming Frog SEO Spider, ScreenerBot, Semrush Bot, Sensika Bot, Sentry Bot, SEOENGBot, SEOkicks-Robot, Seoscanners.net, Server Density, Seznam Bot, Seznam Email Proxy, Seznam Zbozi.cz, ShopAlike, Shopify Partner, ShopWiki, SilverReader, SimplePie, SISTRIX Crawler, SISTRIX Optimizer, Site24x7 Website Monitoring, Siteimprove, SiteSucker, Sixy.ch, Skype URI Preview, Slackbot, SMTBot, Snapchat Proxy, Sogou Spider, Soso Spider, Sparkler, Speedy, Spinn3r, Spotify, Sputnik Bot, sqlmap, SSL Labs, Startpagina Linkchecker, StatusCake, Superfeedr Bot, Survey Bot, Tarmot Gezgin, TelegramBot, The Knowledge AI, theoldreader, TinEye Crawler, Tiny Tiny RSS, TLSProbe, TraceMyFile, Trendiction Bot, TurnitinBot, TweetedTimes Bot, Tweetmeme Bot, Twingly Recon, Twitterbot, UkrNet Mail Proxy, UniversalFeedParser, Uptimebot, Uptime Robot, URLAppendBot, Vagabondo, Visual Site Mapper Crawler, VK Share Button, W3C CSS Validator, W3C I18N Checker, W3C Link Checker, W3C Markup Validation Service, W3C MobileOK Checker, W3C Unified Validator, Wappalyzer, WebbCrawler, Weborama, WebPageTest, WebSitePulse, WebThumbnail, WeSEE:Search, WikiDo, Willow Internet Crawler, WooRank, WordPress, Wotbox, YaCy, Yahoo! Cache System, Yahoo! Japan BRW, Yahoo! Link Preview, Yahoo! Slurp, Yahoo Gemini, Yandex Bot, Yeti/Naverbot, Yottaa Site Monitor, Youdao Bot, Yourls, Yunyun Bot, Zao, Ze List, zgrab, Zookabot, ZumBot diff --git a/Tests/Parser/Client/fixtures/browser.yml b/Tests/Parser/Client/fixtures/browser.yml index dc99c51ade..01408a9684 100644 --- a/Tests/Parser/Client/fixtures/browser.yml +++ b/Tests/Parser/Client/fixtures/browser.yml @@ -2204,3 +2204,336 @@ version: "18.11.0.350.01 beta" engine: Blink engine_version: "" +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.8.20" + engine: Gecko + engine_version: "" +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.7.22" + engine: Gecko + engine_version: "" +- + user_agent: Mozilla/5.0 (Linux; U; COS like Android 4.1.2; zh_CN; 909d Build/JRO03C) AppleWebKit/537.17 (KHTML, like Gecko) COSBrowser/1.0.0 Version/4.0 Mobile Safari/537.17 + client: + type: browser + name: COS Browser + short_name: CB + version: "1.0.0" + engine: WebKit + engine_version: "537.17" +- + user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.10.1 Chrome/61.0.3163.140 Crusta/1.4.3 Safari/537.36 + client: + type: browser + name: Crusta + short_name: CT + version: "1.4.3" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.50747 OPRGX/60.0.3255.50747 + client: + type: browser + name: Opera GX + short_name: OX + version: "60.0.3255.50747" + engine: Blink + engine_version: "" +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; BV6000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 UCTurbo/1.7.9.900 Mobile Safari/537.36 + client: + type: browser + name: UC Browser Turbo + short_name: UT + version: "1.7.9.900" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 UBrowser/5.5.5701.114 Safari/537.36 + client: + type: browser + name: UBrowser + short_name: UB + version: "5.5.5701.114" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; SHP-SH330T/V03.03; 320*480; CTC/2.0) eZBrowser/1.0 + client: + type: browser + name: eZ Browser + short_name: EZ + version: "1.0" + engine: + engine_version: "" +- + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1;en_gb; C103 Build/ZIXOSOP5801803011S) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/49.0.0.0 Mobile Safari/537.36 EUI Browser/5.8.018S + client: + type: browser + name: EUI Browser + short_name: EU + version: "5.8.018" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; SO-01H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 SFBrowser/12.0.2115.28 Mobile Safari/537.36 + client: + type: browser + name: Super Fast Browser + short_name: SU + version: "12.0.2115.28" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01H Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 com.browser.tssomas/11.0.1001.0327 + client: + type: browser + name: Super Fast Browser + short_name: SU + version: "11.0.1001.0327" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 TO-Browser/TOB7.68.0.201_01 + client: + type: browser + name: t-online.de Browser + short_name: TO + version: "7.68.0.201" + engine: Gecko + engine_version: "" +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01H Build/32.3.E.0.136; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 Sleipnir/3.5.7 + client: + type: browser + name: Sleipnir + short_name: SL + version: "3.5.7" + engine: WebKit + engine_version: "537.36" +- + user_agent: SimpleBrowser (http://github.com/axefrog/SimpleBrowser) + client: + type: browser + name: SimpleBrowser + short_name: S1 + version: "" + engine: + engine_version: "" +- + user_agent: Uzbl (Webkit 1.3) (Linux i686 [i686]) + client: + type: browser + name: Uzbl + short_name: UZ + version: "" + engine: WebKit + engine_version: "1.3" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 CCleaner/75.1.103.145 + client: + type: browser + name: CCleaner + short_name: CL + version: "75.1.103.145" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-AL20 Build/HUAWEIDUB-AL20; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 AlohaLite/1.4.0.1 AlohaBrowser/2.9.0.1 + client: + type: browser + name: Aloha Browser Lite + short_name: AH + version: "1.4.0.1" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.11 TaoBrowser/3.1 Safari/536.11 + client: + type: browser + name: Tao Browser + short_name: TA + version: "3.1" + engine: WebKit + engine_version: "536.11" +- + user_agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Falkon/3.1.0 Chrome/69.0.3497.128 Safari/537.36 + client: + type: browser + name: Falkon + short_name: FA + version: "3.1.0" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HW-SCL-L32 Build/HW-SCL-L32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 mCent/0.13.1027 + client: + type: browser + name: mCent + short_name: M1 + version: "0.13.1027" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) SalamWeb/3.0.1.592 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + client: + type: browser + name: SalamWeb + short_name: SW + version: "3.0.1.592" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:25.3) Gecko/20150425 BlackHawk/25.3.1 + client: + type: browser + name: BlackHawk + short_name: BH + version: "25.3.1" + engine: Gecko + engine_version: "" +- + user_agent: Mozilla/5.0 (X11; U; Linux armv6l; rv 1.8.1.5pre) Gecko/20070619 Minimo/0.020 + client: + type: browser + name: Minimo + short_name: MN + version: "0.020" + engine: Gecko + engine_version: "" +- + user_agent: Mozilla/5.0 (Linux; Android 4.4; Moto 360 Build/KNX01S) AppleWebKit/537.36 (KHTML, like Gecko) WIB/0.9.8 Mobile Safari/537.36 + client: + type: browser + name: Wear Internet Browser + short_name: WI + version: "0.9.8" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (compatible; Origyn Web Browser; MorphOS; PPC; U) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) + client: + type: browser + name: Origyn Web Browser + short_name: OY + version: "" + engine: WebKit + engine_version: "528.5" +- + user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2 + client: + type: browser + name: Kinza + short_name: KN + version: "4.8.2" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.8 (KHTML like Gecko) Beamrise/17.2.0.9 Chrome/17.0.939.0 Safari/535.8 + client: + type: browser + name: Beamrise + short_name: BM + version: "17.2.0.9" + engine: WebKit + engine_version: "535.8" +- + user_agent: Faux/20151018 CFNetwork/808.1.4 Darwin/16.1.0 + client: + type: browser + name: Faux Browser + short_name: FX + version: "20151018" + engine: + engine_version: "" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.4000.0 Iron Safari/537.36 + client: + type: browser + name: Iron + short_name: IR + version: "77.0.4000.0" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1 + client: + type: browser + name: Splash + short_name: S2 + version: "10.0" + engine: WebKit + engine_version: "602.1" +- + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; zh-CN; MZ-M5c Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 MZBrowser/6.9.410-2017122215 UWS/2.11.0.33 Mobile Safari/537.36 + client: + type: browser + name: Meizu Browser + short_name: MZ + version: "6.9.410" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 AVG/77.2.2156.122 + client: + type: browser + name: AVG Secure Browser + short_name: VG + version: "77.2.2156.122" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Zun X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.97 Mobile Safari/537.36 Start/53.0.2785.97 + client: + type: browser + name: START Internet Browser + short_name: S0 + version: "53.0.2785.97" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36 Lovense/20.0.1 + client: + type: browser + name: Lovense Browser + short_name: LO + version: "20.0.1" + engine: WebKit + engine_version: "537.36" +- + user_agent: com.airfind.deltabrowser/2.0.8.2 (Linux; U; Android 8.0.0; en-us; LGUS997 Build/OPR1.170623.032; lge) 1440X2672 LGE LGUS997 AppleWebKit/537.36 (KHTML, like Gecko) + client: + type: browser + name: Delta Browser + short_name: DT + version: "2.0.8.2" + engine: WebKit + engine_version: "537.36" +- + user_agent: Mozilla/5.0 (Android 7.1.2; Mobile VR; rv:66.0) Gecko/66.0 Firefox/66.0 + client: + type: browser + name: Firefox Reality + short_name: FY + version: "" + engine: Gecko + engine_version: "66.0" +- + user_agent: TV Bro/1.0 Mozilla/5.0 (Linux; Android 8.1.0; MIBOX4 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.96 Safari/537.36 + client: + type: browser + name: TV Bro + short_name: TV + version: "1.0" + engine: WebKit + engine_version: "537.36" diff --git a/Tests/Parser/Client/fixtures/library.yml b/Tests/Parser/Client/fixtures/library.yml index d89eb70410..d819829d90 100644 --- a/Tests/Parser/Client/fixtures/library.yml +++ b/Tests/Parser/Client/fixtures/library.yml @@ -173,3 +173,21 @@ type: library name: RestSharp version: "106.2.1.0" +- + user_agent: scalaj-http/2.4.0 + client: + type: library + name: ScalaJ HTTP + version: "2.4.0" +- + user_agent: REST::Client/273 + client: + type: library + name: Perl REST::Client + version: "273" +- + user_agent: 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)' + client: + type: library + name: Node Fetch + version: '1.0' diff --git a/Tests/Parser/Devices/fixtures/car_browser.yml b/Tests/Parser/Devices/fixtures/car_browser.yml index a5dc75f119..10085d5dc4 100644 --- a/Tests/Parser/Devices/fixtures/car_browser.yml +++ b/Tests/Parser/Devices/fixtures/car_browser.yml @@ -5,3 +5,9 @@ type: 6 brand: TA model: Model S +- + user_agent: Mozilla/5.0 (X11; GNU/Linux) AppleWebKit/537.36 (KHTML, like Gecko) Chromium/75.0.3770.100 Chrome/75.0.3770.100 Safari/537.36 Tesla/2019.40.50.7-ad132c7b057e + device: + type: 6 + brand: TA + model: "" diff --git a/Tests/Parser/fixtures/oss.yml b/Tests/Parser/fixtures/oss.yml index 8f72bdd3fe..cb66c91d36 100644 --- a/Tests/Parser/fixtures/oss.yml +++ b/Tests/Parser/fixtures/oss.yml @@ -1044,4 +1044,32 @@ name: iOS short_name: IOS version: "" - platform: \ No newline at end of file + platform: +- + user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x86 +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x64 +- + user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x86 +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x64 diff --git a/Tests/Parser/fixtures/vendorfragments.yml b/Tests/Parser/fixtures/vendorfragments.yml index fa28b10ba7..1aee298f2c 100644 --- a/Tests/Parser/fixtures/vendorfragments.yml +++ b/Tests/Parser/fixtures/vendorfragments.yml @@ -160,3 +160,9 @@ - useragent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; TAJB; rv:11.0) like Gecko vendor: TS +- + useragent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147 + vendor: OS +- + useragent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090 + vendor: OS diff --git a/Tests/fixtures/bots.yml b/Tests/fixtures/bots.yml index 57950df7be..47c24644a9 100644 --- a/Tests/fixtures/bots.yml +++ b/Tests/fixtures/bots.yml @@ -163,6 +163,24 @@ producer: name: Ask Jeeves Inc. url: http://www.ask.com +- + user_agent: AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com) + bot: + name: Awario + category: Feed Fetcher + url: https://awario.com/bots.html + producer: + name: Awario + url: https://awario.com/ +- + user_agent: AwarioSmartBot/1.0 (+https://awario.com/bots.html; bots@awario.com) + bot: + name: Awario + category: Search bot + url: https://awario.com/bots.html + producer: + name: Awario + url: https://awario.com/ - user_agent: Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/) bot: @@ -379,6 +397,23 @@ producer: name: Blogtrottr Ltd url: https://blogtrottr.com/ +- + user_agent: BoardReader Favicon Fetcher /1.0 info@boardreader.com + bot: + name: BoardReader + category: Search bot + url: http://boardreader.com/ + producer: + name: Effyis Inc + url: http://boardreader.com/ +- + user_agent: BoardReader Blog Indexer(http://boardreader.com) + bot: + name: BoardReader Blog Indexer + category: Crawler + producer: + name: BoardReader + url: http://boardreader.com/ - user_agent: Mozilla/5.0 (compatible; BountiiBot/1.1; +http://bountii.com/contact.php) bot: @@ -388,6 +423,15 @@ producer: name: Bountii Inc. url: http://bountii.com +- + user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/55.0 BrandVerity/1.0 (http://www.brandverity.com/why-is-brandverity-visiting-me) + bot: + name: BrandVerity + category: Crawler + url: https://www.brandverity.com/why-is-brandverity-visiting-me + producer: + name: BrandVerity, Inc. + url: https://www.brandverity.com/ - user_agent: Browsershots bot: @@ -397,6 +441,15 @@ producer: name: Browsershots.org url: http://browsershots.org +- + user_agent: Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html) + bot: + name: Buck + category: Search bot + url: https://hypefactors.com/ + producer: + name: Hypefactors A/S + url: https://hypefactors.com/ - user_agent: Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8 bot: @@ -415,6 +468,24 @@ producer: name: Topsy Labs url: http://labs.topsy.com +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5668.1446 Mobile Safari/537.36; Bytespider;bytespider@bytedance.com + bot: + name: Bytespider + category: Search bot + url: https://bytedance.com/ + producer: + name: ByteDance Ltd. + url: https://bytedance.com/ +- + user_agent: CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html) + bot: + name: CATExplorador + category: Search bot + url: https://fundacio.cat/ca/domini/ + producer: + name: Fundació puntCAT + url: https://fundacio.cat/ca/domini/ - user_agent: Mozilla/5.0 (compatible; CareerBot/1.1; +http://www.career-x.de/bot.html) bot: @@ -482,11 +553,20 @@ user_agent: Mozilla/5.0 (compatible; coccoc/1.0; +http://help.coccoc.com/) bot: name: Cốc Cốc Bot - url: http://help.coccoc.com/ category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots + producer: + name: Cốc Cốc + url: https://coccoc.com/ +- + user_agent: Mozilla/5.0 (compatible; coccocbot-image/1.0; +http://help.coccoc.com/searchengine) + bot: + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots producer: name: Cốc Cốc - url: http://coccoc.com/ + url: https://coccoc.com/ - user_agent: Datadog Agent/5.10.1 bot: @@ -622,6 +702,15 @@ producer: name: easou ICP url: http://www.easou.com +- + user_agent: Mozilla/5.0 (compatible; Embedly/0.2; +http://support.embed.ly/) + bot: + name: Embedly + category: Crawler + url: https://support.embed.ly/hc/en-us + producer: + name: A Medium, Corp. + url: https://medium.com/ - user_agent: Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot) bot: @@ -676,6 +765,15 @@ producer: name: Facebook url: http://www.facebook.com +- + user_agent: facebookexternalua + bot: + name: Facebook External Hit + category: Social Media Agent + url: https://www.facebook.com/externalhit_uatext.php + producer: + name: Facebook + url: http://www.facebook.com - user_agent: facebookplatform/1.0 (+http://developers.facebook.com) bot: @@ -802,6 +900,10 @@ name: FreshRSS category: Feed Fetcher url: https://freshrss.org/ +- + user_agent: 7Siters/1.07 (+https://7ooo.ru/siters/) + bot: + name: Generic Bot - user_agent: COMODO SSL Checker bot: @@ -814,6 +916,10 @@ user_agent: 'HybridBot (hybrid.ru/about. If our bot caused problems please contact us. Contact email: m.lyashkov@targetix.net)' bot: name: Generic Bot +- + user_agent: 'Mozilla/5.0 (compatible; +centuryb.o.t9[at]gmail.com)' + bot: + name: Generic Bot - user_agent: Mozilla/5.0 (compatible; +http://tweetedtimes.com) bot: @@ -834,6 +940,14 @@ user_agent: PHPCrawl bot: name: Generic Bot +- + user_agent: robots + bot: + name: Generic Bot +- + user_agent: SeopultContentAnalyzer/1.0 + bot: + name: Generic Bot - user_agent: Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html) bot: @@ -870,11 +984,6 @@ producer: name: Google Inc. url: http://www.google.com -- - user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon - bot: - name: Google Favicon - category: Crawler - user_agent: DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/) bot: @@ -884,6 +993,11 @@ producer: name: NTT Resonant url: http://goo.ne.jp +- + user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon + bot: + name: Google Favicon + category: Crawler - user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; en-us) AppleWebKit/537.4 (KHTML, like Gecko; Google Page Speed Insights) Version/4.0.5 Mobile/8A306 Safari/6531.22.7 bot: @@ -1091,6 +1205,15 @@ producer: name: Google Inc. url: http://www.google.com +- + user_agent: Mozilla/5.0 (compatible; Google-Youtube-Links) + bot: + name: Googlebot + category: Search bot + url: http://www.google.com/bot.html + producer: + name: Google Inc. + url: http://www.google.com - user_agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) bot: @@ -1136,6 +1259,15 @@ producer: name: Google Inc. url: http://www.google.com +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-AMPHTML) + bot: + name: Googlebot + category: Search bot + url: http://www.google.com/bot.html + producer: + name: Google Inc. + url: http://www.google.com - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943) bot: @@ -1154,6 +1286,15 @@ producer: name: Google Inc. url: http://www.google.com +- + user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 (compatible; Google-HotelAdsVerifier/2.0) + bot: + name: Googlebot + category: Search bot + url: http://www.google.com/bot.html + producer: + name: Google Inc. + url: http://www.google.com - user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36 bot: @@ -1324,6 +1465,15 @@ producer: name: "" url: "" +- + user_agent: IDG/IT (http://spaziodati.eu/) + bot: + name: IDG/IT + category: Search bot + url: https://spaziodati.eu/ + producer: + name: SpazioDati S.r.l. + url: https://spaziodati.eu/ - user_agent: iisbot/1.0 (+http://www.iis.net/iisbot.html) bot: @@ -1350,6 +1500,15 @@ producer: name: VeriSign, Inc url: http://www.verisign.com/ +- + user_agent: Kaspersky Lab CFR link resolver cfradmins@kaspersky.com + bot: + name: Kaspersky + category: Security Checker + url: https://www.kaspersky.com/ + producer: + name: AO Kaspersky Lab + url: https://www.kaspersky.com/ - user_agent: kouio.com RSS reader bot: @@ -1368,6 +1527,15 @@ producer: name: "" url: "" +- + user_agent: LCC (+http://corpora.informatik.uni-leipzig.de/crawler_faq.html) + bot: + name: LCC + category: Search bot + url: https://corpora.uni-leipzig.de/crawler_faq.html + producer: + name: Universität Leipzig + url: https://www.uni-leipzig.de/ - user_agent: 'ltx71 - (http://ltx71.com/)' bot: @@ -1819,6 +1987,14 @@ producer: name: The Apache Software Foundation url: http://www.apache.org/foundation/ +- + user_agent: Nuzzel + bot: + name: Nuzzel + category: Crawler + producer: + name: Nuzzel + url: https://www.nuzzel.com/ - user_agent: Octopus 1.0.2 bot: @@ -2127,6 +2303,15 @@ producer: name: SISTRIX GmbH url: http://www.sistrix.de +- + user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36 (compatible; SMTBot/1.0; +http://www.similartech.com/smtbot) + bot: + name: SMTBot + category: Search bot + url: https://www.similartech.com/smtbot + producer: + name: SimilarTech Ltd. + url: https://www.similartech.com/ - user_agent: SSL Labs (https://www.ssllabs.com/about/assessment.html) bot: @@ -2276,6 +2461,15 @@ producer: name: ShopWiki Corp. url: http://www.shopwiki.com +- + user_agent: shopify-partner-homepage-scraper + bot: + name: Shopify Partner + category: Crawler + url: https://www.shopify.com/partners + producer: + name: Shopify + url: https://www.shopify.com/ - user_agent: SilverReader/1.0; http://silverreader.com bot: @@ -2318,6 +2512,24 @@ name: SiteSucker category: Crawler url: http://ricks-apps.com/osx/sitesucker/ +- + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.0) Match by Siteimprove.com + bot: + name: Siteimprove + category: Search bot + url: https://siteimprove.com/ + producer: + name: Siteimprove GmbH + url: https://siteimprove.com/ +- + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0) LinkCheck by Siteimprove.com + bot: + name: Siteimprove + category: Search bot + url: https://siteimprove.com/ + producer: + name: Siteimprove GmbH + url: https://siteimprove.com/ - user_agent: sixy.ch/1.0 bot: @@ -2439,6 +2651,15 @@ producer: name: "" url: "" +- + user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) (compatible; Startpagina-Linkchecker/1.0; +https://www.startpagina.nl/linkchecker) + bot: + name: Startpagina Linkchecker + category: Search bot + url: https://www.startpagina.nl/linkchecker + producer: + name: Startpagina B.V. + url: https://www.startpagina.nl/ - user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/98 Safari/537.4 (StatusCake) bot: @@ -2486,6 +2707,11 @@ bot: name: TelegramBot url: https://telegram.org/blog/bot-revolution +- + user_agent: The Knowledge AI + bot: + name: The Knowledge AI + category: Crawler - user_agent: TinEye-bot/0.02 (see http://www.tineye.com/crawler.html) bot: @@ -2513,6 +2739,15 @@ producer: name: "" url: "" +- + user_agent: Mozilla/5.0 (compatible; tracemyfile/1.0) + bot: + name: TraceMyFile + category: Search bot + url: https://www.tracemyfile.com/ + producer: + name: Idee Inc. + url: http://ideeinc.com/ - user_agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11 bot: @@ -2558,6 +2793,14 @@ producer: name: Mediasift url: "" +- + user_agent: Mozilla/5.0 (compatible; Twingly Recon; twingly.com) + bot: + name: Twingly Recon + category: Crawler + producer: + name: Twingly + url: https://www.twingly.com - user_agent: Twitterbot/1.0 bot: @@ -2761,6 +3004,42 @@ producer: name: Steve Webb url: http://badcheese.com +- + user_agent: weborama-fetcher (+http://www.weborama.com) + bot: + name: Weborama + category: Search bot + url: https://weborama.com/ + producer: + name: Weborama SA + url: https://weborama.com/ +- + user_agent: WikiDo/1.1 (http://wikido.com; crawler@wikido.com) + bot: + name: WikiDo + category: Search bot + url: https://www.wikido.com/ + producer: + name: Fotolitografie Fiorentine di Becchi Antonio s.n.c. + url: https://www.wikido.com/ +- + user_agent: Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/) + bot: + name: WooRank + category: Search bot + url: https://www.woorank.com/ + producer: + name: WooRank sprl + url: https://www.woorank.com/ +- + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1 (compatible; woorankreview/2.0; +https://www.woorank.com/) + bot: + name: WooRank + category: Search bot + url: https://www.woorank.com/ + producer: + name: WooRank sprl + url: https://www.woorank.com/ - user_agent: WordPress/4.7.2; https://example.com bot: @@ -2806,6 +3085,15 @@ producer: name: Yahoo! Inc. url: http://www.yahoo.com +- + user_agent: Y!J-BRW/1.0 (https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716) + bot: + name: Yahoo! Japan BRW + category: Crawler + url: https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて + producer: + name: Yahoo! Japan Corp. + url: https://www.yahoo.co.jp/ - user_agent: Mozilla/5.0 (compatible; Yahoo Link Preview; https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html) bot: @@ -2950,6 +3238,15 @@ producer: name: Yandex LLC url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexMobileScreenShotBot/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com - user_agent: Mozilla/5.0 (compatible; YandexNews/3.0; +http://yandex.com/bots) bot: @@ -2968,6 +3265,69 @@ producer: name: Yandex LLC url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexOntoDB/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexOntoDBAPI/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexPartner/3.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexRCA/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexSearchShop/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexTracker/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; YandexTurbo/1.0; +http://yandex.com/bots) + bot: + name: Yandex Bot + category: Search bot + url: http://www.yandex.com/bots + producer: + name: Yandex LLC + url: http://company.yandex.com - user_agent: Mozilla/5.0 (compatible; YandexVerticals/1.0; http://yandex.com/bots) bot: @@ -2977,6 +3337,15 @@ producer: name: Yandex LLC url: http://company.yandex.com +- + user_agent: Mozilla/5.0 (compatible; NaverJapan/1.0; +http://corp.naver.jp/) + bot: + name: Yeti/Naverbot + category: Search bot + url: http://help.naver.com/robots/ + producer: + name: Naver + url: http://www.naver.com - user_agent: Yeti/1.1 (Naver Corp.; http://help.naver.com/robots/) bot: @@ -3033,6 +3402,15 @@ bot: name: Zao category: Crawler +- + user_agent: zelist.ro feed parser (+http://www.zelist.ro) + bot: + name: Ze List + category: Feed Fetcher + url: https://www.zelist.ro/ + producer: + name: Treeworks SRL + url: https://www.tree.ro/ - user_agent: Zookabot/2.5;++http://zookabot.com bot: @@ -3168,6 +3546,23 @@ producer: name: reddit inc. url: http://www.reddit.com +- + user_agent: Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber) + bot: + name: eCairn-Grabber + category: Crawler + producer: + name: eCairn + url: https://ecairn.com +- + user_agent: eZ Publish Link Validator + bot: + name: eZ Publish Link Validator + category: Crawler + url: https://ez.no/ + producer: + name: eZ Systems AS + url: https://ez.no/ - user_agent: Mozilla/5.0 (compatible; evc-batch/2.0) bot: @@ -3177,6 +3572,12 @@ producer: name: eVenture Capital Partners II, LLC url: http://www.eventures.vc/ +- + user_agent: Mozilla/5.0 (compatible; inoreader.com; 2 subscribers) + bot: + name: inoreader + category: Feed Reader + url: https://www.inoreader.com - user_agent: masscan/1.0 (https://github.com/robertdavidgraham/masscan) bot: @@ -3186,6 +3587,20 @@ producer: name: Robert Graham url: https://github.com/robertdavidgraham +- + user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com' + bot: + name: nbertaupete95 + category: Crawler +- + user_agent: Mozilla/5.0 (compatible; oBot/2.3.1; http://www.xforce-security.com/crawler/) + bot: + name: oBot + category: Search bot + url: http://www.xforce-security.com/crawler/ + producer: + name: 'IBM Germany Research & Development GmbH' + url: https://exchange.xforce.ibmcloud.com/ - user_agent: 'sqlmap/1.1.8.2#dev (http://sqlmap.org)' bot: @@ -3195,66 +3610,63 @@ producer: name: sqlmap url: http://sqlmap.org/ -- - user_agent: 'BoardReader Blog Indexer(http://boardreader.com)' +- + user_agent: Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa) bot: - name: BoardReader Blog Indexer - category: Crawler - producer: - name: BoardReader - url: http://boardreader.com/ -- - user_agent: 'Nuzzel' + name: theoldreader + category: Feed Reader + url: https://theoldreader.com +- + user_agent: Mozilla/5.0 (compatible; coccocbot-ads/1.0; +http://help.coccoc.com/searchengine) bot: - name: Nuzzel - category: Crawler + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots producer: - name: Nuzzel - url: https://www.nuzzel.com/ -- - user_agent: 'Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)' + name: Cốc Cốc + url: https://coccoc.com/ +- + user_agent: Mozilla/5.0 (compatible; coccocbot-shopping/1.0; +http://help.coccoc.com/searchengine) bot: - name: eCairn-Grabber - category: Crawler + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots producer: - name: eCairn - url: https://ecairn.com -- - user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com' - bot: - name: nbertaupete95 - category: Crawler -- - user_agent: 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)' + name: Cốc Cốc + url: https://coccoc.com/ +- + user_agent: Mozilla/5.0 (compatible; coccocbot-fast/1.0; +http://help.coccoc.com/searchengine) bot: - name: Twingly Recon - category: Crawler + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots producer: - name: Twingly - url: https://www.twingly.com -- - user_agent: 'Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)' - bot: - name: inoreader - category: Feed Reader - url: https://www.inoreader.com -- - user_agent: 'Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)' + name: Cốc Cốc + url: https://coccoc.com/ +- + user_agent: coccocbot-web/1.0 (+http://help.coccoc.com/searchengine) bot: - name: theoldreader - category: Feed Reader - url: https://theoldreader.com -- - user_agent: 'The Knowledge AI' + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots + producer: + name: Cốc Cốc + url: https://coccoc.com/ +- + user_agent: Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine) bot: - name: The Knowledge AI - category: Crawler + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots + producer: + name: Cốc Cốc + url: https://coccoc.com/ - - user_agent: shopify-partner-homepage-scraper + user_agent: Mozilla/5.0 (compatible; coccocbot/1.0; +http://help.coccoc.com/searchengine) bot: - name: Shopify Partner - category: Crawler - url: https://www.shopify.com/partners + name: Cốc Cốc Bot + category: Search bot + url: https://help.coccoc.com/en/search-engine/coccoc-robots producer: - name: Shopify - url: https://www.shopify.com/ + name: Cốc Cốc + url: https://coccoc.com/ diff --git a/Tests/fixtures/camera.yml b/Tests/fixtures/camera.yml index 1e052d769b..6f31b7f080 100644 --- a/Tests/fixtures/camera.yml +++ b/Tests/fixtures/camera.yml @@ -119,3 +119,23 @@ model: GALAXY NX os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; DMC-CM1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: camera + brand: PA + model: Lumix DMC-CM1 + os_family: Android + browser_family: Chrome diff --git a/Tests/fixtures/car_browser.yml b/Tests/fixtures/car_browser.yml index dda4acffb4..84f703b3bc 100644 --- a/Tests/fixtures/car_browser.yml +++ b/Tests/fixtures/car_browser.yml @@ -19,3 +19,63 @@ model: Model S os_family: GNU/Linux browser_family: Safari +- + user_agent: Mozilla/5.0 (X11; GNU/Linux) AppleWebKit/537.36 (KHTML, like Gecko) Chromium/75.0.3770.100 Chrome/75.0.3770.100 Safari/537.36 Tesla/2019.40.50.7-ad132c7b057e + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Chromium + short_name: CR + version: "75.0.3770.100" + engine: Blink + engine_version: "" + device: + type: car browser + brand: TA + model: "" + os_family: GNU/Linux + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CarPad-II-P Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: car browser + brand: NS + model: CarPad-II-P + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CarPad-III-P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: car browser + brand: NS + model: CarPad-III-P + os_family: Android + browser_family: Chrome \ No newline at end of file diff --git a/Tests/fixtures/console.yml b/Tests/fixtures/console.yml index d64a159bb2..3118844e10 100644 --- a/Tests/fixtures/console.yml +++ b/Tests/fixtures/console.yml @@ -139,6 +139,26 @@ model: DS os_family: Mobile Gaming Console browser_family: Unknown +- + user_agent: Mozilla/5.0 (Nintendo Switch; WifiWebAuthApplet) AppleWebKit/601.6 (KHTML, like Gecko) NF/4.0.0.7.9 NintendoBrowser/5.1.0.15785 + os: + name: Nintendo + short_name: WII + version: "Switch" + platform: "" + client: + type: browser + name: NetFront + short_name: NF + version: "" + engine: WebKit + engine_version: "601.6" + device: + type: console + brand: NI + model: Switch + os_family: Gaming Console + browser_family: NetFront - user_agent: Opera/9.30 (Nintendo Wii; U; ; 3642; en) os: diff --git a/Tests/fixtures/desktop.yml b/Tests/fixtures/desktop.yml index 2abd46acc5..02404539f2 100644 --- a/Tests/fixtures/desktop.yml +++ b/Tests/fixtures/desktop.yml @@ -516,6 +516,26 @@ model: "" os_family: Unix browser_family: Unknown +- + user_agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081206 Firefox/2.0.0.18 Kazehakase/0.5.4 + os: + name: FreeBSD + short_name: BSD + version: "" + platform: x86 + client: + type: browser + name: Kazehakase + short_name: KZ + version: "0.5.4" + engine: Gecko + engine_version: "" + device: + type: desktop + brand: "" + model: "" + os_family: Unix + browser_family: Unknown - user_agent: Mozilla/3.0 (WorldGate Gazelle 3.5.1 build 11; FreeBSD2.2.8-STABLE) os: @@ -850,26 +870,6 @@ model: "" os_family: GNU/Linux browser_family: Opera -- - user_agent: Mozilla/5.0 (Linux; BRAVIA 2015 Build/LMY48E.S223) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36 OPR/28.0.1754.0 OMI/4.4.22.20.E102586-1.136 - os: - name: GNU/Linux - short_name: LIN - version: "" - platform: "" - client: - type: browser - name: Opera Devices - short_name: OH - version: "4.4.22.20" - engine: Blink - engine_version: "" - device: - type: desktop - brand: "" - model: "" - os_family: GNU/Linux - browser_family: Opera - user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4 os: @@ -4074,6 +4074,26 @@ model: "" os_family: Mac browser_family: Unknown +- + user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Servo/1.0 Firefox/37.0 + os: + name: Mac + short_name: MAC + version: "10.10" + platform: "" + client: + type: browser + name: Firefox + short_name: FF + version: "37.0" + engine: Servo + engine_version: "1.0" + device: + type: desktop + brand: AP + model: "" + os_family: Mac + browser_family: Firefox - user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) brave/0.7.9 Chrome/47.0.2526.73 Electron/0.36.2 Safari/537.36 os: @@ -5059,6 +5079,86 @@ model: "" os_family: Windows browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x64 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.7.22" + engine: Gecko + engine_version: "" + device: + type: desktop + brand: OS + model: "" + os_family: GNU/Linux + browser_family: Firefox +- + user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x86 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.7.30" + engine: Gecko + engine_version: "" + device: + type: desktop + brand: OS + model: "" + os_family: GNU/Linux + browser_family: Firefox +- + user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x64 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.8.20" + engine: Gecko + engine_version: "" + device: + type: desktop + brand: OS + model: "" + os_family: GNU/Linux + browser_family: Firefox +- + user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147 + os: + name: Ordissimo + short_name: ORD + version: "" + platform: x86 + client: + type: browser + name: Ordissimo + short_name: OS + version: "3.8.6.6" + engine: Gecko + engine_version: "" + device: + type: desktop + brand: OS + model: "" + os_family: GNU/Linux + browser_family: Firefox - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MASM; .NET4.0C; .NET4.0E) os: @@ -5339,23 +5439,3 @@ model: "" os_family: Windows browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Servo/1.0 Firefox/37.0 - os: - name: Mac - short_name: MAC - version: "10.10" - platform: "" - client: - type: browser - name: Firefox - short_name: FF - version: "37.0" - engine: Servo - engine_version: "1.0" - device: - type: desktop - brand: AP - model: - os_family: Mac - browser_family: Firefox diff --git a/Tests/fixtures/mediaplayer.yml b/Tests/fixtures/mediaplayer.yml index 777f9e4de8..e9e5b4141b 100644 --- a/Tests/fixtures/mediaplayer.yml +++ b/Tests/fixtures/mediaplayer.yml @@ -208,3 +208,46 @@ model: "" os_family: Mac browser_family: Unknown +- + user_agent: GoogleChirp/1.0.1 (Linux; Android/5.0) GOOG/7 AppleWebKit/534.30 (KHTML, like Gecko) + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: mediaplayer + name: Google Podcasts + version: "1.0.1" + device: + type: "" + brand: "" + model: "" + os_family: Android + browser_family: Unknown +- + user_agent: Music Player Daemon 0.19.21 + os: [ ] + client: + type: mediaplayer + name: Music Player Daemon + version: "0.19.21" + device: + type: "" + brand: "" + model: "" + os_family: Unknown + browser_family: Unknown +- + user_agent: mpv 0.29.1 + os: [ ] + client: + type: mediaplayer + name: mpv + version: "0.29.1" + device: + type: "" + brand: "" + model: "" + os_family: Unknown + browser_family: Unknown diff --git a/Tests/fixtures/mobile_apps.yml b/Tests/fixtures/mobile_apps.yml index 6d05dfa379..eb245545b4 100644 --- a/Tests/fixtures/mobile_apps.yml +++ b/Tests/fixtures/mobile_apps.yml @@ -454,3 +454,37 @@ model: "" os_family: Android browser_family: Unknown +- + user_agent: com.google.android.apps.searchlite/101032 (Linux; U; Android 8.1.0; ru_RU; M580; Build/O11019; Cronet/74.0.3729.182) + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: mobile app + name: Google Go + version: "" + device: + type: "" + brand: "" + model: "" + os_family: Android + browser_family: Unknown +- + user_agent: CastBox/4.8.1 (fm.castbox.audiobook.radio.podcast; build:2; iOS 11.2.5) + os: + name: iOS + short_name: IOS + version: 11.2.5 + platform: "" + client: + type: mobile app + name: CastBox + version: 4.8.1 + device: + type: "" + brand: AP + model: "" + os_family: iOS + browser_family: Unknown \ No newline at end of file diff --git a/Tests/fixtures/phablet.yml b/Tests/fixtures/phablet.yml index c79a99e1d0..e951f17a07 100644 --- a/Tests/fixtures/phablet.yml +++ b/Tests/fixtures/phablet.yml @@ -964,6 +964,140 @@ model: SmartPad Mini Mobile os_family: Android browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 XL Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + os: + name: Windows + short_name: WIN + version: "10" + platform: ARM + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" + device: + type: phablet + brand: MS + model: Lumia 640 XL + os_family: Windows + browser_family: Internet Explorer +- + user_agent: Windows Phone Ad Client/6.2.960.0 (Silverlight; MS_ORMMA_1_0; Windows Phone OS 10.0.13384.0; Microsoft; RM-1067_1005) + os: + name: Windows Phone + short_name: WPH + version: "10.0.13384.0" + platform: "" + client: null + device: + type: phablet + brand: MS + model: Lumia 640 XL + os_family: Windows Mobile + browser_family: Unknown +- + 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 + os: + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM + client: + type: browser + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" + device: + type: phablet + brand: MS + model: Lumia 640 XL + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; RM-1096) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15063 + os: + name: Windows Phone + short_name: WPH + version: "10.0" + platform: "" + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "15.15063" + engine: Edge + engine_version: "15.15063" + device: + type: phablet + brand: MS + model: Lumia 640 XL + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: UCWEB/2.0 (Windows; U; wds 10.0; en-IN; Microsoft; RM-1065_1008) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + os: + name: Windows Phone + short_name: WPH + version: "10.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" + engine_version: "" + device: + type: phablet + brand: MS + model: Lumia 640 XL + os_family: Windows Mobile + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 950 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/14.14295 + os: + name: Windows + short_name: WIN + version: "10" + platform: ARM + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "14.14295" + engine: Edge + engine_version: "14.14295" + device: + type: phablet + brand: MS + model: Lumia 950 XL + os_family: Windows + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 950 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15031 + os: + name: Windows Phone + short_name: WPH + version: "10.0" + platform: "" + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "15.15031" + engine: Edge + engine_version: "15.15031" + device: + type: phablet + brand: MS + model: Lumia 950 XL + os_family: Windows Mobile + browser_family: Internet Explorer - 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 os: @@ -1221,6 +1355,26 @@ model: GALAXY Grand Prime os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; SM-G530F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Mobile Safari/537.36 UCBrowser/12.10.0.1163 UCTurbo/1.4.2.893 + os: + name: Android + short_name: AND + version: "5.0.2" + platform: "" + client: + type: browser + name: UC Browser Turbo + short_name: UT + version: "1.4.2.893" + engine: WebKit + engine_version: "537.36" + device: + type: phablet + brand: SA + model: GALAXY Grand Prime + os_family: Android + browser_family: Unknown - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G531F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 os: diff --git a/Tests/fixtures/portable_media_player.yml b/Tests/fixtures/portable_media_player.yml index e9ffb586bb..2bd152f1a9 100644 --- a/Tests/fixtures/portable_media_player.yml +++ b/Tests/fixtures/portable_media_player.yml @@ -175,4 +175,4 @@ brand: SA model: Galaxy Player 4.2 os_family: Android - browser_family: Android Browser + browser_family: Android Browser \ No newline at end of file diff --git a/Tests/fixtures/smart_speaker.yml b/Tests/fixtures/smart_speaker.yml new file mode 100644 index 0000000000..ea53c86f5e --- /dev/null +++ b/Tests/fixtures/smart_speaker.yml @@ -0,0 +1,55 @@ +--- +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; AEOBC Build/LVY48F) + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smart speaker + brand: KN + model: Echo + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AEOKN Build/LVY48F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" + device: + type: smart speaker + brand: KN + model: Echo + os_family: Android + browser_family: Chrome +- + user_agent: AppleCoreMedia/1.0.0.15F80 (HomePod; U; CPU OS 11_4 like Mac OS X; fr_fr) + os: + name: iOS + short_name: IOS + version: "11.4" + platform: "" + client: null + device: + type: smart speaker + brand: AP + model: HomePod + os_family: iOS + browser_family: Unknown \ No newline at end of file diff --git a/Tests/fixtures/smartphone-1.yml b/Tests/fixtures/smartphone-1.yml index a090468a75..338287f31c 100644 --- a/Tests/fixtures/smartphone-1.yml +++ b/Tests/fixtures/smartphone-1.yml @@ -1,406 +1,406 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4014E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 4" + model: One Touch Pixi 3 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; es-us; 4013M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 4" + model: One Touch Pixi 3 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 4" + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 4060W Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028J Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 4.5" + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 4060S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.154 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "42.0.2311.154" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 4.5" + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 3G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 3G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 3G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010U Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 3G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; 4027X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 3G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5019D Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017A Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017E Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017D Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045J Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017O Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017X Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5145A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5017B Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5" 4G + model: One Touch Pixi 3 4.5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.83" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5.5" 3G + model: One Touch Pixi 4 3.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5.5" 3G + model: One Touch Pixi 4 3.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 5.5" 3G + model: One Touch Pixi 4 3.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 8050X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017F Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -410,17 +410,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.86" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 3G + model: One Touch Pixi 4 3.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; es-mx; 8050G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -428,19 +428,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 3G + model: One Touch Pixi 4 3.5" os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; 8050D Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -448,1839 +448,1839 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 3G Dual SIM + model: One Touch Pixi 4 3.5" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 8050E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.86" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 3G Dual SIM + model: One Touch Pixi 4 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 4G + model: One Touch Pixi 4 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5098S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 4G + model: One Touch Pixi 4 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001I Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 4G + model: One Touch Pixi 4 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001X Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239.111" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 6" 4G + model: One Touch Pixi 4 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5023F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 4060W Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 Plus Power + model: One Touch Pixi 4 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5023E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 4060S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.154 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" + name: Chrome Webview + short_name: CV + version: "42.0.2311.154" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi 4 Plus Power + model: One Touch Pixi 4 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A570BL Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi Avion LTE + model: One Touch Pixi 4 5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi First + model: One Touch Pixi 4 5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024E Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Chrome/36.0.1985.135 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi First + model: One Touch Pixi 4 5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024X Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Chrome/36.0.1985.135 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010U Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "36.0.1985.135" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi First + model: One Touch Pixi 4 5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5098O Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5010X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pixi Theatre + model: One Touch Pixi 4 5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4" + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4" + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045D Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4" Dual SIM + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4" Dual SIM + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045J Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042G Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5045Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5145A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" + model: One Touch Pixi 4 5" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "63.0.3239.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" + model: One Touch Pixi 4 5.5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 5042D Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" Dual SIM + model: One Touch Pixi 4 5.5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5012F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 4.5" Dual SIM + model: One Touch Pixi 4 5.5" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043Y Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 8050X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "69.0.3497.86" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" + model: One Touch Pixi 4 6" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7044A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; es-mx; 8050G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" + model: One Touch Pixi 4 6" 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7044X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; 8050D Build/LMY47I) os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" + model: One Touch Pixi 4 6" 3G Dual SIM os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 8050E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "69.0.3497.86" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" + model: One Touch Pixi 4 6" 3G Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" Dual SIM + model: One Touch Pixi 4 6" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043K Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5098S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 2 5" Dual SIM + model: One Touch Pixi 4 6" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001I Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 + model: One Touch Pixi 4 6" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065X Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 9001X Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 + model: One Touch Pixi 4 6" 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065X Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5023F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 + model: One Touch Pixi 4 Plus Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5016A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5023E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi 4 Plus Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A570BL Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi Avion LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi First os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5016J Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024E Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Chrome/36.0.1985.135 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi First os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5116J Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4024X Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Chrome/36.0.1985.135 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "67.0.3396.87" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi First os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5098O Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pixi Theatre os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065A Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pop 2 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065W Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5" + model: One Touch Pop 2 4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5025E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045D Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5.5" + model: One Touch Pop 2 4" Dual SIM os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1; de-de; 5025D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 4045E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5.5" + model: One Touch Pop 2 4" Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; 5054T Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.5.1146 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.9.5.1146" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 5.5" + model: One Touch Pop 2 4.5" os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042G Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 3 Dual SIM + model: One Touch Pop 2 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051X Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 4.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 5042D Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 4.5" Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051E Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 5042E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 4.5" Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051J Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043Y Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051T Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7044A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051W Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7044X Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 + model: One Touch Pop 2 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 7070X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 6" + model: One Touch Pop 2 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043E Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4 Dual SIM + model: One Touch Pop 2 5" Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056T Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 7043K Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 2 5" Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056U Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065X Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065X Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056E Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5016A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056J Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5016J Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4+ + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095K Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5116J Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4S + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4S + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065A Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop 4S + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065W Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 + model: One Touch Pop 3 5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5025E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 + model: One Touch Pop 3 5.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; de-de; 5025D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 + model: One Touch Pop 3 5.5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ALCATEL 4015T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; 5054T Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.5.1146 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.2171.93" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.9.5.1146" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: AL - model: One Touch Pop C1 + model: One Touch Pop 3 5.5" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5015D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 Dual SIM + model: One Touch Pop 3 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 Dual SIM + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015N Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051X Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 Dual SIM + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C1 Dual SIM + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051E Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C2 + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051J Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C2 + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-at; 4032D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051T Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C2 Dual SIM + model: One Touch Pop 4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032E Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051W Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C2 Dual SIM + model: One Touch Pop 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7041X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 7070X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.2062.117" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 + model: One Touch Pop 4 6" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7040K Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5051D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.68" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 + model: One Touch Pop 4 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040A Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056T Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "44.0.2403.133" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040F Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "44.0.2403.133" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7041D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056U Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.2062.117" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 Dual SIM + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040D Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "44.0.2403.133" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 Dual SIM + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040E Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056E Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "44.0.2403.133" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop C7 Dual SIM + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SVN/01001 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056J Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5056A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095K Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5095Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D1 + model: One Touch Pop 4S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D3 + model: One Touch Pop C1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035Y Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D3 + model: One Touch Pop C1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D3 + model: One Touch Pop C1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ALCATEL 4015T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2288,855 +2288,835 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D3 + model: One Touch Pop C1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D5 + model: One Touch Pop C1 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D5 + model: One Touch Pop C1 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ONE TOUCH 4015N Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D5 + model: One Touch Pop C1 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4016X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop D5 + model: One Touch Pop C1 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5057M Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop Mirage + model: One Touch Pop C2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050A Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop S3 + model: One Touch Pop C2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050S Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-at; 4032D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AL - model: One Touch Pop S3 + model: One Touch Pop C2 Dual SIM os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050X Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; 4032E Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop S3 + model: One Touch Pop C2 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050Y Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7041X Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop S3 + model: One Touch Pop C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7045Y Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7040K Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "54.0.2840.68" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop S7 + model: One Touch Pop C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5022E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040A Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop Star + model: One Touch Pop C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; en-us; 5022D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36; + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040F Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop Star + model: One Touch Pop C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; en-us; 5070D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36; + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH 7041D Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop Star + model: One Touch Pop C7 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 6044D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040D Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: One Touch Pop Up + model: One Touch Pop C7 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Mobile; ALCATELOneTouch4012X/SVN 01011S; rv:18.1) Gecko/18.1 Firefox/18.1 - os: - name: Firefox OS - short_name: FOS - version: "" - platform: "" - client: - type: browser - name: Firefox Mobile - short_name: FM - version: "18.1" - engine: Gecko - engine_version: "18.1" - device: - type: smartphone - brand: AL - model: OneTouch4012X - os_family: Firefox OS - browser_family: Firefox -- - user_agent: UCWEB/2.0(Java; U; MIDP-2.0; en-us; alcatel-ot-807d) U2/1.0.0 UCBrowser/8.7.1.234 U2/1.0.0 Mobile - os: [ ] - client: - type: browser - name: UC Browser - short_name: UC - version: "8.7.1.234" - engine: "" - engine_version: "" - device: - type: smartphone - brand: AL - model: ot-807d - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5049W Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040E Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Revvl + model: One Touch Pop C7 Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080U Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SVN/01001 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080Q Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.73" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "65.0.3325.109" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4018X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "65.0.3325.109" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: Shine Lite + model: One Touch Pop D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; 5041C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: TETRA + model: One Touch Pop D3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TIMXL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035Y Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: TIM XL + model: One Touch Pop D3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065N Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "48.0.2564.95" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: TRU + model: One Touch Pop D3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4035A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U3 + model: One Touch Pop D3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U3 + model: One Touch Pop D5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U3 + model: One Touch Pop D5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U3 + model: One Touch Pop D5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 5038E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U3 + model: One Touch Pop D5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 5057M Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop Mirage os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050A Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop S3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050S Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop S3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044K Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050X Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop S3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; 5050Y Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop S3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044T Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7045Y Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop S7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044O Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 5022E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop Star os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044P Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; en-us; 5022D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36; os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 + model: One Touch Pop Star os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047X Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; en-us; 5070D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36; os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 3G + model: One Touch Pop Star os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 6044D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 3G + model: One Touch Pop Up os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Mobile; ALCATELOneTouch4012X/SVN 01011S; rv:18.1) Gecko/18.1 Firefox/18.1 os: - name: Android - short_name: AND - version: "7.0" + name: Firefox OS + short_name: FOS + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink + name: Firefox Mobile + short_name: FM + version: "18.1" + engine: Gecko + engine_version: "18.1" + device: + type: smartphone + brand: AL + model: OneTouch4012X + os_family: Firefox OS + browser_family: Firefox +- + user_agent: UCWEB/2.0(Java; U; MIDP-2.0; en-us; alcatel-ot-807d) U2/1.0.0 UCBrowser/8.7.1.234 U2/1.0.0 Mobile + os: [ ] + client: + type: browser + name: UC Browser + short_name: UC + version: "8.7.1.234" + engine: "" engine_version: "" device: type: smartphone brand: AL - model: U5 3G - os_family: Android - browser_family: Chrome + model: ot-807d + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047N Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5049W Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3146,157 +3126,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 3G + model: Revvl os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080U Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 HD + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 HD + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047I Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080Q Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "62.0.3202.73" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 HD + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 HD + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 Lite + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5080F Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U5 Plus + model: Shine Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; 5041C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U50 + model: TETRA os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TIMXL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3306,97 +3286,97 @@ type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: AL - model: U50 + model: TIM XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Azumi A35C_Lite Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5065N Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "48.0.2564.95" engine: Blink engine_version: "" device: type: smartphone - brand: AM - model: A35C Lite + brand: AL + model: TRU os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-mx; Azumi A35CLITE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: AM - model: A35CLITE + brand: AL + model: U3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; AZUMI A50c+ Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: AM - model: A50c+ + brand: AL + model: U3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-mx; Azumi A50TQ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: AM - model: A50TQ + brand: AL + model: U3 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; Azumi_IRO_A4_Q Release/07.13.2016 Build/MRA58k) AppleWebKit/737.36 (KHTML, like Geck) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3404,1984 +3384,2107 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.105" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: AM - model: IRO A4 Q + brand: AL + model: U3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; A862W Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4049X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: AO - model: A862W + brand: AL + model: U3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 (Ecosia ios@3.0.1.533) + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "10.2.1" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Ecosia - short_name: EC - version: "3.0.1.533" - engine: WebKit - engine_version: "602.4.6" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS + brand: AL + model: U5 + os_family: Android browser_family: Chrome - - user_agent: QwantMobile/2.0 (iPhone; CPU iPhone OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) QwantiOS/2.0.0b1 Mobile/15B202 Safari/604.3.5 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "11.1.2" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Qwant Mobile - short_name: QM - version: "2.0" - engine: Gecko + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Firefox + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; de-de) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044I Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "3.1.2" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "4.0" - engine: WebKit - engine_version: "528.18" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044K Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "4.1" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "" - engine: WebKit - engine_version: "532.9" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; ar) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8C148 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044Y Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "4.2.1" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "" - engine: WebKit - engine_version: "533.17.9" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; ar) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8J2 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044T Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "4.3.3" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "" - engine: WebKit - engine_version: "533.17.9" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_0_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8C148 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5044O Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "5.0.1" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "" - engine: WebKit - engine_version: "533.17.9" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B179 Safari/7534.48.3 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044P Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "5.1" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "5.1" - engine: WebKit - engine_version: "534.46" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A405 Safari/8536.25 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047X Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "6.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "6.0" - engine: WebKit - engine_version: "536.26" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 3G + os_family: Android + browser_family: Chrome - - user_agent: UCWEB/8.8 (iPhone; CPU OS_6; en-US)AppleWebKit/534.1 U3/3.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "6" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8" - engine: WebKit - engine_version: "534.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Unknown + brand: AL + model: U5 3G + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E5260b Version/10.3 Safari/8536.25 Mobicip/1947694464 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "10.3" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Mobicip - short_name: MO - version: "" - engine: Gecko + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Firefox + brand: AL + model: U5 3G + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047N Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.0.4" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "7.0" - engine: WebKit - engine_version: "537.51.1" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Safari + brand: AL + model: U5 3G + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651 MicroMessenger/5.2 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.0.6" + name: Android + short_name: AND + version: "7.0" platform: "" client: - type: mobile app - name: WeChat - version: "5.2" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Unknown + brand: AL + model: U5 HD + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D201 MobileIron/1.3.0 Version/7.1.1 Safari/537.51.2 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.1.1" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Iron Mobile - short_name: I3 - version: "1.3.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS + brand: AL + model: U5 HD + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) OPiOS/8.0.1.80062 Mobile/11D201 Safari/9537.53 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047I Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.1.1" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Opera Mini iOS - short_name: O1 - version: "8.0.1.80062" - engine: WebKit - engine_version: "537.51.2" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Opera + brand: AL + model: U5 HD + os_family: Android + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 rabbit%2F1.0 baiduboxapp/0_0.1.9.6_enohpi_8022_2421/3.8_1C2%257enohPi/1099a/07EF65571537037D2F1065EB10EA39323F87539A9FRCMIPQKLP/1' + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5047U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "8.3" + name: Android + short_name: AND + version: "7.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "0" + type: browser + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Unknown + brand: AL + model: U5 HD + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) FxiOS/1.0 Mobile/12F69 Safari/600.1.4 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "8.3" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Firefox Mobile iOS - short_name: F1 - version: "1.0" - engine: WebKit - engine_version: "600.1.4" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Firefox + brand: AL + model: U5 Lite + os_family: Android + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75 search%2F1.0 baiduboxapp/0_0.0.0.7_enohpi_1002_5211/2.9_1C2%257enohPi/1099a/F320093B8EC9256C24B9649B246E288CF77E011E1OCRTTTGQQS/1' + user_agent: Mozilla/5.0 (Linux; Android 7.0; 4047A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "9.2" + name: Android + short_name: AND + version: "7.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "0" + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone - os_family: iOS - browser_family: Unknown + brand: AL + model: U5 Plus + os_family: Android + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_6 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10B500 [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone2,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/6.1.6;FBSS/1; FBCR/BouyguesTelecom;FBID/phone;FBLC/fr_FR;' + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "6.1.6" + name: Android + short_name: AND + version: "7.0" platform: "" client: - type: mobile app - name: Facebook - version: "9.0.0.25.31" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 3GS - os_family: iOS - browser_family: Unknown + brand: AL + model: U50 + os_family: Android + browser_family: Chrome - - user_agent: iTunes-iPhone/4.3.3 (4; 16GB) + user_agent: Mozilla/5.0 (Linux; Android 7.0; 5044G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "" + name: Android + short_name: AND + version: "7.0" platform: "" client: - type: mediaplayer - name: iTunes - version: "4.3.3" + type: browser + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 4 - os_family: iOS - browser_family: Unknown + brand: AL + model: U50 + os_family: Android + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/7.0.0.17.1;FBBV/1325030;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Carrier;FBID/phone;FBLC/it_IT;FBOP/5' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Azumi A35C_Lite Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.0.4" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: - type: mobile app - name: Facebook - version: "7.0.0.17.1" + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 4 - os_family: iOS - browser_family: Unknown + brand: AM + model: A35C Lite + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone 4; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B554a Safari/8536.25 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-mx; Azumi A35CLITE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.0.4" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0.5" - engine: WebKit - engine_version: "537.51.1" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 4 - os_family: iOS - browser_family: Unknown + brand: AM + model: A35CLITE + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a Weibo (iPhone3,2__weibo__4.2.5__iphone__os7.0.4) + user_agent: Mozilla/5.0 (Linux; Android 5.1; AZUMI A50c+ Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.0.4" + name: Android + short_name: AND + version: "5.1" platform: "" client: - type: mobile app - name: Sina Weibo - version: "4.2.5" + type: browser + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 4 - os_family: iOS - browser_family: Unknown + brand: AM + model: A50c+ + os_family: Android + browser_family: Chrome - - user_agent: MQQBrowser/44 Mozilla/5.0 (iPhone 4S; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167 Safari/7534.48.3 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-mx; Azumi A50TQ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: iOS - short_name: IOS - version: "7.1" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "44" - engine: WebKit - engine_version: "537.51.2" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 4S - os_family: iOS - browser_family: Unknown + brand: AM + model: A50TQ + os_family: Android + browser_family: Chrome - - user_agent: Apple-iPhone5C2/1104.201 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; Azumi_IRO_A4_Q Release/07.13.2016 Build/MRA58k) AppleWebKit/737.36 (KHTML, like Geck) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36' os: - name: iOS - short_name: IOS - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" - client: null + client: + type: browser + name: Chrome Webview + short_name: CV + version: "49.0.2623.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: AP - model: iPhone 5 - os_family: iOS - browser_family: Unknown + brand: AM + model: IRO A4 Q + os_family: Android + browser_family: Chrome - - user_agent: UCWEB/2.0 (iOS; U; iPh OS 6_1; zh-CN; iPh5,2) U2/1.0.0 UCBrowser/9.5.1.408 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; A862W Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: iOS - short_name: IOS - version: "6.1" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.1.408" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: AP - model: iPhone 5 - os_family: iOS - browser_family: Unknown + brand: AO + model: A862W + os_family: Android + browser_family: Android Browser - - user_agent: Instagram 5.0.2 (iPhone5,1; iPhone OS 7_0_4; en_US; en) AppleWebKit/420+ + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 (Ecosia ios@3.0.1.533) os: name: iOS short_name: IOS - version: "7.0.4" + version: "10.2.1" platform: "" client: - type: mobile app - name: Instagram App - version: "5.0.2" + type: browser + name: Ecosia + short_name: EC + version: "3.0.1.533" + engine: WebKit + engine_version: "602.4.6" device: type: smartphone brand: AP - model: iPhone 5 + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone 5ATT; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B554a Safari/8536.25 + user_agent: QwantMobile/2.0 (iPhone; CPU iPhone OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) QwantiOS/2.0.0b1 Mobile/15B202 Safari/604.3.5 os: name: iOS short_name: IOS - version: "7.0.4" + version: "11.1.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0.5" - engine: WebKit - engine_version: "537.51.1" + name: Qwant Mobile + short_name: QM + version: "2.0" + engine: Gecko + engine_version: "" device: type: smartphone brand: AP - model: iPhone 5 + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Firefox - - user_agent: Mozilla/5.0 (iPhone5,2; iPhone; U; CPU OS 7_1 like Mac OS X; de_DE) com.google.GooglePlus/33839 (KHTML, like Gecko) Mobile/N42AP (gzip) + user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; de-de) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16 os: name: iOS short_name: IOS - version: "7.1" + version: "3.1.2" platform: "" client: - type: mobile app - name: Google Plus - version: "" + type: browser + name: Mobile Safari + short_name: MF + version: "4.0" + engine: WebKit + engine_version: "528.18" device: type: smartphone brand: AP - model: iPhone 5 + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: Mozilla/5.0 (iPhone 5CGLOBAL; CPU iPhone OS 7_0_5 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.1.1 Mobile/11B601 Safari/8536.25 + 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 os: name: iOS short_name: IOS - version: "7.0.5" + version: "4.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.1.1" + name: Mobile Safari + short_name: MF + version: "" engine: WebKit - engine_version: "537.51.1" + engine_version: "532.9" device: type: smartphone brand: AP - model: iPhone 5C + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: Mozilla/5.0 (iPhone5,4; iPhone; U; CPU OS 7_0_6 like Mac OS X; de_DE) com.google.GooglePlus/29676 (KHTML, like Gecko) Mobile/N49AP (gzip) + user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; ar) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8C148 os: name: iOS short_name: IOS - version: "7.0.6" + version: "4.2.1" platform: "" client: - type: mobile app - name: Google Plus + type: browser + name: Mobile Safari + short_name: MF version: "" + engine: WebKit + engine_version: "533.17.9" device: type: smartphone brand: AP - model: iPhone 5C + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: Apple-iPhone6C2/1201.405 + user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; ar) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8J2 os: name: iOS short_name: IOS - version: "" + version: "4.3.3" platform: "" - client: null - device: - type: smartphone - brand: AP - model: iPhone 5S - os_family: iOS - browser_family: Unknown -- - user_agent: Apple-iPhone6C2/1202.440 - os: - name: iOS - short_name: IOS + client: + type: browser + name: Mobile Safari + short_name: MF version: "" - platform: "" - client: null + engine: WebKit + engine_version: "533.17.9" device: type: smartphone brand: AP - model: iPhone 5S + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651 [FBAN/FBIOS;FBAV/7.0.0.17.1;FBBV/1325030;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.6;FBSS/2; FBCR/AIS;FBID/phone;FBLC/de_DE;FBOP/5]' + user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_0_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8C148 os: name: iOS short_name: IOS - version: "7.0.6" + version: "5.0.1" platform: "" client: - type: mobile app - name: Facebook - version: "7.0.0.17.1" + type: browser + name: Mobile Safari + short_name: MF + version: "" + engine: WebKit + engine_version: "533.17.9" device: type: smartphone brand: AP - model: iPhone 5S + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: Mozilla/5.0 (iPhone 5SGSM; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B651 Safari/8536.25 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B179 Safari/7534.48.3 os: name: iOS short_name: IOS - version: "7.0.6" + version: "5.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0.5" + name: Mobile Safari + short_name: MF + version: "5.1" engine: WebKit - engine_version: "537.51.1" + engine_version: "534.46" device: type: smartphone brand: AP - model: iPhone 5S + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Safari - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167 iPhone6,1/N51AP Zite/2.6 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A405 Safari/8536.25 os: name: iOS short_name: IOS - version: "7.1" + version: "6.0" platform: "" client: type: browser name: Mobile Safari short_name: MF - version: "" + version: "6.0" engine: WebKit - engine_version: "537.51.2" + engine_version: "536.26" device: type: smartphone brand: AP - model: iPhone 5S + model: iPhone os_family: iOS browser_family: Safari - - user_agent: Mozilla/5.0 (iPhone 5SGLOBAL; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11D167 Safari/8536.25 + user_agent: UCWEB/8.8 (iPhone; CPU OS_6; en-US)AppleWebKit/534.1 U3/3.0.0 Mobile os: name: iOS short_name: IOS - version: "7.1" + version: "6" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0.5" + name: UC Browser + short_name: UC + version: "8.8" engine: WebKit - engine_version: "537.51.2" + engine_version: "534.1" device: type: smartphone brand: AP - model: iPhone 5S + model: iPhone os_family: iOS browser_family: Unknown - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E216; iPhone 6s/11.3 XING/7.17.0 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53 os: name: iOS short_name: IOS - version: "11.3" + version: "7.0.4" platform: "" client: type: browser name: Mobile Safari short_name: MF - version: "" + version: "7.0" engine: WebKit - engine_version: "605.1.15" + engine_version: "537.51.1" device: type: smartphone brand: AP - model: iPhone 6s + model: iPhone os_family: iOS browser_family: Safari - - user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G34 [FBAN/FBIOS;FBAV/61.0.0.53.158;FBBV/35251526;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iPhone OS;FBSV/9.3.3;FBSS/2;FBCR/T-Mobile;FBID/phone;FBLC/en_US;FBOP/5] ' + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651 MicroMessenger/5.2 os: name: iOS short_name: IOS - version: "9.3.3" + version: "7.0.6" platform: "" client: type: mobile app - name: Facebook - version: "61.0.0.53.158" + name: WeChat + version: "5.2" device: type: smartphone brand: AP - model: iPhone SE + model: iPhone os_family: iOS browser_family: Unknown - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16B93 Instagram 74.0.0.17.99 (iPhone11,8; iOS 12_1; de_DE; de-DE; scale=2.00; gamut=wide; 828x1792; 134173980) + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D201 MobileIron/1.3.0 Version/7.1.1 Safari/537.51.2 os: name: iOS short_name: IOS - version: "12.1" + version: "7.1.1" platform: "" client: - type: mobile app - name: Instagram App - version: "74.0.0.17.99" + type: browser + name: Iron Mobile + short_name: I3 + version: "1.3.0" + engine: Blink + engine_version: "" device: type: smartphone brand: AP - model: iPhone XR + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16A405 Instagram 68.0.0.10.99 (iPhone11,2; iOS 12_0_1; de_DE; de-DE; scale=3.00; gamut=wide; 1125x2436; 128202899) + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) OPiOS/8.0.1.80062 Mobile/11D201 Safari/9537.53 os: name: iOS short_name: IOS - version: "12.0.1" + version: "7.1.1" platform: "" client: - type: mobile app - name: Instagram App - version: "68.0.0.10.99" + type: browser + name: Opera Mini iOS + short_name: O1 + version: "8.0.1.80062" + engine: WebKit + engine_version: "537.51.2" device: type: smartphone brand: AP - model: iPhone XS + model: iPhone os_family: iOS - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 40 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 rabbit%2F1.0 baiduboxapp/0_0.1.9.6_enohpi_8022_2421/3.8_1C2%257enohPi/1099a/07EF65571537037D2F1065EB10EA39323F87539A9FRCMIPQKLP/1' os: - name: Android - short_name: AND - version: "4.2.2" + name: iOS + short_name: IOS + version: "8.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "0" device: type: smartphone - brand: AR - model: 40 Titanium - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Archos 45 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) FxiOS/1.0 Mobile/12F69 Safari/600.1.4 os: - name: Android - short_name: AND - version: "4.1.2" + name: iOS + short_name: IOS + version: "8.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Firefox Mobile iOS + short_name: F1 + version: "1.0" engine: WebKit - engine_version: "534.30" + engine_version: "600.1.4" device: type: smartphone - brand: AR - model: 45 Platinum - os_family: Android - browser_family: Android Browser + brand: AP + model: iPhone + os_family: iOS + browser_family: Firefox - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 45 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75 search%2F1.0 baiduboxapp/0_0.0.0.7_enohpi_1002_5211/2.9_1C2%257enohPi/1099a/F320093B8EC9256C24B9649B246E288CF77E011E1OCRTTTGQQS/1' os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: iOS + short_name: IOS + version: "9.2" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "0" device: type: smartphone - brand: AR - model: 45 Titanium - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.3; Archos 50 Helium 4G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E5260b Version/10.3 Safari/8536.25 Mobicip/1947694464 os: - name: Android - short_name: AND - version: "4.3" + name: iOS + short_name: IOS + version: "10.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink + name: Mobicip + short_name: MO + version: "" + engine: Gecko engine_version: "" device: type: smartphone - brand: AR - model: 50 Helium 4G - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone + os_family: iOS + browser_family: Firefox - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 50 Oxygen Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_6 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10B500 [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone2,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/6.1.6;FBSS/1; FBCR/BouyguesTelecom;FBID/phone;FBLC/fr_FR;' os: - name: Android - short_name: AND - version: "4.2.2" + name: iOS + short_name: IOS + version: "6.1.6" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "9.0.0.25.31" device: type: smartphone - brand: AR - model: 50 Oxygen - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 3GS + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; Archos 50 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: iTunes-iPhone/4.3.3 (4; 16GB) os: - name: Android - short_name: AND - version: "4.1.2" + name: iOS + short_name: IOS + version: "" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mediaplayer + name: iTunes + version: "4.3.3" device: type: smartphone - brand: AR - model: 50 Platinum - os_family: Android - browser_family: Android Browser + brand: AP + model: iPhone 4 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-cn; YL-Archos 50 Power Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/7.0.0.17.1;FBBV/1325030;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Carrier;FBID/phone;FBLC/it_IT;FBOP/5' os: - name: Android - short_name: AND - version: "5.1" + name: iOS + short_name: IOS + version: "7.0.4" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "7.0.0.17.1" device: type: smartphone - brand: AR - model: 50 Power - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 4 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 50 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone 4; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B554a Safari/8536.25 os: - name: Android - short_name: AND - version: "4.2.2" + name: iOS + short_name: IOS + version: "7.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0.5" + engine: WebKit + engine_version: "537.51.1" device: type: smartphone - brand: AR - model: 50 Titanium - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 4 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Archos 53 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a Weibo (iPhone3,2__weibo__4.2.5__iphone__os7.0.4) os: - name: Android - short_name: AND - version: "4.1.2" + name: iOS + short_name: IOS + version: "7.0.4" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Sina Weibo + version: "4.2.5" device: type: smartphone - brand: AR - model: 53 Platinum - os_family: Android - browser_family: Android Browser + brand: AP + model: iPhone 4 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Archos 53 Titanium Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: MQQBrowser/44 Mozilla/5.0 (iPhone 4S; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167 Safari/7534.48.3 os: - name: Android - short_name: AND - version: "4.2.2" + name: iOS + short_name: IOS + version: "7.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "44" engine: WebKit - engine_version: "534.30" + engine_version: "537.51.2" device: type: smartphone - brand: AR - model: 53 Titanium - os_family: Android - browser_family: Android Browser + brand: AP + model: iPhone 4S + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; Archos Oxygen 63) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Apple-iPhone5C2/1104.201 os: - name: Android - short_name: AND - version: "9" + name: iOS + short_name: IOS + version: "" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + client: null device: type: smartphone - brand: AR - model: Oxygen 63 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/ 7.0; WpsLondonTest; Asus;Galaxy6) + user_agent: UCWEB/2.0 (iOS; U; iPh OS 6_1; zh-CN; iPh5,2) U2/1.0.0 UCBrowser/9.5.1.408 U2/1.0.0 Mobile os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: iOS + short_name: IOS + version: "6.1" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "7.0" - engine: Trident - engine_version: "3.1" + name: UC Browser + short_name: UC + version: "9.5.1.408" + engine: "" + engine_version: "" device: type: smartphone - brand: AU - model: Galaxy6 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: AP + model: iPhone 5 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00YD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 YaBrowser/16.10.0.1326.00 Mobile Safari/537.36 + user_agent: Instagram 5.0.2 (iPhone5,1; iPhone OS 7_0_4; en_US; en) AppleWebKit/420+ os: - name: Android - short_name: AND - version: "5.1" + name: iOS + short_name: IOS + version: "7.0.4" platform: "" client: - type: browser - name: Yandex Browser - short_name: YA - version: "16.10.0.1326.00" - engine: Blink - engine_version: "" + type: mobile app + name: Instagram App + version: "5.0.2" device: type: smartphone - brand: AU - model: Live - os_family: Android + brand: AP + model: iPhone 5 + os_family: iOS browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; PadFone Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (iPhone 5ATT; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B554a Safari/8536.25 os: - name: Android - short_name: AND - version: "4.0.4" + name: iOS + short_name: IOS + version: "7.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "5.0.5" engine: WebKit - engine_version: "534.30" + engine_version: "537.51.1" device: type: smartphone - brand: AU - model: PadFone - os_family: Android - browser_family: Android Browser + brand: AP + model: iPhone 5 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; PadFone 2 Build/JRO03L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone5,2; iPhone; U; CPU OS 7_1 like Mac OS X; de_DE) com.google.GooglePlus/33839 (KHTML, like Gecko) Mobile/N42AP (gzip) os: - name: Android - short_name: AND - version: "4.1.1" + name: iOS + short_name: IOS + version: "7.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + type: mobile app + name: Google Plus + version: "" device: type: smartphone - brand: AU - model: PadFone 2 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5 + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; PadFone Infinity Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone 5CGLOBAL; CPU iPhone OS 7_0_5 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.1.1 Mobile/11B601 Safari/8536.25 os: - name: Android - short_name: AND - version: "4.1.2" + name: iOS + short_name: IOS + version: "7.0.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.170" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.1.1" + engine: WebKit + engine_version: "537.51.1" device: type: smartphone - brand: AU - model: PadFone Infinity - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5C + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone5,4; iPhone; U; CPU OS 7_0_6 like Mac OS X; de_DE) com.google.GooglePlus/29676 (KHTML, like Gecko) Mobile/N49AP (gzip) os: - name: Android - short_name: AND - version: "4.4.2" + name: iOS + short_name: IOS + version: "7.0.6" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + type: mobile app + name: Google Plus + version: "" device: type: smartphone - brand: AU - model: PadFone S - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5C + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PadFone T004 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Apple-iPhone6C2/1201.405 os: - name: Android - short_name: AND - version: "4.2.2" + name: iOS + short_name: IOS + version: "" + platform: "" + client: null + device: + type: smartphone + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Unknown +- + user_agent: Apple-iPhone6C2/1202.440 + os: + name: iOS + short_name: IOS + version: "" + platform: "" + client: null + device: + type: smartphone + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651 [FBAN/FBIOS;FBAV/7.0.0.17.1;FBBV/1325030;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.6;FBSS/2; FBCR/AIS;FBID/phone;FBLC/de_DE;FBOP/5]' + os: + name: iOS + short_name: IOS + version: "7.0.6" platform: "" client: - type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "7.0.0.17.1" device: type: smartphone - brand: AU - model: PadFone T004 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_Z01QD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone 5SGSM; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11B651 Safari/8536.25 os: - name: Android - short_name: AND - version: "8.1.0" + name: iOS + short_name: IOS + version: "7.0.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0.5" + engine: WebKit + engine_version: "537.51.1" device: type: smartphone - brand: AU - model: ROG Phone - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001DA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11D167 iPhone6,1/N51AP Zite/2.6 os: - name: Android - short_name: AND - version: "9" + name: iOS + short_name: IOS + version: "7.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.116" - engine: Blink - engine_version: "" + name: Mobile Safari + short_name: MF + version: "" + engine: WebKit + engine_version: "537.51.2" device: type: smartphone - brand: AU - model: ROG Phone 2 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Safari - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0; ASUS_Z008 Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone 5SGLOBAL; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/6.0 MQQBrowser/5.0.5 Mobile/11D167 Safari/8536.25 os: - name: Android - short_name: AND - version: "5.0" + name: iOS + short_name: IOS + version: "7.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0.5" + engine: WebKit + engine_version: "537.51.2" device: type: smartphone - brand: AU - model: ZenFone 2 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone 5S + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Z00D Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E216; iPhone 6s/11.3 XING/7.17.0 os: - name: Android - short_name: AND - version: "5.0" + name: iOS + short_name: IOS + version: "11.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" - engine: Blink - engine_version: "" + name: Mobile Safari + short_name: MF + version: "" + engine: WebKit + engine_version: "605.1.15" + device: + type: smartphone + brand: AP + model: iPhone 6s + os_family: iOS + browser_family: Safari +- + user_agent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G34 [FBAN/FBIOS;FBAV/61.0.0.53.158;FBBV/35251526;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iPhone OS;FBSV/9.3.3;FBSS/2;FBCR/T-Mobile;FBID/phone;FBLC/en_US;FBOP/5] ' + os: + name: iOS + short_name: IOS + version: "9.3.3" + platform: "" + client: + type: mobile app + name: Facebook + version: "61.0.0.53.158" + device: + type: smartphone + brand: AP + model: iPhone SE + os_family: iOS + browser_family: Unknown +- + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16B93 Instagram 74.0.0.17.99 (iPhone11,8; iOS 12_1; de_DE; de-DE; scale=2.00; gamut=wide; 828x1792; 134173980) + os: + name: iOS + short_name: IOS + version: "12.1" + platform: "" + client: + type: mobile app + name: Instagram App + version: "74.0.0.17.99" + device: + type: smartphone + brand: AP + model: iPhone XR + os_family: iOS + browser_family: Unknown +- + user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16A405 Instagram 68.0.0.10.99 (iPhone11,2; iOS 12_0_1; de_DE; de-DE; scale=3.00; gamut=wide; 1125x2436; 128202899) + os: + name: iOS + short_name: IOS + version: "12.0.1" + platform: "" + client: + type: mobile app + name: Instagram App + version: "68.0.0.10.99" device: type: smartphone - brand: AU - model: ZenFone 2 - os_family: Android - browser_family: Chrome + brand: AP + model: iPhone XS + os_family: iOS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z008D Build/LRX21V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36 NAVER(inapp; search; 390; 6.4.5) + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 40 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "45.0.2454.95" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 + brand: AR + model: 40 Titanium os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-CN; ASUS_Z00ADA Build/LRX21V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Archos 45 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.0.0.488" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: AU - model: ZenFone 2 + brand: AR + model: 45 Platinum os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-CN; ASUS_Z00ADB Build/LRX21V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 45 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.0.0.488" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 + brand: AR + model: 45 Titanium os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 MicroMessenger/6.2.2.54_rec1912d.563 NetType/Internet Language/zh_TW + user_agent: Mozilla/5.0 (Linux; Android 4.3; Archos 50 Helium 4G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.3" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.563" + type: browser + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 + brand: AR + model: 50 Helium 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; ASUS_Z00A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 50 Oxygen Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 + brand: AR + model: 50 Oxygen os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z00RD Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; Archos 50 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "4.1.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: AR + model: 50 Platinum + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-cn; YL-Archos 50 Power Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "37.0.0.0" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 Laser + brand: AR + model: 50 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00ED Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Archos 50 Titanium Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 2 Laser + brand: AR + model: 50 Titanium os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00MD Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Archos 53 Platinum Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: AU - model: ZenFone 2 Laser + brand: AR + model: 53 Platinum os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00TD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Archos 53 Titanium Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: AU - model: ZenFone 2 Laser + brand: AR + model: 53 Titanium os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z011D Build/MMB29P; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 Instagram 53.0.0.13.84 Android (23/6.0.1; 480dpi; 1080x1920; asus; ASUS_Z011D; ASUS_Z011; qcom; fr_FR; 116756948) + user_agent: Mozilla/5.0 (Linux; Android 5.1; Archos 55 Platinum Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: - type: mobile app - name: Instagram App - version: "53.0.0.13.84" + type: browser + name: Nokia Browser + short_name: NB + version: "1.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: AU - model: ZenFone 2 Laser + brand: AR + model: 55 Platinum os_family: Android - browser_family: Unknown + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z012S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Archos Oxygen 63) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: AU - model: ZenFone 3 + brand: AR + model: Oxygen 63 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE520KL Build/OPR1.170623.026; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/20.0.2254.109835 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/ 7.0; WpsLondonTest; Asus;Galaxy6) + os: + name: Windows Phone + short_name: WPH + version: "7.0" + platform: "" + client: + type: browser + name: Internet Explorer + short_name: IE + version: "7.0" + engine: Trident + engine_version: "3.1" + device: + type: smartphone + brand: AU + model: Galaxy6 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00YD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 YaBrowser/16.10.0.1326.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "20.0.2254.109835" + name: Yandex Browser + short_name: YA + version: "16.10.0.1326.00" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 + model: Live os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 8.0.0; ASUS_Z012D Build/OPR1.170623.026)' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; PadFone Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: - type: mobile app - name: 'Podcast & Radio Addict' - version: "2" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone 3 + model: PadFone os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: PodcastRepublic/18.0 (Linux; U; Android 8.0.0;ASUS_Z017D_1/OPR1.170623.026) + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; PadFone 2 Build/JRO03L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: - type: mobile app - name: Podcast Republic - version: "18.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 + model: PadFone 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z016D Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; PadFone Infinity Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Deluxe + model: PadFone Infinity os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z01FD Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Deluxe + model: PadFone S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z01BS Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PadFone T004 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" + name: Chrome + short_name: CH + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Laser + model: PadFone T004 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01BD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_Z01QD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Laser + model: ROG Phone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC551KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001DA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Laser + model: ROG Phone 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00DD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0; ASUS_Z008 Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Max + model: ZenFone 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; ZC553KL Build/OPM1.171019.011; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.3.2254.129226 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Z00D Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "35.3.2254.129226" + name: Chrome Webview + short_name: CV + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Max + model: ZenFone 2 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z008D Build/LRX21V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36 NAVER(inapp; search; 390; 6.4.5) os: name: Android short_name: AND - version: "7.0" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" + name: Chrome Webview + short_name: CV + version: "45.0.2454.95" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 3 Ultra + model: ZenFone 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z01HD Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-CN; ASUS_Z00ADA Build/LRX21V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.0.488" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone 3 Zoom + model: ZenFone 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE553KL Build/OPR1.170623.026; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.3.2254.129219 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-CN; ASUS_Z00ADB Build/LRX21V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "5.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "35.3.2254.129219" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.0.488" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone 3 Zoom + model: ZenFone 2 os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00I Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 MicroMessenger/6.2.2.54_rec1912d.563 NetType/Internet Language/zh_TW os: name: Android short_name: AND - version: "4.3" + version: "5.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.563" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00Q Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; ASUS_Z00A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.2062.117" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; ASUS_X00LD Build/NMF26F) + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z00RD Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "37.0.0.0" + engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 Laser os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01KS Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00ED Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 Laser os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE554KL Build/OPR6.170623.013; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 OPR/36.2.2254.130496 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00MD Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "36.2.2254.130496" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 Laser os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 8.0.0; ASUS_Z01KDA Build/OPR6.170623.013)' + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00TD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: - type: mobile app - name: 'Podcast & Radio Addict' - version: "2" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 + model: ZenFone 2 Laser os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X00KD Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z011D Build/MMB29P; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 Instagram 53.0.0.13.84 Android (23/6.0.1; 480dpi; 1080x1920; asus; ASUS_Z011D; ASUS_Z011; qcom; fr_FR; 116756948) os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + type: mobile app + name: Instagram App + version: "53.0.0.13.84" device: type: smartphone brand: AU - model: ZenFone 4 Max + model: ZenFone 2 Laser os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC520KL Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z012S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Max + model: ZenFone 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00HD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3371.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE520KL Build/OPR1.170623.026; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/20.0.2254.109835 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3371.0" + name: Opera Mobile + short_name: OM + version: "20.0.2254.109835" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Max + model: ZenFone 3 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00ID Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 8.0.0; ASUS_Z012D Build/OPR1.170623.026)' os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + type: mobile app + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone brand: AU - model: ZenFone 4 Max + model: ZenFone 3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; ZC554KL Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.2.1184 Mobile Safari/537.3 + user_agent: PodcastRepublic/18.0 (Linux; U; Android 8.0.0;ASUS_Z017D_1/OPR1.170623.026) os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "12.11.2.1184" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: Podcast Republic + version: "18.0" device: type: smartphone brand: AU - model: ZenFone 4 Max + model: ZenFone 3 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X015D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z016D Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Max Plus + model: ZenFone 3 Deluxe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01GD Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z01FD Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Pro + model: ZenFone 3 Deluxe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00LDA Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z01BS Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Selfie + model: ZenFone 3 Laser os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01MD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01BD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5391,17 +5494,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Selfie + model: ZenFone 3 Laser os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZD553KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC551KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5411,17 +5514,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.96" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Selfie + model: ZenFone 3 Laser os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZD552KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00DD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5431,97 +5534,77 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 4 Selfie Pro + model: ZenFone 3 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-; ASUS_T00F Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: AU - model: ZenFone 5 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100501012 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; ZC553KL Build/OPM1.171019.011; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.3.2254.129226 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "537.36" + name: Opera Mobile + short_name: OM + version: "35.3.2254.129226" + engine: Blink + engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 + model: ZenFone 3 Max os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00QD Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 + model: ZenFone 3 Ultra os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00QSA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z01HD Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 + model: ZenFone 3 Zoom os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE620KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.1.2254.128344 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE553KL Build/OPR1.170623.026; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.3.2254.129219 os: name: Android short_name: AND @@ -5531,54 +5614,57 @@ type: browser name: Opera Mobile short_name: OM - version: "35.1.2254.128344" + version: "35.3.2254.129219" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 + model: ZenFone 3 Zoom os_family: Android browser_family: Opera - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00K Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/26.0.0.22.16;]' + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00I Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: - type: mobile app - name: Facebook - version: "26.0.0.22.16" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone 5 Lite + model: ZenFone 4 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X017D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00Q Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 Lite + model: ZenFone 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X017DA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; ASUS_X00LD Build/NMF26F) os: name: Android short_name: AND @@ -5586,19 +5672,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 Lite + model: ZenFone 4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC600KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01KS Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5608,454 +5694,374 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 Lite + model: ZenFone 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00P Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 YaBrowser/14.12.2125.9740.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE554KL Build/OPR6.170623.013; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 OPR/36.2.2254.130496 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "14.12.2125.9740.00" + name: Opera Mobile + short_name: OM + version: "36.2.2254.130496" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5 LTE + model: ZenFone 4 os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z01RD Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 8.0.0; ASUS_Z01KDA Build/OPR6.170623.013)' os: name: Android short_name: AND version: "8.0.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + type: mobile app + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone brand: AU - model: ZenFone 5Z + model: ZenFone 4 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; ZS620KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X00KD Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 5Z + model: ZenFone 4 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-US; ASUS_T00G Build/JSS15Q) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.2.349 U3/0.8.0 Mobile Safari/534.31 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "9.3.2.349" - engine: WebKit - engine_version: "534.31" - device: - type: smartphone - brand: AU - model: ZenFone 6 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; ASUS_Z002 Build/KVT49L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.1.512 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.0.1.512" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: AU - model: ZenFone 6 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 9; ZS630KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC520KL Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone 6 + model: ZenFone 4 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A002 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00HD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3371.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "67.0.3371.0" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone AR + model: ZenFone 4 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A002A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00ID Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone AR + model: ZenFone 4 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; vi; ASUS_Z007 Build/KVT49L) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.1.2.571 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; ZC554KL Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.2.1184 Mobile Safari/537.3 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.1.2.571" + version: "12.11.2.1184" engine: WebKit - engine_version: "528.5" - device: - type: smartphone - brand: AU - model: ZenFone C - os_family: Android - browser_family: Unknown -- - user_agent: Deezer/5.4.23.14 (Android; 6.0.1; Mobile; fr) asus ASUS_X00AD - os: - name: Android - short_name: AND - version: "" - platform: "" - client: - type: mediaplayer - name: Deezer - version: "5.4.23.14" + engine_version: "537.36" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Max os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00VD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X015D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Max Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00SD Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01GD Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_L001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ZS551KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "70.0.3538.110" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X00BD Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X00LDA Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; ZB500KG Build/LMY47V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.10.0.796 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.10.0.796" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: AU - model: ZenFone Go - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; ZB551KL Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.5.1189 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_Z01MD Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.12.5.1189" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Selfie os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_X007D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZD553KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZB500KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3828.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZD552KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3828.0" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Go + model: ZenFone 4 Selfie Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X014D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-; ASUS_T00F Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone Go Plus + model: ZenFone 5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_A007 Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100501012 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: AU - model: ZenFone Live + model: ZenFone 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZB501KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00QD Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Live + model: ZenFone 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZB553KL Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00QSA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Live + model: ZenFone 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZA550KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 OPR/35.3.2254.129226 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZE620KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/35.1.2254.128344 os: name: Android short_name: AND @@ -6065,197 +6071,194 @@ type: browser name: Opera Mobile short_name: OM - version: "35.3.2254.129226" + version: "35.1.2254.128344" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Live + model: ZenFone 5 os_family: Android browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X00RD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00K Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/26.0.0.22.16;]' os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "26.0.0.22.16" device: type: smartphone brand: AU - model: ZenFone Live L1 + model: ZenFone 5 Lite os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z010D Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X017D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max + model: ZenFone 5 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00PD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_X017DA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max M1 + model: ZenFone 5 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZB555KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 OPR/28.0.2254.119224 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZC600KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.1.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "28.0.2254.119224" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max M1 + model: ZenFone 5 Lite os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X01AD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00P Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 YaBrowser/14.12.2125.9740.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Yandex Browser + short_name: YA + version: "14.12.2125.9740.00" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max M2 + model: ZenFone 5 LTE os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZB633KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_Z01RD Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max M2 + model: ZenFone 5Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X018D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ZS620KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max Plus M1 + model: ZenFone 5Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; ZB602KL Build/OPM1; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 OPR/37.0.2254.130605 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-US; ASUS_T00G Build/JSS15Q) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.3.2.349 U3/0.8.0 Mobile Safari/534.31 os: name: Android short_name: AND - version: "8.1.0" + version: "4.3" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "37.0.2254.130605" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.3.2.349" + engine: WebKit + engine_version: "534.31" device: type: smartphone brand: AU - model: ZenFone Max Pro + model: ZenFone 6 os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X00TD Build/OPM1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; ASUS_Z002 Build/KVT49L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.1.512 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.1.512" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone Max Pro M1 + model: ZenFone 6 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; ZB601KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ZS630KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6265,117 +6268,114 @@ type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max Pro M1 + model: ZenFone 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X01BDA Build/OPM1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A002 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max Pro M2 + model: ZenFone AR os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZB631KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A002A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Max Pro M2 + model: ZenFone AR os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; ASUS_X003 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; vi; ASUS_Z007 Build/KVT49L) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.1.2.571 Mobile os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.1.2.571" + engine: WebKit + engine_version: "528.5" device: type: smartphone brand: AU - model: ZenFone Pegasus + model: ZenFone C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X550 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Deezer/5.4.23.14 (Android; 6.0.1; Mobile; fr) asus ASUS_X00AD os: name: Android short_name: AND - version: "5.1.1" + version: "" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + type: mediaplayer + name: Deezer + version: "5.4.23.14" device: type: smartphone brand: AU - model: ZenFone Pegasus 2 Plus + model: ZenFone Go os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X00GD Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00VD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Pegasus 3S Max + model: ZenFone Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_X005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_Z00SD Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6383,316 +6383,319 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Pegasus 5000 + model: ZenFone Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z00UD Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_L001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome + short_name: CH + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone Selfie + model: ZenFone Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X00BD Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: AU - model: ZenFone V + model: ZenFone Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_A009 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; ZB500KG Build/LMY47V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.10.0.796 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.10.0.796" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: AU - model: ZenFone V Live + model: ZenFone Go os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00XS Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; en-US; ZB551KL Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.5.1189 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.2171.93" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.12.5.1189" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: AU - model: ZenFone Zoom + model: ZenFone Go os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; AVVIO_765 AVVIO 765 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_X007D Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: AV - model: "765" + brand: AU + model: ZenFone Go os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Avvio774 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZB500KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3828.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "77.0.3828.0" engine: Blink engine_version: "" device: type: smartphone - brand: AV - model: "774" + brand: AU + model: ZenFone Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; Avvio_775 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X014D Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: AV - model: "775" + brand: AU + model: ZenFone Go Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; es-ES; Avvio_775) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_A007 Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone - brand: AV - model: "775" + brand: AU + model: ZenFone Live os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Avvio786 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZB501KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: AV - model: "786" + brand: AU + model: ZenFone Live os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AW790 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZB553KL Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: AW - model: AW790 + brand: AU + model: ZenFone Live os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bush 4 Android Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZA550KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 OPR/35.3.2254.129226 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "41.0.2272.96" + name: Opera Mobile + short_name: OM + version: "35.3.2254.129226" engine: Blink engine_version: "" device: type: smartphone - brand: B1 - model: 4 Android + brand: AU + model: ZenFone Live os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; BUSH 5 Android Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/54.0.0.23.62;]' + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X00RD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: - type: mobile app - name: Facebook - version: "54.0.0.23.62" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: B1 - model: 5 Android + brand: AU + model: ZenFone Live L1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Alife P1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBrowser/16.2.2.7988.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z010D Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "16.2.2.7988.00" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: Alife P1 + brand: AU + model: ZenFone Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Alife S1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ASUS_X00PD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: Alife S1 + brand: AU + model: ZenFone Max M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BV4000Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.0.0; ZB555KL Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 OPR/28.0.2254.119224 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Opera Mobile + short_name: OM + version: "28.0.2254.119224" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV4000 Pro + brand: AU + model: ZenFone Max M1 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; BV5500 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.8.1206 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X01AD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6700,19 +6703,19 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.12.8.1206" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: B2 - model: BV5500 + brand: AU + model: ZenFone Max M2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV5800 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZB633KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6722,17 +6725,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV5800 PRO + brand: AU + model: ZenFone Max M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X018D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6742,557 +6745,594 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV6000 + brand: AU + model: ZenFone Max Plus M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.1.359.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; ZB602KL Build/OPM1; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 OPR/37.0.2254.130605 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.1.1.359.00" + name: Opera Mobile + short_name: OM + version: "37.0.2254.130605" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV6000 + brand: AU + model: ZenFone Max Pro os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X00TD Build/OPM1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV6000S + brand: AU + model: ZenFone Max Pro M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BV7000 PRO Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ZB601KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV7000 PRO + brand: AU + model: ZenFone Max Pro M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BV8000Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X01BDA Build/OPM1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV8000 Pro + brand: AU + model: ZenFone Max Pro M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BV9000Pro-F Build/N4F26M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZB631KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV9000 Pro F + brand: AU + model: ZenFone Max Pro M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV9500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; ASUS_X003 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV9500 + brand: AU + model: ZenFone Pegasus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV9600Pro Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ASUS_X550 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.125" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV9600 Pro + brand: AU + model: ZenFone Pegasus 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; BV9700Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_X00GD Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: BV9700 Pro + brand: AU + model: ZenFone Pegasus 3S Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DM550 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ASUS_X005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: DM550 + brand: AU + model: ZenFone Pegasus 5000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; omega_pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ASUS_Z00UD Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: Omega Pro + brand: AU + model: ZenFone Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; P10000_Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASUS_A006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: B2 - model: P10000 Pro + brand: AU + model: ZenFone V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Bluboo Dual Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ASUS_A009 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: B3 - model: Dual + brand: AU + model: ZenFone V Live os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Maya Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00XS Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: B3 - model: Maya + brand: AU + model: ZenFone Zoom os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Bluboo Mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; AVVIO_765 AVVIO 765 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: B3 - model: Mini + brand: AV + model: "765" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BlubooS8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Avvio774 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: B3 - model: S8 + brand: AV + model: "774" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; XFire Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.5.658 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; Avvio_775 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.5.658" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: B3 - model: Xfire + brand: AV + model: "775" os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Xfire2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; es-ES; Avvio_775) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" engine_version: "" device: type: smartphone - brand: B3 - model: Xfire 2 + brand: AV + model: "775" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; BO-FRSP4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Avvio786 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: B4 - model: FRSP4 + brand: AV + model: "786" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BO-LFSPBS5 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AW790 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: B4 - model: LFSPBS5 + brand: AW + model: AW790 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Beeline E700) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bush 4 Android Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "41.0.2272.96" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: E700 + brand: B1 + model: 4 Android os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; arm; Android 5.0; Beeline Pro 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.7.115.00 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; BUSH 5 Android Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/54.0.0.23.62;]' os: name: Android short_name: AND - version: "5.0" - platform: ARM + version: "4.4.2" + platform: "" client: - type: browser - name: Yandex Browser - short_name: YA - version: "19.7.7.115.00" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "54.0.0.23.62" device: type: smartphone - brand: B5 - model: Pro 2 + brand: B1 + model: 5 Android os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Beeline_Pro_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; A60) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.98" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: Pro 6 + brand: B2 + model: A60 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; A60Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: Smart 2 + brand: B2 + model: A60 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart 3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Alife P1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBrowser/16.2.2.7988.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.141" + name: Yandex Browser + short_name: YA + version: "16.2.2.7988.00" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: Smart 3 + brand: B2 + model: Alife P1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Beeline Smart 4 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Alife S1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: Smart 4 + brand: B2 + model: Alife S1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart Dual) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BV4000Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: B5 - model: Smart Dual + brand: B2 + model: BV4000 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLUEGOOD V6 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; BV5500 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.8.1206 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" + name: UC Browser + short_name: UC + version: "12.12.8.1206" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: B2 + model: BV5500 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV5800 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BD - model: V6 + brand: B2 + model: BV5800 PRO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM541D Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; BV5900 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.5.1209 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.13.5.1209" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: B2 + model: BV5900 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7300,19 +7340,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "60.0.3112.116" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B3 + brand: B2 + model: BV6000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM542D Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; BV6000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 UCTurbo/1.7.9.900 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7320,139 +7360,139 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: UC Browser Turbo + short_name: UT + version: "1.7.9.900" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: BF - model: B3+ + brand: B2 + model: BV6000 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM543D Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.1.359.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" + name: Yandex Browser + short_name: YA + version: "17.1.1.359.00" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B4 + brand: B2 + model: BV6000 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM441D Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BV6000S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B4 Mini + brand: B2 + model: BV6000S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM531B Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/67.0.3396.103 YaBrowser/18.7.1.595.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BV7000 PRO Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.7.1.595.00" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B4 Mini (2019) + brand: B2 + model: BV7000 PRO os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM541B Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BV8000Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B4 Mini NFC + brand: B2 + model: BV8000 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM531A Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BV9000Pro-F Build/N4F26M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B5 + brand: B2 + model: BV9000 Pro F os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM541A Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; BV9100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B5+ + brand: B2 + model: BV9100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM531D AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV9500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7462,17 +7502,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B6 + brand: B2 + model: BV9500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM442D AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.0.535.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BV9600Pro Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7480,99 +7520,99 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.4.0.535.00" + name: Chrome Webview + short_name: CV + version: "58.0.3029.125" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B7 + brand: B2 + model: BV9600 Pro os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM443D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; BV9700Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: B7 Fox+ + brand: B2 + model: BV9700 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BMM 431D Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DM550 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.105" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: BMM 431D + brand: B2 + model: DM550 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM_533D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; omega_pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: BMM 533D + brand: B2 + model: Omega Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; BMM 541S AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; P10000_Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: BMM 541S + brand: B2 + model: P10000 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; BMM-542S AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Bluboo Dual Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7580,399 +7620,399 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: BF - model: BMM 542S + brand: B3 + model: Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BGH Joy 303) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Maya Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy 303 + brand: B3 + model: Maya os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BGH Joy Smart A5C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Bluboo Mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy Smart A5C + brand: B3 + model: Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BGH Joy Smart A6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BlubooS8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy Smart A6 + brand: B3 + model: S8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart A7G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; XFire Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.5.658 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.7.5.658" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BG - model: Joy Smart A7G + brand: B3 + model: Xfire os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Xfire2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy Smart AXS II + brand: B3 + model: Xfire 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II D Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; BO-FRSP4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy Smart AXS II D + brand: B4 + model: FRSP4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; BO-LFSP4 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy Smart AXS II D + brand: B4 + model: LifeStyle 4DC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BGH Joy V6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BO-LFSPSL4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy V6 + brand: B4 + model: LifeStyle 4SL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH JOY X2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BO-LFSPBS5 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy X2 + brand: B4 + model: LifeStyle 5BS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH JOY X2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BO-LFSPSL6QCI Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy X2 + brand: B4 + model: LifeStyle 6QC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH Joy X5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Beeline E700) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BG - model: Joy X5 + brand: B5 + model: E700 os_family: Android browser_family: Chrome - - user_agent: Bird-Doeasy E700_TD/S100 Linux/3.0.8 Android/4.0.3 Release/03.12.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30; + user_agent: Mozilla/5.0 (Linux; arm; Android 5.0; Beeline Pro 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.7.115.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" - platform: "" + version: "5.0" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Yandex Browser + short_name: YA + version: "19.7.7.115.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: Doeasy E700 + brand: B5 + model: Pro 2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Bird i600_TD/1.0 Linux/3.0.8 Android/4.0.3 Release/04.20.2013 AppleWebKit/534.30 Version/4.0 Mozilla/5.0 Mobile System/Android 4.0.3; + user_agent: Mozilla/5.0 (Linux; Android 7.0; Beeline_Pro_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: i600 + brand: B5 + model: Pro 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Bird i7 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30Mopo/1830(4.0.12;1_skymobi_;bd87_89_td_emmc_bird_i7;Bird i7;480*854)' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: i7 + brand: B5 + model: Smart 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; BIRD T900 Build/MocorDroid4.0.4) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.2.3.324 U3/0.8.0 Mobile Safari/534.31 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart 3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "4.0.4" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.3.324" - engine: WebKit - engine_version: "534.31" + name: Chrome Mobile + short_name: CM + version: "35.0.1916.141" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: T900 + brand: B5 + model: Smart 3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Bird_T9108_TD/T9108_V1.00 Android/2.3.5 SC8810_CMCC/W12.06.10 Release/04.18.2012 Browser/AppleWebKit533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Beeline Smart 4 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: T9108 + brand: B5 + model: Smart 4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; BIRD-V8 Build/AD35) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Beeline Smart Dual) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: V8 + brand: B5 + model: Smart Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; BIRD_W5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLUEGOOD V6 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: BI - model: W5 + brand: BD + model: V6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1010 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM541D Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome Webview + short_name: CV + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1010 + brand: BF + model: B3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1015 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM542D Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7980,259 +8020,259 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1015 + brand: BF + model: B3+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1016 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM543D Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1016 + brand: BF + model: B4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BMOBILE AX1020 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM441D Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1020 + brand: BF + model: B4 Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1020 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM531B Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/67.0.3396.103 YaBrowser/18.7.1.595.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Yandex Browser + short_name: YA + version: "18.7.1.595.00" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1020 + brand: BF + model: B4 Mini (2019) os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1030 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM541B Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1030 + brand: BF + model: B4 Mini NFC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1035 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM531A Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1035 + brand: BF + model: B5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1040 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM541A Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1040 + brand: BF + model: B5+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1045 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM531D AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1045 + brand: BF + model: B6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AX1050 Build/KTU84P); AppleWebkit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BMM442D AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.0.535.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Yandex Browser + short_name: YA + version: "19.4.0.535.00" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1050 + brand: BF + model: B7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1055 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BMM443D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1055 + brand: BF + model: B7 Fox+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AX1060 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BMM 431D Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "33.0.0.0" + version: "49.0.2623.105" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1060 + brand: BF + model: BMM 431D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1065 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BMM_533D Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1065 + brand: BF + model: BMM 533D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1065E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; BMM 541S AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1065E + brand: BF + model: BMM 541S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1070 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; BMM-542S AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8242,61 +8282,61 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1070 + brand: BF + model: BMM 542S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1070e Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BGH Joy 303) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1070e + brand: BG + model: Joy 303 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1071 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BGH Joy Smart A5C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1071 + brand: BG + model: Joy Smart A5C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1072 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BGH Joy Smart A6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser @@ -8307,176 +8347,176 @@ engine_version: "" device: type: smartphone - brand: BM - model: AX1072 + brand: BG + model: Joy Smart A6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1073 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart A7G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1073 + brand: BG + model: Joy Smart A7G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1073+ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1073+ + brand: BG + model: Joy Smart AXS II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1074 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II D Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1074 + brand: BG + model: Joy Smart AXS II D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; AX1075 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BGH Joy Smart AXS II D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1075 + brand: BG + model: Joy Smart AXS II D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; AX1075 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BGH Joy V6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1075 + brand: BG + model: Joy V6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1085 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH JOY X2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1085 + brand: BG + model: Joy X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1091 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH JOY X2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BM - model: AX1091 + brand: BG + model: Joy X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; AX-340 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BGH Joy X5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: BM - model: AX340 + brand: BG + model: Joy X5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX510 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Bird-Doeasy E700_TD/S100 Linux/3.0.8 Android/4.0.3 Release/03.12.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30; os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser @@ -8484,59 +8524,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: BM - model: AX510 + brand: BI + model: Doeasy E700 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX512 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: BM - model: AX512 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 2.3.6; AX515 Build/GRK39F) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.123 Mobile Safari/537.22 OPR/14.0.1025.52315 + user_agent: Bird i600_TD/1.0 Linux/3.0.8 Android/4.0.3 Release/04.20.2013 AppleWebKit/534.30 Version/4.0 Mozilla/5.0 Mobile System/Android 4.0.3; os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "14.0.1025.52315" - engine: Presto - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BM - model: AX515 + brand: BI + model: i600 os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX520 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Bird i7 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30Mopo/1830(4.0.12;1_skymobi_;bd87_89_td_emmc_bird_i7;Bird i7;480*854)' os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser @@ -8544,39 +8564,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: BM - model: AX520 + brand: BI + model: i7 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX524 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; BIRD T900 Build/MocorDroid4.0.4) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.2.3.324 U3/0.8.0 Mobile Safari/534.31 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.73" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.2.3.324" + engine: WebKit + engine_version: "534.31" device: type: smartphone - brand: BM - model: AX524 + brand: BI + model: T900 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX525 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Bird_T9108_TD/T9108_V1.00 Android/2.3.5 SC8810_CMCC/W12.06.10 Release/04.18.2012 Browser/AppleWebKit533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.5" platform: "" client: type: browser @@ -8587,16 +8607,16 @@ engine_version: "533.1" device: type: smartphone - brand: BM - model: AX525 + brand: BI + model: T9108 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX530 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; BIRD-V8 Build/AD35) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser @@ -8607,37 +8627,17 @@ engine_version: "533.1" device: type: smartphone - brand: BM - model: AX530 + brand: BI + model: V8 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX535 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; BIRD_W5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND version: "4.2.2" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: BM - model: AX535 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; AX540 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" client: type: browser name: Android Browser @@ -8647,216 +8647,176 @@ engine_version: "534.30" device: type: smartphone - brand: BM - model: AX540 + brand: BI + model: W5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX570 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1010 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX570 + model: AX1010 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX600 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1015 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.116" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX600 + model: AX1015 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX605 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1016 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX605 + model: AX1016 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX610 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BM - model: AX610 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-mx; Bmobile_AX610) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BM - model: AX610 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Bmobile_AX620 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 OPR/30.0.1856.93524 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BMOBILE AX1020 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "30.0.1856.93524" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX620 + model: AX1020 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX650 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1020 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone brand: BM - model: AX650 + model: AX1020 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX660 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1030 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX660 + model: AX1030 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX670 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1035 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX670 + model: AX1035 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX675 Build/AX675) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1040 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX675 + model: AX1040 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bmobile_AX680 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1045 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser @@ -8868,131 +8828,131 @@ device: type: smartphone brand: BM - model: AX680 + model: AX1045 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX680+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AX1050 Build/KTU84P); AppleWebkit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX680+ + model: AX1050 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX681 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1055 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX681 + model: AX1055 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX683 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AX1060 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX683 + model: AX1060 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX685 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; AX1065 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.91" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX685 + model: AX1065 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX690 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1065E Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone brand: BM - model: AX690 + model: AX1065E os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX7OO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1070 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX700 + model: AX1070 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX705 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1070e Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9002,141 +8962,141 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX705 + model: AX1070e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1071 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX710 + model: AX1071 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX745 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1072 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: BM - model: AX745 + model: AX1072 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Bmobile_AX810 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1073 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX810 + model: AX1073 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX820 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1073+ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX820 + model: AX1073+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX821 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1074 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX821 + model: AX1074 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX823 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; AX1075 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX823 + model: AX1075 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX920 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; AX1075 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser @@ -9148,11 +9108,11 @@ device: type: smartphone brand: BM - model: AX920 + model: AX1075 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AX921 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX1085 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9162,17 +9122,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX921 + model: AX1085 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; AX922 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX1091 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9182,21 +9142,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BM - model: AX922 + model: AX1091 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-mx; Bmobile_T35AC) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; AX-340 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser @@ -9204,79 +9164,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: BM - model: T35AC + model: AX340 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SL 02 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX510 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: BP - model: SL 02 + brand: BM + model: AX510 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SL 04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX512 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: BP - model: SL 04 + brand: BM + model: AX512 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SM 01 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 2.3.6; AX515 Build/GRK39F) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.123 Mobile Safari/537.22 OPR/14.0.1025.52315 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink + name: Opera Mobile + short_name: OM + version: "14.0.1025.52315" + engine: Presto engine_version: "" device: type: smartphone - brand: BP - model: SM 01 + brand: BM + model: AX515 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CENTURION Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX520 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser @@ -9284,39 +9244,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: BR - model: CENTURION + brand: BM + model: AX520 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CENTURION 3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX524 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "41.0.2272.96" + version: "62.0.3202.73" engine: Blink engine_version: "" device: type: smartphone - brand: BR - model: CENTURION 3 + brand: BM + model: AX524 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; GLADIATOR Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX525 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -9324,39 +9284,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: BR - model: GLADIATOR + brand: BM + model: AX525 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; GLADIATOR-2 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: BR - model: GLADIATOR 2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; GLADIATOR 3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; AX530 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser @@ -9364,39 +9304,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: BR - model: GLADIATOR 3 + brand: BM + model: AX530 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GLADIATOR_4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AX535 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: BR - model: GLADIATOR 4 + brand: BM + model: AX535 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1 JELLY BEAN; it-it; Glory Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; AX540 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -9407,52 +9347,52 @@ engine_version: "534.30" device: type: smartphone - brand: BR - model: GLORY + brand: BM + model: AX540 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Glory 2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX570 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" + engine: Blink + engine_version: "" device: type: smartphone - brand: BR - model: GLORY 2 + brand: BM + model: AX570 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; Glory3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX600 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.116" + engine: Blink + engine_version: "" device: type: smartphone - brand: BR - model: GLORY 3 + brand: BM + model: AX600 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GLORY 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX605 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9467,16 +9407,16 @@ engine_version: "" device: type: smartphone - brand: BR - model: GLORY 4 + brand: BM + model: AX605 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; LUXURY Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX610 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -9487,12 +9427,12 @@ engine_version: "534.30" device: type: smartphone - brand: BR - model: LUXURY + brand: BM + model: AX610 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; LUXURY 3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-mx; Bmobile_AX610) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9507,12 +9447,32 @@ engine_version: "534.30" device: type: smartphone - brand: BR - model: LUXURY 3 + brand: BM + model: AX610 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; LUXURY 4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Bmobile_AX620 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 OPR/30.0.1856.93524 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "30.0.1856.93524" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BM + model: AX620 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX650 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9527,12 +9487,12 @@ engine_version: "534.30" device: type: smartphone - brand: BR - model: LUXURY 4 + brand: BM + model: AX650 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LUXURY 5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX660 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9542,177 +9502,177 @@ type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone - brand: BR - model: LUXURY 5 + brand: BM + model: AX660 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SENSUELLE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX670 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: BR - model: SENSUELLE + brand: BM + model: AX670 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; VICTORY Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX675 Build/AX675) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.123" + engine: Blink + engine_version: "" device: type: smartphone - brand: BR - model: VICTORY + brand: BM + model: AX675 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Victory 2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bmobile_AX680 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: BR - model: VICTORY 2 + brand: BM + model: AX680 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Victory 3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX680+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: BR - model: VICTORY 3 + brand: BM + model: AX680+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8407 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX681 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8407 + brand: BM + model: AX681 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8408 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX683 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8408 + brand: BM + model: AX683 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BITEL B8409 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX685 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8409 + brand: BM + model: AX685 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX690 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BT - model: B8410 + brand: BM + model: AX690 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bitel_B8411 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX7OO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9722,232 +9682,232 @@ type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8411 + brand: BM + model: AX700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Bitel-B8413 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX705 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "48.0.2564.95" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8413 + brand: BM + model: AX705 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; B8414 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AX710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8414 + brand: BM + model: AX710 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; B8415 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; AX745 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BT - model: B8415 + brand: BM + model: AX745 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B8416 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Bmobile_AX810 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8416 + brand: BM + model: AX810 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX820 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8502 + brand: BM + model: AX820 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8503 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX821 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8503 + brand: BM + model: AX821 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8504) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX823 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8504 + brand: BM + model: AX823 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; B8506 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX920 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8506 + brand: BM + model: AX920 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; B8601 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AX921 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8601 + brand: BM + model: AX921 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; iris708 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; AX922 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: 0A - model: LAVA PRO 4.5 + brand: BM + model: AX922 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Android; Mobile; rv:37.0) Servo/1.0 Firefox/37.0 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-mx; Bmobile_T35AC) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "" + version: "4.2.2" platform: "" client: type: browser - name: Firefox Mobile - short_name: FM - version: "37.0" - engine: Servo - engine_version: "1.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: - model: + brand: BM + model: T35AC os_family: Android - browser_family: Firefox + browser_family: Android Browser diff --git a/Tests/fixtures/smartphone-10.yml b/Tests/fixtures/smartphone-10.yml index 0f63a6c17a..e8775e754d 100644 --- a/Tests/fixtures/smartphone-10.yml +++ b/Tests/fixtures/smartphone-10.yml @@ -1,855 +1,850 @@ --- - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5330/S5330XXJJ1; U; Bada/1.0; it-it) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G930K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "2.0" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.106" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 533 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5780/S5780NAKH3; U; Bada/1.1; fr-fr) 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 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G930L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.1" + name: Android + short_name: AND + version: "8.0.0" platform: "" client: - type: mediaplayer - name: NexPlayer - version: "3.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 578 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E/S723EXXJJ3; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G891A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "8.0.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "2.0" + name: Samsung Browser + short_name: SB + version: "7.2" engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: SA - model: Wave 723 - os_family: Other Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-ORANGE/S723EBVJJ1; U; Bada/1.0; fr-fr) 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 - os: - name: Bada - short_name: SBA - version: "1.0" - platform: "" - client: - type: mediaplayer - name: NexPlayer - version: "3.0" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave 723 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 active + os_family: Android + browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SC-02H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: - type: mediaplayer - name: NexPlayer - version: "3.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 723 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: SAMSUNG-GT-S7230E/S723EBGJJ3 Bada/1.0 AppleWebKit/533.1 Dolfin/2.0 Mobile NexPlayer/3.0 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: - type: mediaplayer - name: NexPlayer - version: "3.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 723 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230-VODAFONE/1.0; U; Bada/1.0; en-us) OperaMini/5.0.21073 Mobile WVGA SMM-MMS/1.2.0 NexPla + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G935X Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "5.0.21073" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: Wave 723 - os_family: Other Mobile - browser_family: Opera + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/13.0 (SAMSUNG; SAMSUNG-GT-S8530/S8530XXLA1; U; Bada/2.0; xx) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Android 6.0.1; samsung SAMSUNG-SM-G935A) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SurfBrowser/3.0 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" - engine: WebKit - engine_version: "534.20" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave II - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7250/S7250XXKHD; U; Bada/2.0; tr-tr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G9350 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.20" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave M - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380-BOUYGUES/S5380AGLH1; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935W8 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "534.20" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave Y - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380/S5380AELB3; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; ko-kr; SM-G935S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" - engine: WebKit - engine_version: "534.20" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave Y - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380D/S5380DNVKL1; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G935T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" - engine: WebKit - engine_version: "534.20" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave Y - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 edge + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; AERIAL PLUS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G935V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: SB - model: Aerial Plus + brand: SA + model: GALAXY S7 edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Fractal) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV33 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SB - model: Fractal + brand: SA + model: GALAXY S7 edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; Andromax-c Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.0 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "5.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SC - model: Andromax c + brand: SA + model: GALAXY S7 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-; Smartfren Andromax AD688G Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) FlyFlow/3.1 Version/4.0 Mobile Safari/534.24 T5/2.0 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935P Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "3.1" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "534.24" + engine_version: "537.36" device: type: smartphone - brand: SC - model: Andromax C2 + brand: SA + model: GALAXY S7 edge os_family: Android - browser_family: Baidu + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD9A1H Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935K/KKU1DQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SC - model: Andromax G2 + brand: SA + model: GALAXY S7 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Smartfren Andromax AD6B1H Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: SC - model: Andromax G2 Hot + brand: SA + model: GALAXY S7 edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD689G Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G935L Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: SC - model: Andromax i3 + brand: SA + model: GALAXY S7 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD682H Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G950 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SC - model: Andromax i3s + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; Andromax_U) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink engine_version: "" device: type: smartphone - brand: SC - model: Andromax U + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; id-; PD6D1J Build/KVT49L) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 bdbrowser_i18n/4.4.0.2 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV36 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.24" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.123" + engine: Blink + engine_version: "" device: type: smartphone - brand: SC - model: Andromax V3s + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0_(Smartfren-E781A/E2_SQID_V0.1.6; U; REX/4.3;BREW/3.1.5.189; Profile/MIDP-2.0_Configuration/CLDC-1.1; 240*320; CTC/2.0)_Obigo Browser/Q7' + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G9508 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: - name: Brew - short_name: BMP - version: "3.1.5.189" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Obigo - short_name: OB - version: "Q7" - engine: "" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink engine_version: "" device: type: smartphone - brand: SC - model: E781A - os_family: Brew - browser_family: Unknown + brand: SA + model: GALAXY S8 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; id-id; New Andromax-i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G9500 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SC - model: New Andromax I + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/4.0 (Compatible; MSIE 6.0; Windows NT 5.1) SonyEricssonM1i/R1AA Profile/MIDP-2.1 Configuration/CLDC-1.1; Windows Phone 6.5 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950W Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "6.5" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident - engine_version: "" + name: Samsung Browser + short_name: SB + version: "5.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: SE - model: Aspen - os_family: Windows Mobile - browser_family: Internet Explorer + brand: SA + model: GALAXY S8 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-in; SonyEricssonWT19i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonWT19iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G950N Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36;KAKAOTALK 1908210 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonWT19i-o Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G892U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8 Active os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; WT19i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G892A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8 Active os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; WT19i Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Flipboard/2.1.2/854,2.1.2.854,2013-12-05 11:59, +0300 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G955F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "7.0" platform: "" client: - type: mobile app - name: Flipboard App - version: "2.1.2" + type: browser + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8+ os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; LiveWithWalkman Build/IMM76L; CyanogenMod-9.1.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G955N Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "9.1.0" - platform: "" + name: Android + short_name: AND + version: "7.0" + platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.70" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Live with Walkman + brand: SA + model: GALAXY S8+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonMT25i Build/4.1.B.0.631) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G955U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SE - model: MT25i + brand: SA + model: GALAXY S8+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-co; MT25i Build/4.1.B.0.631) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G9550 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: MT25i + brand: SA + model: GALAXY S8+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; W960 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.8.9.457 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV35 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.8.9.457" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: W960 + brand: SA + model: GALAXY S8+ os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-ph; SonyEricssonST17a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G960X Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.106" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia active + brand: SA + model: GALAXY S9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ch; SonyEricssonST17i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G960N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia active + brand: SA + model: GALAXY S9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15 Build/3.0.A.2.181_R3D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV38 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15i Build/3.0.A.2.181) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G960F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15i-o Build/3.0.A.2.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV39 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-ca; SonyEricssonLT15a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; LT15i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSO-01C Build/4.0.1.C.1.21) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965X Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY S9+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.4; en-US; LT15i) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; GT-I9003 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY SL os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT15iv Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 1.5; fr-fr; GT-I5700 Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "4.0.4" + version: "1.5" platform: "" client: type: browser @@ -857,19 +852,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "528.5" device: type: smartphone - brand: SE - model: Xperia arc + brand: SA + model: GALAXY Spica os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonLT18a Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S5280 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser @@ -877,19 +872,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY STAR os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonLT18i-o Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SCH-I200 4G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.0.4" platform: "" client: type: browser @@ -897,19 +892,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY Stellar os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonLT18iv Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SCH-I200 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.0.4" platform: "" client: type: browser @@ -917,59 +912,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY Stellar os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.4; en-US; LT18i) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile + user_agent: Mozilla 5.0 (Linux; U; Android 4.1.2; zh-cn; SCH-I829 Build JZO54K) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "8.8.1.359" - engine: "" - engine_version: "" + version: "" + engine: WebKit + engine_version: "534.31" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY Style Duos os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-at; LT18i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; zh-CN; SCH-I829) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: "" + engine_version: "" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY Style Duos os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonLT18i Build/Xperia Ultimate HDâ„¢ 3.0.2) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-I699 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -977,15 +972,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia arc S + brand: SA + model: GALAXY Trend os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; LT18i Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; GT-S7560M-parrot Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1000,32 +995,12 @@ engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia arc S - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonST15i Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: SE - model: Xperia mini + brand: SA + model: GALAXY Trend os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-pa; ST15a Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-pt; SAMSUNG GT-S7560/S7560XXBNC2 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1040,76 +1015,76 @@ engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia mini + brand: SA + model: GALAXY Trend os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; ST15i Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S7390 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini + brand: SA + model: GALAXY Trend Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonSK17i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-S7580 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "2.3.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Opera Mobile + short_name: OM + version: "21.0.1437.74904" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY Trend Plus os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonSK17a Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G318HZ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY V Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSK17i-o Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; nl-nl; GT-I8150 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser @@ -1120,96 +1095,96 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY W os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSK17iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; en-US; GT-I8150) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY W os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-jm; SK17a Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G600S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY Wide os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-py; SK17i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8552 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY Win os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-; SK17i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8552B Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia mini pro + brand: SA + model: GALAXY Win os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-gb; SonyEricssonMT15i-o Build/3.0.1.A.0.145) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: samsung-GT-I8550/1.0 Linux/2.6.35.7 Android/4.2.2 Release/08.08.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "2.3.3" + version: "4.2.2" platform: "" client: type: browser @@ -1220,76 +1195,76 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia neo + brand: SA + model: GALAXY Win os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonMT15i Build/3.0.1.A.0.145) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; zh-cn; SAMSUNG-GT-I8558_TD/1.0 Android/4.2.2 Release/04.15.2013 Browser/AppleWebKit535.19 Build/JDQ39) ApplelWebkit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" engine: WebKit - engine_version: "533.1" + engine_version: "535.19" device: type: smartphone - brand: SE - model: Xperia neo + brand: SA + model: GALAXY Win os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonMT15a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S7710 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "533.1" + engine_version: "535.19" device: type: smartphone - brand: SE - model: Xperia neo + brand: SA + model: GALAXY Xcover 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; cs_cz; MT11i Build/GINGERBREAD) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 NetFrontLifeBrowser/2.3 Mobile (Dragonfruit) + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G390F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "7.0" platform: "" client: type: browser - name: NetFront Life - short_name: NL - version: "2.3" - engine: NetFront - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia neo V + brand: SA + model: GALAXY Xcover 4 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; el-gr; SonyEricssonMT11i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; GT-S5360L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.5" platform: "" client: type: browser @@ -1300,16 +1275,16 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia neo V + brand: SA + model: GALAXY Y Hello Kitty os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonMT11i-o Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; GT-S5360B Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser @@ -1320,16 +1295,16 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia neo V + brand: SA + model: GALAXY Y Hello Kitty os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonMT11iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; SAMSUNG GT-S5360T Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser @@ -1340,16 +1315,16 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia neo V + brand: SA + model: GALAXY Y Hello Kitty os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonMT11a Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; en-gb; GT-S5360 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "4.2.3" platform: "" client: type: browser @@ -1360,16 +1335,16 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia neo V + brand: SA + model: GALAXY Y Hello Kitty os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; en-us; SonyEricssonR800x Build/3.0.E.2.89) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; GT-B5510-ORANGE/B5510BVLH1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.2" + version: "2.3.6" platform: "" client: type: browser @@ -1380,36 +1355,36 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia PLAY + brand: SA + model: GALAXY Y Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonR800at Build/3.0.1.B.0.285) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; GT-B5510) U2/1.0.0 UCBrowser/9.1.0.386 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.3.3" + version: "2.3.6" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "9.1.0.386" + engine: "" + engine_version: "" device: type: smartphone - brand: SE - model: Xperia PLAY + brand: SA + model: GALAXY Y Pro os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-; R800x Build/4.0.2.E.0.57) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; tr-tr; GT-B5512 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser @@ -1420,136 +1395,136 @@ engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia PLAY + brand: SA + model: GALAXY Y Pro Duos os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-gb; SonyEricssonMK16i Build/4.0.2.A.0.69) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6310 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia pro + brand: SA + model: GALAXY Young os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonMK16a Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.517" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia pro + brand: SA + model: GALAXY Young 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fa-ir; MK16i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130HN Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.517" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia pro + brand: SA + model: GALAXY Young 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonST18i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia ray + brand: SA + model: GALAXY Young 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonST18a Build/4.0.1.A.0.283) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia ray + brand: SA + model: GALAXY Young 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonST18iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G130E Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.0.950 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "11.3.0.950" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia ray + brand: SA + model: GALAXY Young 2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; ST18i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; SM-G130BT Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser @@ -1560,270 +1535,260 @@ engine_version: "534.30" device: type: smartphone - brand: SE - model: Xperia ray + brand: SA + model: GALAXY Young 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; el-gr; MT27i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G130BU Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia Sola + brand: SA + model: GALAXY Young 2 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonMT27i Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6312 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera Mobile + short_name: OM + version: "21.0.1437.74904" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia Sola + brand: SA + model: GALAXY Young DUOS os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; SonyEricssonX10iv Build/R1FA014) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z130H) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 os: - name: Android - short_name: AND - version: "1.6" + name: Tizen + short_name: TIZ + version: "2.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "1.1" engine: WebKit - engine_version: "528.5" + engine_version: "537.3" device: type: smartphone - brand: SE - model: Xperia X10 - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z1 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; SonyEricssonX10a Build/2.1.A.0.492) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200F) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 os: - name: Android - short_name: AND - version: "2.1" + name: Tizen + short_name: TIZ + version: "2.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "1.1" engine: WebKit - engine_version: "530.17" + engine_version: "537.3" device: type: smartphone - brand: SE - model: Xperia X10 - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z2 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonX10i Build/3.0.1.G.0.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200M) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 os: - name: Android - short_name: AND - version: "2.3.3" + name: Tizen + short_name: TIZ + version: "2.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "1.1" engine: WebKit - engine_version: "533.1" + engine_version: "537.3" device: type: smartphone - brand: SE - model: Xperia X10 - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z2 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; X10i Build/3.0.1.G.0.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200Y) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 os: - name: Android - short_name: AND - version: "2.3.3" + name: Tizen + short_name: TIZ + version: "2.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "1.1" engine: WebKit - engine_version: "533.1" + engine_version: "537.3" device: type: smartphone - brand: SE - model: Xperia X10 - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z2 + os_family: Other Mobile + browser_family: Chrome - - user_agent: CWEB/2.0 (Linux; U; Adr 2.1-update1; en-US; E10i) U2/1.0.0 UC \x11@0C75@/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z300H) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 os: - name: Android - short_name: AND - version: "2.1" + name: Tizen + short_name: TIZ + version: "2.4" platform: "" - client: null + client: + type: browser + name: Samsung Browser + short_name: SB + version: "1.1" + engine: WebKit + engine_version: "537.3" device: type: smartphone - brand: SE - model: Xperia X10 mini - os_family: Android - browser_family: Unknown + brand: SA + model: GALAXY Z3 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; SonyEricssonE10iv Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.69 Mobile Safari/537.36 os: - name: Android - short_name: AND - version: "2.1" + name: Tizen + short_name: TIZ + version: "3.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.69" + engine: Blink + engine_version: "" device: type: smartphone - brand: SE - model: Xperia X10 mini - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z4 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; iw-il; SonyEricssonE10a Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/47.0.2526.69 Mobile Safari/537.36 os: - name: Android - short_name: AND - version: "2.1" + name: Tizen + short_name: TIZ + version: "3.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "2.0" engine: WebKit - engine_version: "530.17" + engine_version: "537.36" device: type: smartphone - brand: SE - model: Xperia X10 mini - os_family: Android - browser_family: Android Browser + brand: SA + model: GALAXY Z4 + os_family: Other Mobile + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; cs-cz; E10i Build/3.0.1.A.0.145; MiniCM7-2.1.6) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.7" - platform: "" + user_agent: SAMSUNG-GT-C3011/1.0 Openwave/6.2.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 + os: [ ] client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Openwave Mobile Browser + short_name: OV + version: "6.2.3.3" + engine: "" + engine_version: "" device: type: smartphone - brand: SE - model: Xperia X10 mini - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-C3011 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 1.6; en-us; SonyEricssonU20a Build/R1X) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 - os: - name: Android - short_name: AND - version: "1.6" - platform: "" + user_agent: SAMSUNG-GT-C3262 Opera/9.80 (J2ME/MIDP; Opera Mini/7.0.30281/34.1000; U; en) Presto/2.8.119 Version/11.10 + os: [ ] client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" + name: Opera Mini + short_name: OI + version: "7.0.30281" + engine: Presto + engine_version: "2.8.119" device: type: smartphone - brand: SE - model: Xperia X10 mini pro - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-C3262 + os_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; SonyEricssonE15i-o Build/1.3.A.0.50) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 - os: - name: Android - short_name: AND - version: "1.6" - platform: "" + user_agent: SAMSUNG-GT-C3303K/C3303KJPJI2 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" + name: NetFront + short_name: NF + version: "3.5" + engine: NetFront + engine_version: "3.5" device: type: smartphone - brand: SE - model: Xperia X8 - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-C3303K + os_family: Unknown + browser_family: NetFront - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-au; SonyEricssonE15i Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 - os: - name: Android - short_name: AND - version: "2.1" - platform: "" + user_agent: SAMSUNG-GT-C3520/C3520JPKK2 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: NetFront + short_name: NF + version: "4.1" + engine: NetFront + engine_version: "4.1" device: type: smartphone - brand: SE - model: Xperia X8 - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-C3520 + os_family: Unknown + browser_family: NetFront - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; es-es; SonyEricssonE15iv Build/2.0.1.A.0.47) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pt-br; GT-I5500 Build/GINGERBREAD; CyanogenMod-7.1.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "2.1" + name: CyanogenMod + short_name: CYN + version: "7.1.0" platform: "" client: type: browser @@ -1831,19 +1796,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia X8 + brand: SA + model: GT-I5500 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; E15i Build/2.1.1.A.0.16) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; es-us; GT-I5500L Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.2.2" platform: "" client: type: browser @@ -1851,15 +1816,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone - brand: SE - model: Xperia X8 + brand: SA + model: GT-I5500L os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; pt-br; SonyEricssonE15a Build/2.0.1.A.0.47) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ca; GT-I5500M Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND @@ -1874,193 +1839,236 @@ engine_version: "530.17" device: type: smartphone - brand: SE - model: Xperia X8 + brand: SA + model: GT-I5500M os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; en-us; SHARP-ADS1 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; GT-I8750) os: - name: Android - short_name: AND - version: "2.2.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: SH - model: ADS1 - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-I8750 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SHL22 Build/S8202) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.15.1 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; GT-I8750) os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: - type: mobile app - name: Yahoo! Japan - version: "3.15.1" + type: browser + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: SH - model: Aquos Phone SHL22 - os_family: Android - browser_family: Unknown + brand: SA + model: GT-I8750 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ja-jp; SH-02E Build/SC050) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; SAMSUNG; GT-I8750) like Gecko os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: SH - model: Aquos Phone Zeta - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-I8750 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; FS8010 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9192 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: SH - model: Aquos S2 + brand: SA + model: GT-I9192 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FS8032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; zh-cn; SAMSUNG-GT-I9508_TD/1.0 Android/4.2.2 Release/03.15.2013 Browser/AppleWebKit535.19 Build/JDQ39) ApplelWebkit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" - engine: Blink - engine_version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SH - model: Aquos S3 + brand: SA + model: GT-I9508 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.1; FS8018 Build/NMF26X - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + user_agent: SAMSUNG-GT-S5230-Bouygues/S5230AGIF2 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Jasmine + short_name: JS + version: "0.8" + engine: "" engine_version: "" device: type: smartphone - brand: SH - model: Aquos S3 Mini - os_family: Android - browser_family: Android Browser + brand: SA + model: GT-S5230 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 506SH Build/S1006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" + user_agent: SAMSUNG-GT-S5230-ORANGE/S5230BVIF1 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: Jasmine + short_name: JS + version: "0.8" + engine: "" engine_version: "" device: type: smartphone - brand: SH - model: Aquos Xx3 - os_family: Android - browser_family: Chrome + brand: SA + model: GT-S5230 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; SH-Z10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-S5230/S523MXEIL2 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] + client: + type: browser + name: Jasmine + short_name: JS + version: "1.0" + engine: "" + engine_version: "" + device: + type: smartphone + brand: SA + model: GT-S5230 + os_family: Unknown + browser_family: Unknown +- + user_agent: SAMSUNG-GT-S5230N/S5230NCEKF1 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] + client: + type: browser + name: Jasmine + short_name: JS + version: "0.8" + engine: "" + engine_version: "" + device: + type: smartphone + brand: SA + model: GT-S5230N + os_family: Unknown + browser_family: Unknown +- + user_agent: SAMSUNG-GT-S5230W/S523WXEIL1 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] + client: + type: browser + name: Jasmine + short_name: JS + version: "1.0" + engine: "" + engine_version: "" + device: + type: smartphone + brand: SA + model: GT-S5230W + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S5282 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "9" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone - brand: SH - model: Aquos zero + brand: SA + model: GT-S5282 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TG-L900S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; en-US; GT-S5282) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: SH - model: Luna S + brand: SA + model: GT-S5282 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; FS8028 Build/NRD90M + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-nz; GT-S5300 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser @@ -2068,19 +2076,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: SH - model: R1S + brand: SA + model: GT-S5300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ja-jp; SH-06D Build/S7231) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fi-fi; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "2.3.6" platform: "" client: type: browser @@ -2091,16 +2099,16 @@ engine_version: "533.1" device: type: smartphone - brand: SH - model: SH-06D + brand: SA + model: GT-S5660 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SH-07D Build/S7190) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; nb-no; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -2108,95 +2116,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SH - model: SH-07D + brand: SA + model: GT-S5660 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SH-10D Build/S4040) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "27.0.1453.90" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: SH - model: SH-10D + brand: SA + model: GT-S5660 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; SH837W Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; el-gr; GT-S5839i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone - brand: SH - model: SH837W + brand: SA + model: GT-S5839i os_family: Android - browser_family: Chrome -- - user_agent: SHARP-STX2/MC.40; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.19039; U; en-US) Opera 9.50 - os: [ ] - client: - type: browser - name: Opera Mini - short_name: OI - version: "4.2.19039" - engine: Presto - engine_version: "" - device: - type: smartphone - brand: SH - model: STX2 - os_family: Unknown - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 6.0; FS8002 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; GT-S6010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SH - model: Z2 + brand: SA + model: GT-S6010 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; FS8009 Build/NRD90M + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; GT-S6010L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser @@ -2204,139 +2196,159 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: SH - model: Z3 + brand: SA + model: GT-S6010L os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Blackphone 2 Build/MOB31Z) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; tr-tr; GT-S6102 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.92" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SJ - model: Blackphone 2 + brand: SA + model: GT-S6102 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; SELFIX_SLASH6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; el-gr; GT-S6500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SL - model: Slash 6 + brand: SA + model: GT-S6500 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SELFIX VOYAGER-V45) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; lv-lv; GT-S6500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SL - model: Voyager V45 + brand: SA + model: GT-S6500 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; roar E80 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ph; GT-S6500D Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SM - model: Roar E80 + brand: SA + model: GT-S6500D os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; roar V20 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-nz; GT-S6802 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SM - model: Roar V20 + brand: SA + model: GT-S6802 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Symphony_W128) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-S6812 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.0.2.389" - engine: "" - engine_version: "" + version: "9.5.0.360" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SM - model: W128 + brand: SA + model: GT-S6812 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Symphony W68 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; GT-S6812) U2/1.0.0 UCBrowser/9.0.0.366 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" + device: + type: smartphone + brand: SA + model: GT-S6812 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: SAMSUNG-GT-S6818_TD/1.0 Android/4.1.2 Release/02.03.2013 Browser/ApplelWebkit/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -2347,36 +2359,36 @@ engine_version: "534.30" device: type: smartphone - brand: SM - model: W68 + brand: SA + model: GT-S6818 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Symphony_W72) U2/1.0.0 UCBrowser/8.9.2.373 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-S7262) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.0.347 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "8.9.2.373" - engine: "" - engine_version: "" + version: "9.4.0.347" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SM - model: W72 + brand: SA + model: GT-S7262 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; bn-bd; Symphony W82 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SAMSUNG-GT-S7568_TD/1.0 Android/4.0.4 Release/07.15.2012 Browser/AppleWebKit534.30 Build/IMM76D) ApplelWebkit/534.30 (KHTML,like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -2387,12 +2399,12 @@ engine_version: "534.30" device: type: smartphone - brand: SM - model: W82 + brand: SA + model: GT-S7568 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SYMPHONY_W90 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-S7568 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2400,263 +2412,267 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "5.1" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: SM - model: W90 + brand: SA + model: GT-S7568 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4433 Build/50.1.A.11.36) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-I8320-Vodafone/I8320BUJC1 Linux/X2/R1 Opera/9.6 SMS-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "8.0.0" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink + name: Opera + short_name: OP + version: "9.6" + engine: Presto engine_version: "" device: type: smartphone - brand: SO - model: H4433 - os_family: Android - browser_family: Chrome + brand: SA + model: H1 + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 9; J8170) AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910;; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/ Mobile Safari/535.1 os: - name: Android - short_name: AND - version: "9" + name: Symbian OS Series 60 + short_name: S60 + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: Nokia Browser + short_name: NB + version: "" + engine: WebKit + engine_version: "535.1" device: type: smartphone - brand: SO - model: Xperia 1 - os_family: Android - browser_family: Chrome + brand: SA + model: I8910 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; J9110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) SAMSUNG-GT-i8000V/BUIJ1 os: - name: Android - short_name: AND - version: "9" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident engine_version: "" device: type: smartphone - brand: SO - model: Xperia 1 - os_family: Android - browser_family: Chrome + brand: SA + model: Omnia II + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 9; J8110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-i8000/1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) os: - name: Android - short_name: AND - version: "9" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident engine_version: "" device: type: smartphone - brand: SO - model: Xperia 1 - os_family: Android - browser_family: Chrome + brand: SA + model: Omnia II + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 9; I3113) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-i8000/1.0 (Windows CE; Opera Mobi; U; en) Opera 9.5 os: - name: Android - short_name: AND - version: "9" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: Opera + short_name: OP + version: "9.5" + engine: Presto engine_version: "" device: type: smartphone - brand: SO - model: Xperia 10 - os_family: Android - browser_family: Chrome + brand: SA + model: Omnia II + os_family: Windows Mobile + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 9; I3123) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; Omnia W; Orange) os: - name: Android - short_name: AND - version: "9" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: SO - model: Xperia 10 - os_family: Android - browser_family: Chrome + brand: SA + model: Omnia W + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 9; I4113 Build/53.0.A.6.92; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" + user_agent: SAMSUNG-S8000/S8000XXIF3 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 FirePHP/0.3 + os: [ ] client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.101" - engine: Blink + name: Jasmine + short_name: JS + version: "1.0" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia 10 - os_family: Android - browser_family: Chrome + brand: SA + model: S8000 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; I4293) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; Polaris 6.2; Brew 3.1.5; en)/240X320 Samsung sam-r631 os: - name: Android - short_name: AND - version: "9" + name: Brew + short_name: BMP + version: "3.1.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: Polaris + short_name: PO + version: "6.2" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia 10 Plus - os_family: Android - browser_family: Chrome + brand: SA + model: sam-r631 + os_family: Brew + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; I3223) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-I519 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia 10 Plus + brand: SA + model: SCH-I519 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; I4213) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" + user_agent: sam-r560 UP.Browser/6.2.3.8 (GUI) MMP/2.0 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" - engine: Blink + name: Openwave Mobile Browser + short_name: OV + version: "6.2.3.8" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia 10 Plus - os_family: Android - browser_family: Chrome + brand: SA + model: SCH-r560 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SonySO-04E Build/10.3.1.B.0.224) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SCH-W2013 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (5.3.1) os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: 360 Phone Browser + short_name: 36 + version: "5.3.1" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia A + brand: SA + model: SCH-W2013 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SO-04G Build/23.5.B.0.303) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" + user_agent: SAMSUNG-SGH-A737/UCHD2 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2.0 profile/MIDP-2.0 configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: NetFront + short_name: NF + version: "3.4" + engine: NetFront + engine_version: "3.4" + device: + type: smartphone + brand: SA + model: SGH-A737 + os_family: Unknown + browser_family: NetFront +- + user_agent: MQQBrowser/Mini2.6 (SAMSUNG-SGH-A777/A777UCIF2) + os: [ ] + client: + type: browser + name: QQ Browser Mini + short_name: Q1 + version: "2.6" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia A4 - os_family: Android - browser_family: Chrome + brand: SA + model: SGH-A777 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Xperia Arc S Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-ca; SAMSUNG-SGH-I317 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -2667,52 +2683,109 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia Arc S + brand: SA + model: SGH-I317 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ja-jp; SonyEricssonSO-02C Build/4.0.1.C.1.24) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.3; SAMSUNG-SGH-I317 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SO - model: Xperia arco + brand: SA + model: SGH-I317 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; SonyEricssonSO-03D Build/6.0.A.5.12) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.3; SGH-I317M Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: SGH-I317M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; SAMSUNG-SGH-I337 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: SGH-I337 + os_family: Android + browser_family: Chrome +- + user_agent: NS/3.0.1 (Linux; U; Android 4.3; en-us; phone/SAMSUNG-SGH-I337 Build/JSS15J; Density/480; gzip) com.google.android.apps.magazines/133431644 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: mobile app + name: Google Play Newsstand version: "" - engine: WebKit - engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia arco HD + brand: SA + model: SGH-I337 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LT26w Build/6.1.A.2.55) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; en-ca; SGH-I337M Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: SGH-I337M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SAMSUNG-SGH-I437 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2727,16 +2800,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia arco S + brand: SA + model: SGH-I437 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT26w Build/6.1.A.2.45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG-SGH-I437P Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser @@ -2747,16 +2820,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia arco S + brand: SA + model: SGH-I437P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; SonyLT26w Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; SAMSUNG-SGH-I547 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser @@ -2767,333 +2840,364 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia arco S + brand: SA + model: SGH-I547 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LT26w Build/6.2.B.1.96) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-es; SAMSUNG-SGH-I577 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia arco S + brand: SA + model: SGH-I577 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2305 Build/16.0.B.2.6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SAMSUNG-SGH-I717 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C + brand: SA + model: SGH-I717 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2304 Build/16.0.B.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SAMSUNG-SGH-I747 Build/JRO03L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia C + brand: SA + model: SGH-I747 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; S39h Build/16.0.A.0.47) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SGH-I747 Build/JOP40D; LiquidSmooth-Liquid-JB-v2.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C + brand: SA + model: SGH-I747 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2533 Build/19.2.A.0.344) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SAMSUNG-SGH-I747 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.4.2" + name: CyanogenMod + short_name: CYN + version: "10.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.141" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C3 + brand: SA + model: SGH-I747 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2502 Build/19.2.A.0.383) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SGH-I747M Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.141" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C3 Dual + brand: SA + model: SGH-I747M os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E5306 Build/27.1.A.1.106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-I897 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C4 + brand: SA + model: SGH-I897 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; E5353 Build/27.2.A.0.155) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: 'Mozilla/4.0 (compatible: MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; WpsLondonTest; SAMSUNG; SGH-i917)' os: - name: Android - short_name: AND - version: "5.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "7.0" + platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone - brand: SO - model: Xperia C4 - os_family: Android - browser_family: Chrome + brand: SA + model: SGH-i917 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 6.0; E5303 Build/27.3.A.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 7.10; en-US; SAMSUNG; SGH-i917) U2/1.0.0 UCBrowser/3.2.0.340 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "6.0" + name: Windows Phone + short_name: WPH + version: "7.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink + name: UC Browser + short_name: UC + version: "3.2.0.340" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia C4 - os_family: Android - browser_family: Chrome + brand: SA + model: SGH-i917 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E5343 Build/27.1.B.1.106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SGH-I927 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "5.0" + name: CyanogenMod + short_name: CYN + version: "10.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C4 Dual + brand: SA + model: SGH-I927 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; E5363 Build/27.2.B.0.169) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-I997 Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "5.1" + name: CyanogenMod + short_name: CYN + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C4 Dual + brand: SA + model: SGH-I997 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; E5333 Build/27.3.B.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M819N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SO - model: Xperia C4 Dual + brand: SA + model: SGH-M819N os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E5506 Build/29.0.A.0.161) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0" - platform: "" + user_agent: SAMSUNG-SGH-T259/1.0 SHP/VPP/R5 NetFront/4.1 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: NetFront + short_name: NF + version: "4.1" + engine: NetFront + engine_version: "4.1" device: type: smartphone - brand: SO - model: Xperia C5 Ultra - os_family: Android - browser_family: Chrome + brand: SA + model: SGH-T259 + os_family: Unknown + browser_family: NetFront - - user_agent: Mozilla/5.0 (Linux; Android 5.1; E5553 Build/29.1.A.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: SAMSUNG-SGH-T359/T359UVJI2 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] + client: + type: browser + name: NetFront + short_name: NF + version: "3.5" + engine: NetFront + engine_version: "3.5" + device: + type: smartphone + brand: SA + model: SGH-T359 + os_family: Unknown + browser_family: NetFront +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ca; SGH-T589W Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia C5 Ultra + brand: SA + model: SGH-T589W os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; E5563 Build/29.2.B.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T599N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C5 Ultra Dual + brand: SA + model: SGH-T599N os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; E5533 Build/29.2.B.0.122; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: SAMSUNG-SGH-T749/T749UVIF3 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + os: [ ] + client: + type: browser + name: NetFront + short_name: NF + version: "3.5" + engine: NetFront + engine_version: "3.5" + device: + type: smartphone + brand: SA + model: SGH-T749 + os_family: Unknown + browser_family: NetFront +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-ca; SGH-T889V Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia C5 Ultra Dual + brand: SA + model: SGH-T889V os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ar-eg; SonyC1505 Build/11.3.A.0.59) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SGH-T959 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser @@ -3104,16 +3208,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T959 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-au; SonyC1504 Build/11.3.A.0.58) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T959V Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "9" platform: "" client: type: browser @@ -3124,16 +3228,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T959V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; SonyC1505 Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T989 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.6" platform: "" client: type: browser @@ -3141,19 +3245,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T989 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; SonyC1505v Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SGH-T989D Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -3164,16 +3268,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T989D os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1504 Build/11.3.A.2.23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SGH-T999 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -3184,16 +3288,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T999 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; SonyC1505-o Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SGH-T999 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser @@ -3204,73 +3308,76 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T999 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1504 Build/11.3.A.2.13) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; es-us; SGH-T999L Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T999L os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; C1505 Build/11.3.A.2.23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SGH-T999L Build/JSS15J) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" - platform: ARM + version: "4.3" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia E + brand: SA + model: SGH-T999L os_family: Android browser_family: Unknown - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; C1505) U2/1.0.0 UCBrowser/8.8.1.359 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; SGH-T999N Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SO - model: Xperia E - os_family: GNU/Linux - browser_family: Opera + brand: SA + model: SGH-T999N + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1604 Build/11.3.A.1.39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SGH-T999V Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.3" platform: "" client: type: browser @@ -3281,16 +3388,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E Dual + brand: SA + model: SGH-T999V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1605 Build/11.3.A.2.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; SHV-E110S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -3301,76 +3408,76 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E Dual + brand: SA + model: SHV-E110S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1604 Build/11.3.A.1.39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; SHV-E140L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E Dual + brand: SA + model: SHV-E140L os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1605 Build/11.3.A.1.39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SHV-E160L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia E Dual + brand: SA + model: SHV-E160L os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.1; en-US; C1605) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; tr-tr; SHV-E210K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E Dual + brand: SA + model: SHV-E210K os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-nz; D2004 Build/20.0.A.1.21) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; SHV-E210K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" client: type: browser @@ -3381,396 +3488,436 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E1 + brand: SA + model: SHV-E210K os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2005 Build/20.0.A.1.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SHV-E210S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E1 + brand: SA + model: SHV-E210S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2105 Build/20.0.B.0.68) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SHV-E210S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E1 Dual + brand: SA + model: SHV-E210S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2114 Build/20.0.B.0.85) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; SHV-E250K Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E1 Dual + brand: SA + model: SHV-E250K os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2104 Build/20.1.B.0.64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.128 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SHV-E250K Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.128" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E1 Dual + brand: SA + model: SHV-E250K os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2203 Build/18.4.A.1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; ko-kr; SHV-E250K/KKUEMK8 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E3 + brand: SA + model: SHV-E250K os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2206 Build/18.4.C.0.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.122 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; ko-kr; SAMSUNG SHV-E330L Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.122" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E3 + brand: SA + model: SHV-E330L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2243 Build/18.4.C.1.29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; SHW-M110S Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia E3 + brand: SA + model: SHW-M110S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; D2202 Build/18.4.A.1.25) AppleWebKit/533.1 (KHTML like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ko-kr; SHW-M130L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia E3 + brand: SA + model: SHW-M130L os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2212 Build/18.4.B.1.20) AppleWebKit/537.36 (KHTML like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 Mobile UCBrowser/3.4.1.483 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; ko-kr; SHW-M380S Build/HTK75D) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.4.2" + version: "3.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "3.4.1.483" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.13" device: type: smartphone - brand: SO - model: Xperia E3 Dual + brand: SA + model: SHW-M380S os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2105 Build/24.0.A.5.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SHW-M440S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E4 + brand: SA + model: SHW-M440S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2104 Build/24.0.A.1.34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G355H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 UCBrowser/11.4.1.1138 (UCMini) Mobile os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser Mini + short_name: UM + version: "" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: SA + model: SM-G355H + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-D700 Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "10" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: SA + model: SPH-D700 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SPH-D710 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E4 + brand: SA + model: SPH-D710 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2124 Build/24.0.B.5.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SPH-D710BST Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.62 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "34.0.1847.62" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E4 + brand: SA + model: SPH-D710BST os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; E2115 Build/24.0.B.5.14) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.10.0.796 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SPH-L300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.10.0.796" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E4 + brand: SA + model: SPH-L300 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2006 Build/25.0.A.1.28) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SPH-L520 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SO - model: Xperia E4G + brand: SA + model: SPH-L520 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2053 Build/25.0.A.1.28) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SPH-L710 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia E4G + brand: SA + model: SPH-L710 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2003 Build/25.0.A.2.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SPH-L710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E4G + brand: SA + model: SPH-L710 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2033 Build/25.0.B.2.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG SPH-L720 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E4g Dual + brand: SA + model: SPH-L720 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2043 Build/25.0.B.2.35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SPH-L720 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E4g Dual + brand: SA + model: SPH-L720 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3311 Build/37.0.A.1.105) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L720T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia E5 + brand: SA + model: SPH-L720T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; ST27I Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-M830 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser @@ -3778,19 +3925,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia go + brand: SA + model: SPH-M830 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-bo; ST27i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; SPH-M930BST Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 airGClient/2.1.7 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.6" platform: "" client: type: browser @@ -3801,16 +3948,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia go + brand: SA + model: SPH-M930BST os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; th-th; ST27a Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-P500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.3.7" + version: "4.1.2" platform: "" client: type: browser @@ -3818,19 +3965,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia go + brand: SA + model: SPH-P500 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-za; SonyST27i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; vollo Vi86 Build/volloVi86) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser @@ -3841,536 +3988,421 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia go + brand: SA + model: Vollo Vi86 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyST27a Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500XXJF4; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.1.2" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "2.0" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia go - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SO-04D Build/7.0.D.1.130) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.ybrowser/1.4.0 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500M/S8500MUGJF5; U; Bada/1.0; fr-ca) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "2.0" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia GX - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LT28i Build/6.1.E.2.68) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500-VODAFONE/S8500BUJF1; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mediaplayer + name: NexPlayer + version: "3.0" device: type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SonyEricssonLT28h Build/6.1.E.0.233) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500JPLC2; U; Bada/2.0; en-us) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SonyEricssonLT28i Build/6.1.E.1.19) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonLT28at Build/6.1.C.1.105) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; LT28h Build/6.1.E.0.233) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyLT28h Build/6.2.B.0.211) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "3.0" engine: WebKit - engine_version: "534.30" + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia ion - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ie; ST26i Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500XXLA1; U; Bada/2.0; de-de) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "3.0" engine: WebKit - engine_version: "534.30" + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia J - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; SonyST26i Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8600/1.0; U; Bada/2.0; en-us) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "3.0" engine: WebKit - engine_version: "534.30" + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia J - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave 3 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyST26i-o Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/1.0; U; bada/1.0; pt-br) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "2.0" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia J - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave 525 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; ST26a Build/11.0.A.3.28) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5330/S5330XXJJ1; U; Bada/1.0; it-it) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.0.4" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "2.0" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia J - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave 533 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyST26a Build/11.2.A.0.21) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5780/S5780NAKH3; U; Bada/1.1; fr-fr) 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 os: - name: Android - short_name: AND - version: "4.1.2" + name: Bada + short_name: SBA + version: "1.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mediaplayer + name: NexPlayer + version: "3.0" device: type: smartphone - brand: SO - model: Xperia J - os_family: Android - browser_family: Android Browser + brand: SA + model: Wave 578 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC2104 Build/15.0.A.1.36) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E/S723EXXJJ3; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "4.1.2" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Dolphin + short_name: DF + version: "2.0" engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SO - model: Xperia L - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2104 Build/15.3.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia L - os_family: Android - browser_family: Chrome + brand: SA + model: Wave 723 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2105 Build/15.3.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-ORANGE/S723EBVJJ1; U; Bada/1.0; fr-fr) 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 os: - name: Android - short_name: AND - version: "4.2.2" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mediaplayer + name: NexPlayer + version: "3.0" device: type: smartphone - brand: SO - model: Xperia L - os_family: Android - browser_family: Chrome + brand: SA + model: Wave 723 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3313 Build/43.0.A.2.27) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "7.0" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + type: mediaplayer + name: NexPlayer + version: "3.0" device: type: smartphone - brand: SO - model: Xperia L1 - os_family: Android - browser_family: Chrome + brand: SA + model: Wave 723 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3311 Build/43.0.A.3.39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-S7230E/S723EBGJJ3 Bada/1.0 AppleWebKit/533.1 Dolfin/2.0 Mobile NexPlayer/3.0 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B os: - name: Android - short_name: AND - version: "7.0" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mediaplayer + name: NexPlayer + version: "3.0" device: type: smartphone - brand: SO - model: Xperia L1 - os_family: Android - browser_family: Chrome + brand: SA + model: Wave 723 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3312 Build/43.0.A.4.46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230-VODAFONE/1.0; U; Bada/1.0; en-us) OperaMini/5.0.21073 Mobile WVGA SMM-MMS/1.2.0 NexPla os: - name: Android - short_name: AND - version: "7.0" + name: Bada + short_name: SBA + version: "1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: Opera Mini + short_name: OI + version: "5.0.21073" + engine: Presto engine_version: "" device: type: smartphone - brand: SO - model: Xperia L1 Dual - os_family: Android - browser_family: Chrome + brand: SA + model: Wave 723 + os_family: Other Mobile + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H3311 Build/49.0.A.4.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/13.0 (SAMSUNG; SAMSUNG-GT-S8530/S8530XXLA1; U; Bada/2.0; xx) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "7.1.1" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Dolphin + short_name: DF + version: "3.0" + engine: WebKit + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia L2 - os_family: Android - browser_family: Chrome + brand: SA + model: Wave II + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H3321) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7250/S7250XXKHD; U; Bada/2.0; tr-tr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "7.1.1" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Dolphin + short_name: DF + version: "3.0" + engine: WebKit + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia L2 - os_family: Android - browser_family: Chrome + brand: SA + model: Wave M + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H4311 Build/49.0.A.2.62) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380-BOUYGUES/S5380AGLH1; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "7.1.1" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Dolphin + short_name: DF + version: "3.0" + engine: WebKit + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia L2 Dual - os_family: Android - browser_family: Chrome + brand: SA + model: Wave Y + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H4331 Build/49.0.A.6.46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380/S5380AELB3; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "7.1.1" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: Dolphin + short_name: DF + version: "3.0" + engine: WebKit + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia L2 Dual - os_family: Android - browser_family: Chrome + brand: SA + model: Wave Y + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I3312) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5380D/S5380DNVKL1; U; Bada/2.0; fr-fr) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile HVGA SMM-MMS/1.2.0 OPN-B os: - name: Android - short_name: AND - version: "8.1.0" + name: Bada + short_name: SBA + version: "2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Dolphin + short_name: DF + version: "3.0" + engine: WebKit + engine_version: "534.20" device: type: smartphone - brand: SO - model: Xperia L3 - os_family: Android - browser_family: Chrome + brand: SA + model: Wave Y + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I4332) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; AERIAL PLUS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia L3 Dual + brand: SB + model: Aerial Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I4312 Build/54.0.A.5.85; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 YandexSearch/7.21 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Fractal) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "70.0.3538.110" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia L3 Dual + brand: SB + model: Fractal os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; SonyC1905 Build/15.1.A.1.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; Andromax-c Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -4381,36 +4413,36 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia M + brand: SC + model: Andromax c os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC1904 Build/15.1.C.1.17) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-; Smartfren Andromax AD688G Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) FlyFlow/3.1 Version/4.0 Mobile Safari/534.24 T5/2.0 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Baidu Browser + short_name: BD + version: "3.1" engine: WebKit - engine_version: "534.30" + engine_version: "534.24" device: type: smartphone - brand: SO - model: Xperia M + brand: SC + model: Andromax C2 os_family: Android - browser_family: Android Browser + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; nl-be; C1905 Build/15.1.C.2.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD9A1H Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser @@ -4421,92 +4453,32 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia M + brand: SC + model: Andromax G2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C1904 Build/15.1.C.2.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.135" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SO - model: Xperia M - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2005 Build/15.2.A.1.12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.170" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SO - model: Xperia M Dual - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2004 Build/15.2.A.2.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SO - model: Xperia M Dual - os_family: Android - browser_family: Chrome -- - user_agent: 'Mozilla/5.0 (Linux; Android 4.3; D2305 Build/18.0.A.1.30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Smartfren Andromax AD6B1H Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia M2 + brand: SC + model: Andromax G2 Hot os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2306 Build/18.0.C.1.15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD689G Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4514,19 +4486,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia M2 + brand: SC + model: Andromax i3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2303 Build/18.0.C.1.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; id-id; Smartfren Andromax AD682H Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4534,237 +4506,220 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia M2 + brand: SC + model: Andromax i3s os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2403 Build/18.3.C.0.39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; Andromax_U) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia M2 Aqua - os_family: Android - browser_family: Chrome -- - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; D2406 Build/18.3.C.0.40) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FBAN/FB4A;FBAV/22.0.0.15.13;]' - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: mobile app - name: Facebook - version: "22.0.0.15.13" - device: - type: smartphone - brand: SO - model: Xperia M2 Aqua + brand: SC + model: Andromax U os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D2302 Build/18.0.B.1.23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; id-; PD6D1J Build/KVT49L) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 bdbrowser_i18n/4.4.0.2 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.24" device: type: smartphone - brand: SO - model: Xperia M2 Dual + brand: SC + model: Andromax V3s os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E2353 Build/26.1.A.3.111) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0_(Smartfren-E781A/E2_SQID_V0.1.6; U; REX/4.3;BREW/3.1.5.189; Profile/MIDP-2.0_Configuration/CLDC-1.1; 240*320; CTC/2.0)_Obigo Browser/Q7' os: - name: Android - short_name: AND - version: "5.0" + name: Brew + short_name: BMP + version: "3.1.5.189" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.105" - engine: Blink + name: Obigo + short_name: OB + version: "Q7" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia M4 Aqua - os_family: Android - browser_family: Chrome + brand: SC + model: E781A + os_family: Brew + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E2333 Build/26.1.B.3.109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; id-id; New Andromax-i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia M4 Aqua + brand: SC + model: New Andromax I os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E2306 Build/26.1.A.3.111; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (Compatible; MSIE 6.0; Windows NT 5.1) SonyEricssonM1i/R1AA Profile/MIDP-2.1 Configuration/CLDC-1.1; Windows Phone 6.5 os: - name: Android - short_name: AND - version: "5.0" + name: Windows Phone + short_name: WPH + version: "6.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink + name: Internet Explorer + short_name: IE + version: "6.0" + engine: Trident engine_version: "" device: type: smartphone - brand: SO - model: Xperia M4 Aqua - os_family: Android - browser_family: Chrome + brand: SE + model: Aspen + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: 'Mozilla/5.0 (Linux; Android 5.0; E2303 Build/26.1.A.2.167; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/54.0.0.23.62;]' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-in; SonyEricssonWT19i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.0" + version: "2.3.4" platform: "" client: - type: mobile app - name: Facebook - version: "54.0.0.23.62" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia M4 Aqua + brand: SE + model: Live with Walkman os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; E2363 Build/26.1.B.3.109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonWT19iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia M4 Aqua Dual + brand: SE + model: Live with Walkman os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E2312 Build/26.3.B.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonWT19i-o Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia M4 Aqua Dual + brand: SE + model: Live with Walkman os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; E5603 Build/30.2.A.0.100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; WT19i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia M5 + brand: SE + model: Live with Walkman os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; E5633 Build/30.1.B.1.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; WT19i Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Flipboard/2.1.2/854,2.1.2.854,2013-12-05 11:59, +0300 os: name: Android short_name: AND - version: "5.1" + version: "2.3.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + type: mobile app + name: Flipboard App + version: "2.1.2" device: type: smartphone - brand: SO - model: Xperia M5 Dual + brand: SE + model: Live with Walkman os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-ch; Xperia Mini Pro Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; LiveWithWalkman Build/IMM76L; CyanogenMod-9.1.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: CyanogenMod short_name: CYN - version: "10" + version: "9.1.0" platform: "" client: type: browser @@ -4775,12 +4730,12 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia Mini Pro + brand: SE + model: Live with Walkman os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; SonyST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonMT25i Build/4.1.B.0.631) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4795,12 +4750,12 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia miro + brand: SE + model: MT25i os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; bg-bg; ST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-co; MT25i Build/4.1.B.0.631) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4815,16 +4770,36 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia miro + brand: SE + model: MT25i os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-mx; SonyST23a Build/11.0.A.5.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; W960 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.8.9.457 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.8.9.457" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: SE + model: W960 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-ph; SonyEricssonST17a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.4" platform: "" client: type: browser @@ -4832,19 +4807,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia miro + brand: SE + model: Xperia active os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; SonyST23iv Build/11.0.A.5.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ch; SonyEricssonST17i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -4852,19 +4827,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia miro + brand: SE + model: Xperia active os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; ST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15 Build/3.0.A.2.181_R3D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.2" platform: "" client: type: browser @@ -4872,19 +4847,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia miro + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-fr; Xperia Neo V Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15i Build/3.0.A.2.181) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.2" platform: "" client: type: browser @@ -4892,19 +4867,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia Neo V + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-in; LT22i Build/6.0.B.1.564) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; fr-fr; SonyEricssonLT15i-o Build/3.0.A.2.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.2" platform: "" client: type: browser @@ -4915,16 +4890,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonLT22i-o Build/6.0.B.3.187) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-ca; SonyEricssonLT15a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.4" platform: "" client: type: browser @@ -4935,16 +4910,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-ch; SonyEricssonLT22i Build/6.0.B.1.564) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; LT15i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.4" platform: "" client: type: browser @@ -4955,16 +4930,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; LT22i Build/6.1.1.B.1.75) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSO-01C Build/4.0.1.C.1.21) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -4972,39 +4947,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LT22i Build/6.1.1.B.1.54) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.4; en-US; LT15i) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-mx; SonyLT22i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT15iv Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -5015,36 +4990,36 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia P Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonLT18a Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia P + brand: SE + model: Xperia arc S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-gb; LT26i Build/6.0.A.3.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonLT18i-o Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.4" platform: "" client: type: browser @@ -5055,16 +5030,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonLT26i Build/6.0.A.3.73) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonLT18iv Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.4" platform: "" client: type: browser @@ -5075,32 +5050,32 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; SonyEricssonLT26i-o Build/6.0.A.3.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.4; en-US; LT18i) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "8.8.1.359" + engine: "" + engine_version: "" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-hk; LT26i Build/6.1.A.2.45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-at; LT18i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5115,16 +5090,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; SonyLT26iv Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonLT18i Build/Xperia Ultimate HDâ„¢ 3.0.2) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -5135,16 +5110,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ch; SonyLT26i Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; LT18i Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -5155,32 +5130,32 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia arc S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonST15i Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia S + brand: SE + model: Xperia mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LT26ii Build/6.1.A.2.50) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-pa; ST15a Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5195,36 +5170,36 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia SL + brand: SE + model: Xperia mini os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; en-US; LT26ii) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; ST15i Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia SL + brand: SE + model: Xperia mini os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC5306 Build/12.0.A.1.284) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonSK17i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.4" platform: "" client: type: browser @@ -5232,19 +5207,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyC5303 Build/12.0.A.1.257) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonSK17a Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.4" platform: "" client: type: browser @@ -5252,95 +5227,95 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C5306 Build/12.0.A.1.284) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSK17i-o Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.2; en-US; C5303) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonSK17iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8.1.359" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C5303 Build/12.1.A.0.266) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-jm; SK17a Build/4.1.B.0.431) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C5302 Build/12.1.A.1.201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-py; SK17i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia SP + brand: SE + model: Xperia mini pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SO-05D Build/7.0.D.1.117) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-; SK17i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5355,16 +5330,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia SX + brand: SE + model: Xperia mini pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; LT30p Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-gb; SonyEricssonMT15i-o Build/3.0.1.A.0.145) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.3" platform: "" client: type: browser @@ -5372,19 +5347,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T + brand: SE + model: Xperia neo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyLT30p Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonMT15i Build/3.0.1.A.0.145) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.3" platform: "" client: type: browser @@ -5392,19 +5367,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T + brand: SE + model: Xperia neo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyLT30p-o Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonMT15a Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5412,39 +5387,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T + brand: SE + model: Xperia neo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; LT30p Build/9.1.A.1.141) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Maxthon/4.1.5.2000 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; cs_cz; MT11i Build/GINGERBREAD) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 NetFrontLifeBrowser/2.3 Mobile (Dragonfruit) os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.3" platform: "" client: type: browser - name: Maxthon - short_name: MX - version: "4.1.5.2000" - engine: WebKit - engine_version: "534.30" + name: NetFront Life + short_name: NL + version: "2.3" + engine: NetFront + engine_version: "" device: type: smartphone - brand: SO - model: Xperia T + brand: SE + model: Xperia neo V os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyLT30a Build/9.1.A.1.140) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; el-gr; SonyEricssonMT11i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.4" platform: "" client: type: browser @@ -5452,96 +5427,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T LTE + brand: SE + model: Xperia neo V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; LT30a Build/9.1.A.0.489) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonMT11i-o Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" - platform: ARM + version: "2.3.4" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T LTE + brand: SE + model: Xperia neo V os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5106 Build/18.1.A.1.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; SonyEricssonMT11iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T3 + brand: SE + model: Xperia neo V os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5103 Build/18.1.A.0.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonMT11a Build/4.0.2.A.0.42) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.141" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T3 + brand: SE + model: Xperia neo V os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5102 Build/18.2.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.2; en-us; SonyEricssonR800x Build/3.0.E.2.89) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia T3 + brand: SE + model: Xperia PLAY os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ie; ST21i Build/11.0.A.4.22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonR800at Build/3.0.1.B.0.285) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.3" platform: "" client: type: browser @@ -5549,19 +5527,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo + brand: SE + model: Xperia PLAY os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyST21i-o Build/11.0.A.4.22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-; R800x Build/4.0.2.E.0.57) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5569,19 +5547,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo + brand: SE + model: Xperia PLAY os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; SonyST21i Build/11.0.A.0.16) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-gb; SonyEricssonMK16i Build/4.0.2.A.0.69) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5589,35 +5567,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo + brand: SE + model: Xperia pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ST21i Build/11.0.A.4.22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonMK16a Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo + brand: SE + model: Xperia pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; SonyST21i2 Build/11.0.A.6.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fa-ir; MK16i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5632,16 +5610,16 @@ engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia tipo dual + brand: SE + model: Xperia pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyST21a2 Build/11.0.A.1.12) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-be; SonyEricssonST18i Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5649,19 +5627,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo dual + brand: SE + model: Xperia ray os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; ST21i2 Build/11.0.A.6.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-ca; SonyEricssonST18a Build/4.0.1.A.0.283) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5669,39 +5647,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia tipo dual + brand: SE + model: Xperia ray os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; LT29i Build/9.2.A.1.199) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; SonyEricssonST18iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia TX + brand: SE + model: Xperia ray os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-au; ST25a Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; ST18i Build/4.1.B.0.587) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.7" + version: "4.0.4" platform: "" client: type: browser @@ -5709,15 +5687,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia ray os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-es; SonyEricssonST25i-o Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; el-gr; MT27i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -5732,16 +5710,16 @@ engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia Sola os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonST25iv Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonMT27i Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.7" + version: "4.0.4" platform: "" client: type: browser @@ -5749,19 +5727,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia Sola os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; it-it; SonyEricssonST25i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; SonyEricssonX10iv Build/R1FA014) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "2.3.7" + version: "1.6" platform: "" client: type: browser @@ -5769,39 +5747,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "528.5" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia X10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ST25i Build/6.0.B.3.188) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; SonyEricssonX10a Build/2.1.A.0.492) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "2.3.7" + version: "2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia X10 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-co; ST25a Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SonyEricssonX10i Build/3.0.1.G.0.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.3" platform: "" client: type: browser @@ -5809,19 +5787,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia X10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-pt; ST25i Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; X10i Build/3.0.1.G.0.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.3" platform: "" client: type: browser @@ -5829,19 +5807,33 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia X10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-; SonyST25i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: CWEB/2.0 (Linux; U; Adr 2.1-update1; en-US; E10i) U2/1.0.0 UC \x11@0C75@/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.1" + platform: "" + client: null + device: + type: smartphone + brand: SE + model: Xperia X10 mini + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; SonyEricssonE10iv Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + os: + name: Android + short_name: AND + version: "2.1" platform: "" client: type: browser @@ -5849,36 +5841,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia U + brand: SE + model: Xperia X10 mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SOL22 Build/10.3.1.D.0.257) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.15.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; iw-il; SonyEricssonE10a Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "4.2.2" + version: "2.1" platform: "" client: - type: mobile app - name: Yahoo! Japan - version: "3.15.1" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia UL + brand: SE + model: Xperia X10 mini os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyLT25i Build/9.1.A.1.140) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; cs-cz; E10i Build/3.0.1.A.0.145; MiniCM7-2.1.6) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.7" platform: "" client: type: browser @@ -5886,179 +5881,176 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia V + brand: SE + model: Xperia X10 mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LT25i Build/9.1.A.1.140) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 1.6; en-us; SonyEricssonU20a Build/R1X) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "4.1.2" + version: "1.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "528.5" device: type: smartphone - brand: SO - model: Xperia V + brand: SE + model: Xperia X10 mini pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia V Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; SonyEricssonE15i-o Build/1.3.A.0.50) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "4.4.2" + version: "1.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: SO - model: Xperia V + brand: SE + model: Xperia X8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F5121 Build/34.0.A.2.292) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-au; SonyEricssonE15i Build/2.1.1.A.0.6) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "6.0.1" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia X + brand: SE + model: Xperia X8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F5321 Build/34.1.A.3.49) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; es-es; SonyEricssonE15iv Build/2.0.1.A.0.47) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "6.0.1" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia X Compact + brand: SE + model: Xperia X8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SO-02J Build/34.4.B.0.252) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; E15i Build/2.1.1.A.0.16) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "8.0.0" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia X Compact + brand: SE + model: Xperia X8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F5122 Build/34.3.A.0.194) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; pt-br; SonyEricssonE15a Build/2.0.1.A.0.47) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "7.1.1" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: SO - model: Xperia X Dual + brand: SE + model: Xperia X8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SOV33 Build/35.0.D.0.326) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; en-us; SHARP-ADS1 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia X Performance + brand: SH + model: ADS1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SO-04H Build/35.0.B.2.360) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SHL22 Build/S8202) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.15.1 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + type: mobile app + name: Yahoo! Japan + version: "3.15.1" device: type: smartphone - brand: SO - model: Xperia X Performance + brand: SH + model: Aquos Phone SHL22 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 502SO Build/39.2.D.0.232; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ja-jp; SH-02E Build/SC050) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser @@ -6066,15 +6058,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia X Performance + brand: SH + model: Aquos Phone Zeta os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F8131 Build/41.2.A.7.8; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; FS8010 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6082,63 +6074,63 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia X Performance + brand: SH + model: Aquos S2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F8132 Build/41.2.A.7.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FS8032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia X Performance Dual + brand: SH + model: Aquos S3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3111 Build/33.2.A.2.35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.1; FS8018 Build/NMF26X os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA + brand: SH + model: Aquos S3 Mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3113 Build/33.2.A.3.81) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 506SH Build/S1006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser @@ -6149,52 +6141,52 @@ engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA + brand: SH + model: Aquos Xx3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3115 Build/33.2.A.2.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SH-Z10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA + brand: SH + model: Aquos zero os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; F3112 Build/33.3.A.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TG-L900S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA Dual + brand: SH + model: Luna S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; F3116 Build/33.3.A.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; FS8028 Build/NRD90M os: name: Android short_name: AND @@ -6202,119 +6194,135 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA Dual + brand: SH + model: R1S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3213 Build/36.0.A.1.100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ja-jp; SH-06D Build/S7231) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SO - model: Xperia XA Ultra + brand: SH + model: SH-06D os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; F3211 Build/36.0.A.1.111) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SH-07D Build/S7190) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia XA Ultra + brand: SH + model: SH-07D os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; F3215 Build/36.1.A.0.182) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SH-10D Build/S4040) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + version: "27.0.1453.90" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: SO - model: Xperia XA Ultra + brand: SH + model: SH-10D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; F3216 Build/36.1.A.0.179) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; SH837W Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SO - model: Xperia XA Ultra Dual + brand: SH + model: SH837W os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; F3212 Build/36.1.A.0.182) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: SHARP-STX2/MC.40; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.19039; U; en-US) Opera 9.50 + os: [ ] + client: + type: browser + name: Opera Mini + short_name: OI + version: "4.2.19039" + engine: Presto + engine_version: "" + device: + type: smartphone + brand: SH + model: STX2 + os_family: Unknown + browser_family: Opera +- + user_agent: Mozilla/5.0 Linux; Android 6.0; FS8002 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA Ultra Dual + brand: SH + model: Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3116 Build/40.0.A.5.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; FS8009 Build/NRD90M os: name: Android short_name: AND @@ -6322,219 +6330,219 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 + brand: SH + model: Z3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 7.0; G3123 Build/40.0.A.5.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile ' + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Blackphone 2 Build/MOB31Z) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "46.0.2490.92" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 + brand: SJ + model: Blackphone 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3423 Build/48.0.A.1.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; SELFIX_SLASH6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 Plus + brand: SL + model: Slash 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3412 Build/48.0.A.1.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SELFIX VOYAGER-V45) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 Plus + brand: SL + model: Voyager V45 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G3416 Build/48.1.A.2.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; roar E80 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 Plus + brand: SM + model: Roar E80 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G3421) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; roar V20 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 Plus + brand: SM + model: Roar V20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3426 Build/48.0.A.1.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Symphony_W128) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA1 Plus Dual + brand: SM + model: W128 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G3221 Build/42.0.A.1.90; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Symphony W68 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia XA1 Ultra + brand: SM + model: W68 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3133 Build/50.1.A.13.83) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Symphony_W72) U2/1.0.0 UCBrowser/8.9.2.373 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink + name: UC Browser + short_name: UC + version: "8.9.2.373" + engine: "" engine_version: "" device: type: smartphone - brand: SO - model: Xperia XA2 + brand: SM + model: W72 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3113 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; bn-bd; Symphony W82 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia XA2 + brand: SM + model: W82 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3123) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SYMPHONY_W90 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SO - model: Xperia XA2 + brand: SM + model: W90 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4113 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4433 Build/50.1.A.11.36) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6544,57 +6552,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Dual + model: H4433 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4133 Build/50.1.A.10.40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; J8170) AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Dual + model: Xperia 1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4413) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; J9110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Plus Dual + model: Xperia 1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H4493) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; J8110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6604,641 +6612,638 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Plus Dual + model: Xperia 1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4213 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I3113) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Ultra + model: Xperia 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3223 Build/50.1.A.10.40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I3123) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XA2 Ultra + model: Xperia 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F8331 Build/39.0.A.1.250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I4113 Build/53.0.A.6.92; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" + name: Chrome Webview + short_name: CV + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ + model: Xperia 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 601SO Build/39.0.D.1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I4293) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ + model: Xperia 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F8332 Build/39.0.A.1.250; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I3223) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "54.0.2840.68" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ + model: Xperia 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01J Build/39.2.B.0.288) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; I4213) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ + model: Xperia 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV34 Build/41.3.C.1.120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SonySO-04E Build/10.3.1.B.0.224) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZ + model: Xperia A os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8141 Build/45.0.A.1.244) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SO-04G Build/23.5.B.0.303) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ Premium + model: Xperia A4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SO-04J Build/45.0.B.2.143) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Xperia Arc S Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "7.1.1" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZ Premium + model: Xperia Arc S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; 701SO Build/47.1.D.9.18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ja-jp; SonyEricssonSO-02C Build/4.0.1.C.1.24) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia XZ1 + model: Xperia arco os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV36 Build/47.1.C.9.34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; SonyEricssonSO-03D Build/6.0.A.5.12) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia XZ1 + model: Xperia arco HD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G8342 Build/47.1.A.12.235; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LT26w Build/6.1.A.2.55) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZ1 + model: Xperia arco S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; SO-01K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT26w Build/6.1.A.2.45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZ1 + model: Xperia arco S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SO-02K Build/47.1.F.1.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; SonyLT26w Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZ1 Compact + model: Xperia arco S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G8441 Build/47.1.A.5.51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0. + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LT26w Build/6.2.B.1.96) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.0" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ1 Compact + model: Xperia arco S os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8216 Build/51.1.A.2.183) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2305 Build/16.0.B.2.6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8276 Build/51.1.A.3.159) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2304 Build/16.0.B.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8324 Build/51.1.A.4.225) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; S39h Build/16.0.A.0.47) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV37 Build/51.1.C.0.374) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2533 Build/19.2.A.0.344) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8314 Build/51.1.A.11.51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2502 Build/19.2.A.0.383) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C3 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H8296) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E5306 Build/27.1.A.1.106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 + model: Xperia C4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8266 Build/51.1.A.2.213) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; E5353 Build/27.2.A.0.155) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 Dual + model: Xperia C4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H8166) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; E5303 Build/27.3.A.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ2 Premium Dual + model: Xperia C4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H8416 Build/52.0.A.1.220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E5343 Build/27.1.B.1.106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ3 + model: Xperia C4 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H9436) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; E5363 Build/27.2.B.0.169) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ3 + model: Xperia C4 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; H9493) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; E5333 Build/27.3.B.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZ3 + model: Xperia C4 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8232 Build/41.2.A.0.235) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E5506 Build/29.0.A.0.161) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZs + model: Xperia C5 Ultra os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8231 Build/41.2.A.0.235) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; E5553 Build/29.1.A.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZs + model: Xperia C5 Ultra os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SOV35 Build/41.2.C.0.251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; E5563 Build/29.2.B.0.129) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZs + model: Xperia C5 Ultra Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SO-03J Build/41.2.B.0.265) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; E5533 Build/29.2.B.0.122; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia XZs + model: Xperia C5 Ultra Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 602SO Build/41.2.D.0.249) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ar-eg; SonyC1505 Build/11.3.A.0.59) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia XZs + model: Xperia E os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC6616 Build/10.1.1.A.1.319) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-au; SonyC1504 Build/11.3.A.0.58) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser @@ -7250,72 +7255,75 @@ device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C6606 Build/10.1.1.B.0.166) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; SonyC1505 Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ja-jp; SO-02E Build/10.1.D.0.343) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; SonyC1505v Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" - platform: ARM + version: "4.1.1" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; C6603) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1504 Build/11.3.A.2.23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-gb; SonyC6603 Build/10.4.B.0.569) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; SonyC1505-o Build/11.3.A.2.13) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: type: browser @@ -7327,75 +7335,92 @@ device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C6603 Build/10.4.B.0.569) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1504 Build/11.3.A.2.13) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C6616 Build/10.4.B.0.569) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; C1505 Build/11.3.A.2.23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" + device: + type: smartphone + brand: SO + model: Xperia E + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; C1505) U2/1.0.0 UCBrowser/8.8.1.359 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.166" - engine: Blink + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto engine_version: "" device: type: smartphone brand: SO - model: Xperia Z - os_family: Android - browser_family: Chrome + model: Xperia E + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C6602 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1604 Build/11.3.A.1.39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z + model: Xperia E Dual os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SonyC6903 Build/14.1.G.1.518) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SonyC1605 Build/11.3.A.2.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -7407,71 +7432,71 @@ device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E Dual os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6903 Build/14.1.G.1.518) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1604 Build/11.3.A.1.39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SO-01F Build/14.1.H.0.542) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; C1605 Build/11.3.A.1.39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.89" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; C6906 Build/14.2.A.0.290) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.1; en-US; C1605) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.16" + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" + engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E Dual os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SonyC6906 Build/14.2.A.0.290) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-nz; D2004 Build/20.0.A.1.21) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7487,11 +7512,11 @@ device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E1 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; L39h Build/14.2.A.1.136) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2005 Build/20.0.A.1.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7499,56 +7524,59 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6916 Build/14.2.C.0.159) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2105 Build/20.0.B.0.68) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND version: "4.3" - platform: ARM + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E1 Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; ja-jp; SonySO-02F Build/14.3.B.0.310) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2114 Build/20.0.B.0.85) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E1 Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6902 Build/14.3.A.0.681) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2104 Build/20.1.B.0.64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.128 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7558,17 +7586,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "36.0.1985.128" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E1 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6943 Build/14.3.A.0.681) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2203 Build/18.4.A.1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7578,17 +7606,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia Z1 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2206 Build/18.4.C.0.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.122 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7598,17 +7626,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "35.0.1916.122" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SO-02F Build/14.3.B.0.288) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2243 Build/18.4.C.1.29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7618,37 +7646,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z1 + model: Xperia E3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; D5503 Build/14.2.A.1.114) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; D2202 Build/18.4.A.1.25) AppleWebKit/533.1 (KHTML like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "37.0.2062.117" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.9.2.467" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia Z1 Compact + model: Xperia E3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia Z1 Compact Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2212 Build/18.4.B.1.20) AppleWebKit/537.36 (KHTML like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 Mobile UCBrowser/3.4.1.483 os: name: Android short_name: AND @@ -7656,119 +7684,119 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "3.4.1.483" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SO - model: Xperia Z1 Compact + model: Xperia E3 Dual os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D6502 Build/17.1.1.A.0.402) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2105 Build/24.0.A.5.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z2 + model: Xperia E4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D6503 Build/17.1.A.2.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2104 Build/24.0.A.1.34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z2 + model: Xperia E4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SO-03F Build/17.1.1.B.3.195) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2124 Build/24.0.B.5.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z2 + model: Xperia E4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; pt-br; D6543 Build/17.1.A.2.36) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; E2115 Build/24.0.B.5.14) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.10.0.796 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.9.2.467" + version: "10.10.0.796" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z2 + model: Xperia E4 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; D6563 Build/23.4.A.1.232) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2006 Build/25.0.A.1.28) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z2a + model: Xperia E4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D6653 Build/23.0.A.2.93) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2053 Build/25.0.A.1.28) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7778,17 +7806,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.59" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia E4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D6603 Build/23.0.A.2.93) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2003 Build/25.0.A.2.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7798,17 +7826,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia E4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SO-01G Build/23.0.B.1.38) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2033 Build/25.0.B.2.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7818,534 +7846,517 @@ type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia E4g Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SOL26 Build/23.1.G.2.244) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; E2043 Build/25.0.B.2.35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia E4g Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 401SO Build/23.1.F.0.464) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3311 Build/37.0.A.1.105) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SO - model: Xperia Z3 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; D6616 Build/23.1.C.0.399; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia E5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; D6646 Build/23.4.A.1.232) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; ST27I Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia go os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; D6643) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-bo; ST27i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia Z3 + model: Xperia go os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4; D5803 Build/23.0.A.2.105) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; th-th; ST27a Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "38.0.2125.102" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SO - model: Xperia Z3 Compact + model: Xperia go os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D5833 Build/23.0.1.A.5.77) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-za; SonyST27i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3 Compact + model: Xperia go os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SO-02G Build/23.0.B.1.38) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 NaverMatome-Android/4.0.6 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyST27a Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3 Compact + model: Xperia go os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; en-US; D6683 Build/23.1.2.E.0.13) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.2.1188 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SO-04D Build/7.0.D.1.130) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.ybrowser/1.4.0 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.12.2.1188" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3 Dual + model: Xperia GX os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; D6633 Build/23.5.A.1.291) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LT28i Build/6.1.E.2.68) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3 Dual + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; E6553 Build/28.0.A.8.251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SonyEricssonLT28h Build/6.1.E.0.233) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3+ + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6533 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SonyEricssonLT28i Build/6.1.E.1.19) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.78" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3+ + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; D6708 Build/23.1.D.0.509) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyEricssonLT28at Build/6.1.C.1.105) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z3v + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 402SO Build/32.1.D.0.419) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; LT28h Build/6.1.E.0.233) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z4 + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-03G Build/32.3.D.0.132) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyLT28h Build/6.2.B.0.211) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z4 + model: Xperia ion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SOV31 Build/32.3.C.0.336) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ie; ST26i Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z4 + model: Xperia J os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 501SO Build/32.1.D.0.349) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; SonyST26i Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z5 + model: Xperia J os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6653 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyST26i-o Build/11.0.A.7.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z5 + model: Xperia J os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01H Build/32.3.E.0.136) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; ST26a Build/11.0.A.3.28) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z5 + model: Xperia J os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SOV32 Build/32.3.C.0.403; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 MxBrowser/4.5.10.1300 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyST26a Build/11.2.A.0.21) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Maxthon - short_name: MX - version: "4.5.10.1300" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z5 + model: Xperia J os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6603 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC2104 Build/15.0.A.1.36) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SO - model: Xperia Z5 + model: Xperia L os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; E5803 Build/32.0.A.4.11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2104 Build/15.3.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Compact + model: Xperia L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6633 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2105 Build/15.3.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Dual + model: Xperia L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; E6883 Build/32.0.A.6.115; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3313 Build/43.0.A.2.27) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Premium + model: Xperia L1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6853 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 4473 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3311 Build/43.0.A.3.39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Premium + model: Xperia L1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-03H Build/32.3.E.0.140; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 Line/8.3.1/IAB + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3312 Build/43.0.A.4.46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND version: "7.0" platform: "" client: - type: mobile app - name: Line - version: "8.3.1" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Premium + model: Xperia L1 Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6833 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H3311 Build/49.0.A.4.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8355,205 +8366,181 @@ type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia Z5 Premium Dual + model: Xperia L2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC6506 Build/10.1.A.1.395) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H3321) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SO - model: Xperia ZL + model: Xperia L2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6502 Build/10.3.1.A.2.67) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H4311 Build/49.0.A.2.62) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "30.0.1599.92" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia ZL + model: Xperia L2 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6506 Build/10.3.A.0.423) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; H4331 Build/49.0.A.6.46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia ZL + model: Xperia L2 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C6503 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I3312) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia ZL + model: Xperia L3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; C5502 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I4332) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia ZR + model: Xperia L3 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; C5503 Build/10.6.A.0.454) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; I4312 Build/54.0.A.5.85; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 YandexSearch/7.21 os: name: Android short_name: AND - version: "5.0.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" + name: Chrome Webview + short_name: CV + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: SO - model: Xperia ZR + model: Xperia L3 Dual os_family: Android browser_family: Chrome - - user_agent: Spice M5364 - os: [ ] - client: null - device: - type: smartphone - brand: SP - model: M5364 - os_family: Unknown - browser_family: Unknown -- - user_agent: SpiceM5395/MTK Release/01.01.2012 Browser/wap2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: - name: MTK / Nucleus - short_name: MTK - version: "" - platform: "" - client: null - device: - type: smartphone - brand: SP - model: M5395 - os_family: Real-time OS - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Spice Mi-349) U2/1.0.0 UCBrowser/9.3.2.349 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; SonyC1905 Build/15.1.A.1.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.3.2.349" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SP - model: Mi-349 + brand: SO + model: Xperia M os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.9; en-US; Spice_Mi-422) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC1904 Build/15.1.C.1.17) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.9" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SP - model: Mi-422 + brand: SO + model: Xperia M os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Spice Mi-502 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; nl-be; C1905 Build/15.1.C.2.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser @@ -8564,152 +8551,152 @@ engine_version: "534.30" device: type: smartphone - brand: SP - model: Mi-502 + brand: SO + model: Xperia M os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SpiceMI-520 Build/SpiceMi520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C1904 Build/15.1.C.2.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.2062.117" + version: "33.0.1750.135" engine: Blink engine_version: "" device: type: smartphone - brand: SP - model: MI-520 + brand: SO + model: Xperia M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BiTBiZ_V58 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2005 Build/15.2.A.1.12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.76" + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone - brand: SQ - model: V58 + brand: SO + model: Xperia M Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SCHR9GR Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C2004 Build/15.2.A.2.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "70.0.3538.110" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SS - model: SCHON R9 + brand: SO + model: Xperia M Dual os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; es-LA; Sky_3.5) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile + user_agent: 'Mozilla/5.0 (Linux; Android 4.3; D2305 Build/18.0.A.1.30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ' os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.1.1.420" - engine: "" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: "3.5" + brand: SO + model: Xperia M2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SKY 4.0D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2306 Build/18.0.C.1.15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: 4.0D + brand: SO + model: Xperia M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SKY 4.5LM Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2303 Build/18.0.C.1.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: 4.5LM + brand: SO + model: Xperia M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0(Linux; Android 7.0; SKY 5.0LM Build/NRD90M)AppleWebKit/537.36(KHTML, like Gecko)Chrome/64.0.3282.137MobileSafari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D2403 Build/18.3.C.0.39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: 5.0LM + brand: SO + model: Xperia M2 Aqua os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; Sky 5.5Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/45.0.0.38.146;]' + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; D2406 Build/18.3.C.0.40) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FBAN/FB4A;FBAV/22.0.0.15.13;]' os: name: Android short_name: AND @@ -8718,239 +8705,196 @@ client: type: mobile app name: Facebook - version: "45.0.0.38.146" - device: - type: smartphone - brand: SW - model: 5.5Q - os_family: Android - browser_family: Unknown -- - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; Sky_7.0W) U2/1.0.0 UCBrowser/10.7.9.856 U2/1.0.0 Mobile - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.7.9.856" - engine: "" - engine_version: "" + version: "22.0.0.15.13" device: type: smartphone - brand: SW - model: 7.0W + brand: SO + model: Xperia M2 Aqua os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite 5.0M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D2302 Build/18.0.B.1.23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Elite 5.0M + brand: SO + model: Xperia M2 Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite_5_5_Octa Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E2353 Build/26.1.A.3.111) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.105" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Elite 5.5 Octa + brand: SO + model: Xperia M4 Aqua os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite 5.5L+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E2333 Build/26.1.B.3.109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Elite 5.5L+ + brand: SO + model: Xperia M4 Aqua os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Elite 6.0L Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E2306 Build/26.1.A.3.111; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Elite 6.0L + brand: SO + model: Xperia M4 Aqua os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Fuego 4.0T Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 5.0; E2303 Build/26.1.A.2.167; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/54.0.0.23.62;]' os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "54.0.2840.85" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "54.0.0.23.62" device: type: smartphone - brand: SW - model: Fuego 4.0T + brand: SO + model: Xperia M4 Aqua os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Fuego 5.0+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; E2363 Build/26.1.B.3.109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Fuego 5.0+ + brand: SO + model: Xperia M4 Aqua Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Platinum_5.0M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E2312 Build/26.3.B.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Platinum 5.0M + brand: SO + model: Xperia M4 Aqua Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Platinum_M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; E5603 Build/30.2.A.0.100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: SW - model: Platinum 5.0M + brand: SO + model: Xperia M5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; Android edition by sfr STARADDICT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.5" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: SX - model: Staraddict - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Smartphone Android by SFR STARADDICT II Build/IceCreamSandwich) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; E5633 Build/30.1.B.1.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: SX - model: Staraddict 2 + brand: SO + model: Xperia M5 Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; STARADDICT II Plus Build/GXI_ZTEV1.0.0B02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-ch; Xperia Mini Pro Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.0.4" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser @@ -8961,36 +8905,36 @@ engine_version: "534.30" device: type: smartphone - brand: SX - model: Staraddict 2 Plus + brand: SO + model: Xperia Mini Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STARADDICT 4 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; SonyST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SX - model: Staraddict 4 + brand: SO + model: Xperia miro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Android Edition Starnaute Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; bg-bg; ST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -8998,19 +8942,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SX - model: StarNaute + brand: SO + model: Xperia miro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; STARNAUTE II Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-mx; SonyST23a Build/11.0.A.5.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser @@ -9018,19 +8962,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SX - model: StarNaute 2 + brand: SO + model: Xperia miro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Starshine Build/HuaweiU8180) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; SonyST23iv Build/11.0.A.5.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9038,19 +8982,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SX - model: StarShine + brand: SO + model: Xperia miro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; STARSHINE II Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; ST23i Build/11.0.A.5.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9061,16 +9005,16 @@ engine_version: "534.30" device: type: smartphone - brand: SX - model: StarShine 2 + brand: SO + model: Xperia miro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Android Edition StarText Build/V1.0.0B06) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-fr; Xperia Neo V Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.2" + version: "4.4.2" platform: "" client: type: browser @@ -9078,19 +9022,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SX - model: StarText + brand: SO + model: Xperia Neo V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; STARTEXT II Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, comme Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-in; LT22i Build/6.0.B.1.564) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.7" platform: "" client: type: browser @@ -9101,16 +9045,16 @@ engine_version: "533.1" device: type: smartphone - brand: SX - model: StarText 2 + brand: SO + model: Xperia P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Android Edition StarTrail Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonLT22i-o Build/6.0.B.3.187) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.2" + version: "2.3.7" platform: "" client: type: browser @@ -9121,16 +9065,16 @@ engine_version: "533.1" device: type: smartphone - brand: SX - model: StarTrail + brand: SO + model: Xperia P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; STARTRAIL II Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-ch; SonyEricssonLT22i Build/6.0.B.1.564) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.7" platform: "" client: type: browser @@ -9141,16 +9085,16 @@ engine_version: "533.1" device: type: smartphone - brand: SX - model: StarTrail 2 + brand: SO + model: Xperia P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;fr-fr; STARTRAIL4 Build/BQ_ZTEV1.0.0B04) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; LT22i Build/6.1.1.B.1.75) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9161,29 +9105,32 @@ engine_version: "534.30" device: type: smartphone - brand: SX - model: StarTrail 4 + brand: SO + model: Xperia P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; STARTRAIL 4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LT22i Build/6.1.1.B.1.54) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" - platform: ARM + version: "4.0.4" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: SX - model: StarTrail 4 + brand: SO + model: Xperia P os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; STARXTREM Build/GM_ZTEV1.0.0B03) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-mx; SonyLT22i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9198,36 +9145,36 @@ engine_version: "534.30" device: type: smartphone - brand: SX - model: StarXtrem + brand: SO + model: Xperia P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hu-hu; Telenor_One_Touch_C Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia P Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: T2 - model: One Touch C + brand: SO + model: Xperia P os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; Telenor_Smart_Pro Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-gb; LT26i Build/6.0.A.3.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.7" platform: "" client: type: browser @@ -9238,16 +9185,16 @@ engine_version: "533.1" device: type: smartphone - brand: T2 - model: Smart Pro + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Telenor Touch Plus Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonLT26i Build/6.0.A.3.73) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "2.3.7" platform: "" client: type: browser @@ -9258,16 +9205,16 @@ engine_version: "533.1" device: type: smartphone - brand: T2 - model: Touch Plus + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; Trevi_PHABLET_4C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; SonyEricssonLT26i-o Build/6.0.A.3.75) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.7" platform: "" client: type: browser @@ -9275,39 +9222,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: T3 - model: Phablet 4 C + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PHABLET 4S Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: T3 - model: Phablet 4 S - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; it-it; Phablet 4.5Q Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-hk; LT26i Build/6.1.A.2.45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.3" + version: "4.0.4" platform: "" client: type: browser @@ -9318,16 +9245,16 @@ engine_version: "534.30" device: type: smartphone - brand: T3 - model: Phablet 4.5Q + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; Trevi_PHABLET_5_S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; SonyLT26iv Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.1.2" platform: "" client: type: browser @@ -9338,16 +9265,16 @@ engine_version: "534.30" device: type: smartphone - brand: T3 - model: Phablet 5 S + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; thl T100S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ch; SonyLT26i Build/6.2.B.1.96) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -9358,32 +9285,12 @@ engine_version: "534.30" device: type: smartphone - brand: T4 - model: T100S + brand: SO + model: Xperia S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; thl__T100S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: T4 - model: T100S - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Thl_T11 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9393,21 +9300,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: T4 - model: T11 + brand: SO + model: Xperia S os_family: Android browser_family: Chrome - - user_agent: 'ThL T3 Linux/3.4.0 Android/4.1.2 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.1.2' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LT26ii Build/6.1.A.2.50) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -9418,36 +9325,36 @@ engine_version: "534.30" device: type: smartphone - brand: T4 - model: T3 + brand: SO + model: Xperia SL os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; thl T6 pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 bdbrowser_i18n/3.2.0.3 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; en-US; LT26ii) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: T4 - model: T6 pro + brand: SO + model: Xperia SL os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; ThL W11 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC5306 Build/12.0.A.1.284) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.2" platform: "" client: type: browser @@ -9458,176 +9365,156 @@ engine_version: "534.30" device: type: smartphone - brand: T4 - model: W11 + brand: SO + model: Xperia SP os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-SM410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyC5303 Build/12.0.A.1.257) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: T8 - model: TM-SM410 + brand: SO + model: Xperia SP os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-SM500N Build/KOT49H AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C5306 Build/12.0.A.1.284) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: T8 - model: TM-SM500N - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; TOUCHMATE TM-SM540 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: T8 - model: TM-SM540 + brand: SO + model: Xperia SP os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Coto W418 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.2; en-US; C5303) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + version: "4.1.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "8.8.1.359" + engine: "" engine_version: "" device: type: smartphone - brand: T9 - model: Coto W418 + brand: SO + model: Xperia SP os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; COTO_T40017) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; C5303 Build/12.1.A.0.266) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: T9 - model: T40017 + brand: SO + model: Xperia SP os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; TECNO CB7j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; C5302 Build/12.1.A.1.201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: TB - model: Camon i4 + brand: SO + model: Xperia SP os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ru-ru; TECNO CB7 Build/PPR1.180610.011;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; SO-05D Build/7.0.D.1.117) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: TB - model: Camon i4 + brand: SO + model: Xperia SX os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TECNO ID6 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; LT30p Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: TB - model: Camon iClick 2 + brand: SO + model: Xperia T os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO D1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyLT30p Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9638,16 +9525,16 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: D1 + brand: SO + model: Xperia T os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; TECNO D3 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyLT30p-o Build/7.0.A.1.303) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser @@ -9655,39 +9542,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: TB - model: D3 + brand: SO + model: Xperia T os_family: Android browser_family: Android Browser - - user_agent: TECNO D5 Linux/3.0.13 Android/4.0.4 Release/01.28.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; LT30p Build/9.1.A.1.141) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Maxthon/4.1.5.2000 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Maxthon + short_name: MX + version: "4.1.5.2000" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: TB - model: D5 + brand: SO + model: Xperia T os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; TECNO F7 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyLT30a Build/9.1.A.1.140) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.2" platform: "" client: type: browser @@ -9698,16 +9585,93 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: F7 + brand: SO + model: Xperia T LTE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO H5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; LT30a Build/9.1.A.0.489) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" + device: + type: smartphone + brand: SO + model: Xperia T LTE + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5106 Build/18.1.A.1.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SO + model: Xperia T3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5103 Build/18.1.A.0.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "35.0.1916.141" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SO + model: Xperia T3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D5102 Build/18.2.A.1.14) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SO + model: Xperia T3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ie; ST21i Build/11.0.A.4.22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser @@ -9718,16 +9682,16 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: H5 + brand: SO + model: Xperia tipo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; L3 Build/TECNOL3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyST21i-o Build/11.0.A.4.22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -9738,56 +9702,56 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: L3 + brand: SO + model: Xperia tipo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO M3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) FlyFlow/1.4 Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; SonyST21i Build/11.0.A.0.16) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "1.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: TB - model: M3 + brand: SO + model: Xperia tipo os_family: Android - browser_family: Baidu + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; TECNO_M3) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ST21i Build/11.0.A.4.22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink engine_version: "" device: type: smartphone - brand: TB - model: M3 + brand: SO + model: Xperia tipo os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO M7 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; SonyST21i2 Build/11.0.A.6.8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9798,16 +9762,16 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: M7 + brand: SO + model: Xperia tipo dual os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TECNO N3 Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SonyST21a2 Build/11.0.A.1.12) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.0.4" platform: "" client: type: browser @@ -9815,15 +9779,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: TB - model: N3 + brand: SO + model: Xperia tipo dual os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; TECNO_N7 Build/TECNOTECNO_N7) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; ST21i2 Build/11.0.A.6.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9838,36 +9802,36 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: N7 + brand: SO + model: Xperia tipo dual os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; TECNO_P3) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.3; LT29i Build/9.2.A.1.199) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink engine_version: "" device: type: smartphone - brand: TB - model: P3 + brand: SO + model: Xperia TX os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TECNO P3S Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-au; ST25a Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "2.3.7" platform: "" client: type: browser @@ -9878,36 +9842,36 @@ engine_version: "533.1" device: type: smartphone - brand: TB - model: P3S + brand: SO + model: Xperia U os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO P5 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-es; SonyEricssonST25i-o Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.7" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: TB - model: P5 + brand: SO + model: Xperia U os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO P9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-be; SonyEricssonST25iv Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.7" platform: "" client: type: browser @@ -9915,10 +9879,10 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: TB - model: P9 + brand: SO + model: Xperia U os_family: Android browser_family: Android Browser diff --git a/Tests/fixtures/smartphone-11.yml b/Tests/fixtures/smartphone-11.yml index dea1e7eae8..88ab9742f4 100644 --- a/Tests/fixtures/smartphone-11.yml +++ b/Tests/fixtures/smartphone-11.yml @@ -1,66 +1,66 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Phantom6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; it-it; SonyEricssonST25i Build/6.0.B.3.184) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: TB - model: Phantom 6 + brand: SO + model: Xperia U os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Phantom6-Plus Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ST25i Build/6.0.B.3.188) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.1.1" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: TB - model: Phantom 6 Plus + brand: SO + model: Xperia U os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; TECNO LB8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-co; ST25a Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: TB - model: Pouvoir 3 Plus + brand: SO + model: Xperia U os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; TECNO Q1 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-pt; ST25i Build/6.1.1.B.1.54) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -68,19 +68,19 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.3.413" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: TB - model: Q1 + brand: SO + model: Xperia U os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO S3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-; SonyST25i Build/6.2.A.1.100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -95,36 +95,33 @@ engine_version: "534.30" device: type: smartphone - brand: TB - model: S3 + brand: SO + model: Xperia U os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO S3C Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SOL22 Build/10.3.1.D.0.257) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.15.1 os: name: Android short_name: AND version: "4.2.2" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: Yahoo! Japan + version: "3.15.1" device: type: smartphone - brand: TB - model: S3C + brand: SO + model: Xperia UL os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux;U;Android 2.3.5;fr-fr;TECNO T3 Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; SonyLT25i Build/9.1.A.1.140) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser @@ -132,61 +129,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: TB - model: T3 + brand: SO + model: Xperia V os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en; TECNO_T3) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LT25i Build/9.1.A.1.140) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: TB - model: T3 + brand: SO + model: Xperia V os_family: Android - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; fr-FR; tecnot36) U2/1.0.0 UCBrowser/9.1.0.291 U2/1.0.0 Mobile UNTRUSTED/1.0 - os: [ ] - client: - type: browser - name: UC Browser - short_name: UC - version: "9.1.0.291" - engine: "" - engine_version: "" - device: - type: smartphone - brand: TB - model: t36 - os_family: Unknown - browser_family: Unknown -- - user_agent: TECNOT611/wap2.0_Profile/MIDP-2.0/CLDC-1.1/240x320/key - os: [ ] - client: null - device: - type: smartphone - brand: TB - model: T611 - os_family: Unknown - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040N Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia V Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -201,591 +172,576 @@ engine_version: "" device: type: smartphone - brand: TC - model: 7040N + brand: SO + model: Xperia V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; TCL A916 Build/FSR) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F5121 Build/34.0.A.2.292) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: A916 + brand: SO + model: Xperia X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; TCL-D662/EG27_YMYM_V0.6; 480*800; CTC/2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F5321 Build/34.1.A.3.49) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: D662 + brand: SO + model: Xperia X Compact os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TCLGalaG60(9108A) Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SO-02J Build/34.4.B.0.252) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: TC - model: Gala G60 + brand: SO + model: Xperia X Compact os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; TCL i718M Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/5.4.0.66_r807534.480 NetType/cmnet + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F5122 Build/34.3.A.0.194) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.1.1" platform: "" client: - type: mobile app - name: WeChat - version: "5.4.0.66.r807534.480" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: i718M + brand: SO + model: Xperia X Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; TCL J636D+ Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MicroMessenger/6.0.0.54_r849063.501 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SOV33 Build/35.0.D.0.326) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "6.0.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.0.0.54.r849063.501" + type: browser + name: Chrome Mobile + short_name: CM + version: "49.0.2623.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: J636D+ + brand: SO + model: Xperia X Performance os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: TCL J706T_TD/1.0 Linux/3.4.5 Android/4.1.2 Release/08.27.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 baiduboxapp/4.2 (Baidu; P1 4.1.2) + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SO-04H Build/35.0.B.2.360) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "4.2" + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: J706T + brand: SO + model: Xperia X Performance os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; A502DL Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 502SO Build/39.2.D.0.232; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: TC - model: LX + brand: SO + model: Xperia X Performance os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; TCL M2M Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F8131 Build/41.2.A.7.8; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.1.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.74.r1098891.543" + type: browser + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: M2M + brand: SO + model: Xperia X Performance os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P301M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; F8132 Build/41.2.A.7.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P301M + brand: SO + model: Xperia X Performance Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P331M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3111 Build/33.2.A.2.35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P331M + brand: SO + model: Xperia XA os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; TCL P332U Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.2) + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3113 Build/33.2.A.3.81) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.7" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P332U + brand: SO + model: Xperia XA os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; TCL P360W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3115 Build/33.2.A.2.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P360W + brand: SO + model: Xperia XA os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; TCL_P561U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; F3112 Build/33.3.A.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: TC - model: P561U + brand: SO + model: Xperia XA Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-cn; TCL_P620M Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; F3116 Build/33.3.A.0.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "7.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P620M + brand: SO + model: Xperia XA Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P728M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3213 Build/36.0.A.1.100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: P728M + brand: SO + model: Xperia XA Ultra os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL S960 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; F3211 Build/36.0.A.1.111) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: S960 + brand: SO + model: Xperia XA Ultra os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TCL_W939 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; F3215 Build/36.1.A.0.182) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: W939 + brand: SO + model: Xperia XA Ultra os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TCL Y910 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; F3216 Build/36.1.A.0.179) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: TC - model: Y910 + brand: SO + model: Xperia XA Ultra Dual os_family: Android browser_family: Chrome - - user_agent: TCL-Z206_TD/1.0 Nucleus/1.3 JRDSZ36_10A/V01.01 Release/01.01.2011 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi/4000; U; zh-CN) Presto/2.5.28 Version/10.10 + user_agent: Mozilla/5.0 (Linux; Android 7.0; F3212 Build/36.1.A.0.182) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: MTK / Nucleus - short_name: MTK - version: "1.3" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "10.10" - engine: Presto - engine_version: "2.5.28" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: TC - model: Z206 - os_family: Real-time OS - browser_family: Opera + brand: SO + model: Xperia XA Ultra Dual + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TELEGO-W503 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3116 Build/40.0.A.5.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: TG - model: W503 + brand: SO + model: Xperia XA1 os_family: Android browser_family: Chrome - - user_agent: Tiphone T67/1.0 Browser/wap2.0 Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] - client: null - device: - type: smartphone - brand: TH - model: T67 - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_Cleopatra + user_agent: 'Mozilla/5.0 (Linux; Android 7.0; G3123 Build/40.0.A.5.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile ' os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.11" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone - brand: TM - model: Cleopatra - os_family: Windows Mobile - browser_family: Internet Explorer + brand: SO + model: Xperia XA1 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; T-Mobile_Espresso Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3423 Build/48.0.A.1.66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: Espresso + brand: SO + model: Xperia XA1 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; T-Mobile G1 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3412 Build/48.0.A.1.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: G1 + brand: SO + model: Xperia XA1 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; T-Mobile G2 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G3416 Build/48.1.A.2.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: G2 + brand: SO + model: Xperia XA1 Plus os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) T-Mobile_LEO - os: - name: Windows CE - short_name: WCE - version: "" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident - engine_version: "" - device: - type: smartphone - brand: TM - model: LEO - os_family: Windows Mobile - browser_family: Internet Explorer + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.3; en-us; T-Mobile myTouch 3G Build/FRK76C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G3421) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: myTouch 3G + brand: SO + model: Xperia XA1 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; T-Mobile myTouch 3G Slide Build/GRI40; XM8-11162011) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3426 Build/48.0.A.1.131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: myTouch 3G Slide + brand: SO + model: Xperia XA1 Plus Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; T-Mobile_myTouch_Q) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; G3221 Build/42.0.A.1.90; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone - brand: TM - model: myTouch Q + brand: SO + model: Xperia XA1 Ultra os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; T-Mobile_myTouch_Q) U2/1.0.0 UCBrowser/9.0.2.389 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3133 Build/50.1.A.13.83) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "8.0.0" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink engine_version: "" device: type: smartphone - brand: TM - model: myTouch Q - os_family: GNU/Linux - browser_family: Opera + brand: SO + model: Xperia XA2 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; REVVL 2 PLUS Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3113 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser @@ -796,228 +752,212 @@ engine_version: "" device: type: smartphone - brand: TM - model: REVVL 2 Plus + brand: SO + model: Xperia XA2 os_family: Android browser_family: Chrome - - user_agent: 'T-Mobile Vairy Touch II/5.0 Obigo/Q03C Profile/MIDP-2.0 Configuration/CLDC-1.1' - os: [ ] - client: - type: browser - name: Obigo - short_name: OB - version: "Q03C" - engine: "" - engine_version: "" - device: - type: smartphone - brand: TM - model: Vairy Touch II - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; T-Mobile Vivacity Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3123) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: TM - model: Vivacity + brand: SO + model: Xperia XA2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; EVERY35 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4113 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: TN - model: Every35 + brand: SO + model: Xperia XA2 Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; TLINK350) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4133 Build/50.1.A.10.40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone - brand: TN - model: Tlink350 + brand: SO + model: Xperia XA2 Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK350 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4413) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: TN - model: Tlink350 + brand: SO + model: Xperia XA2 Plus Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK351 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; H4493) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: TN - model: Tlink351 + brand: SO + model: Xperia XA2 Plus Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK355 Build/TLINK355_THOMSON_2013/07/02,00:26:27) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H4213 Build/50.1.A.5.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: TN - model: Tlink355 + brand: SO + model: Xperia XA2 Ultra os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; TLINK405 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H3223 Build/50.1.A.10.40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: TN - model: Tlink405 + brand: SO + model: Xperia XA2 Ultra os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TLINK455 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F8331 Build/39.0.A.1.250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: TN - model: Tlink455 + brand: SO + model: Xperia XZ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; TLINK475 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; 601SO Build/39.0.D.1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: TN - model: Tlink475 + brand: SO + model: Xperia XZ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tech Pad +Q545 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; F8332 Build/39.0.A.1.250; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" + name: Chrome Webview + short_name: CV + version: "54.0.2840.68" engine: Blink engine_version: "" device: type: smartphone - brand: TP - model: +Q545 + brand: SO + model: Xperia XZ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Techpad X5 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01J Build/39.2.B.0.288) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1027,521 +967,521 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: TP - model: X5 + brand: SO + model: Xperia XZ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Tmovi Infinit Lite Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV34 Build/41.3.C.1.120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: TQ - model: Infinit Lite + brand: SO + model: Xperia XZ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Infinit_Lite_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8141 Build/45.0.A.1.244) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: TQ - model: Infinit Lite 2 + brand: SO + model: Xperia XZ Premium os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tmovi Prime Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SO-04J Build/45.0.B.2.143) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: TQ - model: Prime + brand: SO + model: Xperia XZ Premium os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; TMOVI_YEAH_BEAT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; 701SO Build/47.1.D.9.18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: TQ - model: Yeah Beat + brand: SO + model: Xperia XZ1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Tmovi YeahLIVE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV36 Build/47.1.C.9.34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: TQ - model: Yeah LIVE + brand: SO + model: Xperia XZ1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; el-gr; Turbo-X pi Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G8342 Build/47.1.A.12.235; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: TR - model: pi + brand: SO + model: Xperia XZ1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr; TSB_CLOUD_COMPANION;TOSHIBA_AC_AND_AZ) AppleWebkit/533.1(KHTML, like Gecko) Version/4.0 Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; SO-01K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: AC AND AZ + brand: SO + model: Xperia XZ1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; TOSHIBA_FOLIO_AND_A Build/TOSHIBA_FOLIO_AND_A) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1; Maxthon (4.0.4.1000); + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SO-02K Build/47.1.F.1.59) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "8.0.0" platform: "" client: type: browser - name: Maxthon - short_name: MX - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: FOLIO AND A + brand: SO + model: Xperia XZ1 Compact os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; ja-jp; IS04 Build/FFK300) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G8441 Build/47.1.A.5.51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0. os: name: Android short_name: AND - version: "2.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Opera Mobile + short_name: OM + version: "43.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: Regza IS04 + brand: SO + model: Xperia XZ1 Compact os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; IS11T Build/FGK401) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8216 Build/51.1.A.2.183) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: Regza IS11T + brand: SO + model: Xperia XZ2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0; ja-jp; T-01C Build/FFR002) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8276 Build/51.1.A.3.159) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: Regza T-01C + brand: SO + model: Xperia XZ2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ja-jp; T-01D Build/V09R40A) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8324 Build/51.1.A.4.225) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: Regza T-01D + brand: SO + model: Xperia XZ2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; T-02D Build/V15R47B) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SOV37 Build/51.1.C.0.374) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: TS - model: Regza T-02D + brand: SO + model: Xperia XZ2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Toshiba-TG01-orange/ 02/ PPC; 480x800 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8314 Build/51.1.A.11.51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "8.0.0" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone - brand: TS - model: TG01-orange - os_family: Windows Mobile - browser_family: Internet Explorer + brand: SO + model: Xperia XZ2 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; StarTrail TT Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; H8296) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: TU - model: StarTrail by TT + brand: SO + model: Xperia XZ2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; NuclearSX-SP5 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; H8266 Build/51.1.A.2.213) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: TV - model: Nuclear SX-SP5 + brand: SO + model: Xperia XZ2 Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; TOOKY A19 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; H8166) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: A19 + brand: SO + model: Xperia XZ2 Premium Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; TOOKY A9PLUS Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; H8416 Build/52.0.A.1.220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: A9 Plus + brand: SO + model: Xperia XZ3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; TOOKY T1982 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; H9436) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: T1982 + brand: SO + model: Xperia XZ3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; TOOKY T83 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; H9493) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: T83 + brand: SO + model: Xperia XZ3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; TOOKY T86 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8232 Build/41.2.A.0.235) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: T86 + brand: SO + model: Xperia XZs os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; TOOKY T88 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; G8231 Build/41.2.A.0.235) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: TY - model: T88 + brand: SO + model: Xperia XZs os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; TOOKY W1 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.3.16.2 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SOV35 Build/41.2.C.0.251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "4.3.16.2" - engine: WebKit - engine_version: "534.24" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: TY - model: W1 + brand: SO + model: Xperia XZs os_family: Android - browser_family: Baidu + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4982 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SO-03J Build/41.2.B.0.265) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: iX-Maxi + brand: SO + model: Xperia XZs os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; TM-5201 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 602SO Build/41.2.D.0.249) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: Rock + brand: SO + model: Xperia XZs os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 2.2.2; ru-ru; TM-3000 Build/FRG83G AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC6616 Build/10.1.1.A.1.319) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -1549,119 +1489,156 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: TZ - model: TM-3000 + brand: SO + model: Xperia Z os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 2.3.5; ru-ru; TM-3200R Build/GRJ90 AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C6606 Build/10.1.1.B.0.166) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: TZ - model: TM-3200R + brand: SO + model: Xperia Z os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; TM-3204R Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.93516 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ja-jp; SO-02E Build/10.1.D.0.343) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.4.16.1149292" + device: + type: smartphone + brand: SO + model: Xperia Z + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; C6603) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "29.0.1809.93516" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: TZ - model: TM-3204R + brand: SO + model: Xperia Z os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; TM-4003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-gb; SonyC6603 Build/10.4.B.0.569) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: SO + model: Xperia Z + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; C6603 Build/10.4.B.0.569) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-4003 + brand: SO + model: Xperia Z os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; Texet TM-4083 Build/1472117945) + user_agent: Mozilla/5.0 (Linux; Android 4.3; C6616 Build/10.4.B.0.569) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" + engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-4083 + brand: SO + model: Xperia Z os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.1.2; TM-4377 Build/JZO54K AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; C6602 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-4377 + brand: SO + model: Xperia Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 4.0.4; ru-ru; TM-4504 Build/IMM76D AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SonyC6903 Build/14.1.G.1.518) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -1672,76 +1649,76 @@ engine_version: "534.30" device: type: smartphone - brand: TZ - model: TM-4504 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.0; TM-4510 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6903 Build/14.1.G.1.518) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-4510 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; TM-4513 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SO-01F Build/14.1.H.0.542) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-4513 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 5.1; en-US; TM-5003 Build/LMY47I AppleWebKit/534.30 KHTML, like Gecko Version/4.0 UCBrowser/10.10.8.820 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; C6906 Build/14.2.A.0.290) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.10.8.820" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.16" device: type: smartphone - brand: TZ - model: TM-5003 + brand: SO + model: Xperia Z1 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; TM-5005 Build/NRD90M + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SonyC6906 Build/14.2.A.0.290) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser @@ -1749,659 +1726,656 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: TZ - model: TM-5005 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; TM-5017 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; L39h Build/14.2.A.1.136) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: TZ - model: TM-5017 + brand: SO + model: Xperia Z1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; TM-5071 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.8.5.1121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6916 Build/14.2.C.0.159) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "7.0" - platform: "" + version: "4.3" + platform: ARM client: - type: browser - name: UC Browser - short_name: UC - version: "12.8.5.1121" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: TZ - model: TM-5071 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; U; Android 7.0; ru-RU; TM-5073 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 Quark/2.4.4.993 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; ja-jp; SonySO-02F Build/14.3.B.0.310) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "57.0.2987.108" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: TZ - model: TM-5073 + brand: SO + model: Xperia Z1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5074) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6902 Build/14.3.A.0.681) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5074 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; TM-5075 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140293 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6943 Build/14.3.A.0.681) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.2.2254.140293" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5075 + brand: SO + model: Xperia Z1 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5076) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia Z1 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5076 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5077) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SO-02F Build/14.3.B.0.288) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5077 + brand: SO + model: Xperia Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 2.3.5; ru-ru; TM-5200 Build/GRJ90 AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.3; D5503 Build/14.2.A.1.114) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "37.0.2062.117" + engine: Blink + engine_version: "" device: type: smartphone - brand: TZ - model: TM-5200 + brand: SO + model: Xperia Z1 Compact os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.0.4; TM-5204 Build/IMM76D AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xperia Z1 Compact Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5204 + brand: SO + model: Xperia Z1 Compact os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 4.1.2; ru-ru; TM-5277 Build/JZO54K AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D6502 Build/17.1.1.A.0.402) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: TZ - model: TM-5277 + brand: SO + model: Xperia Z2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 4.0.4; ru-ru; TM-5377 Build/IMM76D AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; D6503 Build/17.1.A.2.55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: TZ - model: TM-5377 + brand: SO + model: Xperia Z2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; TM-5505 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SO-03F Build/17.1.1.B.3.195) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.107" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5505 + brand: SO + model: Xperia Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 5.1; en-US; TM-5513 Build/LMY47D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.0.1109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; pt-br; D6543 Build/17.1.A.2.36) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.5.0.1109" + version: "9.9.2.467" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: TZ - model: TM-5513 + brand: SO + model: Xperia Z2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TM-5571 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; D6563 Build/23.4.A.1.232) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5571 + brand: SO + model: Xperia Z2a os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TM-5581 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D6653 Build/23.0.A.2.93) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "39.0.2171.59" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-5581 + brand: SO + model: Xperia Z3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; TM-6003 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D6603 Build/23.0.A.2.93) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.91" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: TM-6003 + brand: SO + model: Xperia Z3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-5508 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SO-01G Build/23.0.B.1.38) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Cosmo + brand: SO + model: Xperia Z3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-4082R/X-driver Build/KOT49H; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/63.0.3239.111 Mobile Safari/537.36 Puffin/7.5.3.20547AP + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SOL26 Build/23.1.G.2.244) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: Puffin - short_name: PU - version: "7.5.3.20547" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: TZ - model: X-Driver Quad + brand: SO + model: Xperia Z3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; X-Force(TM-5009) Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; 401SO Build/23.1.F.0.464) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.91" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Force + brand: SO + model: Xperia Z3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; X-ForceTM-5009 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; D6616 Build/23.1.C.0.399; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "69.0.3497.91" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Force + brand: SO + model: Xperia Z3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0; X-ForceTM-5009 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/36.2.2254.1304 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; D6646 Build/23.4.A.1.232) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "36.2.2254.1304" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Force + brand: SO + model: Xperia Z3 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5006 Build/KOT49H + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; D6643) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Line + brand: SO + model: Xperia Z3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-5503 Build/KOT49H AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; D5803 Build/23.0.A.2.105) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Mage + brand: SO + model: Xperia Z3 Compact os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5016 Build/KOT49H + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; D5833 Build/23.0.1.A.5.77) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "40.0.2214.89" + engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Maxi 2 + brand: SO + model: Xperia Z3 Compact os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 Linux; U; Android 4.4.2; zh-cn; TM-3500; Android/4.4.2; Release/09.25.2015 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SO-02G Build/23.0.B.1.38) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 NaverMatome-Android/4.0.6 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: TZ - model: X-Maxi 2 + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SO + model: Xperia Z3 Compact os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; X-PlusTM-5577 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; en-US; D6683 Build/23.1.2.E.0.13) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.2.1188 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.12.2.1188" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: TZ - model: X-Plus + brand: SO + model: Xperia Z3 Dual os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; X-Plus(TM-5577) Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; D6633 Build/23.5.A.1.291) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Plus + brand: SO + model: Xperia Z3 Dual os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-4503 Build/KOT49H + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; E6553 Build/28.0.A.8.251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Quad + brand: SO + model: Xperia Z3+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; TM-5010 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6533 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "60.0.3112.78" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Selfie + brand: SO + model: Xperia Z3+ os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5007 Build/KOT49H + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; D6708 Build/23.1.D.0.509) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Shine + brand: SO + model: Xperia Z3v os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4071 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 402SO Build/32.1.D.0.419) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Smart + brand: SO + model: Xperia Z4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4515 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-03G Build/32.3.D.0.132) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: TZ - model: X-Style + brand: SO + model: Xperia Z4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; USCC-E6762 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SOV31 Build/32.3.C.0.336) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser @@ -2412,449 +2386,473 @@ engine_version: "" device: type: smartphone - brand: UC - model: Kyocera DuraForce + brand: SO + model: Xperia Z4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; UHAPPY UP320 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 501SO Build/32.1.D.0.349) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: UH - model: UP320 + brand: SO + model: Xperia Z5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; UP350 Build/F200C_JBT_A2.37M0.MUL.P1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6653 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.83" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: UH - model: UP350 + brand: SO + model: Xperia Z5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; UP520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-01H Build/32.3.E.0.136) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: UH - model: UP520 + brand: SO + model: Xperia Z5 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; UP720 Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; Android 7.0; SOV32 Build/32.3.C.0.403; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 MxBrowser/4.5.10.1300 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Maxthon + short_name: MX + version: "4.5.10.1300" engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: SO + model: Xperia Z5 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6603 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone - brand: UH - model: UP720 + brand: SO + model: Xperia Z5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; UP920 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; E5803 Build/32.0.A.4.11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: UH - model: UP920 + brand: SO + model: Xperia Z5 Compact os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; UTOK 450D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6633 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: UK - model: 450D + brand: SO + model: Xperia Z5 Dual os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; UTOK 451D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; E6883 Build/32.0.A.6.115; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: smartphone - brand: UK - model: 451D + brand: SO + model: Xperia Z5 Premium os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Armor Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; E6853 Build/32.2.A.0.253) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 4473 os: name: Android short_name: AND - version: "6.0" - platform: ARM + version: "6.0.1" + platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.107" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Armor + brand: SO + model: Xperia Z5 Premium os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 7.0; Armor_2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/147.0.0.44.75;]' + user_agent: Mozilla/5.0 (Linux; Android 7.0; SO-03H Build/32.3.E.0.140; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 Line/8.3.1/IAB os: name: Android short_name: AND version: "7.0" - platform: ARM + platform: "" client: type: mobile app - name: Facebook - version: "147.0.0.44.75" + name: Line + version: "8.3.1" device: type: smartphone - brand: UL - model: Armor 2 + brand: SO + model: Xperia Z5 Premium os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Be one Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; E6833 Build/32.4.A.0.160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be One + brand: SO + model: Xperia Z5 Premium Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; be_one_lite Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.8.976 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; SonyC6506 Build/10.1.A.1.395) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.3.8.976" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: UL - model: Be One Lite + brand: SO + model: Xperia ZL os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Be_Pure Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6502 Build/10.3.1.A.2.67) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "48.0.2564.95" + version: "30.0.1599.92" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be Pure + brand: SO + model: Xperia ZL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Be_Pure_lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; C6506 Build/10.3.A.0.423) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be Pure Lite + brand: SO + model: Xperia ZL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Be Touch Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; C6503 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be Touch + brand: SO + model: Xperia ZL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Be Touch 3 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; C5502 Build/10.4.1.B.0.101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.105" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be Touch 3 + brand: SO + model: Xperia ZR os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0(Linux; Android 4.4.2; Be_X Build/KOT49H)AppleWebKit/537.36(KHTML, like Gecko)Chrome/57.0.2987.132MobileSafari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; C5503 Build/10.6.A.0.454) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "57.0.2987.132" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: Be X + brand: SO + model: Xperia ZR os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Power_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Spice M5364 + os: [ ] + client: null + device: + type: smartphone + brand: SP + model: M5364 + os_family: Unknown + browser_family: Unknown +- + user_agent: SpiceM5395/MTK Release/01.01.2012 Browser/wap2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "7.1.1" + name: MTK / Nucleus + short_name: MTK + version: "" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + client: null device: type: smartphone - brand: UL - model: Power 3 - os_family: Android - browser_family: Chrome + brand: SP + model: M5395 + os_family: Real-time OS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Power_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Spice Mi-349) U2/1.0.0 UCBrowser/9.3.2.349 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "9.3.2.349" + engine: "" engine_version: "" device: type: smartphone - brand: UL - model: Power 5 + brand: SP + model: Mi-349 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone_S1_Pro AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.9; en-US; Spice_Mi-422) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" engine_version: "" device: type: smartphone - brand: UL - model: S1 Pro + brand: SP + model: Mi-422 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ulefone S7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Spice Mi-502 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: UL - model: S7 + brand: SP + model: Mi-502 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone S7 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.45 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SpiceMI-520 Build/SpiceMi520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.45" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: S7 + brand: SP + model: MI-520 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ulefone S8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BiTBiZ_V58 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "69.0.3497.76" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: S8 + brand: SQ + model: BiTBiZ V58 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; U007 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SCHR9GR Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2864,117 +2862,134 @@ type: browser name: Chrome Webview short_name: CV - version: "44.0.2403.119" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: U007 Pro + brand: SS + model: SCHON R9 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; U008 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 YandexSearch/7.15 ' + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; es-LA; Sky_3.5) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" - engine: Blink + name: UC Browser + short_name: UC + version: "9.1.1.420" + engine: "" engine_version: "" device: type: smartphone - brand: UL - model: U008 Pro + brand: SW + model: "3.5" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone_X AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SKY 4.0D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: UL - model: X + brand: SW + model: 4.0D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; UMI_Diamond_X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SKY 4.5LM Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: UM - model: Diamond X + brand: SW + model: 4.5LM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; UMI eMAX Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0(Linux; Android 7.0; SKY 5.0LM Build/NRD90M)AppleWebKit/537.36(KHTML, like Gecko)Chrome/64.0.3282.137MobileSafari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome + short_name: CH + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: UM - model: eMAX + brand: SW + model: 5.0LM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; UMI_MAX Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; Sky 5.5Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/45.0.0.38.146;]' os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" + platform: "" + client: + type: mobile app + name: Facebook + version: "45.0.0.38.146" + device: + type: smartphone + brand: SW + model: 5.5Q + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; Sky_7.0W) U2/1.0.0 UCBrowser/10.7.9.856 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: UC Browser + short_name: UC + version: "10.7.9.856" + engine: "" engine_version: "" device: type: smartphone - brand: UM - model: MAX + brand: SW + model: 7.0W os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; UMI TOUCH X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite 5.0M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2984,17 +2999,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.50" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: UM - model: TOUCH X + brand: SW + model: Elite 5.0M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; UMIDIGI Z Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite_5_5_Octa Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3009,132 +3024,132 @@ engine_version: "" device: type: smartphone - brand: UM - model: Z + brand: SW + model: Elite 5.5 Octa os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U903 Build/U903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Elite 5.5L+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: smartphone - brand: UO - model: Air + brand: SW + model: Elite 5.5L+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U905 Build/U905) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Elite 6.0L Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: UO - model: Air 5.5 + brand: SW + model: Elite 6.0L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Android 5.1.1; U5151 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Fuego 4.0T Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: UO - model: Bolt + brand: SW + model: Fuego 4.0T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; U513 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.582 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Fuego 5.0+ Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.2.582" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: UO - model: Drone XT + brand: SW + model: Fuego 5.0+ os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; U615 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Platinum_5.0M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: UO - model: Quattro M + brand: SW + model: Platinum 5.0M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Android 5.1; U613 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) NTENTBrowser/1.0.0.547 (CellularOne-US) Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Platinum_M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: NTENT Browser - short_name: NT - version: "1.0.0.547" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: UO - model: Quattro S + brand: SW + model: Platinum 5.0M os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; U710 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; Android edition by sfr STARADDICT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -3149,49 +3164,52 @@ engine_version: "533.1" device: type: smartphone - brand: UO - model: Quattro U710 + brand: SX + model: Staraddict os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U611 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Smartphone Android by SFR STARADDICT II Build/IceCreamSandwich) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: UO - model: Quattro X + brand: SX + model: Staraddict 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; U720 Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 search/1.0 baiduboxapp/7.0 (Baidu; P1 4.4.2) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; STARADDICT II Plus Build/GXI_ZTEV1.0.0B02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: - type: mobile app - name: Baidu Box App - version: "7.0" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: UO - model: Quattro Z + brand: SX + model: Staraddict 2 Plus os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U-830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STARADDICT 4 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3201,21 +3219,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: UO - model: Rush + brand: SX + model: Staraddict 4 os_family: Android browser_family: Chrome - - user_agent: uniscope77_bu3_cu_ics2 Linux/3.0.13 Android/4.0.4 Release/05.03.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Android Edition Starnaute Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.2.2" platform: "" client: type: browser @@ -3223,19 +3241,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: US - model: 77 bu3 cu ics2 + brand: SX + model: StarNaute os_family: Android browser_family: Android Browser - - user_agent: uniscope_T5588_TD/V1 Linux/3.4.5 Android/4.2.2 Release/08.22.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; STARNAUTE II Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser @@ -3243,19 +3261,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: US - model: T5588 + brand: SX + model: StarNaute 2 os_family: Android browser_family: Android Browser - - user_agent: uniscope_U1205_TD/V1 Linux/3.4.5 Android/4.2.2 Release/08.22.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Starshine Build/HuaweiU8180) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.2.2" platform: "" client: type: browser @@ -3263,39 +3281,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: US - model: U1205 + brand: SX + model: StarShine os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Uniscope US618 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; STARSHINE II Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: US - model: US618 + brand: SX + model: StarShine 2 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Uniscope US818 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Android Edition StarText Build/V1.0.0B06) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.2.2" platform: "" client: type: browser @@ -3303,115 +3321,112 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: US - model: US818 + brand: SX + model: StarText os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; UNONU UM405 LITE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; STARTEXT II Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, comme Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: UU - model: UM405 LITE + brand: SX + model: StarText 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U452TL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Android Edition StarTrail Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: UX - model: U452TL + brand: SX + model: StarTrail os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U504TL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; STARTRAIL II Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: UX - model: U504TL + brand: SX + model: StarTrail 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; U671C Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;fr-fr; STARTRAIL4 Build/BQ_ZTEV1.0.0B04) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.92" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: UX - model: U671C + brand: SX + model: StarTrail 4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; U673C Build/U673C_01.01.08; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; STARTRAIL 4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "6.0.1" - platform: "" + version: "4.2.2" + platform: ARM client: - type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: UX - model: U673C + brand: SX + model: StarTrail 4 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; U680C Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30/TansoDL + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; STARXTREM Build/GM_ZTEV1.0.0B03) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3426,36 +3441,36 @@ engine_version: "534.30" device: type: smartphone - brand: UX - model: U680C + brand: SX + model: StarXtrem os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U683CL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hu-hu; Telenor_One_Touch_C Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: UX - model: U683CL + brand: T2 + model: One Touch C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; VOTO-T8100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; Telenor_Smart_Pro Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.6" platform: "" client: type: browser @@ -3463,153 +3478,179 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: V1 - model: T8100 + brand: T2 + model: Smart Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO VT808 Build/IML74K) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.0.3) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Telenor Touch Plus Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.5" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.7" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: V1 - model: VT808 + brand: T2 + model: Touch Plus os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO_VT818_TD/1.0 Android/4.0.3 Release/7.1.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.9.14) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; Trevi_PHABLET_4C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "4.0.3" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.9.9.14" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: V1 - model: VT818 + brand: T3 + model: Phablet 4 C os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: MQQBrowser/4.3/Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO_VT818_TD/1.0 Android/4.0.3 Release/7.1.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PHABLET 4S Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "4.0.3" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "4.3" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: V1 - model: VT818 + brand: T3 + model: Phablet 4 S os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO VT818+ Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; it-it; Phablet 4.5Q Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.3" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: V1 - model: VT818+ + brand: T3 + model: Phablet 4.5Q os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: VOTO VT888_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 MicroMessenger/5.4.0.66_r807534.480 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; Trevi_PHABLET_5_S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: - type: mobile app - name: WeChat - version: "5.4.0.66.r807534.480" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V1 - model: VT888 + brand: T3 + model: Phablet 5 S os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; VT888 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; thl T100S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.3" + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: T4 + model: T100S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; thl__T100S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "33.0.0.0" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: V1 - model: VT888 + brand: T4 + model: T100S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; VT898 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Thl_T11 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: V1 - model: VT898 + brand: T4 + model: T11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; VOTO X2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'ThL T3 Linux/3.4.0 Android/4.1.2 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.1.2' os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.2" platform: "" client: type: browser @@ -3620,12 +3661,12 @@ engine_version: "534.30" device: type: smartphone - brand: V1 - model: X2 + brand: T4 + model: T3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Gyga_QS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; thl T6 pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 bdbrowser_i18n/3.2.0.3 os: name: Android short_name: AND @@ -3633,79 +3674,79 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Gyga QS + brand: T4 + model: T6 pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Jax Mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; ThL W11 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "44.0.2403.133" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V2 - model: Jax Mini + brand: T4 + model: W11 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Jax_S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-SM410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "53.0.2785.143" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Jax S + brand: T8 + model: TM-SM410 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Jax_S_A7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-SM500N Build/KOT49H AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Jax S A7 + brand: T8 + model: TM-SM500N os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Volt S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; TOUCHMATE TM-SM540 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3713,39 +3754,39 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Volt S + brand: T8 + model: TM-SM540 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Volt_S_A7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Coto W418 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Volt S A7 + brand: T9 + model: Coto W418 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Volt_X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; COTO_T40017) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3755,241 +3796,241 @@ type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Volt X + brand: T9 + model: T40017 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Zun X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; TECNO CB7j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Zun X + brand: TB + model: Camon i4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Zun X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ru-ru; TECNO CB7 Build/PPR1.180610.011;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: V2 - model: Zun X + brand: TB + model: Camon i4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0(Linux; Android 6.0; ZUN XO Build/MRA58K)AppleWebKit/537.36(KHTML, like Gecko)Chrome/59.0.3071.125MobileSafari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TECNO ID6 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: V2 - model: Zun XO + brand: TB + model: Camon iClick 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux;Android 6.0;XA Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO D1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V3 - model: XA Pro + brand: TB + model: D1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VIVAX_Fly3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; TECNO D3 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: V5 - model: Fly 3 + brand: TB + model: D3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; Fly5_lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: TECNO D5 Linux/3.0.13 Android/4.0.4 Release/01.28.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V5 - model: Fly 5 Lite + brand: TB + model: D5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vivax SMART Point X5010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; TECNO F7 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V5 - model: Smart Point X5010 + brand: TB + model: F7 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; Venture V8 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140270 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO H5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.2.2254.140270" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: V6 - model: Venture V8 + brand: TB + model: H5 os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Videocon_A10) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; L3 Build/TECNOL3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" - engine_version: "" - device: - type: smartphone - brand: VD - model: A10 + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: TB + model: L3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; Videocon A10 Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO M3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) FlyFlow/1.4 Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Baidu Browser + short_name: BD + version: "1.4" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: VD - model: A10 + brand: TB + model: M3 os_family: Android - browser_family: Android Browser + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; Videocon A27i Build/HMJ25) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; TECNO_M3) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "3.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" + engine_version: "" device: type: smartphone - brand: VD - model: A27i + brand: TB + model: M3 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; VT75C Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO M7 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -4000,16 +4041,16 @@ engine_version: "534.30" device: type: smartphone - brand: VD - model: VT75C + brand: TB + model: M7 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-gb; Vodafone 845 Build/B219) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TECNO N3 Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.3.5" platform: "" client: type: browser @@ -4017,19 +4058,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone - brand: VF - model: "845" + brand: TB + model: N3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; TECNO_N7 Build/TECNOTECNO_N7) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.1" + version: "4.0.4" platform: "" client: type: browser @@ -4037,19 +4078,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: VF - model: "858" + brand: TB + model: N7 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.2.1; en-US; Vodafone_858) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; TECNO_P3) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.2.1" + version: "2.3.5" platform: "" client: type: browser @@ -4060,16 +4101,16 @@ engine_version: "" device: type: smartphone - brand: VF - model: "858" + brand: TB + model: P3 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-; Vodafone 975N Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 SVN/130HCN2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TECNO P3S Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.5" platform: "" client: type: browser @@ -4077,35 +4118,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart 3 + brand: TB + model: P3S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Vodafone 975 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 SVN/070HVG3 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO P5 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.6.0.378" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart 3 + brand: TB + model: P5 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; Vodafone 785 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 SVN/120HJG1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO P9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4120,116 +4161,96 @@ engine_version: "534.30" device: type: smartphone - brand: VF - model: Smart 4 Mini + brand: TB + model: P9 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vodafone 985N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Phantom6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart 4 Power + brand: TB + model: Phantom 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vodafone Smart 4 turbo Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Phantom6-Plus Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: VF - model: Smart 4 turbo - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Vodafone 890N Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 SWV/265.21IT - os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart 4 Turbo + brand: TB + model: Phantom 6 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Vodafone Smart 4G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; TECNO LB8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.92" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart 4G + brand: TB + model: Pouvoir 3 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD320 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; TECNO Q1 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.3.413" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart C9 + brand: TB + model: Q1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; VodafoneSmartChat-MSM7225A-V02c-Sep272012-Vodafone-IE/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO S3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser @@ -4237,99 +4258,125 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: VF - model: Smart Chat + brand: TB + model: S3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VFD 510 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TECNO S3C Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart E8 + brand: TB + model: S3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VFD 513 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux;U;Android 2.3.5;fr-fr;TECNO T3 Build/master) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.1.1" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart E8 + brand: TB + model: T3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-gb; VF695 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SVN/050HJG1 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en; TECNO_T3) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" engine_version: "" device: type: smartphone - brand: VF - model: Smart First 6 + brand: TB + model: T3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" + user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; fr-FR; tecnot36) U2/1.0.0 UCBrowser/9.1.0.291 U2/1.0.0 Mobile UNTRUSTED/1.0 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.1.0.291" + engine: "" + engine_version: "" device: type: smartphone - brand: VF - model: Smart First 7 + brand: TB + model: t36 + os_family: Unknown + browser_family: Unknown +- + user_agent: TECNOT611/wap2.0_Profile/MIDP-2.0/CLDC-1.1/240x320/key + os: [ ] + client: null + device: + type: smartphone + brand: TB + model: T611 + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 7040N Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: TC + model: 7040N os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; el-gr; Vodafone Smart II Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 SVN/01022 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; TCL A916 Build/FSR) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.2.2" platform: "" client: type: browser @@ -4340,112 +4387,103 @@ engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart II + brand: TC + model: A916 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VF685 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; TCL-D662/EG27_YMYM_V0.6; 480*800; CTC/2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart Kicka + brand: TC + model: D662 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Vodafone 875 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TCLGalaG60(9108A) Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart Mini + brand: TC + model: Gala G60 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; VFD 100 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; TCL i718M Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/5.4.0.66_r807534.480 NetType/cmnet os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "5.4.0.66.r807534.480" device: type: smartphone - brand: VF - model: Smart Mini + brand: TC + model: i718M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 300 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; TCL J636D+ Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MicroMessenger/6.0.0.54_r849063.501 NetType/WIFI os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "48.0.2564.95" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.0.0.54.r849063.501" device: type: smartphone - brand: VF - model: Smart Mini 7 + brand: TC + model: J636D+ os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VFD 610 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: TCL J706T_TD/1.0 Linux/3.4.5 Android/4.1.2 Release/08.27.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 baiduboxapp/4.2 (Baidu; P1 4.1.2) os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: VF - model: Smart N8 + brand: TC + model: J706T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD 720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; A502DL Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4455,237 +4493,251 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart N9 + brand: TC + model: LX os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VFD 900 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; TCL M2M Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "48.0.2564.95" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.1.0.74.r1098891.543" device: type: smartphone - brand: VF - model: Smart Platinum 7 + brand: TC + model: M2M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VFD 600 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P301M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart Prime 7 + brand: TC + model: P301M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; VF-795 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P331M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart Speed 6 + brand: TC + model: P331M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 500 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; TCL P332U Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.7" device: type: smartphone - brand: VF - model: Smart Turbo 7 + brand: TC + model: P332U os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; TCL P360W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: VF - model: Smart Turbo 7 + brand: TC + model: P360W os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Vodafone Smart ultra 6 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; TCL_P561U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.105" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: VF - model: Smart Ultra 6 + brand: TC + model: P561U os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 700 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0; zh-cn; TCL_P620M Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: VF - model: Smart Ultra 7 + brand: TC + model: P620M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD 820 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL P728M Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VF - model: Smart X9 + brand: TC + model: P728M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VORAGO CELL-500 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; TCL S960 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VG - model: CELL-500 + brand: TC + model: S960 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; vk6050 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TCL_W939 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VK - model: 6050 Build + brand: TC + model: W939 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; vk6735 Build/vkworld) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TCL Y910 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: VK - model: 6735 Build + brand: TC + model: Y910 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; vk700 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: TCL-Z206_TD/1.0 Nucleus/1.3 JRDSZ36_10A/V01.01 Release/01.01.2011 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi/4000; U; zh-CN) Presto/2.5.28 Version/10.10 + os: + name: MTK / Nucleus + short_name: MTK + version: "1.3" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "10.10" + engine: Presto + engine_version: "2.5.28" + device: + type: smartphone + brand: TC + model: Z206 + os_family: Real-time OS + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TELEGO-W503 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4700,152 +4752,202 @@ engine_version: "" device: type: smartphone - brand: VK - model: 700 Build + brand: TG + model: W503 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VK700 Pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Tiphone T67/1.0 Browser/wap2.0 Sync/SyncClient1.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] + client: null + device: + type: smartphone + brand: TH + model: T67 + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) T-Mobile_Cleopatra os: - name: Android - short_name: AND - version: "4.4.2" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink + name: IE Mobile + short_name: IM + version: "7.11" + engine: Trident engine_version: "" device: type: smartphone - brand: VK - model: 700 Pro Build - os_family: Android - browser_family: Chrome + brand: TM + model: Cleopatra + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 5.1; VK700 Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; T-Mobile_Espresso Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VK - model: 700 Pro Build + brand: TM + model: Espresso os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; VK700X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; T-Mobile G1 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VK - model: 700X Build + brand: TM + model: G1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; verykool Cyprus II Jr S6004 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; T-Mobile G2 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VL - model: Cyprus II Jr S6004 + brand: TM + model: G2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; verykools5019 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) T-Mobile_LEO + os: + name: Windows CE + short_name: WCE + version: "" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" + device: + type: smartphone + brand: TM + model: LEO + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.3; en-us; T-Mobile myTouch 3G Build/FRK76C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.2.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VL - model: s5019 + brand: TM + model: myTouch 3G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; verykoolSL5200 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; T-Mobile myTouch 3G Slide Build/GRI40; XM8-11162011) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VL - model: SL5200 + brand: TM + model: myTouch 3G Slide os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; verykool Wave Pro s5021 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; T-Mobile_myTouch_Q) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: VL - model: Wave Pro s5021 + brand: TM + model: myTouch Q os_family: Android - browser_family: Chrome + browser_family: Unknown +- + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; T-Mobile_myTouch_Q) U2/1.0.0 UCBrowser/9.0.2.389 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" + device: + type: smartphone + brand: TM + model: myTouch Q + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CX-508) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; REVVL 2 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4855,158 +4957,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: VN - model: CX-508 + brand: TM + model: REVVL 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Apollo Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; REVVL 2 PLUS Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: VR - model: Apollo Lite + brand: TM + model: REVVL 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Apollo X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" + user_agent: 'T-Mobile Vairy Touch II/5.0 Obigo/Q03C Profile/MIDP-2.0 Configuration/CLDC-1.1' + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink + name: Obigo + short_name: OB + version: "Q03C" + engine: "" engine_version: "" device: type: smartphone - brand: VR - model: Apollo X - os_family: Android - browser_family: Chrome + brand: TM + model: Vairy Touch II + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; vernee_M5 Build/vernee_M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.53 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; T-Mobile Vivacity Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.53" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VR - model: M5 + brand: TM + model: Vivacity os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 7.0; Mars pro Build/NRD90M)' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; EVERY35 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: - type: mobile app - name: 'Podcast & Radio Addict' - version: "2" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VR - model: Mars Pro + brand: TN + model: Every35 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Thor E Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.0.527.00 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; TLINK350) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "2.3.5" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.1.0.527.00" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: VR - model: Thor E + brand: TN + model: Tlink350 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Thor Plus Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK350 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "7.0" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.106" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VR - model: Thor Plus + brand: TN + model: Tlink350 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ViewSonic V500 Build/KVT49L) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK351 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone - brand: VS - model: V500 + brand: TN + model: Tlink351 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ViewPhone3 Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; TLINK355 Build/TLINK355_THOMSON_2013/07/02,00:26:27) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.5" platform: "" client: type: browser @@ -5017,52 +5118,72 @@ engine_version: "533.1" device: type: smartphone - brand: VS - model: ViewPhone 3 + brand: TN + model: Tlink355 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; VSP145M Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; TLINK405 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus 4.5 + brand: TN + model: Tlink405 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; VSP250g Build/G517) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TLINK455 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus 5.0V + brand: TN + model: Tlink455 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VSP355s Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; TLINK475 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: TN + model: Tlink475 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tech Pad +Q545 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5072,261 +5193,261 @@ type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus 5.5X + brand: TP + model: +Q545 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Venus_V3_5040_2GB Build/VASP434) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Techpad X5 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus V3 + brand: TP + model: X5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Venus V5 Build/VTE1160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Tmovi Infinit Lite Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus V5 + brand: TQ + model: Infinit Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Venus V6 Build/VR1070; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Infinit_Lite_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus V6 + brand: TQ + model: Infinit Lite 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Venus Z10 Build/VR1240) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tmovi Prime Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus Z10 + brand: TQ + model: Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Venus Z20 Build/VR1200; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; TMOVI_YEAH_BEAT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: VT - model: Venus Z20 + brand: TQ + model: Yeah Beat os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VP5004A Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Tmovi YeahLIVE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: VU - model: VP5004A + brand: TQ + model: Yeah LIVE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; vivo S3+ Build/IMM76D) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.0.1.275 U3/0.8.0 Mobile Safari/534.31 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; el-gr; Turbo-X pi Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.1.275" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.31" + engine_version: "534.30" device: type: smartphone - brand: VV - model: S3+ + brand: TR + model: pi os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; vivo S7t Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr; TSB_CLOUD_COMPANION;TOSHIBA_AC_AND_AZ) AppleWebkit/533.1(KHTML, like Gecko) Version/4.0 Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: VV - model: S7t + brand: TS + model: AC AND AZ os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; zh-CN; vivo V1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; TOSHIBA_FOLIO_AND_A Build/TOSHIBA_FOLIO_AND_A) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1; Maxthon (4.0.4.1000); os: name: Android short_name: AND - version: "2.3.3" + version: "2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.1.362" + name: Maxthon + short_name: MX + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: VV - model: V1 + brand: TS + model: FOLIO AND A os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1601 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; ja-jp; IS04 Build/FFK300) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: V5 + brand: TS + model: Regza IS04 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; vivo X1 Build/JRO03C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.2.365 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; IS11T Build/FGK401) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.2.365" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: VV - model: X1 + brand: TS + model: Regza IS11T os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1809T Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0; ja-jp; T-01C Build/FFR002) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: X23 + brand: TS + model: Regza T-01C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BBG-vivo X3V/PD1227V_A_1.12.8; 720*1280; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ja-jp; T-01D Build/V09R40A) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser @@ -5334,19 +5455,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: VV - model: X3V + brand: TS + model: Regza T-01D os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; VIV-vivo X5Max V/PD1408V_A_1.18.1; 1080*1920; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; T-02D Build/V15R47B) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser @@ -5354,56 +5475,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: VV - model: X5Max V + brand: TS + model: Regza T-02D os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; VIV-vivo X5Pro V/PD1421V_A_1.13.5; 1080*1920; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Toshiba-TG01-orange/ 02/ PPC; 480x800 + os: + name: Windows CE + short_name: WCE + version: "" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" + device: + type: smartphone + brand: TS + model: TG01-orange + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; StarTrail TT Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: VV - model: X5Pro V + brand: TU + model: StarTrail by TT os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; vivo Xplay Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; NuclearSX-SP5 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VV - model: Xplay + brand: TV + model: Nuclear SX-SP5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; vivo Y11i T Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; TOOKY A19 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser @@ -5411,159 +5555,159 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: VV - model: Y11i T + brand: TY + model: A19 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; vivo Y19t Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (6.0.1) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; TOOKY A9PLUS Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.3" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.0.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: VV - model: Y19t + brand: TY + model: A9 Plus os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.1; zh-CN; vivo_Y19t) U2/1.0.0 UCBrowser/8.8.3.272 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; TOOKY T1982 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.1" + version: "2.3.6" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8.3.272" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: Y19t + brand: TY + model: T1982 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1731CA Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; TOOKY T83 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VV - model: Y73 + brand: TY + model: T83 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1812 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/5.5.2 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; TOOKY T86 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: vivo Browser - short_name: VV - version: "5.5.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: VV - model: Y81i + brand: TY + model: T86 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1817 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; TOOKY T88 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y91 + brand: TY + model: T88 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; VIV-vivo Y913/PD1304CV_A_1.18.2; 854*480; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; TOOKY W1 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.3.16.2 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Baidu Browser + short_name: BD + version: "4.3.16.2" engine: WebKit - engine_version: "537.36" + engine_version: "534.24" device: type: smartphone - brand: VV - model: Y913 + brand: TY + model: W1 os_family: Android - browser_family: Android Browser + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1816 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4982 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y91i + brand: TZ + model: iX-Maxi os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1818T Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; TM-5201 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser @@ -5574,252 +5718,252 @@ engine_version: "" device: type: smartphone - brand: VV - model: Y93 + brand: TZ + model: Rock os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; arm_64; Android 8.1.0; V1818A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.5.90.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 2.2.2; ru-ru; TM-3000 Build/FRG83G AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" - platform: ARM + version: "2.2.2" + platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.7.5.90.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: Y93 + brand: TZ + model: TM-3000 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1813T Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 2.3.5; ru-ru; TM-3200R Build/GRJ90 AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: Y97 + brand: TZ + model: TM-3200R os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1813BA Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; TM-3204R Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.93516 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" + name: Opera Mobile + short_name: OM + version: "29.0.1809.93516" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Z3 + brand: TZ + model: TM-3204R os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Baccara Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; TM-4003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Baccara + brand: TZ + model: TM-4003 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Eagle_4G Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; Texet TM-4083 Build/1472117945) os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: VX - model: Eagle 4G + brand: TZ + model: TM-4083 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Impress Action Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.1.2; TM-4377 Build/JZO54K AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "42.0.2311.137" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Action + brand: TZ + model: TM-4377 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Impress Alfa Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 4.0.4; ru-ru; TM-4504 Build/IMM76D AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VX - model: Impress Alfa + brand: TZ + model: TM-4504 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress Bravo Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; TM-4510 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Bravo + brand: TZ + model: TM-4510 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Calypso Build/XING29N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; TM-4513 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Calypso + brand: TZ + model: TM-4513 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; IMPRESS CLICK Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 5.1; en-US; TM-5003 Build/LMY47I AppleWebKit/534.30 KHTML, like Gecko Version/4.0 UCBrowser/10.10.8.820 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.10.8.820" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VX - model: IMPRESS CLICK + brand: TZ + model: TM-5003 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress Cult Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; TM-5005 Build/NRD90M os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "54.0.2840.85" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: VX - model: Impress Cult + brand: TZ + model: TM-5005 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Dune Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; TM-5017 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Dune + brand: TZ + model: TM-5017 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Eagle Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; TM-5071 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.8.5.1121 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5827,19 +5971,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.8.5.1121" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: VX - model: Impress Eagle + brand: TZ + model: TM-5071 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Energy Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 YandexSearch/6.10 + user_agent: Mozilla/5.0 Linux; U; Android 7.0; ru-RU; TM-5073 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 Quark/2.4.4.993 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5849,141 +5993,141 @@ type: browser name: Chrome Webview short_name: CV - version: "62.0.3202.84" + version: "57.0.2987.108" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Energy + brand: TZ + model: TM-5073 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Wolf) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5074) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress Wolf + brand: TZ + model: TM-5074 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress XXL Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; TM-5075 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140293 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.83" + name: Opera Mobile + short_name: OM + version: "43.2.2254.140293" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Impress XXL + brand: TZ + model: TM-5075 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lion_Dual Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5076) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: VX - model: Lion Dual + brand: TZ + model: TM-5076 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SP5026i-Scorpio Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TM-5077) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: W1 - model: Scorpio + brand: TZ + model: TM-5077 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us ; Walton Primo Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.3.0.143/145/444 + user_agent: Mozilla/5.0 Linux; U; Android 2.3.5; ru-ru; TM-5200 Build/GRJ90 AppleWebKit/533.1 KHTML, like Gecko Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.5" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.3.0.143" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: WA - model: Primo + brand: TZ + model: TM-5200 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; WALTON_Primo_C1) U2/1.0.0 UCBrowser/9.0.2.389 Mobile + user_agent: Mozilla/5.0 Linux; Android 4.0.4; TM-5204 Build/IMM76D AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo C1 - os_family: GNU/Linux - browser_family: Opera + brand: TZ + model: TM-5204 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Primo D2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 4.1.2; ru-ru; TM-5277 Build/JZO54K AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -5994,72 +6138,72 @@ engine_version: "534.30" device: type: smartphone - brand: WA - model: Primo D2 + brand: TZ + model: TM-5277 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Primo_D4) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 Linux; U; Android 4.0.4; ru-ru; TM-5377 Build/IMM76D AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WA - model: Primo D4 + brand: TZ + model: TM-5377 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo F7 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; TM-5505 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo F7 + brand: TZ + model: TM-5505 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Primo G4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 5.1; en-US; TM-5513 Build/LMY47D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.0.1109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "30.0.1599.82" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.5.0.1109" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WA - model: Primo G4 + brand: TZ + model: TM-5513 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Primo G7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TM-5571 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6069,97 +6213,77 @@ type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo G7 + brand: TZ + model: TM-5571 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Primo H4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TM-5581 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.98" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo H4 + brand: TZ + model: TM-5581 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo H6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; TM-6003 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo H6 + brand: TZ + model: TM-6003 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Primo_HM Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: WA - model: Primo HM - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo R4 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-5508 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "54.0.2840.85" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo R4 + brand: TZ + model: X-Cosmo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Primo S3 mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.91837 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-4082R/X-driver Build/KOT49H; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/63.0.3239.111 Mobile Safari/537.36 Puffin/7.5.3.20547AP os: name: Android short_name: AND @@ -6167,19 +6291,19 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "29.0.1809.91837" - engine: Blink - engine_version: "" + name: Puffin + short_name: PU + version: "7.5.3.20547" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WA - model: Primo S3 mini + brand: TZ + model: X-Driver Quad os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo_S5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; X-Force(TM-5009) Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6187,39 +6311,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: WA - model: Primo S5 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Primo S6 infinity) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.0.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo S6 Infinity + brand: TZ + model: X-Force os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo X4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; X-ForceTM-5009 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6227,19 +6331,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo X4 + brand: TZ + model: X-Force os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo X4 Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0; X-ForceTM-5009 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/36.2.2254.1304 os: name: Android short_name: AND @@ -6247,299 +6351,299 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" + name: Opera Mobile + short_name: OM + version: "36.2.2254.1304" engine: Blink engine_version: "" device: type: smartphone - brand: WA - model: Primo X4 Pro + brand: TZ + model: X-Force os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5006 Build/KOT49H os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.979.00" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: WF - model: Spark + brand: TZ + model: X-Line os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Wileyfox Spark + Build/MMB29X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; TM-5503 Build/KOT49H AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Spark + + brand: TZ + model: X-Mage os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark + AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5016 Build/KOT49H os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: WF - model: Spark + + brand: TZ + model: X-Maxi 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark X AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 Linux; U; Android 4.4.2; zh-cn; TM-3500; Android/4.4.2; Release/09.25.2015 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.2.730.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WF - model: Spark X + brand: TZ + model: X-Maxi 2 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Wileyfox Swift Build/MOB30R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; X-PlusTM-5577 Build/LMY47I AppleWebKit/537.36 KHTML, like Gecko Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Swift + brand: TZ + model: X-Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Swift AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; X-Plus(TM-5577) Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Swift + brand: TZ + model: X-Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Swift 2 Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-4503 Build/KOT49H os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: WF - model: Swift 2 + brand: TZ + model: X-Quad os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 6.0.1; Swift 2 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; TM-5010 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.89" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Swift 2 + brand: TZ + model: X-Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Swift 2 Plus Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.4.2; TM-5007 Build/KOT49H os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: WF - model: Swift 2 Plus + brand: TZ + model: X-Shine os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 6.0.1; Swift 2 Plus AppleWebKit/537.36 KHTML, like Gecko Chrome/77.0.3828.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4071 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3828.0" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Swift 2 Plus + brand: TZ + model: X-Smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.1.2; Swift 2 X AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TM-4515 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: WF - model: Swift 2 X + brand: TZ + model: X-Style os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; AT-AS43D3 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; USCC-E6762 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.135" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: WG - model: AT-AS43D3 + brand: UC + model: Kyocera DuraForce os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; AT-AS45D1 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; UHAPPY UP320 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: WG - model: AT-AS45D1 + brand: UH + model: UP320 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BARRY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; UP350 Build/F200C_JBT_A2.37M0.MUL.P1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Barry + brand: UH + model: UP350 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BIRDY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; UP520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6549,81 +6653,81 @@ type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Birdy + brand: UH + model: UP520 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLOOM Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; UP720 Build/MRA58K) os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: WI - model: Bloom + brand: UH + model: UP720 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; CINK FIVE Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; UP920 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Cink FIVE + brand: UH + model: UP920 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; CINK KING Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; UTOK 450D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone - brand: WI - model: Cink KING + brand: UK + model: 450D os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; CINK PEAX Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; UTOK 451D Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -6634,266 +6738,269 @@ engine_version: "534.30" device: type: smartphone - brand: WI - model: Cink PEAX + brand: UK + model: 451D os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ro-ro; CINK PEAX 2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Armor Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" - platform: "" + version: "6.0" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.107" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Cink PEAX 2 + brand: UL + model: Armor os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.2; en-US; CINK_PEAX_2) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile + user_agent: 'Mozilla/5.0 (Linux; Android 7.0; Armor_2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/147.0.0.44.75;]' os: name: Android short_name: AND - version: "4.1.2" - platform: "" + version: "7.0" + platform: ARM client: - type: browser - name: UC Browser - short_name: UC - version: "9.1.1.420" - engine: "" - engine_version: "" + type: mobile app + name: Facebook + version: "147.0.0.44.75" device: type: smartphone - brand: WI - model: Cink PEAX 2 + brand: UL + model: Armor 2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; WIKO-CINK SLIM Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Be one Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Cink SLIM + brand: UL + model: Be One os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.1; en-US; CINK_SLIM) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; be_one_lite Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.8.976 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "8.2.0.242" - engine: "" - engine_version: "" + version: "11.3.8.976" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Cink SLIM + brand: UL + model: Be One Lite os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; CINK+ Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Be_Pure Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "48.0.2564.95" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Cink+ + brand: UL + model: Be Pure os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; DARKFULL Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Be_Pure_lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Darkfull + brand: UL + model: Be Pure Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; DARKMOON Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Be Touch Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Darkmoon + brand: UL + model: Be Touch os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; DARKNIGHT Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Be Touch 3 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Darknight + brand: UL + model: Be Touch 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; DARKSIDE Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0(Linux; Android 4.4.2; Be_X Build/KOT49H)AppleWebKit/537.36(KHTML, like Gecko)Chrome/57.0.2987.132MobileSafari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + name: Chrome + short_name: CH + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Darkside + brand: UL + model: Be X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; FREDDY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Power_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Freddy + brand: UL + model: Power 3 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; GETAWAY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/24.0.0.30.15;]' + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Power_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: - type: mobile app - name: Facebook - version: "24.0.0.30.15" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Getaway + brand: UL + model: Power 5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GOA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone_S1_Pro AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Goa + brand: UL + model: S1 Pro os_family: Android browser_family: Chrome - - user_agent: Deezer/5.4.22.54 (Android; 7.0; Mobile; fr) WIKO HARRY + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; S10_Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "" + version: "8.1.0" platform: "" client: - type: mediaplayer - name: Deezer - version: "5.4.22.54" + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Harry + brand: UL + model: S10 Pro os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HARRY Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ulefone S7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6901,79 +7008,79 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Harry + brand: UL + model: S7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HIGHWAY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone S7 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.45 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "76.0.3809.45" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Highway + brand: UL + model: S7 os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; HIGHWAY_SIGNS) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ulefone S8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.419" - engine: "" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Highway SIGNS + brand: UL + model: S8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; IGGY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; U007 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Iggy + brand: UL + model: U007 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; U008 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 YandexSearch/7.15 ' os: name: Android short_name: AND @@ -6981,99 +7088,99 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry + brand: UL + model: U008 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; Ulefone_X AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry + brand: UL + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JERRY2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; UMI_Diamond_X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry 2 + brand: UM + model: Diamond X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JERRY2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; UMI eMAX Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry 2 + brand: UM + model: eMAX os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; W_K300 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; UMI_MAX Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry 3 + brand: UM + model: MAX os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY MAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; UMI TOUCH X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7083,54 +7190,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "60.0.3112.50" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jerry Max + brand: UM + model: TOUCH X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; it-it; JIMMY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; UMIDIGI Z Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Jimmy + brand: UM + model: Z os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; KITE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/24.0.0.30.15;]' - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: mobile app - name: Facebook - version: "24.0.0.30.15" - device: - type: smartphone - brand: WI - model: Kite - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LENNY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U903 Build/U903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7138,100 +7228,103 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Lenny + brand: UO + model: Air os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U905 Build/U905) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Lenny 2 + brand: UO + model: Air 5.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LENNY2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Android 5.1.1; U5151 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Lenny 2 + brand: UO + model: Bolt os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; LENNY3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/134.0.0.25.91;]' + user_agent: Mozilla/5.0 (Android 5.1.1; U5151 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.9 NTENTBrowser/4.2.0.181 (CellularOne-US) Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: - type: mobile app - name: Facebook - version: "134.0.0.25.91" + type: browser + name: NTENT Browser + short_name: NT + version: "4.2.0.181" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WI - model: Lenny 3 + brand: UO + model: Bolt os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LENNY3 MAX Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; U513 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.582 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.5.2.582" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Lenny 3 Max + brand: UO + model: Drone XT os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; U615 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser @@ -7242,213 +7335,193 @@ engine_version: "" device: type: smartphone - brand: WI - model: Lenny 4 + brand: UO + model: Quattro M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Android 5.1; U613 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) NTENTBrowser/1.0.0.547 (CellularOne-US) Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: NTENT Browser + short_name: NT + version: "1.0.0.547" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WI - model: Lenny 4 + brand: UO + model: Quattro S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4 Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; U710 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 os: name: Android short_name: AND - version: "7.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: WI - model: Lenny 4 Plus + brand: UO + model: Quattro U710 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; W_K400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U611 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Lenny 5 + brand: UO + model: Quattro X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OZZY Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.15.1143430.arm - os: - name: Android - short_name: AND - version: "4.2.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.4.15.1143430" - device: - type: smartphone - brand: WI - model: Ozzy - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OZZY Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; U720 Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 search/1.0 baiduboxapp/7.0 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: Baidu Box App + version: "7.0" device: type: smartphone - brand: WI - model: Ozzy + brand: UO + model: Quattro Z os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PULP Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; U-830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Pulp + brand: UO + model: Rush os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: uniscope77_bu3_cu_ics2 Linux/3.0.13 Android/4.0.4 Release/05.03.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Pulp 4G + brand: US + model: 77 bu3 cu ics2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PULP FAB Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: uniscope_T5588_TD/V1 Linux/3.4.5 Android/4.2.2 Release/08.22.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Pulp Fab + brand: US + model: T5588 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP FAB 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: uniscope_U1205_TD/V1 Linux/3.4.5 Android/4.2.2 Release/08.22.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Pulp Fab 4G + brand: US + model: U1205 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP FAB 4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Uniscope US618 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Pulp Fab 4G + brand: US + model: US618 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Uniscope US818 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: type: browser @@ -7459,253 +7532,310 @@ engine_version: "534.30" device: type: smartphone - brand: WI - model: Rainbow + brand: US + model: US818 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RAINBOW 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; UNONU UM405 LITE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Rainbow 4G + brand: UU + model: UM405 LITE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RAINBOW JAM Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U452TL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Rainbow JAM + brand: UX + model: U452TL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; RAINBOW LITE 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U504TL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Rainbow LITE 4G + brand: UX + model: U504TL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; RAINBOW UP Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; U671C Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "43.0.2357.92" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Rainbow UP + brand: UX + model: U671C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RAINBOW UP 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; U673C Build/U673C_01.01.08; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Rainbow UP 4G + brand: UX + model: U673C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RIDGE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; U680C Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30/TansoDL os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.78" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Ridge + brand: UX + model: U680C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; RIDGE 4G Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; U683CL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Ridge 4G + brand: UX + model: U683CL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; RIDGE FAB 4G Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; VOTO-T8100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Ridge Fab 4G + brand: V1 + model: T8100 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; ROBBY Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/148.0.0.51.62;]' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO VT808 Build/IML74K) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.0.3) os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: mobile app - name: Facebook - version: "148.0.0.51.62" + name: Baidu Box App + version: "6.7" + device: + type: smartphone + brand: V1 + model: VT808 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO_VT818_TD/1.0 Android/4.0.3 Release/7.1.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.9.14) + os: + name: MocorDroid + short_name: MCD + version: "4.0.3" + platform: "" + client: + type: browser + name: 360 Phone Browser + short_name: 36 + version: "6.9.9.14" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: V1 + model: VT818 + os_family: Android + browser_family: Unknown +- + user_agent: MQQBrowser/4.3/Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO_VT818_TD/1.0 Android/4.0.3 Release/7.1.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: MocorDroid + short_name: MCD + version: "4.0.3" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "4.3" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WI - model: Robby + brand: V1 + model: VT818 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SLIDE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; VOTO VT818+ Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WI - model: Slide + brand: V1 + model: VT818+ os_family: Android - browser_family: Chrome + browser_family: Unknown +- + user_agent: VOTO VT888_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 MicroMessenger/5.4.0.66_r807534.480 NetType/WIFI + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: mobile app + name: WeChat + version: "5.4.0.66.r807534.480" + device: + type: smartphone + brand: V1 + model: VT888 + os_family: Android + browser_family: Unknown - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; STAIRWAY Build/JOP40D) + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; VT888 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Stairway + brand: V1 + model: VT888 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; STAIRWAY Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; VT898 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: Stairway + brand: V1 + model: VT898 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SUBLIM Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; VOTO X2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -7716,1288 +7846,1252 @@ engine_version: "534.30" device: type: smartphone - brand: WI - model: Sublim + brand: V1 + model: X2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SUNNY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Gyga_QS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunny + brand: V2 + model: Gyga QS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SUNNY2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Jax Mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunny 2 + brand: V2 + model: Jax Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Sunny2 Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Jax_S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "53.0.2785.143" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunny 2 Plus + brand: V2 + model: Jax S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SUNSET Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Jax_S_A7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.2062.117" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunset + brand: V2 + model: Jax S A7 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; SUNSET2 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 6.0; Volt S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunset 2 + brand: V2 + model: Volt S os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SUNSET2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Volt_S_A7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Sunset 2 + brand: V2 + model: Volt S A7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TOMMY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Volt_X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Tommy + brand: V2 + model: Volt X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TOMMY2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Zun X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Tommy 2 + brand: V2 + model: Zun X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Tommy2 Plus Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Zun X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: WI - model: Tommy 2 Plus + brand: V2 + model: Zun X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; W_K600 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0(Linux; Android 6.0; ZUN XO Build/MRA58K)AppleWebKit/537.36(KHTML, like Gecko)Chrome/59.0.3071.125MobileSafari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" + name: Chrome + short_name: CH + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Tommy 3 + brand: V2 + model: Zun XO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Tommy3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux;Android 6.0;XA Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: Tommy 3 + brand: V3 + model: XA Pro os_family: Android browser_family: Chrome - - user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 6.0; U FEEL LITE Build/MRA58K)' + user_agent: Mozilla/5.0 (Linux; Android 6.0; VIVAX_Fly3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND version: "6.0" platform: "" client: - type: mobile app - name: 'Podcast & Radio Addict' - version: "2" - device: - type: smartphone - brand: WI - model: U Feel Lite - os_family: Android - browser_family: Unknown -- - user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 7.1.1; U FEEL PRIME Build/NMF26F)' - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" - client: - type: mobile app - name: 'Podcast & Radio Addict' - version: "2" - device: - type: smartphone - brand: WI - model: U Feel Prime - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; U PULSE Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 Instagram 51.0.0.20.85 Android (24/7.0; 320dpi; 720x1184; WIKO; U PULSE; v3961; mt6735; fr_FR; 115211358) - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: mobile app - name: Instagram App - version: "51.0.0.20.85" + type: browser + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: U Pulse + brand: V5 + model: Fly 3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; U PULSE LITE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Fly5_lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: U Pulse Lite + brand: V5 + model: Fly 5 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; W_C800 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vivax SMART Point X5010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: WI - model: View 2 + brand: V5 + model: Smart Point X5010 os_family: Android browser_family: Chrome - - user_agent: Deezer/5.4.23.14 (Android; 8.1.0; Mobile; fr) WIKO WC300 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; Venture V8 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140270 os: name: Android short_name: AND - version: "" + version: "7.0" platform: "" client: - type: mediaplayer - name: Deezer - version: "5.4.23.14" - device: - type: smartphone - brand: WI - model: View Lite - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; WC300 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 GSA/8.10.22.21.arm - os: - name: Android - short_name: AND - version: "8.1.0" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "8.10.22.21" + type: browser + name: Opera Mobile + short_name: OM + version: "43.2.2254.140270" + engine: Blink + engine_version: "" device: type: smartphone - brand: WI - model: View Lite + brand: V6 + model: Venture V8 os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.3; WAX Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Videocon_A10) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.3" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.2171.93" - engine: Blink + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" engine_version: "" device: type: smartphone - brand: WI - model: Wax + brand: VD + model: A10 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Deezer/5.4.21.97 (Android; 7.1.1; Mobile; fr) WIKO WIM Lite + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; Videocon A10 Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: - type: mediaplayer - name: Deezer - version: "5.4.21.97" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: WI - model: WIM Lite + brand: VD + model: A10 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: mozilla/5.0 (linux; android 4.2.2; mismart wink ;) build/jdq39) applewebkit/537.36 (khtml, like gecko) chrome/32.0.1700.99 mobile safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; Videocon A27i Build/HMJ25) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.2.2" + version: "3.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" device: type: smartphone - brand: WL - model: miSmart wink ;) + brand: VD + model: A27i os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; WIAM #24 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; VT75C Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WL - model: 'Wiam #24' + brand: VD + model: VT75C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; weplus_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-gb; Vodafone 845 Build/B219) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "7.0" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: WM - model: WePlus 3 + brand: VF + model: "845" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Wink_City_S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: WN - model: City S + brand: VF + model: "858" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Wink_City_SE Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.2.1; en-US; Vodafone_858) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: WN - model: City SE + brand: VF + model: "858" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZEN 4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 YaBrowser/15.4.2272.3842.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-; Vodafone 975N Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 SVN/130HCN2 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "15.4.2272.3842.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WY - model: ZEN 4.5 + brand: VF + model: Smart 3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZEN 4.7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Vodafone 975 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 SVN/070HVG3 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "15.2.2214.3725.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: WY - model: ZEN 4.7 + brand: VF + model: Smart 3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-US; WEXLER. ZEN 5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.565 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; Vodafone 785 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 SVN/120HJG1 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.1.565" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: WY - model: ZEN 5 + brand: VF + model: Smart 4 Mini os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEON_RAY Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vodafone 985N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: X1 - model: Neon Ray + brand: VF + model: Smart 4 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SKR-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Vodafone Smart 4 turbo Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Black Shark + brand: VF + model: Smart 4 turbo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SKR-A0 Build/G66X1906251CN00MPP; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Vodafone 890N Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 SWV/265.21IT os: name: Android short_name: AND - version: "9" + version: "4.4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "75.0.3770.143" + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Black Shark + brand: VF + model: Smart 4 Turbo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SKW-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Vodafone Smart 4G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "43.0.2357.92" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Black Shark 2 + brand: VF + model: Smart 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SKW-A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD320 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Black Shark 2 + brand: VF + model: Smart C9 os_family: Android browser_family: Chrome - - user_agent: Xiaomi_2013022_TD/V1 Linux/3.4.5 Android/4.2.1 Release/03.11.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; VodafoneSmartChat-MSM7225A-V02c-Sep272012-Vodafone-IE/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.1" + version: "2.3.6" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: XI - model: Hongmi + brand: VF + model: Smart Chat os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2013023 Build/HM2013023) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VFD 510 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi + brand: VF + model: Smart E8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2014011 Build/HM2014011) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.0) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VFD 513 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.9.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 1S + brand: VF + model: Smart E8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2014011 Build/HM2014011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-gb; VF695 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SVN/050HJG1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 1S + brand: VF + model: Smart First 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; 2014817 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.0.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; VFD 200 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.0.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 + brand: VF + model: Smart First 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014818 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; el-gr; Vodafone Smart II Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 SVN/01022 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: XI - model: Hongmi 2 3G + brand: VF + model: Smart II os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 2014818 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VF685 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 3G + brand: VF + model: Smart Kicka os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014812 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Vodafone 875 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 4G + brand: VF + model: Smart Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014811 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100502004 + user_agent: Mozilla/5.0 (Linux; Android 5.1; VFD 100 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 4G + brand: VF + model: Smart Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; it-it; 2014811 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 300 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "48.0.2564.95" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 4G + brand: VF + model: Smart Mini 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; it-it; 2014813 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VFD 610 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 2 4G + brand: VF + model: Smart N8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Xiaomi_2014501_TD-LTE/V1 Linux/3.10.0 Android/4.4 Release/04.07.2014 Browser/AppleWebKit537.36 Chrome/30.0.0.0 Mobile Safari/537.36 System/Android 4.4 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD 720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "8.1.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 4G + brand: VF + model: Smart N9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; 2014501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VFD 900 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "48.0.2564.95" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 4G + brand: VF + model: Smart Platinum 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; 2014501 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; VF-895N Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: Hongmi 4G + brand: VF + model: Smart Prime 6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; MI 1S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VFD 600 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 1S + brand: VF + model: Smart Prime 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; MI 1S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 5.1; VF-795 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 1S + brand: VF + model: Smart Speed 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MI 2 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 500 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 2 + brand: VF + model: Smart Turbo 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: com.douban.group/2.2.0(220) Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; MI 2A Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: - type: mobile app - name: douban App - version: "2.2.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 2A + brand: VF + model: Smart Turbo 7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; MI 2A Build/JRO03L) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Vodafone Smart ultra 6 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 2A + brand: VF + model: Smart Ultra 6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; MI 2S Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VFD 700 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 2S + brand: VF + model: Smart Ultra 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; MI 2SC Build/JRO03L) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VFD 820 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 2SC + brand: VF + model: Smart X9 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; MI 3 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VORAGO CELL-500 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 3 + brand: VG + model: CELL-500 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Xiaomi_2013061_TD/V1 Linux/3.4.5 Android/4.2.1 Release/09.18.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 5.1; vk6050 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 3 + brand: VK + model: 6050 Build os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; MI 3W Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; vk6735 Build/vkworld) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.94" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI 3W + brand: VK + model: 6735 Build os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; MI 3W Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; vk700 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 3W + brand: VK + model: 700 Build os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Mi-4c Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VK700 Pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI 4C + brand: VK + model: 700 Pro Build os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; pl-pl; Mi-4c Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.85 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; VK700 Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.1.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 4C + brand: VK + model: 700 Pro Build os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; MI 4LTE MIUI/V7.3.2.0.MXDCNDD) NewsArticle/5.1.3 + user_agent: Mozilla/5.0 (Linux; Android 5.1; VK700X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: - type: mobile app - name: NewsArticle App - version: "5.1.3" + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI 4LTE + brand: VK + model: 700X Build os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MI 5s Plus Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; verykool Cyprus II Jr S6004 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI 5s Plus + brand: VL + model: Cyprus II Jr S6004 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; verykools5019 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI 8 Lite + brand: VL + model: s5019 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; verykoolSL5200 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI 9 SE + brand: VL + model: SL5200 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Mi A1 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; verykool Wave Pro s5021 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Mi A1 + brand: VL + model: Wave Pro s5021 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Mi A2 Lite Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CX-508) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9007,41 +9101,41 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI A2 Lite + brand: VN + model: CX-508 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Apollo Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI A2 Lite + brand: VR + model: Apollo Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MI MAX 2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Apollo X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser @@ -9052,72 +9146,69 @@ engine_version: "" device: type: smartphone - brand: XI - model: MI MAX 2 + brand: VR + model: Apollo X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MI MAX 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; vernee_M5 Build/vernee_M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.53 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "65.0.3325.53" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI MAX 2 + brand: VR + model: M5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; MI MAX 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 7.0; Mars pro Build/NRD90M)' os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + type: mobile app + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone - brand: XI - model: MI MAX 3 + brand: VR + model: Mars Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; de-de; MI MAX 3 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.0.5 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Thor E Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.0.527.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "10.0.5" - engine: WebKit - engine_version: "537.36" + name: Yandex Browser + short_name: YA + version: "18.1.0.527.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI MAX 3 + brand: VR + model: Thor E os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MIX Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Thor Plus Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.106 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9127,238 +9218,241 @@ type: browser name: Chrome Webview short_name: CV - version: "74.0.3729.136" + version: "66.0.3359.106" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI MIX + brand: VR + model: Thor Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; MIX 2 Build/OPR1.170623.027; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ViewSonic V500 Build/KVT49L) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.0" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.5.1280(0x26060536)" + type: browser + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: XI - model: MI MIX 2 + brand: VS + model: V500 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; MIX 2S Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044113 Mobile Safari/537.36 V1_AND_SQ_7.7.0_882_YYB_D PA QQ/7.7.0.3640 NetType/4G WebP/0.3.0 Pixel/1080 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ViewPhone3 Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0" + version: "2.3.7" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: XI - model: MI MIX 2S + brand: VS + model: ViewPhone 3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; Mi MIX 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; VSP145M Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: MI MIX 3 + brand: VT + model: Venus 4.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 9; de-de; Mi MIX 3 Build/PKQ1.180729.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.8.3-g + user_agent: Mozilla/5.0 (Linux; Android 4.3; VSP250g Build/G517) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.3" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "10.8.3" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI MIX 3 + brand: VT + model: Venus 5.0V os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; MI-ONE Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VSP355s Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI-ONE + brand: VT + model: Venus 5.5X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; MI-ONE C1 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Venus_V3_5040_2GB Build/VASP434) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI-ONE C1 + brand: VT + model: Venus V3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; MI-ONE_Plus Build/GINGERBREAD; 480*854) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1/UCWEB7.9.3.103/139/800' + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Venus V5 Build/VTE1160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "7.9.3.103" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI-ONE Plus + brand: VT + model: Venus V5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MI-ONE Plus Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) FlyFlow/2.2 Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Venus V6 Build/VR1070; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "2.2" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI-ONE Plus + brand: VT + model: Venus V6 os_family: Android - browser_family: Baidu + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; MI-ONEPlus) AppleWebKit/534.13 (KHTML, like Gecko) UCBrowser/8.6.0.199 U3/0.8.0 Mobile Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Venus Z10 Build/VR1240) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.199" - engine: WebKit - engine_version: "534.13" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: XI - model: MI-ONEPlus + brand: VT + model: Venus Z10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; POCOPHONE F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Venus Z20 Build/VR1200; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Pocophone F1 + brand: VT + model: Venus Z20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; POCO F1 Build/PKQ1.180729.001; wv) AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VP5004A Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "73.0.3683.90" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Pocophone F1 + brand: VU + model: VP5004A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; HM 1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1805 Build/OPM1.171019.026A os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser @@ -9366,139 +9460,119 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: XI - model: Redmi 1 + brand: VV + model: Nex os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; HM 1S Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Vivo ONE Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0.2246.121183 os: name: Android short_name: AND - version: "4.3" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "35.0.1916.141" + name: Opera Mobile + short_name: OM + version: "43.0.2246.121183" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Redmi 1S - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HM 1SC Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: XI - model: Redmi 1S + brand: VV + model: One os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HM 1SW Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.0.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; vivo S3+ Build/IMM76D) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.0.1.275 U3/0.8.0 Mobile Safari/534.31 os: name: Android short_name: AND - version: "4.3" + version: "4.0.4" platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "2.0.1" + name: UC Browser + short_name: UC + version: "9.0.1.275" engine: WebKit - engine_version: "537.36" + engine_version: "534.31" device: type: smartphone - brand: XI - model: Redmi 1S + brand: VV + model: S3+ os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Redmi 1S Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; V1932A Build/PKQ1.181030.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "9" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "33.0.0.0" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Redmi 1S + brand: VV + model: S5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HM 2A Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; vivo S7t Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: XI - model: Redmi 2A + brand: VV + model: S7t os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 5.1.1; en-US; Redmi_3) U2/1.0.0 UCBrowser/9.7.0.520 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; zh-CN; vivo V1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1.1" + version: "2.3.3" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.7.0.520" - engine: "" - engine_version: "" + version: "9.4.1.362" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: XI - model: Redmi 3 + brand: VV + model: V1 os_family: Android browser_family: Unknown - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Redmi 3S MIUI/6.12.8) + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1804 Build/OPM1.171019.011 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser @@ -9509,249 +9583,212 @@ engine_version: "" device: type: smartphone - brand: XI - model: Redmi 3S + brand: VV + model: V11 Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Redmi 4A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1806 Build/O11019 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: XI - model: Redmi 4A + brand: VV + model: V11i os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; ru-ru; Redmi 4A Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/Mint Browser/1.3.3 + user_agent: Dalvik/2.1.0 Linux; U; Android 9; vivo 1818 Build/PKQ1.181203.001 os: name: Android short_name: AND - version: "7.1.2" + version: "9" platform: "" client: type: browser - name: Mint Browser - short_name: MT - version: "1.3.3" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: XI - model: Redmi 4A - os_family: Android - browser_family: Chrome -- - user_agent: Deezer/5.4.21.97 (Android; 7.1.2; Mobile; fr) Xiaomi Redmi 4X - os: - name: Android - short_name: AND + name: Android Browser + short_name: AN version: "" - platform: "" - client: - type: mediaplayer - name: Deezer - version: "5.4.21.97" - device: - type: smartphone - brand: XI - model: Redmi 4X - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; en-us; Redmi 5 Plus Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.146 Mobile Safari/537.36 XiaoMi/MiuiBrowser/9.5.6 - os: - name: Android - short_name: AND - version: "7.1.2" - platform: "" - client: - type: browser - name: MIUI Browser - short_name: MU - version: "9.5.6" engine: WebKit - engine_version: "537.36" + engine_version: "" device: type: smartphone - brand: XI - model: Redmi 5 Plus + brand: VV + model: V15 Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; vivo 1909) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Redmi 5 Plus + brand: VV + model: V17 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Redmi 5A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1601 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: XI - model: Redmi 5A + brand: VV + model: V5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LA2-L Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone - brand: XL - model: LA2-L + brand: VV + model: V5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.4.4; LA2-S Build/KTU84P AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1609 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: XL - model: LA2-S + brand: VV + model: V5 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LA2-SN Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1611) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: XL - model: LA2-SN + brand: VV + model: V5 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; XI-CE655 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1713 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone - brand: XN - model: CE655 + brand: VV + model: V5s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XI-CEU4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1612 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: XN - model: CEU4 + brand: VV + model: V5s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XI-CEU8 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1718 Build/OPM1.171019.026 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: XN - model: CEU8 + brand: VV + model: V7 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLACK-1XM Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1716 Build/MOB31E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36 os: name: Android short_name: AND @@ -9759,131 +9796,114 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome + short_name: CH + version: "74.0.3729.131" engine: Blink engine_version: "" device: type: smartphone - brand: XO - model: Black 1X + brand: VV + model: V7 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Omega 5.0 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.4.16.1149292.arm - os: - name: Android - short_name: AND - version: "4.4.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" - device: - type: smartphone - brand: XO - model: Omega 5.0 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Omega_5.5 Build/KOT49H) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.1.2.571 Mobile + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1723 Build/OPM1.171019.026 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.1.2.571" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "528.5" + engine_version: "" device: type: smartphone - brand: XO - model: Omega 5.5 + brand: VV + model: V9 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XOLO One Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1727 Build/OPM1.171019.026 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: XO - model: One + brand: VV + model: V9 Youth os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; Q1000 Opus) U2/1.0.0 UCBrowser/9.0.1.275 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; vivo X1 Build/JRO03C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.2.365 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.0.1.275" - engine: "" - engine_version: "" + version: "9.4.2.365" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: XO - model: Q1000 Opus + brand: VV + model: X1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q1000s Plus Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; vivo 1721) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: XO - model: Q1000s Plus + brand: VV + model: X20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q1010i Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo X20Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: XO - model: Q1010i + brand: VV + model: X20 Plus os_family: Android browser_family: Chrome diff --git a/Tests/fixtures/smartphone-12.yml b/Tests/fixtures/smartphone-12.yml index 4741eb5291..4a9627700a 100644 --- a/Tests/fixtures/smartphone-12.yml +++ b/Tests/fixtures/smartphone-12.yml @@ -1,67 +1,70 @@ --- - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q2000 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1725 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: XO - model: Q2000 + brand: VV + model: X21 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q600 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1809T Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" - platform: ARM + version: "8.1.0" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" + type: browser + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: XO - model: Q600 + brand: VV + model: X23 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q600 Club Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; V1838A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "79.0.3945.79" engine: Blink engine_version: "" device: type: smartphone - brand: XO - model: Q600 Club + brand: VV + model: X27 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q700 Build/XOLOQ700) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BBG-vivo X3V/PD1227V_A_1.12.8; 720*1280; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser @@ -69,36 +72,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: XO - model: Q700 + brand: VV + model: X3V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q700 Build/XOLOQ700) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm - os: - name: Android - short_name: AND - version: "4.2.1" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.2.17.1009776" - device: - type: smartphone - brand: XO - model: Q700 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; XOLO_Q800 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; VIV-vivo X5Max V/PD1408V_A_1.18.1; 1080*1920; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.4" platform: "" client: type: browser @@ -106,19 +92,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: XO - model: Q800 + brand: VV + model: X5Max V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q800 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; VIV-vivo X5Pro V/PD1421V_A_1.13.5; 1080*1920; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.2.1" + version: "5.0.2" platform: "" client: type: browser @@ -126,966 +112,929 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: XO - model: Q800 + brand: VV + model: X5Pro V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XOLO_X1000 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo X9Plus Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: XO - model: X1000 + brand: VV + model: X9 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; X-TIGI_J110 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; vivo Xplay Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "61.0.3163.98" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "5.0" device: type: smartphone - brand: XT - model: J110 + brand: VV + model: Xplay os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X_TIGI_Photo P16 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; vivo Y11i T Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: XT - model: Photo P16 + brand: VV + model: Y11i T os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X-TIGI_V28 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 9; vivo 1902 Build/PPR1.180610.011 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: XT - model: V28 LTE + brand: VV + model: Y17 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZEN_U5+ Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; vivo Y19t Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (6.0.1) os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: 360 Phone Browser + short_name: 36 + version: "6.0.1" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: XV - model: ZEN U5+ + brand: VV + model: Y19t os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; YU5010A Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.1; zh-CN; vivo_Y19t) U2/1.0.0 UCBrowser/8.8.3.272 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: UC Browser + short_name: UC + version: "8.8.3.272" + engine: "" engine_version: "" device: type: smartphone - brand: Y1 - model: Yuphoria + brand: VV + model: Y19t os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AO5510 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; V1901A Build/P00610; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 T7/11.17 SP-engine/2.13.0 baiduboxapp/11.17.0.13 (Baidu; P1 9) os: name: Android short_name: AND - version: "4.4.4" + version: "9" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "11.17.0.13" device: type: smartphone - brand: Y1 - model: Yureka + brand: VV + model: Y3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M631Y Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 6.0.1; vivo 1606 Build/MMB29M os: name: Android short_name: AND - version: "5.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.68" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: Y2 - model: Altitude + brand: VV + model: Y53i os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; YNDX-000SB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1603) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: YD - model: YNDX-000SB + brand: VV + model: Y55l os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_35E2I Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1610 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.0.2672.49578 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" + name: Opera Mobile + short_name: OM + version: "54.0.2672.49578" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 3.5E2I + brand: VV + model: Y55s os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Andy 3.5EI Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.2; vivo 1719 Build/N2G47H os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 3.5EI + brand: VV + model: Y65 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_35EI2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1714 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" + name: Chrome + short_name: CH + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: YE - model: Andy 3.5EI2 + brand: VV + model: Y69 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ANDY_45EL Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1724) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 4.5EL + brand: VV + model: Y71 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy 4.7T Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1801 Build/OPM1.171019.011 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 4.7T + brand: VV + model: Y71i os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_4E2I Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1731CA Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM + name: Chrome Webview + short_name: CV version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 4E2I + brand: VV + model: Y73 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4E4 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1808 Build/O11019 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 4E4 + brand: VV + model: Y81 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Yezz-AC4EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1803 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 4EI + brand: VV + model: Y81 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_4EI2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1808i) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 4EI2 + brand: VV + model: Y81 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ANDY_4EL2_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1812 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/5.5.2 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: vivo Browser + short_name: VV + version: "5.5.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: YE - model: Andy 4EL2 LTE + brand: VV + model: Y81i os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy_55EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1726 Build/O11019 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 55EI + brand: VV + model: Y83 Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_5EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1811 Build/OPM1.171019.026 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 5EI + brand: VV + model: Y91 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Andy 5EL2 LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1817 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy 5EL2 LTE + brand: VV + model: Y91 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Andy_5ML_LTE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; VIV-vivo Y913/PD1304CV_A_1.18.2; 854*480; CTC/2.0) AppleWebKit/537.36 (KHTML,like Gecko) Version/4.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: YE - model: Andy 5ML LTE + brand: VV + model: Y913 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy_5T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1820 Build/O11019 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: YE - model: Andy 5T + brand: VV + model: Y91i os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; yezz Andy A3.5EP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1816 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy A3.5EP + brand: VV + model: Y91i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A5EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1814 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 YaApp_Android/9.36 YaSearchBrowser/9.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy A5EI + brand: VV + model: Y93 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_C5QL Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1815 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 YaApp_Android/9.35 YaSearchBrowser/9.35 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone - brand: YE - model: Andy C5QL + brand: VV + model: Y93 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; LA2-T Build/YUSUNLA2-T) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.6.428 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1818T Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.6.428" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: YS - model: LA2-T + brand: VV + model: Y93 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; zh-CN; YUSUN W306) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; arm_64; Android 8.1.0; V1818A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.5.90.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" - platform: "" + version: "8.1.0" + platform: ARM client: type: browser - name: UC Browser - short_name: UC - version: "9.6.2.404" - engine: "" + name: Yandex Browser + short_name: YA + version: "19.7.5.90.00" + engine: Blink engine_version: "" device: type: smartphone - brand: YS - model: W306 + brand: VV + model: Y93 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; yusun W702 Build/ALPS.GB.FDD2.MP.V2.14) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1807) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: YS - model: W702 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; YTONE_L919_TD/1.0 Android/4.0.3 Release/6.20.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: MocorDroid - short_name: MCD - version: "4.0.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.62" + engine: Blink + engine_version: "" device: type: smartphone - brand: YT - model: L919 + brand: VV + model: Y95 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; YTONE L985S Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1813T Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "33.0.0.0" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: YT - model: L985S + brand: VV + model: Y97 os_family: Android browser_family: Chrome - - user_agent: YTONE L988_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: YT - model: L988 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; YTONE L999 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; V1813A Build/P00610; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/7.1.0.1 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: vivo Browser + short_name: VV + version: "7.1.0.1" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: YT - model: L999 + brand: VV + model: Y97 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; YTONE M7X Build/KTU84P) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.4) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1813BA Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.7" + type: browser + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: YT - model: M7X + brand: VV + model: Z3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M1 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1813BT Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039408 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" + name: QQ Browser + short_name: QQ + version: "6.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: ZE - model: M1 + brand: VV + model: Z3 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M4 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Baccara Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZE - model: M4 + brand: VX + model: Baccara os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ZEEMI M5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 baiduboxapp/5.0 (Baidu; P1 4.4.4) + user_agent: Mozilla/5.0 (Linux; Android 7.0; Eagle_4G Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZE - model: M5 + brand: VX + model: Eagle 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ZEEMI M6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 baiduboxapp/5.0 (Baidu; P1 4.4.4) + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Impress Action Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Webview + short_name: CV + version: "42.0.2311.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZE - model: M6 + brand: VX + model: Impress Action os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M7 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.0.620 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Impress Alfa Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.0.620" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZE - model: M7 + brand: VX + model: Impress Alfa os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M8 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress Bravo Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZE - model: M8 + brand: VX + model: Impress Bravo os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Leopardo Z5517 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Calypso Build/XING29N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZK - model: Leopardo + brand: VX + model: Impress Calypso os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Libelula Z6001 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; IMPRESS CLICK Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "69.0.3497.91" engine: Blink engine_version: "" device: type: smartphone - brand: ZK - model: Libelula + brand: VX + model: IMPRESS CLICK os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; OSO Z5007 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress Cult Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: ZK - model: Oso + brand: VX + model: Impress Cult os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Pinguino Z5519 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Dune Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: ZK - model: Pingûino + brand: VX + model: Impress Dune os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Zebra Z5516) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Eagle Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZK - model: Zebra + brand: VX + model: Impress Eagle os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Admire SXY Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Energy Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 YandexSearch/6.10 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "58.0.3029.83" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: ZN - model: Admire SXY + brand: VX + model: Impress Energy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax 2+ Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Impress_Wolf) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: ZN - model: Cinemax 2+ + brand: VX + model: Impress Wolf os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax 3 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Impress XXL Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1095,137 +1044,157 @@ type: browser name: Chrome Webview short_name: CV - version: "57.0.2987.132" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: ZN - model: Cinemax 3 + brand: VX + model: Impress XXL os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; Cinemax_4G) U2/1.0.0 UCBrowser/10.9.0.946 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lion_Dual Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.9.0.946" - engine: "" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink engine_version: "" device: type: smartphone - brand: ZN - model: Cinemax 4G + brand: VX + model: Lion Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; Cinemax_Click) U2/1.0.0 UCBrowser/10.9.0.946 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SP5026i-Scorpio Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.9.0.946" - engine: "" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: ZN - model: Cinemax Click + brand: W1 + model: Scorpio os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0;U;Adr 6.0;en-US;Cinemax-Force) U2/1.0.0 UCBrowser/10.6.8.732 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us ; Walton Primo Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.3.0.143/145/444 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.6.8.732" - engine: "" - engine_version: "" + version: "8.3.0.143" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: ZN - model: Cinemax-Force + brand: WA + model: Primo os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Cinemax1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; WALTON_Primo_C1) U2/1.0.0 UCBrowser/9.0.2.389 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" + device: + type: smartphone + brand: WA + model: Primo C1 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Primo D2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZN - model: Cinemax1 + brand: WA + model: Primo D2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Primo_D4) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: ZN - model: Cinemax2 + brand: WA + model: Primo D4 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZA409 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo F7 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.105" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: ZO - model: Muzic + brand: WA + model: Primo F7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; ZOPO ZP998 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Primo G4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1233,39 +1202,39 @@ platform: "" client: type: browser - name: MIUI Browser - short_name: MU - version: "1.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "30.0.1599.82" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: C2 II + brand: WA + model: Primo G4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP998 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Primo G7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: C2 II + brand: WA + model: Primo G7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP330 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Primo H4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1275,41 +1244,41 @@ type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "71.0.3578.98" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Color C + brand: WA + model: Primo H4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; ZP300 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo H6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Field + brand: WA + model: Primo H6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; ZP300S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Primo_HM Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -1320,356 +1289,376 @@ engine_version: "534.30" device: type: smartphone - brand: ZP - model: Field + brand: WA + model: Primo HM os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZP300+ Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo R4 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "27.0.1453.90" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Field + brand: WA + model: Primo R4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZOPO Flash X3 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Primo S3 mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.91837 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.143" + name: Opera Mobile + short_name: OM + version: "29.0.1809.91837" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Flash X3 + brand: WA + model: Primo S3 mini os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; ZP900 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo_S5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Leader + brand: WA + model: Primo S5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; de-de; ZP900H Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Primo S6 infinity) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Leader + brand: WA + model: Primo S6 Infinity os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; de-de; ZP910 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100502002 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo X4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Leader + brand: WA + model: Primo X4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; ZP950 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Primo X4 Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Leader Max + brand: WA + model: Primo X4 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ZP950+ Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 OPR/27.0.1698.89115 + user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "27.0.1698.89115" + name: Yandex Browser + short_name: YA + version: "18.11.1.979.00" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Leader Max + brand: WF + model: Spark os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; ZP950H Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Wileyfox Spark + Build/MMB29X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Leader Max + brand: WF + model: Spark + os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; ZP500 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19 + user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark + AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.133" - engine: WebKit - engine_version: "535.19" + version: "75.0.3770.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Libero + brand: WF + model: Spark + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZP500+ Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Spark X AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "18.11.2.730.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WF + model: Spark X + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Wileyfox Swift Build/MOB30R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Libero + brand: WF + model: Swift os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP800H Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; Wileyfox Swift AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Libero HD + brand: WF + model: Swift os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP810 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Swift 2 Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "45.0.2454.84" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Libero HD + brand: WF + model: Swift 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; ZP100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 Linux; Android 6.0.1; Swift 2 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "75.0.3770.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Pilot + brand: WF + model: Swift 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP980 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Swift 2 Plus Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.64" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Scorpio + brand: WF + model: Swift 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZOPO_ZP980 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0.1; Swift 2 Plus AppleWebKit/537.36 KHTML, like Gecko Chrome/77.0.3828.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "77.0.3828.0" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Scorpio + brand: WF + model: Swift 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; ZP200 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 7.1.2; Swift 2 X AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Shining + brand: WF + model: Swift 2 X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; ZP200+ Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; AT-AS43D3 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.135" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: Shining + brand: WG + model: AT-AS43D3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; ZP200+ Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; AT-AS45D1 Build/JDQ39) os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -1677,139 +1666,139 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: ZP - model: Shining + brand: WG + model: AT-AS45D1 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP951 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BARRY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.91" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Speed 7 + brand: WI + model: Barry os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP952 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BIRDY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: Speed 7 Plus + brand: WI + model: Birdy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; ZP1000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLOOM Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZP - model: ZP1000 + brand: WI + model: Bloom os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZP1000 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; CINK FIVE Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "38.0.2125.114" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: ZP - model: ZP1000 + brand: WI + model: Cink FIVE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP1000S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; CINK KING Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: ZP - model: ZP1000S + brand: WI + model: Cink KING os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP980+ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; CINK PEAX Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "48.0.2564.95" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZP - model: ZP980+ + brand: WI + model: Cink PEAX os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; ZP990 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ro-ro; CINK PEAX 2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.2" platform: "" client: type: browser @@ -1820,96 +1809,96 @@ engine_version: "534.30" device: type: smartphone - brand: ZP - model: ZP990 + brand: WI + model: Cink PEAX 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3.1; Q3623 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.2; en-US; CINK_PEAX_2) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.3.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "45.0.2454.94" - engine: Blink + name: UC Browser + short_name: UC + version: "9.1.1.420" + engine: "" engine_version: "" device: type: smartphone - brand: ZQ - model: Braw 3G + brand: WI + model: Cink PEAX 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2626 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; WIKO-CINK SLIM Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZQ - model: Care 3G + brand: WI + model: Cink SLIM os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2624 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.1; en-US; CINK_SLIM) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" engine_version: "" device: type: smartphone - brand: ZQ - model: Cheer 3G + brand: WI + model: Cink SLIM os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; Q638 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; CINK+ Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: ZQ - model: I7 + brand: WI + model: Cink+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Q.Boss P99 Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; DARKFULL Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.1" platform: "" client: type: browser @@ -1917,39 +1906,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: ZQ - model: Q.Boss P99 + brand: WI + model: Darkfull os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.1; J77 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; DARKMOON Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Dee + brand: WI + model: Darkmoon os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; Q.Dee R09 Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; DARKNIGHT Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -1957,195 +1946,189 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: ZQ - model: Q.Dee R09 + brand: WI + model: Darknight os_family: Android browser_family: Android Browser - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; Q.Good M9 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; DARKSIDE Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" engine: WebKit - engine_version: "" + engine_version: "537.31" device: type: smartphone - brand: ZQ - model: Q.Good M9 + brand: WI + model: Darkside os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; Q.Hi Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; FREDDY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Hi + brand: WI + model: Freddy os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Hi S1 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; GETAWAY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/24.0.0.30.15;]' os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "24.0.0.30.15" device: type: smartphone - brand: ZQ - model: Q.Hi S1 + brand: WI + model: Getaway os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Hot Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GOA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239.111" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Hot + brand: WI + model: Goa os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Hot P7 3G Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Deezer/5.4.22.54 (Android; 7.0; Mobile; fr) WIKO HARRY os: name: Android short_name: AND - version: "6.0" + version: "" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + type: mediaplayer + name: Deezer + version: "5.4.22.54" device: type: smartphone - brand: ZQ - model: Q.Hot P7 3G + brand: WI + model: Harry os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; Q.Mate R99 Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; Android 7.0; HARRY Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Mate R99 + brand: WI + model: Harry os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Me Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HIGHWAY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Me + brand: WI + model: Highway os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Me Phone7 3G Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; HIGHWAY_SIGNS) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink + name: UC Browser + short_name: UC + version: "9.2.0.419" + engine: "" engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Me Phone 7 3G + brand: WI + model: Highway SIGNS os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q.Next B7 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; IGGY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Next B7 + brand: WI + model: Iggy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Next J2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2153,159 +2136,156 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Next J2 + brand: WI + model: Jerry os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.TOP-X8 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Top X8 + brand: WI + model: Jerry os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Up Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; JERRY2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Up + brand: WI + model: Jerry 2 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 6.0; Q.Up C5 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 7.0; JERRY2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.Up C5 + brand: WI + model: Jerry 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.You Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; W_K300 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "57.0.2987.132" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q.You + brand: WI + model: Jerry 3 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.4.0 (Linux; U; Android 4.0.3; Q2688 Build/GRK39F) + user_agent: Mozilla/5.0 (Linux; Android 6.0; JERRY MAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q2688 + brand: WI + model: Jerry Max os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 5.1.1; Q2729 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; it-it; JIMMY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Q2729 + brand: WI + model: Jimmy os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Q3022 Build/JDQ39) + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; KITE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/24.0.0.30.15;]' os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + type: mobile app + name: Facebook + version: "24.0.0.30.15" device: type: smartphone - brand: ZQ - model: Q3022 + brand: WI + model: Kite os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q328 m9 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LENNY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2320,589 +2300,703 @@ engine_version: "" device: type: smartphone - brand: ZQ - model: Q328 M9 + brand: WI + model: Lenny os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; Q328 Build/IMM76D) + user_agent: Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Speed 3G + brand: WI + model: Lenny 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q668 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LENNY2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: TV I4 + brand: WI + model: Lenny 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2602 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; LENNY3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/134.0.0.25.91;]' os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "134.0.0.25.91" device: type: smartphone - brand: ZQ - model: TV Next + brand: WI + model: Lenny 3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Q2623 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LENNY3 MAX Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZQ - model: Win 3G + brand: WI + model: Lenny 3 Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q2728 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "52.0.2743.98" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: ZQ - model: Zone 3G + brand: WI + model: Lenny 4 os_family: Android browser_family: Chrome - - user_agent: Opera/9.80 (BREW; Opera Mini/5.1/27.2338; U; xx) Presto/2.8.119 320X240 ZTE F-450 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: - name: Brew - short_name: BMP - version: "" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "5.1" - engine: Presto - engine_version: "2.8.119" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZT - model: Adamant - os_family: Brew - browser_family: Opera + brand: WI + model: Lenny 4 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZTE N9120 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenny4 Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Avid + brand: WI + model: Lenny 4 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Z855 Build/NMF26V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; W_K400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Avid 4 + brand: WI + model: Lenny 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Z828) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OZZY Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.15.1143430.arm os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.4.15.1143430" + device: + type: smartphone + brand: WI + model: Ozzy + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OZZY Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: WI + model: Ozzy + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; PULP Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Avid Plus + brand: WI + model: Pulp os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Z833 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.91" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Avid TRIO + brand: WI + model: Pulp 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZTE A2020G Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PULP FAB Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon 10 Pro + brand: WI + model: Pulp Fab os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZTE A2020 Pro Build/PKQ1.190328.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP FAB 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.121" + name: Chrome Mobile + short_name: CM + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon 10 Pro + brand: WI + model: Pulp Fab 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2017U Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PULP FAB 4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon 7 + brand: WI + model: Pulp Fab 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2017G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Crosswalk/11.45.2454.20161222 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: - type: mobile app - name: CrosswalkApp - version: "11.45.2454.20161222" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Axon 7 + brand: WI + model: Rainbow os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE A2017 Build/NMF26V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RAINBOW 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.83" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon 7 + brand: WI + model: Rainbow 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE B2017G Build/NMF26V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RAINBOW JAM Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon 7 Mini + brand: WI + model: Rainbow JAM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Z999 Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; RAINBOW LITE 4G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon M + brand: WI + model: Rainbow LITE 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ZTE B2016 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; RAINBOW UP Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon Mini + brand: WI + model: Rainbow UP os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZTE A2019G Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RAINBOW UP 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon Pro + brand: WI + model: Rainbow UP 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2015) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RIDGE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Axon Tianji + brand: WI + model: Ridge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; AxonPhone A1 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; RIDGE 4G Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZT - model: AxonPhone A1 + brand: WI + model: Ridge 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; ZTE-BLADE Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; RIDGE FAB 4G Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: Ridge Fab 4G + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; ROBBY Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/148.0.0.51.62;]' + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: mobile app + name: Facebook + version: "148.0.0.51.62" + device: + type: smartphone + brand: WI + model: Robby + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SLIDE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: Slide + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; STAIRWAY Build/JOP40D) + os: + name: Android + short_name: AND + version: "4.2.1" + platform: "" + client: + type: browser + name: Android Browser short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: ZT - model: BLADE + brand: WI + model: Stairway os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE BLADE A0620 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; STAIRWAY Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone - brand: ZT - model: Blade A0620 + brand: WI + model: Stairway os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Blade A310) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SUBLIM Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: WI + model: Sublim + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SUNNY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A310 + brand: WI + model: Sunny os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade A452 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SUNNY2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "48.0.2564.106" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A452 + brand: WI + model: Sunny 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Blade A460 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Sunny2 Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A460 + brand: WI + model: Sunny 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE Blade A462 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SUNSET Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "37.0.2062.117" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A462 + brand: WI + model: Sunset os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Blade A465) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; SUNSET2 Build/KOT49H) os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: ZT - model: Blade A465 + brand: WI + model: Sunset 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE A510 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SUNSET2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A510 + brand: WI + model: Sunset 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE BLADE A512 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TOMMY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2917,329 +3011,334 @@ engine_version: "" device: type: smartphone - brand: ZT - model: Blade A512 + brand: WI + model: Tommy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE A612 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TOMMY2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A612 + brand: WI + model: Tommy 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE A910 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Tommy2 Plus Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade A910 + brand: WI + model: Tommy 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; ZTE V807 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; W_K600 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZT - model: Blade C + brand: WI + model: Tommy 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZTE V809 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Tommy3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZT - model: Blade C2 + brand: WI + model: Tommy 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; ZTE N799D Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (5.4.0) + user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 6.0; U FEEL LITE Build/MRA58K)' os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: - type: browser - name: 360 Phone Browser - short_name: 36 - version: "5.4.0" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone - brand: ZT - model: Blade Eg + brand: WI + model: U Feel Lite os_family: Android browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; ZTE V829 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [FB_IAB/FB4A;FBAV/27.0.0.25.15;]' + user_agent: 'PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 7.1.1; U FEEL PRIME Build/NMF26F)' os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: mobile app - name: Facebook - version: "27.0.0.25.15" + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone - brand: ZT - model: Blade G Pro + brand: WI + model: U Feel Prime os_family: Android browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; es-LA; ZTE_V829) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; U PULSE Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 Instagram 51.0.0.20.85 Android (24/7.0; 320dpi; 720x1184; WIKO; U PULSE; v3961; mt6735; fr_FR; 115211358) os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" - engine_version: "" + type: mobile app + name: Instagram App + version: "51.0.0.20.85" device: type: smartphone - brand: ZT - model: Blade G Pro + brand: WI + model: U Pulse os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZTE Blade L3 Apex Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; U PULSE LITE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade L3 Apex + brand: WI + model: U Pulse Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L5 Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; W_C800 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade L5 Plus + brand: WI + model: View 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; W-V800-EEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade L6 + brand: WI + model: View 3 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L6 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Deezer/5.4.23.14 (Android; 8.1.0; Mobile; fr) WIKO WC300 os: name: Android short_name: AND - version: "5.1" + version: "" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" - engine: Blink - engine_version: "" + type: mediaplayer + name: Deezer + version: "5.4.23.14" device: type: smartphone - brand: ZT - model: Blade L6 + brand: WI + model: View Lite os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE L7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; WC300 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 GSA/8.10.22.21.arm os: name: Android short_name: AND - version: "6.0" - platform: "" + version: "8.1.0" + platform: ARM client: - type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" - device: + type: mobile app + name: Google Search App + version: "8.10.22.21" + device: type: smartphone - brand: ZT - model: Blade L7 + brand: WI + model: View Lite os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE L7A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; WAX Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade L7A + brand: WI + model: Wax os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade L8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Deezer/5.4.21.97 (Android; 7.1.1; Mobile; fr) WIKO WIM Lite os: name: Android short_name: AND - version: "9" + version: "" + platform: "" + client: + type: mediaplayer + name: Deezer + version: "5.4.21.97" + device: + type: smartphone + brand: WI + model: WIM Lite + os_family: Android + browser_family: Unknown +- + user_agent: mozilla/5.0 (linux; android 4.2.2; mismart wink ;) build/jdq39) applewebkit/537.36 (khtml, like gecko) chrome/32.0.1700.99 mobile safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade L8 + brand: WL + model: miSmart wink ;) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ZTE Blade S6 Plus Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; WIAM #24 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36' os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.91" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade S6 Plus + brand: WL + model: 'Wiam #24' os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; ZTE T920 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 OPR/30.0.2254.121224 + user_agent: Mozilla/5.0 (Linux; Android 7.0; weplus_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "30.0.2254.121224" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade S7 + brand: WM + model: WePlus 3 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V0730 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0.2246.121183 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Wink_City_S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3247,377 +3346,363 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.0.2246.121183" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V0730 + brand: WN + model: City S os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0800 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.77 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Wink_City_SE Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "55.0.2883.77" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V0800 + brand: WN + model: City SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade V10 Vita) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZEN 4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 YaBrowser/15.4.2272.3842.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Yandex Browser + short_name: YA + version: "15.4.2272.3842.00" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V10 Vita + brand: WY + model: ZEN 4.5 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade V1000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZEN 4.7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: Yandex Browser + short_name: YA + version: "15.2.2214.3725.00" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V1000 + brand: WY + model: ZEN 4.7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V0720 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-US; WEXLER. ZEN 5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.565 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.4.1.565" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Blade V7 Lite + brand: WY + model: ZEN 5 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V7 LITE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEON_RAY Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V7 Lite + brand: X1 + model: Neon Ray os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SKR-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V8 Lite + brand: XI + model: Black Shark os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0850 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SKR-A0 Build/G66X1906251CN00MPP; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "56.0.2924.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Blade V8 Mini + brand: XI + model: Black Shark os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; Z716BL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.137 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/99.0.0.26.69;]' - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: mobile app - name: Facebook - version: "99.0.0.26.69" - device: - type: smartphone - brand: ZT - model: Citrine LTE - os_family: Android - browser_family: Unknown -- - user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; Z716BL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/109.0.0.24.70;]' + user_agent: Mozilla/5.0 (Linux; Android 9; SKW-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: - type: mobile app - name: Facebook Messenger - version: "109.0.0.24.70" + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: ZT - model: Citrine LTE + brand: XI + model: Black Shark 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Z233VL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SKW-A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "45.0.2454.95" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Cymbal-C LTE + brand: XI + model: Black Shark 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZTE V975 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; DLT-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.170" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Geek + brand: XI + model: Black Shark 2 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZTE Grand Era Build/IMM76L) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Xiaomi_2013022_TD/V1 Linux/3.4.5 Android/4.2.1 Release/03.11.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: MIUI Browser + short_name: MU + version: "1.0" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Grand Era + brand: XI + model: Hongmi os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; ru; ZTE_Grand_Era) U2/1.0.0 UCBrowser/9.9.0.543 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2013023 Build/HM2013023) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto - engine_version: "" + name: MIUI Browser + short_name: MU + version: "2.1.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Grand Era - os_family: GNU/Linux - browser_family: Opera + brand: XI + model: Hongmi + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ZTE V9815 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2014011 Build/HM2014011) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.0) os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: 360 Phone Browser + short_name: 36 + version: "6.9.0" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: ZT - model: Grand Memo LTE + brand: XI + model: Hongmi 1S os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; ZTE U9815 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; 2014011 Build/HM2014011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" + name: MIUI Browser + short_name: MU + version: "2.1.1" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Grand Memo LTE + brand: XI + model: Hongmi 1S os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4;en-us; ZTE V970M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; 2014817 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.0.1 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: MIUI Browser + short_name: MU + version: "2.0.1" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Grand X + brand: XI + model: Hongmi 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ZTE V970 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014818 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "41.0.2272.96" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Grand X + brand: XI + model: Hongmi 2 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZTE V987 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.122 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 2014818 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.122" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Grand X + brand: XI + model: Hongmi 2 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1;zh-cn; ZTE V967S Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014812 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.4" platform: "" client: type: browser @@ -3625,115 +3710,135 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Grand X2 + brand: XI + model: Hongmi 2 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Z956 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; 2014811 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100502004 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Grand X4 + brand: XI + model: Hongmi 2 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 2.3.6; X501_USA_Cricket Build/GRK39F) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.40 Mobile Safari/537.31 OPR/14.0.1074.54070 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; it-it; 2014811 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.4" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "14.0.1074.54070" - engine: Presto - engine_version: "" + name: MIUI Browser + short_name: MU + version: "2.1.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Groove + brand: XI + model: Hongmi 2 4G os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZTE V779M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; it-it; 2014813 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: MIUI Browser + short_name: MU + version: "2.1.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Joey Jump 2 + brand: XI + model: Hongmi 2 4G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; vi-vn; ZTE V788D B17 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Xiaomi_2014501_TD-LTE/V1 Linux/3.10.0 Android/4.4 Release/04.07.2014 Browser/AppleWebKit537.36 Chrome/30.0.0.0 Mobile Safari/537.36 System/Android 4.4 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: MIUI Browser + short_name: MU + version: "1.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Kis Plus + brand: XI + model: Hongmi 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; ZTE V882 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; 2014501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 os: name: Android short_name: AND - version: "2.3.5" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: MIUI Browser + short_name: MU + version: "2.1.1" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: ZT - model: Lord + brand: XI + model: Hongmi 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; V8000_USA_Cricket Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; 2014501 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.2.0.535" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: XI + model: Hongmi 4G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; MI 1S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3748,3557 +3853,4003 @@ engine_version: "534.30" device: type: smartphone - brand: ZT - model: Nova 4 + brand: XI + model: MI 1S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; NX569H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.0.5.985 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; MI 1S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.0.5.985" + name: MIUI Browser + short_name: MU + version: "1.0" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Nubia Z17 Mini + brand: XI + model: MI 1S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MI 2 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: XI + model: MI 2 + os_family: Android + browser_family: Android Browser +- + user_agent: com.douban.group/2.2.0(220) Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; MI 2A Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: mobile app + name: douban App + version: "2.2.0" + device: + type: smartphone + brand: XI + model: MI 2A os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; NX616J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; MI 2A Build/JRO03L) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.7.5.418" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: ZT - model: Nubia Z18S + brand: XI + model: MI 2A os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NX406E Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; MI 2S Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Nubia Z5S Mini + brand: XI + model: MI 2S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; NX404H Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.5.1171 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; MI 2SC Build/JRO03L) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.1" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.10.5.1171" + version: "9.7.5.418" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: ZT - model: Nubia Z5S Mini + brand: XI + model: MI 2SC os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 5.0.2; NX512J Build/LRX22G AppleWebKit/537.36 KHTML, like Gecko Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; MI 3 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "5.0.2" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Nubia Z9 max dual + brand: XI + model: MI 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Z930L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Xiaomi_2013061_TD/V1 Linux/3.4.5 Android/4.2.1 Release/09.18.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: MIUI Browser + short_name: MU + version: "1.0" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: ZT - model: Unico LTE + brand: XI + model: MI 3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; N9510 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; MI 3W Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "32.0.1700.94" engine: Blink engine_version: "" device: type: smartphone - brand: ZT - model: Warp 4G + brand: XI + model: MI 3W os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; N9515 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.1.29.1706998.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; MI 3W Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: name: Android short_name: AND - version: "4.4.2" - platform: ARM + version: "4.3" + platform: "" client: - type: mobile app - name: Google Search App - version: "4.1.29.1706998" + type: browser + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: ZT - model: Warp Sync + brand: XI + model: MI 3W os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ZTE-X500 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Mi-4c Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" + device: type: smartphone - brand: ZT - model: X500 + brand: XI + model: MI 4C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: ZTE-G-X991-Rio-orange/X991_V1_Z2_FRES_D18F109 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C - os: [ ] + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; pl-pl; Mi-4c Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.85 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.1.1 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" client: type: browser - name: Obigo - short_name: OB - version: "Q03C" - engine: "" - engine_version: "" + name: MIUI Browser + short_name: MU + version: "2.1.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: ZT - model: X991 - os_family: Unknown + brand: XI + model: MI 4C + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; MI 4LTE MIUI/V7.3.2.0.MXDCNDD) NewsArticle/5.1.3 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: mobile app + name: NewsArticle App + version: "5.1.3" + device: + type: smartphone + brand: XI + model: MI 4LTE + os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SMART 4G Speedy 5.0 Plus Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MI 5s Plus Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: 11 - model: Smart 4G Speedy 5.0 Plus + brand: XI + model: MI 5s Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SMART MAX 4.0 PLUS Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: 11 - model: Smart Max 4.0 Plus + brand: XI + model: MI 8 Lite os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Archos 55 Platinum Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0 +- + user_agent: Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "1.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone - brand: AR - model: 55 Platinum + brand: XI + model: MI 9 SE os_family: Android - browser_family: Nokia Browser -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 950 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/14.14295 - os: - name: Windows - short_name: WIN - version: "10" - platform: ARM - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "14.14295" - engine: Edge - engine_version: "14.14295" - device: - type: phablet - brand: MS - model: Lumia 950 XL - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 640 LTE) like Gecko + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Mi A1 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: Windows RT - short_name: WRT - version: "" - platform: ARM + name: Android + short_name: AND + version: "8.0.0" + platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + brand: XI + model: Mi A1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Mi A2 Lite Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 650 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 LTE Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + brand: XI + model: MI A2 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 XL Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + brand: XI + model: MI A2 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MI MAX 2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "7.1.1" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + type: smartphone + brand: XI + model: MI MAX 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MI MAX 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "7.1.1" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 550 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 1320) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 + brand: XI + model: MI MAX 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; MI MAX 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 1320 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 535) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10512 + brand: XI + model: MI MAX 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; de-de; MI MAX 3 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.0.5 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "12.10512" - engine: Edge - engine_version: "12.10512" + name: MIUI Browser + short_name: MU + version: "10.0.5" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MS - model: Lumia 535 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10536 + brand: XI + model: MI MAX 3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MIX Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "7.0" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "12.10536" - engine: Edge - engine_version: "12.10536" + name: Chrome Webview + short_name: CV + version: "74.0.3729.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows - browser_family: Internet Explorer -- - 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; RM-1113) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: XI + model: MI MIX + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0; MIX 2 Build/OPR1.170623.027; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/4G Language/zh_CN os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "8.0" + platform: "" client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + type: mobile app + name: WeChat + version: "6.6.5.1280(0x26060536)" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-994_eu_poland_1155) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari + brand: XI + model: MI MIX 2 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.0; MIX 2S Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044113 Mobile Safari/537.36 V1_AND_SQ_7.7.0_882_YYB_D PA QQ/7.7.0.3640 NetType/4G WebP/0.3.0 Pixel/1080 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "8.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: QQ Browser + short_name: QQ + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MS - model: Lumia 1320 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; NOKIA; RM-1010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393 + brand: XI + model: MI MIX 2S + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; Mi MIX 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "14.14393" - engine: Edge - engine_version: "14.14393" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 638 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 540 Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393 + brand: XI + model: MI MIX 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 9; de-de; Mi MIX 3 Build/PKQ1.180729.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.8.3-g os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "14.14393" - engine: Edge - engine_version: "14.14393" + name: MIUI Browser + short_name: MU + version: "10.8.3" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MS - model: Lumia 540 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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 Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: XI + model: MI MIX 3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; MI-ONE Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "2.3.5" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 435) like Gecko - os: - name: Windows RT - short_name: WRT - version: "" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 435 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1074) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1072) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1073) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1076) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: XI + model: MI-ONE + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; MI-ONE C1 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "4.1.2" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: QQ Browser + short_name: QQ + version: "5.4" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1077) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: XI + model: MI-ONE C1 + os_family: Android + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; MI-ONE_Plus Build/GINGERBREAD; 480*854) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1/UCWEB7.9.3.103/139/800' os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "2.3.5" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: UC Browser + short_name: UC + version: "7.9.3.103" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 640 Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 + brand: XI + model: MI-ONE Plus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MI-ONE Plus Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) FlyFlow/2.2 Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Baidu Browser + short_name: BD + version: "2.2" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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 LTE) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: XI + model: MI-ONE Plus + os_family: Android + browser_family: Baidu +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; MI-ONEPlus) AppleWebKit/534.13 (KHTML, like Gecko) UCBrowser/8.6.0.199 U3/0.8.0 Mobile Safari/534.13 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "4.2.2" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0.13333.0; U; pt-BR; Microsoft RM-1114_1000) - os: - name: Windows Phone - short_name: WPH - version: "10.0.13333.0" - platform: "" - client: null + name: UC Browser + short_name: UC + version: "8.6.0.199" + engine: WebKit + engine_version: "534.13" device: type: smartphone - brand: MS - model: Lumia 435 - os_family: Windows Mobile + brand: XI + model: MI-ONEPlus + os_family: Android browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 8.10.15148.0; U; pt-BR; Microsoft RM-1109_1002) +- + user_agent: Mozilla/5.0 (Linux; Android 9; POCOPHONE F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.10.15148.0" + name: Android + short_name: AND + version: "9" platform: "" - client: null - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Unknown -- - 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 430 Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 430 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; RM-1096) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15063 + brand: XI + model: Pocophone F1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; POCO F1 Build/PKQ1.180729.001; wv) AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "15.15063" - engine: Edge - engine_version: "15.15063" - device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; ARM; Touch; WPDesktop; Lumia 1530) - os: - name: Windows - short_name: WIN - version: "8" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Webview + short_name: CV + version: "73.0.3683.90" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 1530 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 850) + brand: XI + model: Pocophone F1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; HM 1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" - device: - type: smartphone - brand: MS - model: Lumia 850 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 1320) like Gecko - os: - name: Windows RT - short_name: WRT + name: Android Browser + short_name: AN version: "" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 1320 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1089_1087) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MS - model: Lumia 535 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 640 Dual SIM) like Gecko + brand: XI + model: Redmi 1 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; HM 1S Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: - name: Windows RT - short_name: WRT - version: "" - platform: ARM + name: Android + short_name: AND + version: "4.3" + platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "35.0.1916.141" + engine: Blink + engine_version: "" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 535) like Gecko + brand: XI + model: Redmi 1S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HM 1SC Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: - name: Windows RT - short_name: WRT - version: "" - platform: ARM + name: Android + short_name: AND + version: "4.3" + platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MS - model: Lumia 535 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Microsoft; Lumia 435 Dual SIM) + brand: XI + model: Redmi 1S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HM 1SW Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 XiaoMi/MiuiBrowser/2.0.1 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" + name: MIUI Browser + short_name: MU + version: "2.0.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MS - model: Lumia 435 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; Microsoft; RM-1077_1011) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: XI + model: Redmi 1S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Redmi 1S Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Unknown -- - 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 + brand: XI + model: Redmi 1S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HM 2A Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: - name: Symbian OS Series 40 - short_name: S40 - version: "" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: Nokia Ovi Browser - short_name: NV - version: "3.9.0.0.22" - engine: Gecko + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Asha 306 - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia501) U2/1.0.0 UCBrowser/9.5.0.449 U2/1.0.0 Mobile + brand: XI + model: Redmi 2A + os_family: Android + browser_family: Chrome +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 5.1.1; en-US; Redmi_3) U2/1.0.0 UCBrowser/9.7.0.520 U2/1.0.0 Mobile os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.5.0.449" + version: "9.7.0.520" engine: "" engine_version: "" device: type: smartphone - brand: NK - model: Asha 501 - os_family: Symbian + brand: XI + model: Redmi 3 + os_family: Android browser_family: Unknown -- - user_agent: iBrowser/Mini2.8 (Nokia5130c-2/07.97) +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Redmi 3S MIUI/6.12.8) os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: IBrowse - short_name: IB + name: Android Browser + short_name: AN version: "" - engine: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NK - model: 5130 XpressMusic - os_family: Symbian - browser_family: Unknown -- - user_agent: OneBrowser/3.0 (NokiaC2-00/03.42) + brand: XI + model: Redmi 3S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Redmi 4A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: ONE Browser - short_name: OE - version: "3.0" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: C2 - os_family: Symbian - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Symbian/3; Series60/5.3 Nokia500/111.021.0028; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba + brand: XI + model: Redmi 4A + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; ru-ru; Redmi 4A Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/Mint Browser/1.3.3 os: - name: Symbian^3 - short_name: SY3 - version: "" + name: Android + short_name: AND + version: "7.1.2" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "8.3.1.4" + name: Mint Browser + short_name: MT + version: "1.3.3" engine: WebKit - engine_version: "535.1" + engine_version: "537.36" device: type: smartphone - brand: NK - model: Asha 500 - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Nokia6120c/3.83; Profile/MIDP-2.0 Configuration/CLDC-1.1 Google + brand: XI + model: Redmi 4A + os_family: Android + browser_family: Chrome +- + user_agent: Deezer/5.4.21.97 (Android; 7.1.2; Mobile; fr) Xiaomi Redmi 4X os: - name: Symbian - short_name: SYM + name: Android + short_name: AND version: "" platform: "" client: - type: browser - name: Nokia Browser - short_name: NB - version: "" - engine: "" - engine_version: "" + type: mediaplayer + name: Deezer + version: "5.4.21.97" device: type: smartphone - brand: NK - model: 6120 Classic - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Nokia5230/21.0.004; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.5.2 3gpp-gba + brand: XI + model: Redmi 4X + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; en-us; Redmi 5 Plus Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.146 Mobile Safari/537.36 XiaoMi/MiuiBrowser/9.5.6 os: - name: Symbian OS Series 60 - short_name: S60 - version: "5.0" + name: Android + short_name: AND + version: "7.1.2" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "7.2.5.2" + name: MIUI Browser + short_name: MU + version: "9.5.6" engine: WebKit - engine_version: "525" + engine_version: "537.36" device: type: smartphone - brand: NK - model: Nuron - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: UCWEB/2.0 (Symbian; U; S60 V3; ru; NOKIA6700s) U2/1.0.0 UCBrowser/9.0.1.317 U2/1.0.0 Mobile + brand: XI + model: Redmi 5 Plus + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: - name: Symbian OS Series 60 - short_name: S60 - version: "V3" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.1.317" - engine: "" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 6700 Slide - os_family: Symbian - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; ru; nokiaasha500dualsim) U2/1.0.0 UCBrowser/9.2.0.311 U2/1.0.0 Mobile UNTRUSTED/1.0 + brand: XI + model: Redmi 5 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Redmi 5A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "7.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.311" - engine: "" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Asha 500 - os_family: Symbian - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Symbian; U; S60 V3; en-US; NOKIAE5-00u) U2/1.0.0 UCBrowser/9.2.0.336 U2/1.0.0 Mobile + brand: XI + model: Redmi 5A + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LA2-L Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: - name: Symbian OS Series 60 - short_name: S60 - version: "V3" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.336" - engine: "" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: E5 - os_family: Symbian - browser_family: Unknown -- - user_agent: Nokia2730c-1/2.0 (10.47) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia2730c-1) U2/1.0.0 UCBrowser/9.5.0.449 U2/1.0.0 Mobile UNTRUSTED/1.0 + brand: XL + model: LA2-L + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 4.4.4; LA2-S Build/KTU84P AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.449" - engine: "" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 2730 Classic - os_family: Symbian - browser_family: Unknown -- - user_agent: Nokia2720a-2/2.0 (09.85) Profile/MIDP-2.1 Configuration/CLDC-1.1 + brand: XL + model: LA2-S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LA2-SN Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "" - engine: "" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "2720" - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Nokia2700c-2/2.0 (07.15) Profile/MIDP-2.1 Configuration/CLDC-1.1 + brand: XL + model: LA2-SN + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; XI-CE655 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 2700 Classic - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Nokia2323c-2/2.0 (08.20) Profile/MIDP-2.1 Configuration/CLDC-1.1 + brand: XN + model: CE655 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; XI-CEU4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 2323 Classic - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: NOKIA-RM-11/V H190V0700.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 + brand: XN + model: CEU4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; XI-CEU8 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.2.1" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "3205" - os_family: Symbian - browser_family: Unknown -- - user_agent: NOKIA-RH-48/V J190V0600.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 + brand: XN + model: CEU8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLACK-1XM Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.2.1" - engine: "" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "3105" - os_family: Symbian - browser_family: Unknown -- - user_agent: NOKIA-RH-34/V H190V0800.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 + brand: XO + model: Black 1X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Omega 5.0 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.4.16.1149292.arm os: - name: Symbian - short_name: SYM - version: "" - platform: "" + name: Android + short_name: AND + version: "4.4.2" + platform: ARM client: - type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.2.1" - engine: "" - engine_version: "" + type: mobile app + name: Google Search App + version: "3.4.16.1149292" device: type: smartphone - brand: NK - model: "6585" - os_family: Symbian + brand: XO + model: Omega 5.0 + os_family: Android browser_family: Unknown -- - user_agent: NOKIA-RH-27/V H190V0800.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Omega_5.5 Build/KOT49H) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.1.2.571 Mobile os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.2.1" - engine: "" - engine_version: "" + name: UC Browser + short_name: UC + version: "10.1.2.571" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: NK - model: "6225" - os_family: Symbian + brand: XO + model: Omega 5.5 + os_family: Android browser_family: Unknown -- - user_agent: NOKIA-RH-17/V F100V1403.nep.0 UP.Browser/4.1.26l1.c.2.100 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XOLO One Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Symbian - short_name: SYM - version: "" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Openwave Mobile Browser - short_name: OV - version: "4.1.26" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "2280" - os_family: Symbian - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-974_1080) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: XO + model: One + os_family: Android + browser_family: Chrome +- + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; Q1000 Opus) U2/1.0.0 UCBrowser/9.0.1.275 U2/1.0.0 Mobile os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "4.2.1.541" + version: "9.0.1.275" engine: "" engine_version: "" device: type: smartphone - brand: NK - model: Lumia 635 - os_family: Windows Mobile + brand: XO + model: Q1000 Opus + os_family: Android browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-975_1080) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q1000s Plus Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 635 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1045_1012) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: XO + model: Q1000s Plus + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q1010i Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Lumia 930 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-976_1166) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: XO + model: Q1010i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q2000 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 630 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-846_eu_euro2_357) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile - os: - name: Windows Phone - short_name: WPH - version: "8.10" - platform: "" - client: - type: browser - name: UC Browser + brand: XO + model: Q2000 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q600 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm + os: + name: Android + short_name: AND + version: "4.2.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.4.16.1149292" + device: + type: smartphone + brand: XO + model: Q600 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q600 Club Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XO + model: Q600 Club + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q700 Build/XOLOQ700) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: XO + model: Q700 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q700 Build/XOLOQ700) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm + os: + name: Android + short_name: AND + version: "4.2.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.2.17.1009776" + device: + type: smartphone + brand: XO + model: Q700 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; XOLO_Q800 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: XO + model: Q800 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Q800 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: XO + model: Q800 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XOLO_X1000 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XO + model: X1000 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; X-TIGI_J110 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "61.0.3163.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XT + model: J110 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X_TIGI_Photo P16 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "68.0.3440.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XT + model: Photo P16 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X-TIGI_V28 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XT + model: V28 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZEN_U5+ Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XV + model: ZEN U5+ + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; YU5010A Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: Y1 + model: Yuphoria + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; AO5510 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: Y1 + model: Yureka + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M631Y Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "54.0.2840.68" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: Y2 + model: Altitude + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; YNDX-000SB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YD + model: YNDX-000SB + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_35E2I Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 3.5E2I + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Andy 3.5EI Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 3.5EI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_35EI2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 3.5EI2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ANDY_45EL Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4.5EL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy 4.7T Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4.7T + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_4E2I Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4E2I + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4E4 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4E4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Yezz-AC4EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4EI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_4EI2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4EI2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ANDY_4EL2_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 4EL2 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy_55EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 55EI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_5EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 5EI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Andy 5EL2 LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 5EL2 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Andy_5ML_LTE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 5ML LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Andy_5T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy 5T + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; yezz Andy A3.5EP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy A3.5EP + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A5EI Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy A5EI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ANDY_C5QL Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YE + model: Andy C5QL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; LA2-T Build/YUSUNLA2-T) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.6.428 U3/0.8.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.7.6.428" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: YS + model: LA2-T + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; zh-CN; YUSUN W306) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "2.3.6" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.6.2.404" + engine: "" + engine_version: "" + device: + type: smartphone + brand: YS + model: W306 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; yusun W702 Build/ALPS.GB.FDD2.MP.V2.14) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: YS + model: W702 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; YTONE_L919_TD/1.0 Android/4.0.3 Release/6.20.2013 Browser/AppleWebKit534.30 Build/MocorDroid4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: MocorDroid + short_name: MCD + version: "4.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: YT + model: L919 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; YTONE L985S Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YT + model: L985S + os_family: Android + browser_family: Chrome +- + user_agent: YTONE L988_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: YT + model: L988 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; YTONE L999 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: YT + model: L999 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; YTONE M7X Build/KTU84P) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.4) + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "6.7" + device: + type: smartphone + brand: YT + model: M7X + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M1 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: UC Browser short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + version: "9.9.2.467" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NK - model: Lumia 620 - os_family: Windows Mobile + brand: ZE + model: M1 + os_family: Android browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1038_1009) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M4 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser name: UC Browser short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 735 - os_family: Windows Mobile + brand: ZE + model: M4 + os_family: Android browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1039_1009) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ZEEMI M5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 baiduboxapp/5.0 (Baidu; P1 4.4.4) + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "5.0" + device: + type: smartphone + brand: ZE + model: M5 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ZEEMI M6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 baiduboxapp/5.0 (Baidu; P1 4.4.4) + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "5.0" + device: + type: smartphone + brand: ZE + model: M6 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M7 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.0.620 U3/0.8.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser name: UC Browser short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + version: "10.6.0.620" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 735 - os_family: Windows Mobile + brand: ZE + model: M7 + os_family: Android browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; 909) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; ZEEMI M8 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: - name: Windows - short_name: WIN - version: "10" - platform: ARM + name: Android + short_name: AND + version: "4.4.4" + platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; 909) + brand: ZE + model: M8 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Leopardo Z5517 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-893) like Gecko + brand: ZK + model: Leopardo + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Libelula Z6001 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "64.0.3282.123" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZK + model: Libelula + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; OSO Z5007 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-910) like Gecko + brand: ZK + model: Oso + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Pinguino Z5519 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-997) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: ZK + model: Pingûino + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Zebra Z5516) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 526 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; RM-976_1166) + brand: ZK + model: Zebra + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Admire SXY Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "5.1" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 630 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; RM-1045_1012) + brand: ZN + model: Admire SXY + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax 2+ Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "5.1" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 930 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; Nokia 925) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + brand: ZN + model: Cinemax 2+ + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax 3 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "57.0.2987.132" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZN + model: Cinemax 3 + os_family: Android + browser_family: Chrome +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; Cinemax_4G) U2/1.0.0 UCBrowser/10.9.0.946 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: UC Browser + short_name: UC + version: "10.9.0.946" + engine: "" + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-978_1034) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: ZN + model: Cinemax 4G + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; Cinemax_Click) U2/1.0.0 UCBrowser/10.9.0.946 U2/1.0.0 Mobile os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "4.2.1.541" + version: "10.9.0.946" engine: "" engine_version: "" device: type: smartphone - brand: NK - model: Lumia 630 - os_family: Windows Mobile + brand: ZN + model: Cinemax Click + os_family: Android browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; en-US; NOKIA; RM-914_im_mea3_394) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile +- + user_agent: UCWEB/2.0 (MIDP-2.0;U;Adr 6.0;en-US;Cinemax-Force) U2/1.0.0 UCBrowser/10.6.8.732 U2/1.0.0 Mobile os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "4.2.1.541" + version: "10.6.8.732" engine: "" engine_version: "" device: type: smartphone - brand: NK - model: Lumia 520 - os_family: Windows Mobile + brand: ZN + model: Cinemax-Force + os_family: Android browser_family: Unknown -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 929) +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Cinemax1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM + name: Android + short_name: AND + version: "4.4.4" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Mobile + short_name: CM + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia Icon - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + brand: ZN + model: Cinemax1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cinemax2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "7.1" + brand: ZN + model: Cinemax2 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 8.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZA409 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM + name: Chrome Webview + short_name: CV version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "8.1" + brand: ZO + model: Muzic os_family: Android browser_family: Chrome -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.0; xx; NOKIA; RM-885_im_india_249) U2/1.0.0 UCBrowser/4.1.0.504 U2/1.0.0 Mobile +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; ZOPO ZP998 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 XiaoMi/MiuiBrowser/1.0 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.1.0.504" - engine: "" - engine_version: "" + name: MIUI Browser + short_name: MU + version: "1.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 720 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-915; Vodafone ES) like Gecko + brand: ZP + model: C2 II + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP998 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "4.4.2" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 520 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; WebView/3.0; NOKIA; RM-1027) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 + brand: ZP + model: C2 II + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP330 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 636 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Nokia 900) + brand: ZP + model: Color C + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; ZP300 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 900 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 900) + brand: ZP + model: Field + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; ZP300S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 900 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800C; Orange) + brand: ZP + model: Field + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZP300+ Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Mobile + short_name: CM + version: "27.0.1453.90" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: NK - model: Lumia 800C - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800) + brand: ZP + model: Field + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZP1790) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 800 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; 710) + brand: ZP + model: Flash X2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZOPO Flash X3 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Webview + short_name: CV + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 710 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: MQQBrowser/1.0/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-910apacprc200) + brand: ZP + model: Flash X3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; ZP900 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "1.0" - engine: Trident - engine_version: "6.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: MQQBrowser/3.6/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-892apachongko) + brand: ZP + model: Leader + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; de-de; ZP900H Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "3.6" - engine: Trident - engine_version: "6.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 909) like Gecko + brand: ZP + model: Leader + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; de-de; ZP910 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100502002 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "4.2.1" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7 plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + brand: ZP + model: Leader + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; ZP950 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.1.2" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: 7 plus + brand: ZP + model: Leader Max os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ZP950+ Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 OPR/27.0.1698.89115 os: name: Android short_name: AND - version: "9" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Opera Mobile + short_name: OM + version: "27.0.1698.89115" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "6.1" + brand: ZP + model: Leader Max os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; ZP950H Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: "3.1" + brand: ZP + model: Leader Max os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 8 Sirocco) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; ZP500 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + version: "18.0.1025.133" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: NK - model: 8 Sirocco + brand: ZP + model: Libero os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Nokia 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZP500+ Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "5.1" + brand: ZP + model: Libero os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP800H Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 6.1 Plus + brand: ZP + model: Libero HD os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP810 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "45.0.2454.84" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 5.1 Plus + brand: ZP + model: Libero HD os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 2.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; ZP100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: NK - model: "2.1" + brand: ZP + model: Pilot os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZP980 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.75" + version: "28.0.1500.64" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "7.1" + brand: ZP + model: Scorpio os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 8.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZOPO_ZP980 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "8.1" + brand: ZP + model: Scorpio os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 1520.1) like Gecko - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: NK - model: Lumia 1520.1 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Nokia 720T; CMCC) like Gecko +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; ZP200 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "4.0.3" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: NK - model: Lumia 720T - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Nokia 520T; CMCC) like Gecko - os: - name: Windows RT - short_name: WRT + name: Android Browser + short_name: AN version: "" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 520T - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 8.0.10328.0; Trident/5.0; IEMobile/9.0; CuteBrowser/3.0.0; NOKIA; RM-822_apac_prc_204) + brand: ZP + model: Shining + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; ZP200+ Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.0.10328.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Symbian; U; Nokia808 PureView; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3 + brand: ZP + model: Shining + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; ZP200+ Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Symbian OS - short_name: SYS - version: "" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Nokia Browser - short_name: NB + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "534.3" + engine_version: "534.30" device: type: smartphone - brand: NK - model: 808 PureView - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; xx; NOKIA; RM-821_im_india_443) U2/1.0.0 UCBrowser/4.2.0.524 U2/1.0.0 Mobile + brand: ZP + model: Shining + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP951 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.0.524" - engine: "" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.91" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 10.0; xx; NOKIA; RM-978_1012) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: ZP + model: Speed 7 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZP952 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Lumia 630 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 820) + brand: ZP + model: Speed 7 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; ZP1000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" - device: - type: smartphone - brand: NK - model: Lumia 820 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 920) - os: - name: Windows Phone - short_name: WPH + name: Android Browser + short_name: AN version: "" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" - device: - type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; id300) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + brand: ZP + model: ZP1000 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZP1000 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "38.0.2125.114" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 6.1 Plus + brand: ZP + model: ZP1000 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP1000S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 1 Plus + brand: ZP + model: ZP1000S os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZP980+ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "48.0.2564.95" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 5.1 Plus + brand: ZP + model: ZP980+ os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910;; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/ Mobile Safari/535.1 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; ZP990 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Symbian OS Series 60 - short_name: S60 - version: "5.0" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: Nokia Browser - short_name: NB + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "535.1" + engine_version: "534.30" device: type: smartphone - brand: SA - model: I8910 - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Archos 55 Platinum Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0 + brand: ZP + model: ZP990 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.3.1; Q3623 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.3.1" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "1.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "45.0.2454.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: AR - model: 55 Platinum + brand: ZQ + model: Braw 3G os_family: Android - browser_family: Nokia Browser -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.0; xx; NOKIA; RM-885_im_india_249) U2/1.0.0 UCBrowser/4.1.0.504 U2/1.0.0 Mobile + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2626 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.1.0.504" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: Lumia 720 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-915; Vodafone ES) like Gecko - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: NK - model: Lumia 520 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; WebView/3.0; NOKIA; RM-1027) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" - device: - type: smartphone - brand: NK - model: Lumia 636 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Nokia 900) + brand: ZQ + model: Care 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2624 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 900 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 900) + brand: ZQ + model: Cheer 3G + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; Q638 Build/KOT49H) os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 900 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800C; Orange) + brand: ZQ + model: I7 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Q.Boss P99 Build/LMY47I) os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 800C - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800) + brand: ZQ + model: Q.Boss P99 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.1; J77 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "6.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 800 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; 710) + brand: ZQ + model: Q.Dee + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; Q.Dee R09 Build/LMY47I) os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 710 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: MQQBrowser/1.0/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-910apacprc200) + brand: ZQ + model: Q.Dee R09 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; Q.Good M9 Build/KOT49H) os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "1.0" - engine: Trident - engine_version: "6.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: MQQBrowser/3.6/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-892apachongko) + brand: ZQ + model: Q.Good M9 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; Q.Hi Build/LMY47I) os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "3.6" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: NK - model: Lumia 925 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 909) like Gecko - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7 plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + brand: ZQ + model: Q.Hi + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Hi S1 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 7 plus + brand: ZQ + model: Q.Hi S1 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Hot Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "6.1" + brand: ZQ + model: Q.Hot os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Hot P7 3G Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "3.1" + brand: ZQ + model: Q.Hot P7 3G os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 8 Sirocco) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 +- + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; Q.Mate R99 Build/LMY47I) os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NK - model: 8 Sirocco + brand: ZQ + model: Q.Mate R99 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Nokia 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Me Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "5.1" + brand: ZQ + model: Q.Me os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Me Phone7 3G Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 6.1 Plus + brand: ZQ + model: Q.Me Phone 7 3G os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q.Next B7 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 5.1 Plus + brand: ZQ + model: Q.Next B7 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 2.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Q.Next J2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "2.1" + brand: ZQ + model: Q.Next J2 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.TOP-X8 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.75" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "7.1" + brand: ZQ + model: Q.Top X8 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 8.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.Up Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: "8.1" + brand: ZQ + model: Q.Up os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 1520.1) like Gecko - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: NK - model: Lumia 1520.1 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Nokia 720T; CMCC) like Gecko +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 6.0; Q.Up C5 Build/KOT49H) os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: NK - model: Lumia 720T - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Nokia 520T; CMCC) like Gecko - os: - name: Windows RT - short_name: WRT + name: Android Browser + short_name: AN version: "" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 520T - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 8.0.10328.0; Trident/5.0; IEMobile/9.0; CuteBrowser/3.0.0; NOKIA; RM-822_apac_prc_204) + brand: ZQ + model: Q.Up C5 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q.You Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.0.10328.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Webview + short_name: CV + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Symbian; U; Nokia808 PureView; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3 + brand: ZQ + model: Q.You + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.4.0 (Linux; U; Android 4.0.3; Q2688 Build/GRK39F) os: - name: Symbian OS - short_name: SYS - version: "" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser - name: Nokia Browser - short_name: NB + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "534.3" - device: - type: smartphone - brand: NK - model: 808 PureView - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; xx; NOKIA; RM-821_im_india_443) U2/1.0.0 UCBrowser/4.2.0.524 U2/1.0.0 Mobile - os: - name: Windows Phone - short_name: WPH - version: "8.10" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "4.2.0.524" - engine: "" engine_version: "" device: type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 10.0; xx; NOKIA; RM-978_1012) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + brand: ZQ + model: Q2688 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 5.1.1; Q2729 Build/JDQ39) os: - name: Windows Phone - short_name: WPH - version: "10.0" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NK - model: Lumia 630 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 820) + brand: ZQ + model: Q2729 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Q3022 Build/JDQ39) os: - name: Windows Phone - short_name: WPH - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" - device: - type: smartphone - brand: NK - model: Lumia 820 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 920) - os: - name: Windows Phone - short_name: WPH + name: Android Browser + short_name: AN version: "" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" - device: - type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; id300) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + engine: WebKit + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 1020 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + brand: ZQ + model: Q3022 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q328 m9 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 6.1 Plus + brand: ZQ + model: Q328 M9 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; Q328 Build/IMM76D) os: name: Android short_name: AND - version: "9" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NK - model: 1 Plus + brand: ZQ + model: Speed 3G os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q668 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: 5.1 Plus + brand: ZQ + model: TV I4 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Samsung/I8910;; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/ Mobile Safari/535.1 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Q2602 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Symbian OS Series 60 - short_name: S60 - version: "5.0" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "" - engine: WebKit - engine_version: "535.1" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: I8910 - os_family: Symbian - browser_family: Nokia Browser -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Archos 55 Platinum Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0 + brand: ZQ + model: TV Next + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Q2623 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "1.0" + name: UC Browser + short_name: UC + version: "10.2.0.535" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: AR - model: 55 Platinum + brand: ZQ + model: Win 3G os_family: Android - browser_family: Nokia Browser -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1602 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q2728 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: 7.1.1 + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: 58.0.3029.83 + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: T8 + brand: ZQ + model: Zone 3G os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Meitu2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 +- + user_agent: Opera/9.80 (BREW; Opera Mini/5.1/27.2338; U; xx) Presto/2.8.119 320X240 ZTE F-450 + os: + name: Brew + short_name: BMP + version: "" + platform: "" + client: + type: browser + name: Opera Mini + short_name: OI + version: "5.1" + engine: Presto + engine_version: "2.8.119" + device: + type: smartphone + brand: ZT + model: Adamant + os_family: Brew + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZTE N9120 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: 4.2.2 + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 52.0.2743.98 + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: "2" + brand: ZT + model: Avid os_family: Android browser_family: Chrome -- - user_agent: Android 4.2.1;Build/JOP40D;Meitu Kiss Build/JOP40D +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Z855 Build/NMF26V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: 4.2.1 + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: Kiss + brand: ZT + model: Avid 4 os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Meitu M4 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 Browser + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Z828) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: 4.4.4 + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: 33.0.0.0 + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: M4 + brand: ZT + model: Avid Plus os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; MP1503 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Z833 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 56.0.2924.87 + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: M6 + brand: ZT + model: Avid TRIO os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1603 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZTE A2020G Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: 7.1.1 + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: 53.0.2785.124 + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: M8 + brand: ZT + model: Axon 10 Pro os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; MP1512 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 OPR/48.0.2331.132663 +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZTE A2020 Pro Build/PKQ1.190328.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: 48.0.2331.132663 + name: Chrome Webview + short_name: CV + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: 3M - model: M6s + brand: ZT + model: Axon 10 Pro os_family: Android - browser_family: Opera -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1709 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039308 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2017U Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 7.1.1 + version: "6.0.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: 3M - model: M8s + brand: ZT + model: Axon 7 os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; zh-CN; MP1701 Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.6.1.1041 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2017G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Crosswalk/11.45.2454.20161222 Mobile Safari/537.36 os: name: Android short_name: AND - version: 7.1.1 + version: "6.0.1" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: 12.6.1.1041 - engine: WebKit - engine_version: "537.36" + type: mobile app + name: CrosswalkApp + version: "11.45.2454.20161222" device: type: smartphone - brand: 3M - model: T8s + brand: ZT + model: Axon 7 os_family: Android browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE A2017 Build/NMF26V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "7.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 77.0.3865.92 + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" engine: Blink engine_version: "" device: - type: tablet - brand: LE - model: E10 + type: smartphone + brand: ZT + model: Axon 7 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104L Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.2912.171 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE B2017G Build/NMF26V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 61.0.2912.171 + version: "64.0.3282.137" engine: Blink engine_version: "" device: - type: tablet - brand: LE - model: E10 + type: smartphone + brand: ZT + model: Axon 7 Mini os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104X Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Z999 Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "7.1.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: 69.0.3497.100 + version: "67.0.3396.87" engine: Blink engine_version: "" device: - type: tablet - brand: LE - model: E10 + type: smartphone + brand: ZT + model: Axon M os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; S10_Tank_2019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ZTE B2016 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 77.0.3865.116 + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: S10 Tank 2019 + brand: ZT + model: Axon Mini os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; VRD-W09 Build/HUAWEIVRD-W09) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 HuaweiBrowser/10.0.1.333 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" - client: - type: browser - name: Huawei Browser - short_name: HU - version: 10.0.1.333 - engine: WebKit - engine_version: "537.36" - device: - type: tablet - brand: HU - model: MediaPad M6 8.4 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1028 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: 4.1.1 - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: RX - model: RMD-1028 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1058 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: 4.1.1 - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: RX - model: RMD-1058 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1059 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 YandexSearch/7.16/apad - os: - name: Android - short_name: AND - version: 4.1.1 - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: RX - model: RMD-1059 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-726 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ZTE A2019G Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: 4.1.1 + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: - type: tablet - brand: RX - model: RMD-726 + type: smartphone + brand: ZT + model: Axon Pro os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-974R Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE A2015) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: 4.1.1 + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: - type: tablet - brand: R5 - model: RMD-974R + type: smartphone + brand: ZT + model: Axon Tianji os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD_600 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; AxonPhone A1 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: 4.1.1 + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.7.5.418" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: - type: tablet - brand: R5 - model: RMD-600 + type: smartphone + brand: ZT + model: AxonPhone A1 os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1026 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; ZTE-BLADE Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.2.2" platform: "" client: type: browser @@ -7306,1095 +7857,1086 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: - type: tablet - brand: RX - model: RMD-1026 + type: smartphone + brand: ZT + model: BLADE os_family: Android browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 9; SM-A107M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ZTE BLADE A0620 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 77.0.3865.92 + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A10s + brand: ZT + model: Blade A0620 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; arm; Android 9; SM-A107F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 YaBrowser/19.9.1.126.00 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Blade A310) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" - platform: ARM + version: "6.0.1" + platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: 19.9.1.126.00 + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A10s + brand: ZT + model: Blade A310 os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 9; SM-M307F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade A452 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 77.0.3865.92 + name: Chrome Webview + short_name: CV + version: "48.0.2564.106" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY M30s + brand: ZT + model: Blade A452 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; SM-M307FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Blade A460 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 78.0.3904.62 + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY M30s + brand: ZT + model: Blade A460 os_family: Android browser_family: Chrome -- - user_agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-J260F Build/M1AJB) +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE Blade A462 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Core + brand: ZT + model: Blade A462 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; SM-J260G Build/M1AJB + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Blade A465) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Core + brand: ZT + model: Blade A465 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; SM-J260M Build/M1AJB + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Blade A5 2019-T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Core + brand: ZT + model: Blade A5 2019 os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J260AZ Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE A510 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "9.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Pure + brand: ZT + model: Blade A510 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J260T1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZTE BLADE A512 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "6.0.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "10.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Core + brand: ZT + model: Blade A512 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J260A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BLADE A6 MAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 70.0.3538.110 + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Core + brand: ZT + model: Blade A6 Max os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; vivo 1909) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE A612 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 77.0.3865.92 + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V17 Pro + brand: ZT + model: Blade A612 os_family: Android browser_family: Chrome -- - user_agent: Dalvik/2.1.0 Linux; U; Android 6.0.1; vivo 1606 Build/MMB29M +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE A910 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y53i + brand: ZT + model: Blade A910 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1723 Build/OPM1.171019.026 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; ZTE V807 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: 8.1.0 + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "" + engine_version: "535.19" device: type: smartphone - brand: VV - model: V9 + brand: ZT + model: Blade C os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1726 Build/O11019 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZTE V809 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: 8.1.0 + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" engine: WebKit - engine_version: "" + engine_version: "537.31" device: type: smartphone - brand: VV - model: Y83 Pro + brand: ZT + model: Blade C2 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; AEOBC Build/LVY48F) + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; ZTE N799D Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (5.4.0) os: name: Android short_name: AND - version: 5.1.1 + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: 360 Phone Browser + short_name: 36 + version: "5.4.0" engine: WebKit - engine_version: "" + engine_version: "534.30" device: - type: smart speaker - brand: KN - model: Echo + type: smartphone + brand: ZT + model: Blade Eg os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AEOKN Build/LVY48F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; es-us; ZTE V829 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [FB_IAB/FB4A;FBAV/27.0.0.25.15;]' os: name: Android short_name: AND - version: 5.1.1 + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: 59.0.3071.125 - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "27.0.0.25.15" device: - type: smart speaker - brand: KN - model: Echo + type: smartphone + brand: ZT + model: Blade G Pro os_family: Android - browser_family: Chrome -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1718 Build/OPM1.171019.026 + browser_family: Unknown +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; es-LA; ZTE_V829) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: 8.1.0 + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: VV - model: V7 + brand: ZT + model: Blade G Pro os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.2; vivo 1719 Build/N2G47H + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZTE Blade L3 Apex Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: 7.1.2 + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y65 + brand: ZT + model: Blade L3 Apex os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1727 Build/OPM1.171019.026 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L5 Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V9 Youth + brand: ZT + model: Blade L5 Plus os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1801 Build/OPM1.171019.011 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y71i + brand: ZT + model: Blade L6 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1804 Build/OPM1.171019.011 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ZTE Blade L6 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V11 Pro + brand: ZT + model: Blade L6 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1805 Build/OPM1.171019.026A + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE L7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Nex + brand: ZT + model: Blade L7 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1806 Build/O11019 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE L7A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V11i + brand: ZT + model: Blade L7A os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1808 Build/O11019 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade L8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y81 + brand: ZT + model: Blade L8 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1811 Build/OPM1.171019.026 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; ZTE Blade S6 Plus Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "49.0.2623.91" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y91 + brand: ZT + model: Blade S6 Plus os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; vivo 1820 Build/O11019 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; ZTE T920 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 OPR/30.0.2254.121224 os: name: Android short_name: AND - version: 8.1.0 + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Opera Mobile + short_name: OM + version: "30.0.2254.121224" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y91i + brand: ZT + model: Blade S7 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 9; vivo 1818 Build/PKQ1.181203.001 + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V0730 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0.2246.121183 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Opera Mobile + short_name: OM + version: "43.0.2246.121183" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V15 Pro + brand: ZT + model: Blade V0730 os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 Linux; U; Android 9; vivo 1902 Build/PPR1.180610.011 + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0800 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.77 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "55.0.2883.77" + engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y17 + brand: ZT + model: Blade V0800 os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1603) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade V10 Vita) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 76.0.3809.132 + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y55l + brand: ZT + model: Blade V10 Vita os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1610 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.0.2672.49578 +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZTE Blade V1000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "9" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: 54.0.2672.49578 + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y55s + brand: ZT + model: Blade V1000 os_family: Android - browser_family: Opera -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1611) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V0720 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 75.0.3770.101 + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V5 Plus + brand: ZT + model: Blade V7 Lite os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; vivo X9Plus Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZTE BLADE V7 LITE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 69.0.3497.91 + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: X9 Plus + brand: ZT + model: Blade V7 Lite os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1609 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 62.0.3202.84 + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V5 Lite + brand: ZT + model: Blade V8 Lite os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1713 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZTE BLADE V0850 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 38.0.2125.102 + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V5s + brand: ZT + model: Blade V8 Mini os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; vivo 1716 Build/MOB31E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36 +- + user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; Z716BL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.137 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/99.0.0.26.69;]' os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: - type: browser - name: Chrome - short_name: CH - version: 74.0.3729.131 - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "99.0.0.26.69" device: type: smartphone - brand: VV - model: V7 Plus + brand: ZT + model: Citrine LTE os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; Z716BL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/109.0.0.24.70;]' os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: 76.0.3809.111 - engine: Blink - engine_version: "" + type: mobile app + name: Facebook Messenger + version: "109.0.0.24.70" device: type: smartphone - brand: VV - model: V5 + brand: ZT + model: Citrine LTE os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1612 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Z233VL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 64.0.3282.137 + name: Chrome Webview + short_name: CV + version: "45.0.2454.95" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: V5s + brand: ZT + model: Cymbal-C LTE os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; vivo 1714 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ZTE V975 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.170" + engine: Blink + engine_version: "" device: type: smartphone - brand: VV - model: Y69 + brand: ZT + model: Geek os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; vivo 1721) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ZTE Grand Era Build/IMM76L) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: 7.1.1 + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 76.0.3809.89 - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: VV - model: X20 + brand: ZT + model: Grand Era os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Vivo ONE Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0.2246.121183 +- + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; ru; ZTE_Grand_Era) U2/1.0.0 UCBrowser/9.9.0.543 Mobile os: - name: Android - short_name: AND - version: 7.1.1 + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: 43.0.2246.121183 - engine: Blink + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto engine_version: "" device: type: smartphone - brand: VV - model: One - os_family: Android + brand: ZT + model: Grand Era + os_family: GNU/Linux browser_family: Opera -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1724) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ZTE V9815 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 os: name: Android short_name: AND - version: 8.1.0 + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 77.0.3865.92 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VV - model: Y71 + brand: ZT + model: Grand Memo LTE os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1725 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; ZTE U9815 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: 8.1.0 + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 62.0.3202.84 - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.9.2.467" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: VV - model: X21 + brand: ZT + model: Grand Memo LTE os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1803 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4;en-us; ZTE V970M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: 8.1.0 + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 68.0.3440.91 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VV - model: Y81 + brand: ZT + model: Grand X os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1807) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ZTE V970 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 78.0.3904.62 + version: "41.0.2272.96" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y95 + brand: ZT + model: Grand X os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1808i) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; ZTE V987 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.122 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 77.0.3865.92 + version: "35.0.1916.122" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y81 + brand: ZT + model: Grand X os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1814 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 YaApp_Android/9.36 YaSearchBrowser/9.36 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1;zh-cn; ZTE V967S Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; os: name: Android short_name: AND - version: 8.1.0 + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 77.0.3865.116 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: VV - model: Y93 + brand: ZT + model: Grand X2 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1815 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 YaApp_Android/9.35 YaSearchBrowser/9.35 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Z956 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: 8.1.0 + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 77.0.3865.116 + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: VV - model: Y93 + brand: ZT + model: Grand X4 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; vivo X20Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 2.3.6; X501_USA_Cricket Build/GRK39F) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.40 Mobile Safari/537.31 OPR/14.0.1074.54070 os: name: Android short_name: AND - version: 8.1.0 + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 70.0.3538.110 - engine: Blink + name: Opera Mobile + short_name: OM + version: "14.0.1074.54070" + engine: Presto engine_version: "" device: type: smartphone - brand: VV - model: X20 Plus + brand: ZT + model: Groove os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 Linux; Android 9; XT1804 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZTE V779M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 75.0.3770.101 + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Moto G5s Plus + brand: ZT + model: Joey Jump 2 os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; XT1803) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; vi-vn; ZTE V788D B17 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 75.0.3770.143 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MR - model: Moto G5s Plus + brand: ZT + model: Kis Plus os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; XT1805 Build/OPM1.171019.013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; ZTE V882 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: 8.1.0 + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 64.0.3282.137 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MR - model: Moto G5s Plus + brand: ZT + model: Lord os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; YU5040) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; V8000_USA_Cricket Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 74.0.3729.136 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MI - model: YU Yureka YU5040 + brand: ZT + model: Nova 4 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; YU5530 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; arm_64; Android 8.1.0; NX609J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 YaBrowser/19.9.4.104.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" - platform: "" + version: "8.1.0" + platform: ARM client: type: browser - name: Chrome Webview - short_name: CV - version: 66.0.3359.126 + name: Yandex Browser + short_name: YA + version: "19.9.4.104.00" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: YU Yureka S YU5530 + brand: ZT + model: Nubia Red Magic os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; XT1687) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; NX569H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.0.5.985 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 74.0.3729.136 - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.0.5.985" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MR - model: Moto G5 Plus + brand: ZT + model: Nubia Z17 Mini os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; XT1685) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; NX616J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8404,252 +8946,245 @@ type: browser name: Chrome Mobile short_name: CM - version: 75.0.3770.101 + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Moto G5 Plus + brand: ZT + model: Nubia Z18S os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; XT1670) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NX406E Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 74.0.3729.136 + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Moto G5 + brand: ZT + model: Nubia Z5S Mini os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; Mobicel_R1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; NX404H Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.5.1171 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: 59.0.3071.125 - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.10.5.1171" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: 4M - model: R1 + brand: ZT + model: Nubia Z5S Mini os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar Zumbo S2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; Android 5.0.2; NX512J Build/LRX22G AppleWebKit/537.36 KHTML, like Gecko Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: 71.0.3578.99 + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Zumbo S2 + brand: ZT + model: Nubia Z9 max dual os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; NextSE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Z930L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: 76.0.3809.89 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: N5 - model: Next SE + brand: ZT + model: Unico LTE os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS-P11A8100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; N9510 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 76.0.3809.89 + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" engine: Blink engine_version: "" device: - type: tablet - brand: IS - model: 11.6" + type: smartphone + brand: ZT + model: Warp 4G os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS-P10A8100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; N9515 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.1.29.1706998.arm os: name: Android short_name: AND - version: "7.0" - platform: "" + version: "4.4.2" + platform: ARM client: - type: browser - name: Chrome - short_name: CH - version: 77.0.3865.73 - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "4.1.29.1706998" device: - type: tablet - brand: IS - model: 10.1" + type: smartphone + brand: ZT + model: Warp Sync os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P10A6100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5059 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 5.0.1 + version: "6.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 77.0.3865.92 + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: - type: tablet - brand: IS - model: Flex 10.1" + type: smartphone + brand: A9 + model: "5059" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P16AT08) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; 5041 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: 5.0.1 + version: "6.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 76.0.3809.89 + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: - type: tablet - brand: IS - model: Flex 8" + type: smartphone + brand: A9 + model: "5041" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P16AT10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ZTE-X500 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: 5.0.1 + version: "2.3.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 76.0.3809.89 - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: - type: tablet - brand: IS - model: Flex 10.1" + type: smartphone + brand: ZT + model: X500 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; NS-P16AT785HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Safari/537.36 - os: - name: Android - short_name: AND - version: 5.0.2 - platform: "" + browser_family: Android Browser +- + user_agent: ZTE-G-X991-Rio-orange/X991_V1_Z2_FRES_D18F109 Profile/MIDP-2.0 Configuration/CLDC-1.1 Obigo/Q03C + os: [ ] client: type: browser - name: Chrome - short_name: CH - version: 76.0.3809.111 - engine: Blink + name: Obigo + short_name: OB + version: "Q03C" + engine: "" engine_version: "" device: - type: tablet - brand: IS - model: Flex Elite 7.85" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NS-P08A7100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 + type: smartphone + brand: ZT + model: X991 + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SMART 4G Speedy 5.0 Plus Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "6.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 76.0.3809.132 + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: - type: tablet - brand: IS - model: 8" + type: smartphone + brand: 11 + model: Smart 4G Speedy 5.0 Plus os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NS-P10A7100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; SMART MAX 4.0 PLUS Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: 6.0.1 + version: "5.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: 50.0.2661.89 + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: - type: tablet - brand: IS - model: 10.1" + type: smartphone + brand: 11 + model: Smart Max 4.0 Plus os_family: Android - browser_family: Chrome \ No newline at end of file + browser_family: Chrome diff --git a/Tests/fixtures/smartphone-13.yml b/Tests/fixtures/smartphone-13.yml new file mode 100644 index 0000000000..0e787a8995 --- /dev/null +++ b/Tests/fixtures/smartphone-13.yml @@ -0,0 +1,9475 @@ +--- +- + user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; BV5900 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.5.1209 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.13.5.1209" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: B2 + model: BV5900 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1901A Build/P00610; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 T7/11.17 SP-engine/2.13.0 baiduboxapp/11.17.0.13 (Baidu; P1 9) + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "11.17.0.13" + device: + type: smartphone + brand: VV + model: Y3 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1838A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "79.0.3945.79" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: X27 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Power Ice Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Power Ice Max + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS_5505 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 YandexSearch/9.50 YandexSearchWebView/9.50 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BX + model: Amsterdam + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Zera U + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Zera F + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1921) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "54.3.2672.50220" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme XT + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 9; SPN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 30 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; M-SP10MXA Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: MC + model: SmartPad MX 10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ASUS Z101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: AU + model: Z101 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera_S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Zera S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Web Explorer/2.6.1 Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Web Explorer + short_name: WP + version: "2.6.1" + engine: Webkit + engine_version: "537.36" + device: + type: smartphone + brand: "" + model: "" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; W-V800-EEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: View 3 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Oysters T104HVi 3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/54.3.2672.50220 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "54.3.2672.50220" + engine: Blink + engine_version: "" + device: + type: tablet + brand: OY + model: T104HVi 3G + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PE-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 6 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; DLT-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XI + model: Black Shark 2 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; CITI_8527_4G_CS8139ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: D2 + model: CITI 8527 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; ru-RU; TZ960 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.10.0.1163 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: I6 + model: TZ960 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; Wildfire E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 54.3.2672.50220 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HT + model: Wildfire E + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; IQ4401) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: FL + model: Era Energy 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; W-P611-EEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: View 3 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AP-110N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: tablet + brand: A8 + model: AP-110N + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GU8012C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: G4 + model: X8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MFLogin3T Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 YandexSearch/6.45/apad + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 33.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: MP + model: Login 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SGP712) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 73.0.3683.90 + engine: Blink + engine_version: "" + device: + type: tablet + brand: SO + model: Xperia Tablet Z4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Titan_T1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HA + model: Titan T1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Titan_T3 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 YaApp_Android/9.85 YaSearchBrowser/9.85 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 72.0.3626.121 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HA + model: Titan T3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; VIBE Z2 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 45.0.2454.94 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LE + model: Vibe Z2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; ATOM-108AM Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 55.0.2883.91 + engine: Blink + engine_version: "" + device: + type: tv + brand: 2A + model: 108AM + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; PowerFivePro Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/7.26 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 63.0.3239.111 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Power Five Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Power Rage Evo Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 66.0.3359.158 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Power Rage Evo + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; PowerFour Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.67 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 75.0.3770.67 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Power Four + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MTC SmartRun 4G Build/LMY49J) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M9 + model: Smart Run 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SENSEIT T300) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 73.0.3683.90 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: S6 + model: T300 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ginzzu ST6120 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 OPR/53.0.2569.141117 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 53.0.2569.141117 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GZ + model: ST6120 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Vega 782) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tablet + brand: QO + model: Vega 782 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; QUMO_Quest353 Build/97055LL) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: QO + model: Quest 353 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; Qumo Quest 570 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: QO + model: Quest 570 + os_family: Android + browser_family: Android Browser +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; QUMO QUEST 600 Build/JRO03C) + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: QO + model: Quest 600 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QUMOVega783) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 70.0.3538.80 + engine: Blink + engine_version: "" + device: + type: tablet + brand: QO + model: Vega 783 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QUMO Quest 402) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QO + model: Quest 402 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QUMO Yooda) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: QO + model: Yooda + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; QUMO Sirius 101-4G 8GB Black Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: QO + model: Sirius 101-4G 8GB Black + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QUMO_Quest452 Build/97055LT) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 42.0.2311.111 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QO + model: Quest 452 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; QUMO Altair 701 8GB Black Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: QO + model: Altair 701 8GB Black + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QUMO Quest 458 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QO + model: Quest 458 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QUMO Altair 7004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: QO + model: Altair 7004 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QUMO Quest 476 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QO + model: Quest 476 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; QUMO_Quest_354 Build/97055KT) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: QO + model: Quest 354 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; QUMO Vega 8002 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: QO + model: Vega 8002 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G7-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Ascend G7 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; T1-A21w) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad T1 10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2 Pro-1380F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: 'Yoga Tablet 2 Pro 13.3"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2-1050F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: 'Yoga Tablet 2 10.1"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2-830F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: 'Yoga Tablet 2 8.0"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2-830L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: Yoga Tablet 2 8.0" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2-830LC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: Yoga Tablet 2 8.0" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-X831 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.169 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-X831 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-7810 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-7810 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VisionBook 7Qi 3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: UA + model: VisionBook 7Qi 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ZUG 5S Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 5M + model: ZUG 5S Q + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ZUG 5S Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.2.339.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: 17.1.2.339.00 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 5M + model: ZUG 5S + os_family: Android + browser_family: Unknown +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.3; ZUG 3 Build/JLS36C) + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: 5M + model: ZUG 3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VisionBook P55 LTE Pro Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 67.0.3396.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: UA + model: VisionBook P55 LTE Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VisionBook_10Qi_3G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: tablet + brand: UA + model: VisionBook 10Qi 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla / 5.0 (Linux; Android 9; Titan) AppleWebKit / 537.36 (KHTML, как Gecko) Chrome / 79.0.3945.116 Mobile Safari / 537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: UZ + model: Titan + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Jelly-Pro Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 66.0.3359.126 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: UZ + model: Jelly Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Wieppo S8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WP + model: S8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Wieppo S6 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WP + model: S6 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Wieppo S5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WP + model: S5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; Ursus TS170) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: DX + model: Ursus TS170 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; Ursus TS197 Navis) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: DX + model: Ursus TS197 Navis + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BEZKAM BK-RAM2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BZ + model: BK-RAM2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SL 01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BP + model: SL 01 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-gb; Andromeda S8 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 2S + model: Andromeda S8 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-7010 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-7010 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-7020 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-7020 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-7030 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-7030 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-7040) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-7040 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ginzzu GT-W831) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-W831 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HW-SCL-L32 Build/HW-SCL-L32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 66.0.3359.158 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor Y6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HP Pro Slate 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HP + model: Pro Slate 8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; K3DX-V5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: V5G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; iRULU X11 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: tablet + brand: IU + model: X11 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; iRULU_V3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: tablet + brand: IU + model: V3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; iRULU_V4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: tablet + brand: IU + model: V4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Kruger&Matz DRIVE 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: DRIVE 4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ762) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ762 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ725 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 OPR/53.0.2569.141117 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 53.0.2569.141117 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ725 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TZ797 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 66.0.3359.126 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ797 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ963) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 70.0.3538.80 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ963 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TZ197) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ197 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ737) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 72.0.3626.121 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ737 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TZ853 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 YaBrowser/15.6.2311.5718.01 Yowser/2.0.2 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: 15.6.2311.5718.01 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ853 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ720 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SMART Surf2 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.651.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: 18.3.1.651.00 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M9 + model: Smart Surf 2 4G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; JDN-W09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: Honor Pad 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; F106L Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 66.0.3359.158 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GI + model: F106L + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07000 Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07000 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 76.0.3809.89 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07002 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07002HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 76.0.3809.132 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07002HD + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07003 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07005 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07008) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07008 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C07850) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C07850 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C10100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C10100 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C10101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C10101 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C10102) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C10102 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C10103) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: NM + model: C10103 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BOOST II) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: H2 + model: Boost 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CW-Hi8-super) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: Hi8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CW-Vi8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: Vi8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; CW-Vi7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: Vi7 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; CW-Vi10 plus Build/LMY47V; ru-ru) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 Puffin/7.8.3.40913AT + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Puffin + short_name: PU + version: 7.8.3.40913 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: 1C + model: Vi10 Plus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; CW-Hi10 pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: Hi10 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; CUN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 5 Play + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ERGO_A550_Maxx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E7 + model: A550 Maxx + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ERGO_A500_Best Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E7 + model: A500 Best + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; GSmart_Classic Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 58.0.3029.83 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GG + model: GSmart Classic + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; GSmart_Classic) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GG + model: GSmart Classic + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI LUA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.90 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Y3II + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; LUA-L22 Build/HDLUA-L22) AppleWebKit/537.36 (KHTML. like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Y3II + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lua-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Y3II + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; HIGHSCREEN Easy-Power-Pro Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 AlohaBrowser/2.4.0.3 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Aloha Browser + short_name: AL + version: 2.4.0.3 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: H2 + model: Easy Power Pro + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; TM-9747 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 OPR/50.3.2426.136976 + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 50.3.2426.136976 + engine: Blink + engine_version: "" + device: + type: tablet + brand: TZ + model: TM-9747 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MegLogPh) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MP + model: Login+ + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MegaFon Login 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: MP + model: Login 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; YT3-X50M Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 63.0.3239.84 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: Yoga Tab 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Ursus NS370i) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: tablet + brand: DX + model: Ursus NS370i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Andr0id 6.0.1; MIBOX3 Build/MHC19J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Devices + short_name: OH + version: 4.9.0.59 + engine: Blink + engine_version: "" + device: + type: tv + brand: XI + model: Mi Box 3 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 10; LIO-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "10" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 30 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 10; LIO-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "10" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 30 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 10; LIO-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "10" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 30 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS876) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: Lucid 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS880 Build/KOT49I.VS88012A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 36.0.1985.135 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: G Vista + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS980 4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: G2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS985 4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: G3 + os_family: Android + browser_family: Chrome +- + user_agent: AndroidDownloadManager/5.1 (Linux; U; Android 5.1; CITI Z530 3G Build/LMY47I) + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: mobile app + name: AndroidDownloadManager + version: "5.1" + device: + type: smartphone + brand: D2 + model: CITI Z530 3G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; CW-Hi12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: Hi12 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; CW-V99 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 OPR/44.1.2254.142553 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.1.2254.142553 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: V99 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; CW-V17HD3G Build/CW-V17HD_3G) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 1C + model: V17HD 3G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; CW-V88S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 1C + model: V88S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CW-V88-QUAD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: V88 Quad + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.0.4; CW-V9-DUAL Build/IMM76D + os: + name: Android + short_name: AND + version: 4.0.4 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: tablet + brand: 1C + model: V9 Dual + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CW-VX8-3G Build/CHUWI-CW-VX8) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 1C + model: VX8 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ginzzu_RS95D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 76.0.3809.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GZ + model: RS95D + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VS880PP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: G Vista + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TB3-710I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: TAB3 7 Essential + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; GEOTEL_Note Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.119 Mobile Safari/537.36 YandexSearch/8.11 YandexSearchBrowser/8.11 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 72.0.3626.119 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GE + model: Note + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NG3128HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tv + brand: NZ + model: NG3128HD + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; GHONGV10 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 50.0.2661.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 2C + model: V10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TelePAD795 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: XR + model: TelePad 795 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Era 2X Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 67.0.3396.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XR + model: Era 2X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; TelePAD731 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: XR + model: TelePad 731 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-; TelePAD1032 Build/JZO54K) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Safari/537.16 Chrome/33.0.0.0 + os: + name: Android + short_name: AND + version: 4.1.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 33.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: XR + model: TelePad 1032 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; TelePAD10A3 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: XR + model: TelePad 10 A3 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; TelePAD7A3 4G Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/73.0.3683.90 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 73.0.3683.90 + engine: Blink + engine_version: "" + device: + type: tablet + brand: XR + model: TelePad 7 A3 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; TGW710G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: C5 + model: TGW 710G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; TGW709 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 55.0.2883.91 + engine: Blink + engine_version: "" + device: + type: tablet + brand: C5 + model: TGW 709 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Kruger&Matz MOVE 6S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: MOVE 6S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Kruger_Matz FLOW 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: FLOW 4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Kruger_Matz FLOW 4S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: FLOW 4S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; LIVE4_KM0438 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 51.0.2704.81 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: LIVE 4 KM0438 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; LIVE4_KM0439) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KE + model: LIVE 4 KM0439 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; LS-5507 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 68.0.3440.91 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LY + model: Water 7S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BV6800Pro Build/O00623; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: B2 + model: BV6800 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; G553KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ZenFone Lite L1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SH-Z01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SH + model: Aquos S2 (C10) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ZS550KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ZenFone 3 Deluxe + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PADT00 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039980 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "6.2" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: OP + model: A3 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; PAHM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Find X Lamborghini + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PBDM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: R17 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCAM00 Build/PKQ1.190101.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 OPR/53.1.2569.142848 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 53.1.2569.142848 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCAT00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCDM10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 76.0.3809.132 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno Z + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCGM00 Build/PKQ1.190101.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 OPR/53.1.2569.142848 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 53.1.2569.142848 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno K3 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCHM10 Build/PKQ1.190714.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 76.0.3809.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: A11 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCHM30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: A9 (2020) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCKM00 Build/PKQ1.190630.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCKM80) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.3 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno 2Z + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PCLM10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Reno Ace + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; PDBM00 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 76.0.3809.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: A8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; POT-LX2J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: P smart (2019) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1925) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme 5S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1927) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme 5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1931) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme X2 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1942) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: RealMe C2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1991) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme X2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1992) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme X2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Realme X2 Dual + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SEA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Nova 5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SCM-AL09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad M5 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SCM-W09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad M6 10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SO-01L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SO + model: Xperia XZ3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; W-K510-EEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: Y60 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ZS660KL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ROG Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ru-ru; 5024D_RU Build/PPR1.180610.011;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 44.0.2403.119 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AL + model: 1S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; NUVO_NS35 Build/MocorDroid) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.13.2.1208 U3/0.8.0 Mobile Safari/534.30 + os: + name: MocorDroid + short_name: MCD + version: "" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.2.1208 + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: N0 + model: NS35 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NUVO Blue ND40 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: N0 + model: ND40 + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; NUVO Green ND 45 Build/KOT49H) + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: N0 + model: ND45 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; SO-04F Build/14.3.B.0.362) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.0.1207 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: SO + model: Xperia A2 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ195 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 OPR/43.3.2254.142003 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 43.3.2254.142003 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ195 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ198 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.116 Safari/537.36 OPR/44.0.2254.141977 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.0.2254.141977 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ198 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ742 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Safari/537.36 OPR/44.1.2254.143214 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.1.2254.143214 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ742 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ752 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Safari/537.36 OPR/44.1.2254.143214 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.1.2254.143214 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ752 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ885 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Safari/537.36 OPR/44.1.2254.142088 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.1.2254.142088 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ885 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ965 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/73.0.3683.90 Safari/537.36 OPR/38.0.2254.134507 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 38.0.2254.134507 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ965 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; TZ969 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Safari/537.36 OPR/44.1.2254.142088 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 44.1.2254.142088 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ969 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; HM-N700-FL Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.4.1214 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.4.1214 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: HA + model: L7 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; XT1710-02 Build/NDSS26.118-23-11) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.4.1214 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.4.1214 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: MR + model: Moto Z2 Play + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; XT1799-2 Build/NZS26.86-108) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.5.1209 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.5.1209 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: MR + model: Moto G5s + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; ru-ru; VCR-A0 Build/VCRSCN00X1000MPX1705029) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Hawk/QuickBrowser/2.4.28.115670 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 76.0.3809.111 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: CO + model: Cool Play 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; en-US; T95ZPLUS Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.2.1208 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.2.1208 + engine: WebKit + engine_version: "537.36" + device: + type: tv + brand: 5S + model: T95Z Plus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; 5099D_RU Build/O00623; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.96 Mobile Safari/537.36 OPR/44.1.2254.143214 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 44.1.2254.143214 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AL + model: 3V + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; en-US; AP-108 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.0.1207 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: A8 + model: Cetus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; en-US; T1001XS Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.4.1214 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.4.1214 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: 3A + model: M5XS + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; AL140 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/44.1.2254.143214 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 44.1.2254.143214 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: AL140 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; AL240 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/43.3.2254.141404 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 43.3.2254.141404 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: AL240 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; arm_64; Android 10; LIO-AN00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 YaBrowser/19.12.1.121.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "10" + platform: ARM + client: + type: browser + name: Yandex Browser + short_name: YA + version: 19.12.1.121.00 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 30 Pro + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Mobile; CAT B35; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5.1 + os: + name: KaiOS + short_name: KOS + version: 2.5.1 + platform: "" + client: + type: browser + name: Firefox Mobile + short_name: FM + version: "48.0" + engine: Gecko + engine_version: "48.0" + device: + type: smartphone + brand: CA + model: B35 + os_family: Firefox OS + browser_family: Firefox +- + user_agent: Mozilla/5.0 (Linux; Android 9; SH-M09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.90 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SH + model: Aquos R2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SH-M08) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SH + model: Aquos S2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; UGOOS-AM6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3962.2 Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 80.0.3962.2 + engine: Blink + engine_version: "" + device: + type: tv + brand: UG + model: AM6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1730DT Build/PKQ1.180819.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: Z1i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1730GA Build/PKQ1.180819.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: Z3x + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1801A0 Build/PKQ1.180819.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/6.6.3.0 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: vivo Browser + short_name: VV + version: 6.6.3.0 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: VV + model: Z1 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1809A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: X23 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; BMM543S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BF + model: B4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; BMM441S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BF + model: B8 Fox + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ROG Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001DB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ROG Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001DC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ROG Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I001DE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ROG Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I01WD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ZenFone 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_I01WDX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.8 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.8 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ZenFone 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ASUS_X01BD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3871.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3871.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AU + model: ZenFone Max M2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; AWM-A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XI + model: Black Shark Helo + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; DLT-A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XI + model: Black Shark 2 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ELE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 76.0.3809.132 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: P30 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; EVR-N29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Mate 20 X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Google 2XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 76.0.3809.132 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GO + model: Pixel 2 XL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HLK-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 9X Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HLTE221E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 72.0.3626.121 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HI + model: E Max + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HLTE223E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HI + model: H30 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HRY-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 10 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HW-01K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: P20 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; HTV33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HT + model: U11 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; I6_Infinity) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HA + model: I6 Infinity + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; KSA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 8S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; KSA-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 8S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; LRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 20 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; LML413DL Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 71.0.3578.83 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LG + model: Premier Pro LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: P30 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 76.0.3809.132 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: P30 Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; NX619J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Red Magic Mars + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Nubia Z9 mini) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Z9 mini + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Nubia Z9 Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Z9 max + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; NX627J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Z20 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; NX629J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Red Magic 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; REVVLRY) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: TM + model: REVVL Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; S3-SH) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SH + model: One S3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; S4-KC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KY + model: One S4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; V1814A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.73 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: X21S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Vibe K5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LE + model: K5 Vibe Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Viva_1003G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: tablet + brand: A2 + model: Viva 1003G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; VRD-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad M6 8.4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; YAL-AL50) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 20S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; YNDX000SB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YD + model: YNDX-000SB + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-US; ViewSonic A8+ Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.5.892 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 11.0.5.892 + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: VS + model: A8 Plus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; YXTEL_U1; Android/4.4.2; Release/08.28.2015) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: YX + model: U1 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YXTEL_H1 Build/HDYXTEL_H1) AppleWebKit/537.36 (KHTML. like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YX + model: H1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YXTEL_U3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 55.0.2883.91 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YX + model: U3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; Ginzzu GT-7115 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.2.1188 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.12.2.1188 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: GZ + model: GT-7115 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; Ginzzu GT-7210 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.2.1184 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.11.2.1184 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: GZ + model: GT-7210 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; H10882M-TN Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 37.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: P6 + model: H10882M-TN + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; HM-N501-FL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HA + model: L56 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; HLA Note3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: XL + model: Red Pepper Note 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Visionbook 7Q Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 76.0.3809.111 + engine: Blink + engine_version: "" + device: + type: tablet + brand: UA + model: Visionbook 7Q Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VisionBook 8Q LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 78.0.3904.90 + engine: Blink + engine_version: "" + device: + type: tablet + brand: UA + model: VisionBook 8Q LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VisionBook P50 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.90 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: UA + model: VisionBook P50 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VisionBook P55 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: UA + model: VisionBook P55 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VisionBook_8Q_Plus Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 76.0.3809.89 + engine: Blink + engine_version: "" + device: + type: tablet + brand: UA + model: VisionBook 8Q Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Vivax Point X551 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 44.0.2403.119 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: V5 + model: Point X551 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Viva_1001G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: tablet + brand: A2 + model: Viva 1001G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP370) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Color S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZOPO_C2_MOD Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 54.0.2840.85 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: C2 II + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP563) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Color X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP567) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Color C5i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP586) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Color X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP781) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.119 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 44.0.2403.119 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Flash G5 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ZP955) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.73 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZP + model: Speed 8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; INSIGNIA_1010M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 76.0.3809.111 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GC + model: INSIGNIA 1010M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; INSIGNIA_550i) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GC + model: INSIGNIA 550i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; INSIGNIA_800M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GC + model: INSIGNIA 800M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AT7-C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: tablet + brand: TS + model: Excite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ARK Benefit I2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A6 + model: Benefit I2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ARK_Benefit_S501) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A6 + model: Benefit S501 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; AP-109) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/54.3.2672.50220 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 54.3.2672.50220 + engine: Blink + engine_version: "" + device: + type: tablet + brand: A8 + model: AP-109 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Casper_VIA_V5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 33.0.1750.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA V5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Casper_VIA_V8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.79 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA V8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; HDN-W09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: Honor Water Play 10.1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; YD201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YO + model: Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Casper_VIA_V3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA V3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Casper_VIA_V10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.62 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA V10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2 Pro-1380L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: 'Yoga Tablet 2 Pro 13.3"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; YOGA Tablet 2-1050L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 80.0.3987.87 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: 'Yoga Tablet 2 10.1"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; MID-713G Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 6M + model: MID-713G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; MYSTERY MID-733G Build/MID) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 6M + model: MID-733G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; MID-743G Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.1 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 6M + model: MID-743G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; MID-783G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.8.1206 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.12.8.1206 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: 6M + model: MID-783G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; MID-833G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.13.0.1207 + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: 6M + model: MID-833G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; MID-703G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 OPR/38.1.2254.136033 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: 38.1.2254.136033 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 6M + model: MID-703G + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; MID-721 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 6M + model: MID-721 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; MID-722 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: 6M + model: MID-722 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; MID-753G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YaBrowser/19.1.0.130 (lite) + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Yandex Browser Lite + short_name: YL + version: 19.1.0.130 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 6M + model: MID-753G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MID-123G Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 42.0.2311.111 + engine: Blink + engine_version: "" + device: + type: tablet + brand: 6M + model: MID-123G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Novo 10 Hero QuadCore Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 42.0.2311.111 + engine: Blink + engine_version: "" + device: + type: tablet + brand: AZ + model: Novo 10 Hero QuadCore + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; RITZVIVA_S500C Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R7 + model: S500C + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; AS-502) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 73.0.3683.75 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A8 + model: Shot + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Venus GO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VT + model: Venus Go + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Letv X910 Build/EEXCNFN5601304291S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 59.0.3071.92 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: L1 + model: X910 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Rombica Infinity K8 Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 39.0.2171.93 + engine: Blink + engine_version: "" + device: + type: tv + brand: R3 + model: Infinity K8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VIA_F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA F1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; VF-1497) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.0.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: VF + model: Tab Prime 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; VIA_A1_Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA A1 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Numy3GTalos Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Safari/537.36 OPR/46.3.2246.127744 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 46.3.2246.127744 + engine: Blink + engine_version: "" + device: + type: tablet + brand: AZ + model: Numy 3G Talos + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; DeWalt MD501) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DW + model: MD501 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; RunboX5-W Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.0.4 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 42.0.2311.111 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: X5-W + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Runbo F1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: F1 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; RunboF1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 33.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: F1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Runbo-TT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: TT + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; RunboQ5-S Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.1 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: RU + model: Q5-S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; RunboF1-TT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: F1-TT + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; RunboF1-EN Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 52.0.2743.98 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RU + model: F1-EN + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; RunboX5-King Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.0.4 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: RU + model: X5-King + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; T74MR4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 72.0.3626.105 + engine: Blink + engine_version: "" + device: + type: tablet + brand: OY + model: T74MR 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Play Three v4.0 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 66.0.3359.126 + engine: Blink + engine_version: "" + device: + type: tablet + brand: PX + model: Play Three v4.0 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; uk-ua; Pixus Play Two Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.1 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: PX + model: Play Two + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; play three v3.1 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.71 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 63.0.3239.71 + engine: Blink + engine_version: "" + device: + type: tablet + brand: PX + model: Play Three v3.1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; Play Three v2.0 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.1.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: PX + model: Play Three v2.0 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare S6 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 61.0.3163.98 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: CH + model: Flare S6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V1730DA Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VV + model: Z1i + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; EVROMEDIA Play Pad PRO Build/LMY48Y) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: E0 + model: Play Pad Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Viva_H1001_LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 70.0.3538.110 + engine: Blink + engine_version: "" + device: + type: tablet + brand: A2 + model: Viva H1001 LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Daewoo Android TV 638 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 68.0.3440.91 + engine: Blink + engine_version: "" + device: + type: tv + brand: D5 + model: Android TV 638 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VESTA32LD86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tv + brand: V8 + model: SmartT V2.0 32LD86S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIA_A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA A1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIA_S10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: R4 + model: VIA S10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIA_F2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA F2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; VULCANO_55 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 58.0.3029.83 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 6S + model: 'Vulcano 5.5"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; CARBONO_5 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 64.0.3282.137 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 6S + model: 'Carbono 5.0"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUARZO_6 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 68.0.3440.91 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 6S + model: 'Cuarzo 6.0"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; DIAMANTE_5 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 66.0.3359.106 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 6S + model: 'Diamante 5.0"' + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 49UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 52.0.2743.100 + engine: Blink + engine_version: "" + device: + type: tv + brand: KV + model: 49UP50GU + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 43UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 52.0.2743.100 + engine: Blink + engine_version: "" + device: + type: tv + brand: KV + model: 43UP50GU + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 40UR50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 52.0.2743.100 + engine: Blink + engine_version: "" + device: + type: tv + brand: KV + model: 40UR50GU + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 32HR55GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 52.0.2743.100 + engine: Blink + engine_version: "" + device: + type: tv + brand: KV + model: 32HR55GU + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; NX589J Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 37.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia Z17 Mini S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB2-X30L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: tablet + brand: LE + model: Tab 2 A10-30 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; WIM Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: WI + model: WIM Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; DIVISAT J-Link) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: tv + brand: D6 + model: J-Link + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; CASPER_VIA_G1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA G1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; KJ-OB03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: K6 + model: Cata 7 + os_family: Android + browser_family: Chrome +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; KJ-YUBI Build/KOT49H) + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: tablet + brand: K6 + model: Yubi 3G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; NX612J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: ZT + model: Nubia V18 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; S6001L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: NL + model: G2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; KaiCloud 784 Build/JDQ39 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: K7 + model: KaiCloud 784 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; pt-br; KaiCloud 744 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.0.3 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: K7 + model: KaiCloud 744 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-br; KaiCloud 942 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.0.4 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: K7 + model: KaiCloud 942 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android; en-us; KaiCloud942 Build/FRF91) AppleWebKit/533.1 + os: + name: Android + short_name: AND + version: "" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: K7 + model: KaiCloud 942 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; RMD-870 Build/JDQ39 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-870 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NX-32THS100 Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 48.0.2542.0 + engine: Blink + engine_version: "" + device: + type: tv + brand: N7 + model: NX-32THS100 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TF-MID7805G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 56.0.2924.87 + engine: Blink + engine_version: "" + device: + type: tablet + brand: TL + model: TF-MID7805G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TF-MID9705RG Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.64 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 28.0.1500.64 + engine: Blink + engine_version: "" + device: + type: tablet + brand: TL + model: TF-MID9705RG + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; TF-MID1010G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 42.0.2311.111 + engine: Blink + engine_version: "" + device: + type: tablet + brand: TL + model: TF-MID1010G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; Ginzzu GT-8010 Build/LMY47D AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 YandexSearch/7.80/apad YandexSearchBrowser/7.80 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: GZ + model: GT-8010 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; VF-696 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VF + model: Smart Grand 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; VIA_L8 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: R4 + model: VIA L8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; VSUN ILLUSION AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: V9 + model: Illusion + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; VSUN RACE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 43.0.2357.121 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: V9 + model: Race + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Vsun V9 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 28.0.1500.94 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: V9 + model: V9 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; Xylo Q Build/LMY47I AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: V2 + model: Xylo Q + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 6.0.1; CASPER_VIA_M2 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA M2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 6.0.1; CASPER_VIA_E1c AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA E1C + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 6.0.1; Hol-U19 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 3C Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 5.1; CASPER_VIA_E1 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA E1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; VIA_A3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: R4 + model: VIA A3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Venso CX-551) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: VN + model: CX-551 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; YOTA 3+) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YO + model: Phone 3 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cynus_F10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MB + model: Cynus F10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 4.4.2; TZHIT Build/LMY47I AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 YandexSearch/7.16/apad + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZHIT + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 4.4.2; TT1004PG Build/KOT49H AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 OPR/53.0.2569.141184 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 53.0.2569.141184 + engine: Blink + engine_version: "" + device: + type: tablet + brand: D2 + model: Optima 10.4 3G + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 Linux; Android 4.4.2; VIA-T17_M AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: R4 + model: VIA T17 M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 4.4.2; VIA_T17 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: R4 + model: VIA T17 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 4.4.3; YD206 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.3 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: YO + model: Phone 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; RMD-857 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: 4.2.2 + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-857 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; 5059D_RU Build/O11019 AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1178 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.10.0.1178 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: AL + model: 1X + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; 5052D_RU Build/O11019 AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.5.0.1015 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 11.5.0.1015 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: AL + model: "3" + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; 5034D_RU Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.3.1144 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.1.0 + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: 12.9.3.1144 + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: AL + model: 3L + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 5058I_RU Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 69.0.3497.100 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AL + model: 3X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 55UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 52.0.2743.100 + engine: Blink + engine_version: "" + device: + type: tv + brand: KV + model: 55UP50GU + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; iconBIT Movie Ultra HD 4K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.67 + engine: Blink + engine_version: "" + device: + type: tv + brand: I2 + model: Movie Ultra HD 4K + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; TPM171E Build/OC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36 OPR/52.4.2517.140781 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: 52.4.2517.140781 + engine: Blink + engine_version: "" + device: + type: tv + brand: PH + model: TPM171E + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SHIFT6m) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7S + model: SHIFT6m + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP511) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP511 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP517) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP517 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 73.0.3683.90 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP550 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP514) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP514 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP510 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP401) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP401 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP453) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP453 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP551) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP551 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP531) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I6 + model: SP531 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; PGPS7799CIS08GBPG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: PR + model: Geo Vision Tour 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Q9S5IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QI + model: Q9 5.0" 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Q8S6IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QI + model: Q8 6.0" 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Q10S5IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: QI + model: Q10 5.0" 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; RAINBOW 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: CB + model: Rainbow 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; RG702 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RG + model: RG702 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ184 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Safari/537.36 YandexSearch/6.10/apad + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 61.0.3163.98 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ184 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ721) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ721 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ726) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ726 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ747) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ747 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ781 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ781 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ855) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ855 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ856) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ856 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ872 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 59.0.3071.125 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ872 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ874 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 60.0.3112.116 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ874 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ877) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ877 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ968) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ968 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ967) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ967 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ964) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ964 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ962) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ962 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ890) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ890 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; TZ100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ100 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; TZ173) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ173 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; 9026X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: tablet + brand: AL + model: A3 10" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ALIGATOR S5070) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4A + model: S5070 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ALIGATOR S5065) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4A + model: S5065 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Hammer Iron 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Iron + short_name: IR + version: "" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: MY + model: Hammer Iron 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Hammer AXE Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: Hammer Axe Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Hammer Active) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: Hammer Active + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; IF9031) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I0 + model: Vision 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; myPhone_Q-Smart_III) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: Q-Smart III + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; myPhone_Pocket_18x9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: Pocket 18x9 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; myPhone_C-Smart_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: C-Smart 4 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; myPhone Fun LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: Fun LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; myPhone CityXL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MY + model: CityXL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MTC_SMART_Sprint_4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 39.0.0.0 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M9 + model: Smart Sprint 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ML450) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion ML450 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MS450 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS450 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS457PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS457 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS457) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS457 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion MS550 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion MS650 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; MS453 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 68.0.3440.91 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS453 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; MS456 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 60.0.3112.107 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS456 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MS505 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 47.0.2526.83 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS505 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; MS514) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 7M + model: MS514 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LUNA V55 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 62.0.3202.84 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: L9 + model: V55 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 7.0; LUNA G60 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: L9 + model: G60 + os_family: Android + browser_family: Chrome +- + user_agent: TV Bro/1.0 Mozilla/5.0 (Linux; Android 8.0.0; BRAVIA 2K GB ATV3 Build/OPR2.170623.027.S30; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: TV Bro + short_name: TV + version: "1.0" + engine: WebKit + engine_version: "537.36" + device: + type: tv + brand: SO + model: Bravia 2K GB ATV3 + os_family: Android + browser_family: Chrome +- + user_agent: TV Bro/1.0 Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K GB Build/NRD91N.S139; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: TV Bro + short_name: TV + version: "1.0" + engine: WebKit + engine_version: "537.36" + device: + type: tv + brand: SO + model: Bravia 4K GB + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K GB ATV3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: tv + brand: SO + model: Bravia 4K GB ATV3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K 2015 Build/NRD91N.S34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 67.0.3396.87 + engine: Blink + engine_version: "" + device: + type: tv + brand: SO + model: Bravia 4K 2015 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 2015 Build/NRD91N.S34; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 71.0.3578.99 + engine: Blink + engine_version: "" + device: + type: tv + brand: SO + model: Bravia 2015 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Brondi 620 SZ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BR + model: 620 SZ + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Brondi_730_4G_HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BR + model: 730 4G HD + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BRAVIA 4K UR2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 8.0.0 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.96 + engine: Blink + engine_version: "" + device: + type: tv + brand: SO + model: Bravia 4K UR2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; arm; Android 7.1; Rombica Smart Box v005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.01 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1" + platform: ARM + client: + type: browser + name: Yandex Browser + short_name: YA + version: 19.7.2.90.01 + engine: Blink + engine_version: "" + device: + type: tv + brand: R3 + model: Smart Box v005 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box Quad Build/SBQ-A0310) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 30.0.0.0 + engine: Blink + engine_version: "" + device: + type: tv + brand: R3 + model: Smart Box Quad + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box Ultra HD v002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: tv + brand: R3 + model: Smart Box Ultra HD v002 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box 4K V001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.2 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tv + brand: R3 + model: Smart Box 4K V001 + os_family: Android + browser_family: Chrome diff --git a/Tests/fixtures/smartphone-14.yml b/Tests/fixtures/smartphone-14.yml new file mode 100644 index 0000000000..40fe9c6176 --- /dev/null +++ b/Tests/fixtures/smartphone-14.yml @@ -0,0 +1,322 @@ +--- +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN GreenOrange Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: 44.0.2403.119 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Green Orange + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN halove) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 79.0.3945.93 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Halove + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN JS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 74.0.3729.157 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: JS + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN monica) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Monica + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN POWER Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 50.0.2661.89 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Power + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN S6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 78.0.3904.108 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: S6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN V9 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 OPT/2.1 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Opera Touch + short_name: OO + version: "2.1" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: V9 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; SANTIN YSL-Y7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: YSL-Y7 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; SANTIN N3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: N3 + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; SANTIN #Dante) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36' + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Dante + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; SANTIN #Candy U7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36' + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Candy U7 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SANTIN GALAZ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 4.4.4 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.101 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Galaz + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.4; SANTIN #Armor) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36' + os: + name: Android + short_name: AND + version: 4.4.4 + platform: ARM + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Armor + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 7.1.1; Santin_N1 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: 7.1.1 + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: N1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 Linux; Android 7.0; SANTIN NEWDUN AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: Newdun + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; SANTIN ANT.W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SQ + model: ANT.W + os_family: Android + browser_family: Chrome + diff --git a/Tests/fixtures/smartphone-2.yml b/Tests/fixtures/smartphone-2.yml index cdf75c833e..e5493b74f9 100644 --- a/Tests/fixtures/smartphone-2.yml +++ b/Tests/fixtures/smartphone-2.yml @@ -1,46 +1,46 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; B8604 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SL 02 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.3" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8604 + brand: BP + model: SL 02 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; B8606) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SL 04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B8606 + brand: BP + model: SL 04 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B9401 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Blaupunkt SM 01 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND @@ -50,221 +50,221 @@ type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B9401 + brand: BP + model: SM 01 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; B9501 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CENTURION Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BT - model: B9501 + brand: BR + model: CENTURION os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B9502 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CENTURION 3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "41.0.2272.96" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B9502 + brand: BR + model: CENTURION 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; B9503 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; GLADIATOR Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BT - model: B9503 + brand: BR + model: GLADIATOR os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B9504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; GLADIATOR-2 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: BT - model: B9504 + brand: BR + model: GLADIATOR 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B9505 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; GLADIATOR 3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BT - model: B9505 + brand: BR + model: GLADIATOR 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BLU ADVANCE 4.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GLADIATOR_4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Advance 4.0 + brand: BR + model: GLADIATOR 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU ADVANCE 4.0 L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1 JELLY BEAN; it-it; Glory Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BU - model: Advance 4.0 L + brand: BR + model: GLORY os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance 4.0M Build/A090; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Glory 2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BU - model: Advance 4.0M + brand: BR + model: GLORY 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance 5.0 HD Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; Glory3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BU - model: Advance 5.0 HD + brand: BR + model: GLORY 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance A4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GLORY 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Advance A4 + brand: BR + model: GLORY 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU DASH 3.5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; LUXURY Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -275,16 +275,16 @@ engine_version: "534.30" device: type: smartphone - brand: BU - model: Dash 3.5 + brand: BR + model: LUXURY os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; BLU DASH 3.5 VIVA Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; LUXURY 3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser @@ -292,15 +292,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: BU - model: Dash 3.5 VIVA + brand: BR + model: LUXURY 3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU DASH 4.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; LUXURY 4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -315,16 +315,36 @@ engine_version: "534.30" device: type: smartphone - brand: BU - model: Dash 4.0 + brand: BR + model: LUXURY 4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; BLU DASH 4.5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LUXURY 5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: BR + model: LUXURY 5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SENSUELLE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -335,16 +355,36 @@ engine_version: "534.30" device: type: smartphone - brand: BU - model: Dash 4.5 + brand: BR + model: SENSUELLE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; BLU DASH 5.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; VICTORY Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: BR + model: VICTORY + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Victory 2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser @@ -355,12 +395,12 @@ engine_version: "534.30" device: type: smartphone - brand: BU - model: Dash 5.0 + brand: BR + model: VICTORY 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BLU DASH 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Victory 3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -370,17 +410,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash 5.0 + brand: BR + model: VICTORY 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DASH 5.0+ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8407 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND @@ -390,37 +430,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash 5.0+ + brand: BT + model: B8407 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; es-es; BLU DASH JR Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8408 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: BU - model: Dash JR + brand: BT + model: B8408 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DASH JR K Build/BLUZAW268) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BITEL B8409 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -435,12 +475,12 @@ engine_version: "" device: type: smartphone - brand: BU - model: Dash JR K + brand: BT + model: B8409 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU DASH L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8410 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -448,39 +488,39 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash L + brand: BT + model: B8410 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash L2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Bitel_B8411 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.107" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash L2 + brand: BT + model: B8411 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU DASH M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Bitel-B8413 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND @@ -490,217 +530,197 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "48.0.2564.95" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash M + brand: BT + model: B8413 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; BLU DASH MUSIC 4.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BU - model: Dash MUSIC 4.0 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU DASH X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B8414 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash X + brand: BT + model: B8414 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; DASH_X_PLUS_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B8415 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash X PLUS LTE + brand: BT + model: B8415 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash X2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B8416 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash X2 + brand: BT + model: B8416 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU DASH X2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash X2 + brand: BT + model: B8502 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8503 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Dash XL + brand: BT + model: B8503 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU ENERGY DIAMOND) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B8504) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Energy Diamond + brand: BT + model: B8504 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU ENERGY X PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; B8506 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Energy X Plus + brand: BT + model: B8506 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU ENERGY X PLUS 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; B8601 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Energy X Plus 2 + brand: BT + model: B8601 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ENERGY XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; B8604 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Energy XL + brand: BT + model: B8604 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU GRAND 5.5 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B8606) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -715,12 +735,12 @@ engine_version: "" device: type: smartphone - brand: BU - model: Grand 5.5 HD + brand: BT + model: B8606 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLU Grand X LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B9401 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -730,161 +750,141 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Grand X LTE + brand: BT + model: B9401 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; BLU Life One Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B9501 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Life One + brand: BT + model: B9501 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU LIFE ONE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B9502 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Life One + brand: BT + model: B9502 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Life One X2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B9503 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Life One X2 + brand: BT + model: B9503 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; BLU Life View Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B9504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Life View + brand: BT + model: B9504 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; BLU LIFE XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B9505 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: BU - model: Life XL + brand: BT + model: B9505 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; BLU Magic Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.2.1" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: BU - model: Magic - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU_NEO_ENERGY_MINI Build/N130) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BLU ADVANCE 4.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: NEO ENERGY MINI + model: Advance 4.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU ADVANCE 4.0 L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser @@ -896,55 +896,55 @@ device: type: smartphone brand: BU - model: Neo X + model: Advance 4.0 L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO X PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance 4.0M Build/A090; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Neo X Plus + model: Advance 4.0M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance 5.0 HD Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Neo XL + model: Advance 5.0 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PURE XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Advance A4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser @@ -956,15 +956,15 @@ device: type: smartphone brand: BU - model: Pure XL + model: Advance A4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us;BLU Quattro 4.5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU DASH 3.5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -976,55 +976,55 @@ device: type: smartphone brand: BU - model: Quattro 4.5 + model: Dash 3.5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU R1 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; BLU DASH 3.5 VIVA Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: BU - model: R1 HD + model: Dash 3.5 VIVA os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; R1 PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU DASH 4.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BU - model: R1 Plus + model: Dash 4.0 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; BLU STUDIO 5.0 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; BLU DASH 4.5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.1" platform: "" client: type: browser @@ -1036,31 +1036,31 @@ device: type: smartphone brand: BU - model: STUDIO 5.0 + model: Dash 4.5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU STUDIO 5.0 C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; BLU DASH 5.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BU - model: Studio 5.0 C + model: Dash 5.0 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU STUDIO 5.0 II Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; BLU DASH 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1068,43 +1068,43 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: BU - model: STUDIO 5.0 II + model: Dash 5.0 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; BLU STUDIO 5.3 II Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DASH 5.0+ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: STUDIO 5.3 II + model: Dash 5.0+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; STUDIO 5.5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; es-es; BLU DASH JR Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.1" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -1112,55 +1112,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: BU - model: Studio 5.5 + model: Dash JR os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU STUDIO C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; DASH JR K Build/BLUZAW268) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio C + model: Dash JR K os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio C HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU DASH L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio C HD + model: Dash L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash L2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1170,97 +1170,117 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio J1 + model: Dash L2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU DASH M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio J2 + model: Dash M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; BLU DASH MUSIC 4.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: BU + model: Dash MUSIC 4.0 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU DASH X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio J5 + model: Dash X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio J8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; DASH_X_PLUS_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio J8 + model: Dash X PLUS LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; STUDIO M HD Build/S110L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash X2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio M HD + model: Dash X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio M5 Plus Build/D710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU DASH X2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1270,21 +1290,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio M5 Plus + model: Dash X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio Mega) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Dash XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser @@ -1296,55 +1316,55 @@ device: type: smartphone brand: BU - model: Studio Mega + model: Dash XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU STUDIO ONE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU ENERGY DIAMOND) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio One + model: Energy Diamond os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU STUDIO SELFIE 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU ENERGY X PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio Selfie 2 + model: Energy X Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; BLU STUDIO SELFIE LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU ENERGY X PLUS 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser @@ -1356,215 +1376,215 @@ device: type: smartphone brand: BU - model: Studio Selfie LTE + model: Energy X Plus 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio View XL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ENERGY XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio View XL + model: Energy XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU STUDIO X8 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU GRAND 5.5 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio X + model: Grand 5.5 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU STUDIO X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLU Grand X LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Studio X + model: Grand X LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU_STUDIO_XL Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; BLU Life One Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "41.0.2272.96" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: STUDIO XL + model: Life One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Tank Xtreme 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU LIFE ONE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Tank Xtreme 5.0 + model: Life One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tank Xtreme Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Life One X2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Tank Xtreme Pro + model: Life One X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; BLU VIVO 4.65 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; BLU Life View Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: BU - model: VIVO 4.65 + model: Life View os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU VIVO AIR LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; BLU LIFE XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: BU - model: Vivo Air LTE + model: Life XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; A501 BRIGHT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; BLU Magic Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: BV - model: A501 Bright + brand: BU + model: Magic os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIS A554) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU_NEO_ENERGY_MINI Build/N130) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: A554 Grand + brand: BU + model: NEO ENERGY MINI os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; bravis_A506) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser @@ -1575,156 +1595,136 @@ engine_version: "" device: type: smartphone - brand: BV - model: Crystal + brand: BU + model: Neo X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BRAVIS DELTA Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BV - model: Delta - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; bravis_A553 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO X PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: Discovery + brand: BU + model: Neo X Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; B501 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU NEO XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: Easy + brand: BU + model: Neo XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; N1-570 Space) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PURE XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: Space + brand: BU + model: Pure XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; BRAVIS TAU Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.5.1146 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us;BLU Quattro 4.5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.9.5.1146" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: BV - model: Tau + brand: BU + model: Quattro 4.5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIS X500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLU R1 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: Trace Pro + brand: BU + model: R1 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BRAVIS_TREND Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; R1 PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.105" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BV - model: Trend + brand: BU + model: R1 Plus os_family: Android browser_family: Chrome - - user_agent: sprd-BOWAY-I5/1.0 Linux/2.6.35.7 Android/2.3.5 Release/10.13.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; BLU STUDIO 5.0 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser @@ -1732,253 +1732,259 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: BW - model: I5 + brand: BU + model: STUDIO 5.0 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; i6 Build/BOWAYBOWAY_i6) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.0 (Baidu; P1 4.0.3) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU STUDIO 5.0 C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: BW - model: i6 + brand: BU + model: Studio 5.0 C os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; BOWAY I7 Build/BOWAYA75P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.2.585 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; BLU STUDIO 5.0 II Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.2.585" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: BW - model: I7 + brand: BU + model: STUDIO 5.0 II os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: MQQBrowser/3.0/Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; BOWAY_U3 Build/alpsBOWAY-) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; BLU STUDIO 5.3 II Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "3.0" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: BW - model: U3 + brand: BU + model: STUDIO 5.3 II os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; BOWAY_U7 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.66_r1062275.542 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; STUDIO 5.5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.66.r1062275.542" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BW - model: U7 + brand: BU + model: Studio 5.5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; V100 Build/BOWAYV100) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU STUDIO C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink + engine_version: "" device: type: smartphone - brand: BW - model: V100 + brand: BU + model: Studio C os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; BOWAY_V95Pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio C HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: BW - model: V95Pro + brand: BU + model: Studio C HD os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5500L Build/MDA89D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Advance + brand: BU + model: Studio J1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; bq Aquaris Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: BX - model: Aquaris + brand: BU + model: Studio J2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; bq Aquaris 4 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio J5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: BX - model: Aquaris 4 + brand: BU + model: Studio J5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; es-es; bq Aquaris 5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio J8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: BX - model: Aquaris 5 + brand: BU + model: Studio J8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; bq Aquaris 5 HD Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; STUDIO M HD Build/S110L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris 5 HD + brand: BU + model: Studio M HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; bq Aquaris 5.7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Studio M5 Plus Build/D710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris 5.7 + brand: BU + model: Studio M5 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio Mega) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser @@ -1989,56 +1995,56 @@ engine_version: "" device: type: smartphone - brand: BX - model: Aquaris C + brand: BU + model: Studio Mega os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU STUDIO ONE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E4 + brand: BU + model: Studio One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BLU STUDIO SELFIE 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E4.5 + brand: BU + model: Studio Selfie 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; BLU STUDIO SELFIE LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser @@ -2049,32 +2055,32 @@ engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E4.5 + brand: BU + model: Studio Selfie LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris E5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Studio View XL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.96" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E5 + brand: BU + model: Studio View XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E5 FHD Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BLU STUDIO X8 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2084,521 +2090,515 @@ type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E5 FHD + brand: BU + model: Studio X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU STUDIO X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E6 + brand: BU + model: Studio X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; BLU_STUDIO_XL Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "41.0.2272.96" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris E6 + brand: BU + model: STUDIO XL os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Tank Xtreme 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris M + brand: BU + model: Tank Xtreme 5.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Aquaris M10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tank Xtreme Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "70.0.3538.110" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris M10 + brand: BU + model: Tank Xtreme Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; BLU VIVO 4.65 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BX - model: Aquaris M5 + brand: BU + model: VIVO 4.65 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BLU VIVO AIR LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris U + brand: BU + model: Vivo Air LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; A501 BRIGHT Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris U Lite + brand: BV + model: A501 Bright os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIS A554) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris U Plus + brand: BV + model: A554 Grand os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris U2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; bravis_A506) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris U2 + brand: BV + model: Crystal os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris U2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BRAVIS DELTA Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BX - model: Aquaris U2 Lite + brand: BV + model: Delta os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; bravis_A553 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris V + brand: BV + model: Discovery os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris V Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; B501 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris V Plus + brand: BV + model: Easy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; N1-570 Space) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris X + brand: BV + model: Space os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; BRAVIS TAU Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.5.1146 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.9.5.1146" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: BX - model: Aquaris X + brand: BV + model: Tau os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris X Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIS X500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris X Pro + brand: BV + model: Trace Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris X5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BRAVIS_TREND Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "49.0.2623.105" engine: Blink engine_version: "" device: type: smartphone - brand: BX - model: Aquaris X5 + brand: BV + model: Trend os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris X5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: sprd-BOWAY-I5/1.0 Linux/2.6.35.7 Android/2.3.5 Release/10.13.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "7.1.1" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: BX - model: Aquaris X5 Plus + brand: BW + model: I5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4010 Build/BQS4010-2015.07.10-HSS0721P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; i6 Build/BOWAYBOWAY_i6) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.0 (Baidu; P1 4.0.3) os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.0" device: type: smartphone - brand: BX - model: Aspen + brand: BW + model: i6 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-3510 Build/BQS3510-2015.07.03) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; BOWAY I7 Build/BOWAYA75P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.2.585 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.4.2.585" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: BX - model: Aspen Mini + brand: BW + model: I7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-6000L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.0.612.00 Mobile Safari/537.36 + user_agent: MQQBrowser/3.0/Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; BOWAY_U3 Build/alpsBOWAY-) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.0.612.00" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "3.0" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: BX - model: Aurora + brand: BW + model: U3 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6200L AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; BOWAY_U7 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.66_r1062275.542 NetType/WIFI os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.1.0.66.r1062275.542" device: type: smartphone - brand: BX - model: Aurora + brand: BW + model: U7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5206L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; V100 Build/BOWAYV100) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.1.396.00" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: BX - model: Balance + brand: BW + model: V100 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5071 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; BOWAY_V95Pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.1 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: BX - model: Belief + brand: BW + model: V95Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BQS-4800 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5500L Build/MDA89D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.2171.93" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Blade + model: Advance os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5511L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/6.45 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS_5505 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 YandexSearch/9.50 YandexSearchWebView/9.50 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "63.0.3239.111" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Bliss + model: Amsterdam os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; BQS-3503 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; bq Aquaris Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -2606,135 +2606,135 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: BX - model: Bombay + model: Aquaris os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5022 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/65.0.3325.181 YaBrowser/18.4.0.649.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; bq Aquaris 4 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.4.0.649.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Bond + model: Aquaris 4 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5022 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; es-es; bq Aquaris 5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.65" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Bond + model: Aquaris 5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5008L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; bq Aquaris 5 HD Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Brave + model: Aquaris 5 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4501 Bristol Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; bq Aquaris 5.7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Bristol + model: Aquaris 5.7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; BQS-5065 Build/ABCDEF) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "0.0.0" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Choice + model: Aquaris C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5340 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/6.45 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239.111" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Choice + model: Aquaris E4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-5002 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2742,99 +2742,99 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Colombo + model: Aquaris E4.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5001L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.3.352.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.4.3.352.00" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Contact + model: Aquaris E4.5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-4001G AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris E5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Cool + model: Aquaris E5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5054 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E5 FHD Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.65" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Crystal + model: Aquaris E5 FHD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4570 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/52.2.2517.139816 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "52.2.2517.139816" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Drive + model: Aquaris E6 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BQS-4503; Android/4.4.2; Release/07.22.2015) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2842,39 +2842,39 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Dubai + model: Aquaris E6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4004 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "14.5.1847.18432.00" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Dusseldorf + model: Aquaris M os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5032 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.94 YaBrowser/17.11.1.628.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Aquaris M10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 os: name: Android short_name: AND @@ -2882,219 +2882,199 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.11.1.628.00" + name: Chrome + short_name: CH + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Element + model: Aquaris M10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5515 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.3.2461.138727 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "51.3.2461.138727" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fast + model: Aquaris M5 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5045 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.6.1200 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.10.6.1200" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Fast + model: Aquaris U os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5515L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.5.141.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.4.5.141.00" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fast + model: Aquaris U Lite os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5519L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.5.141.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris U Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.4.5.141.00" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fast Plus + model: Aquaris U Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5015L Build/O21019 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris U2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: First + model: Aquaris U2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4510 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BX - model: Florence - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-4526 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris U2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.101" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fox + model: Aquaris U2 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5004G AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.1.396.00" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fox + model: Aquaris V os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-4501G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 YandexSearch/8.00 YandexSearchBrowser/8.00 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Aquaris V Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.105" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fox Easy + model: Aquaris V Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-4585 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fox View + model: Aquaris X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5011G Build/O21019 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3110,131 +3090,131 @@ device: type: smartphone brand: BX - model: Fox View + model: Aquaris X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5030 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Aquaris X Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fresh + model: Aquaris X Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5056 Build/NRD90M; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.1.40497AP + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Aquaris X5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Puffin - short_name: PU - version: "7.8.1.40497" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Fresh + model: Aquaris X5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5002G Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Aquaris X5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Fun + model: Aquaris X5 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4560 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 YaBrowser/15.10.2454.3908.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4010 Build/BQS4010-2015.07.10-HSS0721P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "15.10.2454.3908.00" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Golf + model: Aspen os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5502 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-3510 Build/BQS3510-2015.07.03) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "43.0.2357.121" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Hammer + model: Aspen Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-US; BQS-5025 Build/MMB29M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.6.1200 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-6000L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.0.612.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.10.6.1200" - engine: WebKit - engine_version: "537.36" + name: Yandex Browser + short_name: YA + version: "19.6.0.612.00" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: High Way + model: Aurora os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-8068L Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6200L AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3244,17 +3224,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Hornet Plus Pro + model: Aurora os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5005L Build/MDA89D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5206L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3262,59 +3242,59 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Yandex Browser + short_name: YA + version: "19.6.1.396.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Intense + model: Balance os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5007L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5071 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" + name: Chrome Webview + short_name: CV + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Iron + model: Belief os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5507L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; BQS-4800 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "73.0.3683.90" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Iron Max + model: Blade os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5591 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 YandexSearch/6.45 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5511L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/6.45 os: name: Android short_name: AND @@ -3324,17 +3304,37 @@ type: browser name: Chrome Webview short_name: CV - version: "75.0.3770.101" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Jeans + model: Bliss os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-6050 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; BQS-3503 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: BX + model: Bombay + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5022 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/65.0.3325.181 YaBrowser/18.4.0.649.00 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3344,197 +3344,197 @@ type: browser name: Yandex Browser short_name: YA - version: "18.11.2.730.00" + version: "18.4.0.649.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Jumbo + model: Bond os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-5501 Build/MDA89D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5022 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "43.0.2357.65" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Kawasaki + model: Bond os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5008L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Kingston + model: Brave os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5006 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4501 Bristol Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Los Angeles + model: Bristol os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 6.0; BQS-5070 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/40.1.2254.138129 + user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; BQS-5065 Build/ABCDEF) os: name: Android short_name: AND - version: "6.0" + version: "0.0.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "40.1.2254.138129" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: BX - model: Magic + model: Choice os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; BQ-6040L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5340 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/6.45 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Magic + model: Choice os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5520 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.5.0.1015 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-5002 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.5.0.1015" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Mercury + model: Colombo os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6016L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.4.48.00 alpha Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5001L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.3.352.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Yandex Browser short_name: YA - version: "19.6.4.48.00" + version: "19.4.3.352.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Mercury + model: Contact os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; ru-ru; BQS-5001 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-4001G AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Milan + model: Cool os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5011 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5054 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" + name: Chrome Webview + short_name: CV + version: "43.0.2357.65" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Monte Carlo + model: Crystal os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4707 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4570 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/52.2.2517.139816 os: name: Android short_name: AND @@ -3542,159 +3542,159 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Opera Mobile + short_name: OM + version: "52.2.2517.139816" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Montreal + model: Drive os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.4; BQS-4515 Build/Android) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BQS-4503; Android/4.4.2; Release/07.22.2015) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Moscow + model: Dubai os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.1.1; BQ-5508L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4004 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser name: Yandex Browser short_name: YA - version: "19.6.1.396.00" + version: "14.5.1847.18432.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Next LTE + model: Dusseldorf os_family: Android browser_family: Unknown - - user_agent: ozilla/5.0 Linux; Android 8.1.0; BQ-5707G AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.1.454.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5032 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.94 YaBrowser/17.11.1.628.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Yandex Browser short_name: YA - version: "19.4.1.454.00" + version: "17.11.1.628.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Next Music + model: Element os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5503 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-5515 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.3.2461.138727 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.65" + name: Opera Mobile + short_name: OM + version: "51.3.2461.138727" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Nice 2 + model: Fast os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4009 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5045 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.6.1200 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.10.6.1200" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: BX - model: Orleans + model: Fast os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4001 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5515L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.5.141.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Yandex Browser + short_name: YA + version: "19.4.5.141.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Oxford + model: Fast os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9.0.99; BQS-5004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5519L AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.5.141.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9.0.99" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: Yandex Browser + short_name: YA + version: "19.4.5.141.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Paris + model: Fast Plus os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: 'user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6010G AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36' + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5015L Build/O21019 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3704,194 +3704,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Practic + model: First os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4510 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Prague + model: Florence os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5012L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 YandexSearch/8.40 YandexSearchBrowser/8.40 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-4526 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "64.0.3282.137" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Rich + model: Fox os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BQS-4550; Android/4.4.2; Release/12.19.2015) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5004G AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Yandex Browser + short_name: YA + version: "19.6.1.396.00" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Richmond + model: Fox os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3; ru-ru; BQS-4505 Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: MocorDroid - short_name: MCD - version: "2.3.5" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: BX - model: Santiago - os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 5.1; BQ-5052 Build/LMY47D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 Line/7.1.3/IAB + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-4501G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 YandexSearch/8.00 YandexSearchBrowser/8.00 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: - type: mobile app - name: Line - version: "7.1.3" + type: browser + name: Chrome Webview + short_name: CV + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Sense + model: Fox Easy os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; BQ-5082 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-4585 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Sense 2 + model: Fox View os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4005 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5011G Build/O21019 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: BX - model: Seoul - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4008 Build/MocorDroid) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 - os: - name: MocorDroid - short_name: MCD - version: "" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Shanghai + model: Fox View os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5033 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5030 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Shark + model: Fresh os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-4077 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5056 Build/NRD90M; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.1.40497AP os: name: Android short_name: AND @@ -3899,139 +3862,139 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Puffin + short_name: PU + version: "7.8.1.40497" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: BX - model: Shark Mini + model: Fresh os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; BQ-5003L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.8.1186 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5002G Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.8.1186" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Shark Pro + model: Fun os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5520L Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1202 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4560 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 YaBrowser/15.10.2454.3908.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.3.1202" - engine: WebKit - engine_version: "537.36" + name: Yandex Browser + short_name: YA + version: "15.10.2454.3908.00" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Silk + model: Golf os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4516 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5502 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Singapore + model: Hammer os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5060 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.5.1185 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-US; BQS-5025 Build/MMB29M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.6.1200 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.11.5.1185" + version: "12.10.6.1200" engine: WebKit engine_version: "537.36" device: type: smartphone brand: BX - model: Slim + model: High Way os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5701L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-8068L Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "73.0.3683.90" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Slim + model: Hornet Plus Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5201 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5005L Build/MDA89D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "43.0.2357.65" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Space + model: Intense os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5201 AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5007L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4041,17 +4004,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Space + model: Iron os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5202 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5507L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4061,177 +4024,157 @@ type: browser name: Chrome Webview short_name: CV - version: "56.0.2924.87" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Space Lite + model: Iron Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.1.2; BQ-5700L Build/N2G47H; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5591 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 YandexSearch/6.45 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "70.0.3538.110" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Space X + model: Jeans os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; BQ-5010G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/42.0.2254.139276 - os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" - client: - type: browser - name: Opera Mobile - short_name: OM - version: "42.0.2254.139276" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: BX - model: Spot - os_family: Android - browser_family: Opera -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru_5590 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; BQ-5518G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.60 YaSearchBrowser/9.60 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Spring + model: Jeans os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; BQ-5702 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.2.1164 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-6050 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.10.2.1164" - engine: WebKit - engine_version: "537.36" + name: Yandex Browser + short_name: YA + version: "18.11.2.730.00" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Spring + model: Jumbo os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5020 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-5501 Build/MDA89D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike + model: Kawasaki os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQ-5211 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 YandexSearch/7.50 YandexSearchBrowser/7.50 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "66.0.3359.158" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike + model: Kingston os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5057 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5006 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike 2 + model: Los Angeles os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5512L Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0; BQS-5070 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/40.1.2254.138129 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.105" + name: Opera Mobile + short_name: OM + version: "40.1.2254.138129" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Forward + model: Magic os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 Linux; Android 9; BQ-5528L Build/PPR1.180610.011 AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.94 YaBrowser/17.11.1.632.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; BQ-6040L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4239,139 +4182,139 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.11.1.632.00" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Forward + model: Magic os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQ-5044 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5520 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.5.0.1015 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.65" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.5.0.1015" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: BX - model: Strike LTE + model: Mercury os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5209L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.106 YaBrowser/18.9.2.31.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6016L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.4.48.00 alpha Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Yandex Browser short_name: YA - version: "18.9.2.31.00" + version: "19.6.4.48.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike LTE + model: Mercury os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-4072 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; ru-ru; BQS-5001 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Strike Mini + model: Milan os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5059 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5011 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "56.0.2924.87" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power + model: Monte Carlo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQ-5059 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4707 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "65.0.3325.109" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power + model: Montreal os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5514G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; BQS-4515 Build/Android) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "69.0.3497.100" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power + model: Moscow os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BQru-5037 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.1.1; BQ-5508L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.169 YaBrowser/19.6.1.396.00 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4379,19 +4322,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Yandex Browser + short_name: YA + version: "19.6.1.396.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power 4G + model: Next LTE os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5514L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.112 Mobile Safari/537.36 + user_agent: ozilla/5.0 Linux; Android 8.1.0; BQ-5707G AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.103 YaBrowser/19.4.1.454.00 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4399,139 +4342,139 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.112" + name: Yandex Browser + short_name: YA + version: "19.4.1.454.00" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power 4G + model: Next Music os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5058 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5503 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" + name: Chrome Webview + short_name: CV + version: "43.0.2357.65" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power Easy + model: Nice 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5594 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4009 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.98" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power Max + model: Orleans os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5510 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4001 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Power Max 4G + model: Oxford os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5050 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9.0.99; BQS-5004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9.0.99" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Selfie + model: Paris os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5204 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.0.412.00 Mobile Safari/537.36 + user_agent: 'user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-6010G AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36' os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.1.0.412.00" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Selfie + model: Practic os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike Selfie Max + model: Prague os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5301 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5012L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 YandexSearch/8.40 YandexSearchBrowser/8.40 os: name: Android short_name: AND @@ -4541,61 +4484,41 @@ type: browser name: Chrome Webview short_name: CV - version: "62.0.3202.84" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Strike View + model: Rich os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; BQS-5005 Build/BQS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4" - platform: "" - client: - type: browser - name: Yandex Browser - short_name: YA - version: "14.5.1847.18432.00" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: BX - model: Sydney - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5009 Build/BQS5009-2015.12.11-HSS0721T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; BQS-4550; Android/4.4.2; Release/12.19.2015) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Sydney + model: Richmond os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-5000 Tokyo Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3; ru-ru; BQS-4505 Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -4603,195 +4526,232 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: BX - model: Tokyo + model: Santiago os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5000 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; BQ-5052 Build/LMY47D AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 Line/7.1.3/IAB os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" - engine: Blink - engine_version: "" + type: mobile app + name: Line + version: "7.1.3" device: type: smartphone brand: BX - model: Tokyo + model: Sense os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; U; Android 7.0; BQ-5009L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140293 + user_agent: Mozilla/5.0 Linux; Android 5.1; BQ-5082 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.2.2254.140293" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Trend + model: Sense 2 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4555 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4005 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: BX - model: Turbo + model: Seoul os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5055 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4008 Build/MocorDroid) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: Android - short_name: AND - version: "5.1" + name: MocorDroid + short_name: MCD + version: "" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "58.0.3029.83" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Turbo Plus + model: Shanghai os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5516L Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/74.0.3729.169 Mobile Safari/537.36 YandexSearch/8.50 YandexSearchBrowser/8.50 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5033 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "74.0.3729.169" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Twin + model: Shark os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5517L Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-4077 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Twin Pro + model: Shark Mini os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; BQru-6015L Build/OPR1.170623.032 + user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; BQ-5003L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.8.1186 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.11.8.1186" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone brand: BX - model: Universe + model: Shark Pro os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 8.0.0; BQ-6015L Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5520L Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1202 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.11.3.1202" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: BX + model: Silk + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4516 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "44.0.2403.119" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Universe + model: Singapore os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-4026 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/7.15 + user_agent: Mozilla/5.0 Linux; U; Android 6.0; en-US; BQS-5060 Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.5.1185 Mobile Safari/537.36 os: name: Android short_name: AND version: "6.0" platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.11.5.1185" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: BX + model: Slim + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5701L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "63.0.3239.111" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Up! + model: Slim os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-4028 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-5201 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4807,71 +4767,71 @@ device: type: smartphone brand: BX - model: Up! + model: Space os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4007 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5201 AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.68" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Valencia + model: Space os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.3; BQS-5500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5202 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.3" + version: "7.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "14.5.1847.18432.00" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Vancouver + model: Space Lite os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5302G Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1204 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.1.2; BQ-5700L Build/N2G47H; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.3.1204" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Velvet 2 + model: Space X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5300G Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.67 UCBrowser/12.10.6.1200 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; BQ-5010G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/42.0.2254.139276 os: name: Android short_name: AND @@ -4879,79 +4839,79 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.10.6.1200" - engine: WebKit - engine_version: "537.36" + name: Opera Mobile + short_name: OM + version: "42.0.2254.139276" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Velvet View + model: Spot os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4701 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru_5590 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: BX - model: Venice + model: Spring os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4003 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 7.0; en-US; BQ-5702 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.2.1164 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.10.2.1164" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: BX - model: Verona + model: Spring os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4525 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5020 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "14.5.1847.18432.00" + name: Chrome Mobile + short_name: CM + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Vienna + model: Strike os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5203 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQ-5211 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 YandexSearch/7.50 YandexSearchBrowser/7.50 os: name: Android short_name: AND @@ -4961,217 +4921,217 @@ type: browser name: Chrome Webview short_name: CV - version: "68.0.3440.91" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Vision + model: Strike os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5515 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5057 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "50.0.2661.86" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Wide + model: Strike 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4702 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5512L Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: BX - model: Оsaka + model: Strike Forward os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Action-X3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 9; BQ-5528L Build/PPR1.180610.011 AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.94 YaBrowser/17.11.1.632.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Yandex Browser + short_name: YA + version: "17.11.1.632.00" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Action-X3 + brand: BX + model: Strike Forward os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Crosscall ELEMENT Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQ-5044 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "43.0.2357.65" + engine: Blink + engine_version: "" device: type: smartphone - brand: C1 - model: ELEMENT + brand: BX + model: Strike LTE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Odyssey S1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5209L Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.106 YaBrowser/18.9.2.31.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Yandex Browser + short_name: YA + version: "18.9.2.31.00" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: ODYSSEY S1 + brand: BX + model: Strike LTE os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; ODYSSEY_Plus Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-4072 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: C1 - model: ODYSSEY+ + brand: BX + model: Strike Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Trekker-M1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5059 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Trekker-M1 + brand: BX + model: Strike Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TREKKER-M1 CORE Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQ-5059 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Trekker-M1 CORE + brand: BX + model: Strike Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Trekker-S1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5514G Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Trekker-S1 + brand: BX + model: Strike Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Trekker-X1 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BQru-5037 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Trekker-X1 + brand: BX + model: Strike Power 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Trekker-X4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5514L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.112 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5181,417 +5141,417 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.112" engine: Blink engine_version: "" device: type: smartphone - brand: C1 - model: Trekker-X4 + brand: BX + model: Strike Power 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; CROSSCALL WILD Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5058 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: C1 - model: WILD + brand: BX + model: Strike Power Easy os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 1501_M02 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 wkbrowser 4.1.55 3085 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5594 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.98" engine: Blink engine_version: "" device: type: smartphone - brand: C3 - model: 1501 M02 + brand: BX + model: Strike Power Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; 9930i Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5510 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "30.0.1599.92" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: C3 - model: 9930i + brand: BX + model: Strike Power Max 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A1303 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 WapAppInfo:AndroidNew + user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5050 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: C3 - model: A1303 + brand: BX + model: Strike Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; M651CY Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.5.871 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5204 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.0.412.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.1.5.871" - engine: WebKit - engine_version: "534.30" + name: Yandex Browser + short_name: YA + version: "17.1.0.412.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: C3 - model: A3 + brand: BX + model: Strike Selfie os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A309W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: C3 - model: A309W + brand: BX + model: Strike Selfie Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M812C Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; BQ-5301 Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: C3 - model: M812C + brand: BX + model: Strike View os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Cyrus_CS25 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; BQS-5005 Build/BQS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Yandex Browser + short_name: YA + version: "14.5.1847.18432.00" engine: Blink engine_version: "" device: type: smartphone - brand: C4 - model: CS25 + brand: BX + model: Sydney os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Cyrus_CS30 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5009 Build/BQS5009-2015.12.11-HSS0721T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: C4 - model: CS30 + brand: BX + model: Sydney os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN607 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-5000 Tokyo Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "48.0.2564.95" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: Allure A100 + brand: BX + model: Tokyo os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN609 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5000 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.92" + name: Chrome Webview + short_name: CV + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A100 Lite + brand: BX + model: Tokyo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN606 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 7.0; BQ-5009L Build/NRD90M; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 OPR/43.2.2254.140293 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Opera Mobile + short_name: OM + version: "43.2.2254.140293" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A55 + brand: BX + model: Trend os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN613 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 ACHEETAHI/1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4555 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: C5 - model: Allure A55 Plus + brand: BX + model: Turbo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN608 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-5055 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "44.0.2403.119" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A55 Slim + brand: BX + model: Turbo Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN611 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5516L Build/O11019; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/74.0.3729.169 Mobile Safari/537.36 YandexSearch/8.50 YandexSearchBrowser/8.50 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "59.0.3071.125" + version: "74.0.3729.169" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A8 + brand: BX + model: Twin os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; PGN612) U2/1.0.0 UCBrowser/10.9.8.1006 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 Linux; Android 8.1.0; BQ-5517L Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.9.8.1006" - engine: "" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" + engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A8 Plus + brand: BX + model: Twin Pro os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-507 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; BQru-6015L Build/OPR1.170623.032 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: C5 - model: Allure A9 + brand: BX + model: Universe os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN511 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.0.0; BQ-6015L Build/OPR1.170623.032; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure A9 Plus + brand: BX + model: Universe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Allure M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; BQ-4026 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 YandexSearch/7.15 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Allure M3 + brand: BX + model: Up! os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PGN-403 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 6.0.1; en-us; BQru-4028 Build/JOP24G AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.65 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "43.0.2357.65" + engine: Blink + engine_version: "" device: type: smartphone - brand: C5 - model: C4+ Noir + brand: BX + model: Up! os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-504 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4007 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.68 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5601,397 +5561,397 @@ type: browser name: Chrome Mobile short_name: CM - version: "38.0.2125.102" + version: "42.0.2311.68" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: C5 + brand: BX + model: Valencia os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PGN-509 Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.3; BQS-5500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.2.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "56.0.2924.87" + name: Yandex Browser + short_name: YA + version: "14.5.1847.18432.00" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: C6 Pro + brand: BX + model: Vancouver os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-508 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5302G Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1204 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.11.3.1204" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: C5 - model: C6+ + brand: BX + model: Velvet 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-506 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; BQ-5300G Build/O11019 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.67 UCBrowser/12.10.6.1200 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.50" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.10.6.1200" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: C5 - model: C7 + brand: BX + model: Velvet View os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-404 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4701 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "45.0.2454.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: C7 Mini + brand: BX + model: Venice os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PHS-601 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; BQS-4003 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: C8 + brand: BX + model: Verona os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-505 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BQS-4525 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Yandex Browser + short_name: YA + version: "14.5.1847.18432.00" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: C8S + brand: BX + model: Vienna os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN513 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-5203 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "54.0.2840.85" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Griffe G4 + brand: BX + model: Vision os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN521 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BQS-5515 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "46.0.2490.76" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Griffe G4 Plus + brand: BX + model: Wide os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN522 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; BQS-4702 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: P6 Plus + brand: BX + model: Оsaka os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN523 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Action-X3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.92" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: P7 Plus + brand: C1 + model: Action-X3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; Plume L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 OPR/35.0.2254.127755 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Crosscall ELEMENT Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "35.0.2254.127755" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: Plume L1 + brand: C1 + model: ELEMENT os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN409 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Odyssey S1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "52.0.2743.98" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P4 + brand: C1 + model: ODYSSEY S1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN527 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; ODYSSEY_Plus Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "60.0.3112.107" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: Plume P4 Plus + brand: C1 + model: ODYSSEY+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN515 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Trekker-M1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P4 Pro + brand: C1 + model: Trekker-M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN516 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TREKKER-M1 CORE Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P5 + brand: C1 + model: Trekker-M1 CORE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN518 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Trekker-S1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P6 + brand: C1 + model: Trekker-S1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN517 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Trekker-X1 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "55.0.2883.91" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P6 + brand: C1 + model: Trekker-X1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; ar-SA; PGN528 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.2.960 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Trekker-X4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.3.2.960" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: C5 - model: Plume P6 Pro Lte + brand: C1 + model: Trekker-X4 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN514 Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; CROSSCALL WILD Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "51.0.2704.81" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C5 - model: Plume P7 + brand: C1 + model: WILD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN605 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 1501_M02 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 wkbrowser 4.1.55 3085 os: name: Android short_name: AND @@ -5999,219 +5959,199 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C5 - model: Plume P8 + brand: C3 + model: 1501 M02 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; ar-SA; PGN610 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.0.950 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "11.3.0.950" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: C5 - model: Plume P8 Lite - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; COMIO P1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; 9930i Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "30.0.1599.92" engine: Blink engine_version: "" device: type: smartphone - brand: C6 - model: P1 + brand: C3 + model: 9930i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; COMIO S1 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A1303 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 WapAppInfo:AndroidNew os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "67.0.3396.87" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C6 - model: S1 Lite + brand: C3 + model: A1303 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TeslaEvo5.0 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; M651CY Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.5.871 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.1.5.871" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: C7 - model: Evo 5.0 + brand: C3 + model: A3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Tesla SMARTPHONE 3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A309W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 3 + brand: C3 + model: A309W os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Tesla_SP3.1_Lite Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M812C Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "57.0.2987.132" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 3.1 Lite + brand: C3 + model: M812C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Tesla SP3.2 Lite Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Cyrus_CS25 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "63.0.3239.111" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 3.2 Lite + brand: C4 + model: CS25 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP3.3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Cyrus_CS30 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 3.3 + brand: C4 + model: CS30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP3.3 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN607 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" + name: Chrome Mobile + short_name: CM + version: "48.0.2564.95" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 3.3 Lite + brand: C5 + model: Allure A100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tesla Smartphone 6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN609 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "59.0.3071.92" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 6 + brand: C5 + model: Allure A100 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Smartphone_6.1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN606 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6221,17 +6161,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 6.1 + brand: C5 + model: Allure A55 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP6.2 Build/GQ3030AH2_Smartphone6.2_20170307) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN613 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 ACHEETAHI/1 os: name: Android short_name: AND @@ -6239,19 +6179,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: C7 - model: Smartphone 6.2 + brand: C5 + model: Allure A55 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP6.2_Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN608 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6259,159 +6199,159 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 6.2 Lite + brand: C5 + model: Allure A55 Slim os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP6.3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN611 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 6.3 + brand: C5 + model: Allure A8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Tesla_SP9 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 6.0; en-US; PGN612) U2/1.0.0 UCBrowser/10.9.8.1006 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink + name: UC Browser + short_name: UC + version: "10.9.8.1006" + engine: "" engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 9 + brand: C5 + model: Allure A8 Plus os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP9.1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-507 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 9.1 + brand: C5 + model: Allure A9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP9.1L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN511 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: C7 - model: Smartphone 9.1 Lite + brand: C5 + model: Allure A9 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Flyfix 6 C-713 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Allure M1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: C8 - model: Flyfix 6 + brand: C5 + model: Allure M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Concord M10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Allure M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: C8 - model: M10 + brand: C5 + model: Allure M3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CAGI-OMEGA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PGN-403 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: C9 - model: Omega + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: C5 + model: C4+ Noir os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B15Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-504 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6421,237 +6361,237 @@ type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone - brand: CA - model: B15Q + brand: C5 + model: C5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT A5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PGN-509 Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: A5 + brand: C5 + model: C6 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT C11 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-508 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: C11 + brand: C5 + model: C6+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; CUBOT_C6W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-506 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "60.0.3112.50" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: C6W + brand: C5 + model: C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT C9+ Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-404 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "45.0.2454.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: C9+ + brand: C5 + model: C7 Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT CHEETAH 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PHS-601 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Cheetah 2 + brand: C5 + model: C8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT DINOSAUR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PGN-505 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Dinosaur + brand: C5 + model: C8S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; CUBOT GT72E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN513 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: GT72E + brand: C5 + model: Griffe G4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT GT72E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN521 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: GT72E + brand: C5 + model: Griffe G4 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; CUBOT GT99 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Griffe T6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: GT99 + brand: C5 + model: Griffe T6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT H3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN522 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: H3 + brand: C5 + model: P6 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_J3 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN523 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "59.0.3071.92" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: J3 + brand: C5 + model: P7 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT KING KONG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; Plume L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 OPR/35.0.2254.127755 os: name: Android short_name: AND @@ -6659,79 +6599,79 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Opera Mobile + short_name: OM + version: "35.0.2254.127755" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: King Kong + brand: C5 + model: Plume L1 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT_MANITO Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Plume L2 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Manito + brand: C5 + model: Plume L2 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT MAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN409 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Max + brand: C5 + model: Plume P4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT NOTE Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PGN527 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Note Plus + brand: C5 + model: Plume P4 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; CUBOT_NOTE_S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN515 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6739,555 +6679,579 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Note S + brand: C5 + model: Plume P4 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_NOVA Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN516 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Nova + brand: C5 + model: Plume P5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; CUBOT ONE Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100501044 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN518 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: ONE + brand: C5 + model: Plume P6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT ONE-S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN517 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: C5 + model: Plume P6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; ar-SA; PGN528 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.2.960 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "11.3.2.960" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: CB - model: ONE-S + brand: C5 + model: Plume P6 Pro Lte os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; CUBOT_P20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; PGN514 Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" + name: Chrome Webview + short_name: CV + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: P20 + brand: C5 + model: Plume P7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; CUBOT_P7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PGN605 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: P7 + brand: C5 + model: Plume P8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT P9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; ar-SA; PGN610 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.0.950 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "11.3.0.950" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: CB - model: P9 + brand: C5 + model: Plume P8 Lite os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_POWER Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; COMIO P1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: Power + brand: C6 + model: P1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT R11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; COMIO S1 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: R11 + brand: C6 + model: S1 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT R9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TeslaEvo5.0 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: R9 + brand: C7 + model: Evo 5.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; S222 Build/CUBOT) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Tesla SMARTPHONE 3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: S222 + brand: C7 + model: Smartphone 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; S308 Build/CUBOT) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Tesla_SP3.1_Lite Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: S308 + brand: C7 + model: Smartphone 3.1 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT X18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Tesla SP3.2 Lite Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: X18 + brand: C7 + model: Smartphone 3.2 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; CUBOT_X18_Plus Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP3.3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: X18 Plus + brand: C7 + model: Smartphone 3.3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT X6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP3.3 Lite Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone - brand: CB - model: X6 + brand: C7 + model: Smartphone 3.3 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CUBOT X6 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tesla Smartphone 6 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: CB - model: X6 + brand: C7 + model: Smartphone 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; ConCorde SmartPhone 4300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Smartphone_6.1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: CC - model: SmartPhone 4300 + brand: C7 + model: Smartphone 6.1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Celkon_A_63) U2/1.0.0 UCBrowser/9.1.1.420 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP6.2 Build/GQ3030AH2_Smartphone6.2_20170307) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink engine_version: "" device: type: smartphone - brand: CE - model: A 63 - os_family: GNU/Linux - browser_family: Opera + brand: C7 + model: Smartphone 6.2 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A.R 40 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP6.2_Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A.R 40 + brand: C7 + model: Smartphone 6.2 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Celkon_A10) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP6.3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.1.1.420" - engine: "" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink engine_version: "" device: type: smartphone - brand: CE - model: A10 + brand: C7 + model: Smartphone 6.3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Celkon A119Q Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Tesla_SP9 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A119Q + brand: C7 + model: Smartphone 9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A125 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP9.1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A125 + brand: C7 + model: Smartphone 9.1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A15 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Tesla_SP9.1L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A15 + brand: C7 + model: Smartphone 9.1 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; Celkon A66) Linux/3.0.8 Release/09.23.2013 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Flyfix 6 C-713 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A66 + brand: C8 + model: Flyfix 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; en-US; Celkon*A86 Build/Celkon_A86) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/8.7.0.315 Mobile' + user_agent: Mozilla/5.0 (Linux; Android 6.0; Concord M10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A86 + brand: C8 + model: M10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; CELKON A9 Dual Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CAGI-OMEGA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A9 Dual + brand: C9 + model: Omega os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; CELKON A9+ Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; B15Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: CE - model: A9+ + brand: CA + model: B15Q os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: CELKON.C64/R2AE SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT A5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: SEMC-Browser - short_name: SC - version: "4.0.3" - engine: "" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink engine_version: "" device: type: smartphone - brand: CE - model: C64 - os_family: Unknown - browser_family: Unknown + brand: CB + model: A5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Cherry Mobile Amber W380 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT C11 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7302,72 +7266,72 @@ engine_version: "534.30" device: type: smartphone - brand: CH - model: Amber W380 + brand: CB + model: C11 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; FLARE 4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; CUBOT_C6W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare 4 + brand: CB + model: C6W os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareA1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT C9+ Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare A1 + brand: CB + model: C9+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Flare_A2_Lite Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT CHEETAH 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare A2 Lite - os_family: Android + brand: CB + model: Cheetah 2 + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare A3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT DINOSAUR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7377,157 +7341,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare A3 + brand: CB + model: Dinosaur os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_HD_MAX Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; CUBOT GT72E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare HD Max + brand: CB + model: GT72E os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_J1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; CUBOT GT72E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare J1 + brand: CB + model: GT72E os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_J1_mini Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; CUBOT GT99 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: CH - model: Flare J1 Mini + brand: CB + model: GT99 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J2 Mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT H3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare J2 Mini + brand: CB + model: H3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J2S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_J3 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare J2s + brand: CB + model: J3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareJ3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT KING KONG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare J3 + brand: CB + model: King Kong os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_J3_Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT_MANITO Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare J3 Lite + brand: CB + model: Manito os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CUBOT MAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7537,17 +7501,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.106" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare J5 + brand: CB + model: Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FLARE LITE Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT NOTE Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7555,259 +7519,259 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare Lite + brand: CB + model: Note Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare P1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CUBOT_NOTE_S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare P1 + brand: CB + model: Note S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare_P1_Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_NOVA Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare P1 Lite + brand: CB + model: Nova os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Flare_P3 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; CUBOT ONE Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100501044 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare P3 + brand: CB + model: ONE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare S Play Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT ONE-S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare S Play + brand: CB + model: ONE-S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_S4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; CUBOT_P20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S4 + brand: CB + model: P20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare S4 lite Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; CUBOT_P7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S4 Lite + brand: CB + model: P7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare S4 Max Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT P9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare S4 Max + brand: CB + model: P9 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare S4 Max LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT_POWER Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S4 Max LTE + brand: CB + model: Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareS5LiteDTV Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CUBOT R11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S5 Lite DTV + brand: CB + model: R11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare_S5_mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT R9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S5 Mini + brand: CB + model: R9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_S6_Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; S222 Build/CUBOT) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare S6 Lite + brand: CB + model: S222 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_S6_Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; S308 Build/CUBOT) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare S6 Plus + brand: CB + model: S308 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FLARE S6 POWER Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CUBOT X18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7817,81 +7781,81 @@ type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare S6 Power + brand: CB + model: X18 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Flare X2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; CUBOT_X18_Plus Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare X2 + brand: CB + model: X18 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare XL Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; CUBOT X6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Flare XL Plus + brand: CB + model: X6 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Flare2X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CUBOT X6 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: CH - model: Flare2X + brand: CB + model: X6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; th-th; Cherry Life Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; ConCorde SmartPhone 4300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -7902,73 +7866,76 @@ engine_version: "534.30" device: type: smartphone - brand: CH - model: Life + brand: CC + model: SmartPhone 4300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; OMEGA HD 4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Celkon_A_63) U2/1.0.0 UCBrowser/9.1.1.420 Mobile os: - name: Android - short_name: AND - version: "6.0" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto engine_version: "" device: type: smartphone - brand: CH - model: Omega HD 4 - os_family: Android - browser_family: Chrome + brand: CE + model: A 63 + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Cherry Razor Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A.R 40 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" - platform: ARM + version: "4.2.2" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.1.24.941712" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: CH - model: Razor + brand: CE + model: A.R 40 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; CHERRY SNAP Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Celkon_A10) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "9.1.1.420" + engine: "" + engine_version: "" device: type: smartphone - brand: CH - model: SNAP + brand: CE + model: A10 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Cherry Sonic Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Celkon A119Q Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.1" platform: "" client: type: browser @@ -7976,19 +7943,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: CH - model: Sonic + brand: CE + model: A119Q os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; YL-Coolpad_5210S Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A125 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser @@ -7996,19 +7963,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: CO - model: 5210S + brand: CE + model: A125 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; 5860S Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Celkon A15 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -8019,12 +7986,12 @@ engine_version: "534.30" device: type: smartphone - brand: CO - model: 5860S + brand: CE + model: A15 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 5890 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.1 Mobile Safari/533.1 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; Celkon A66) Linux/3.0.8 Release/09.23.2013 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND @@ -8032,62 +7999,62 @@ platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "4.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: CO - model: "5890" + brand: CE + model: A66 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 5950 Build/JZO54K) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.5.20.0 (Baidu; P1 4.1.2) + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; en-US; Celkon*A86 Build/Celkon_A86) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/8.7.0.315 Mobile' os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.6" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "4.5.20.0" + name: UC Browser + short_name: UC + version: "8.7.0.315" engine: WebKit - engine_version: "534.24" + engine_version: "528.5" device: type: smartphone - brand: CO - model: "5950" + brand: CE + model: A86 os_family: Android - browser_family: Baidu + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; YL-Coolpad_7230-B Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; CELKON A9 Dual Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.7.5.418" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: CO - model: 7230-B + brand: CE + model: A9 Dual os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; YL-Coolpad_7260/2.3.002.111110.7260; 480*800; CTC/2.0) CoolpadWebkit/533.1' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; CELKON A9+ Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND + name: MocorDroid + short_name: MCD version: "2.3.5" platform: "" client: @@ -8099,730 +8066,749 @@ engine_version: "533.1" device: type: smartphone - brand: CO - model: "7260" + brand: CE + model: A9+ os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 7295+ Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" + user_agent: CELKON.C64/R2AE SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: CO - model: 7295+ - os_family: Android - browser_family: Unknown -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 7295A Build/4.1.003.130605.7295A; 480*854; CUCC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.1.2)' - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "4.2" + name: SEMC-Browser + short_name: SC + version: "4.0.3" + engine: "" + engine_version: "" device: type: smartphone - brand: CO - model: 7295A - os_family: Android + brand: CE + model: C64 + os_family: Unknown browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Coolpad 7296 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Cherry Mobile Amber W380 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND version: "4.2.2" platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ - version: "5.1" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: CO - model: "7296" - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; Coolpad-8076_TD/1.0 Android/2.3.5 Release/03.11.2012 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: MocorDroid - short_name: MCD - version: "2.3.5" - platform: "" client: type: browser name: Android Browser short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: CO - model: "8076" + brand: CH + model: Amber W380 os_family: Android browser_family: Android Browser - - user_agent: CoolPad8190_CMCC_TD/1.0 Linux/3.0.8 Android/4.0 Release/10.15.2012 Browser/AppleWebkit534.3 + user_agent: Mozilla/5.0 (Linux; Android 5.1; FLARE 4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.3" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: "8190" + brand: CH + model: Flare 4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; 8190Q Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareA1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: 8190Q + brand: CH + model: Flare A1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Coolpad8198T_CMCC_TD/1.0 Linux/3.4.5 Android/4.2.1 Release/06.30.2013 Browser/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Flare_A2_Lite Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" + engine: Blink engine_version: "" device: type: smartphone - brand: CO - model: 8198T + brand: CH + model: Flare A2 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; 8295 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare A3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.0.0.488" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: "8295" + brand: CH + model: Flare A3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; Coolpad8295M Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_HD_MAX Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.3.413" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: 8295M + brand: CH + model: Flare HD Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Coolpad8720Q_CMCC_TD/1.0 Linux/3.4.5 Android/4.2 Release/3.29.2013 Browser/AppleWebkit533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_J1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: 8720Q + brand: CH + model: Flare J1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; Coolpad8720Q Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_J1_mini Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: 8720Q + brand: CH + model: Flare J1 Mini os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VCR-I0 Build/VCRSIN00X1000DPX1709300) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J2 Mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: CO - model: Cool Play 6 + brand: CH + model: Flare J2 Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us;Coolpad Flo Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J2S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: smartphone - brand: CO - model: Flo + brand: CH + model: Flare J2s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8676_I02 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareJ3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: CO - model: Note 3 + brand: CH + model: Flare J3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8298_I00 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_J3_Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: CO - model: Note 3 Lite + brand: CH + model: Flare J3 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8676_I03 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare J5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "66.0.3359.106" engine: Blink engine_version: "" device: type: smartphone - brand: CO - model: Note 3 Plus + brand: CH + model: Flare J5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; C771 Build/C771M120) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 (Mobile; afma-sdk-a-v4.1.0) + user_agent: Mozilla/5.0 (Linux; Android 7.0; FLARE LITE Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: CS - model: "G'zOne Commando" + brand: CH + model: Flare Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C811 4G Build/C811M050) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare P1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: CS - model: "G'zOne Commando 4G LTE" + brand: CH + model: Flare P1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Venus 1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare_P1_Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: CX - model: Venus 1 + brand: CH + model: Flare P1 Lite os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0;U;Adr 4.4.2;en-US;Venus_4) U2/1.0.0 UCBrowser/10.7.8.806 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Flare_P3 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.8.806" - engine: "" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink engine_version: "" device: type: smartphone - brand: CX - model: Venus 4 + brand: CH + model: Flare P3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; WING 5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare S Play Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: CX - model: Wing 5 + brand: CH + model: Flare S Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux;Android 4.4.2;WING9 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare_S4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: CX - model: Wing 9 + brand: CH + model: Flare S4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DATSUN_D5500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare S4 lite Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: D1 - model: D5500 + brand: CH + model: Flare S4 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-US; iDx5 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.3 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare S4 Max Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: D2 - model: iDx5 + brand: CH + model: Flare S4 Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; iDxD5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare S4 Max LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: D2 - model: iDxD5 + brand: CH + model: Flare S4 Max LTE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; iDxQ5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; FlareS5LiteDTV Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: D2 - model: iDxQ5 + brand: CH + model: Flare S5 Lite DTV os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Digma Linx 4.5 PT452E Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Flare_S5_mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx 4.5 + brand: CH + model: Flare S5 Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; LINX 6.0 PS604M Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_S6_Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: D2 - model: Linx 6.0 + brand: CH + model: Flare S6 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Linx A400 3G LT4001PG Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Flare_S6_Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx A400 3G + brand: CH + model: Flare S6 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX ALFA 3G LT4047MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FLARE S6 POWER Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx Alfa 3G + brand: CH + model: Flare S6 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Argo 3G LT4054MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Flare X2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx Argo 3G + brand: CH + model: Flare X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX ATOM 3G LT4049PG Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Flare XL Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx Atom 3G + brand: CH + model: Flare XL Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Base 4G LT5052ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Flare2X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx Base 4G + brand: CH + model: Flare2X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Linx C500 3G LT5001PG Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; th-th; Cherry Life Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: D2 - model: Linx C500 3G + brand: CH + model: Life os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX JOY 3G LT5048MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; OMEGA HD 4 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: D2 - model: Linx Joy 3G + brand: CH + model: Omega HD 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Pay 4G LS5053ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Cherry Razor Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.1.24.941712" + device: + type: smartphone + brand: CH + model: Razor + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; CHERRY SNAP Build/MocorDroid2.3.5_Trout) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: D2 - model: Linx Pay 4G + brand: CH + model: SNAP os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; Linx PS474S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Cherry Sonic Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: CH + model: Sonic + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; YL-Coolpad_5210S Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: CO + model: 5210S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; 5860S Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser @@ -8833,236 +8819,350 @@ engine_version: "534.30" device: type: smartphone - brand: D2 - model: Linx PS474S + brand: CO + model: 5860S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX RAGE 4G LS5040PL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 5890 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.1 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "4.1" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: D2 - model: Linx Rage 4G + brand: CO + model: "5890" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX TRIX 4G LS5041PL Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 5950 Build/JZO54K) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.5.20.0 (Baidu; P1 4.1.2) os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Baidu Browser + short_name: BD + version: "4.5.20.0" + engine: WebKit + engine_version: "534.24" device: type: smartphone - brand: D2 - model: Linx Trix 4G + brand: CO + model: "5950" os_family: Android - browser_family: Chrome + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx X1 3G LS4050MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; YL-Coolpad_7230-B Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: D2 - model: Linx X1 3G + brand: CO + model: 7230-B os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx X1 PRO 3G LS4051MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; YL-Coolpad_7260/2.3.002.111110.7260; 480*800; CTC/2.0) CoolpadWebkit/533.1' os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: CO + model: "7260" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 7295+ Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "5.0" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: CO + model: 7295+ + os_family: Android + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; Coolpad 7295A Build/4.1.003.130605.7295A; 480*854; CUCC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.1.2)' + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "4.2" + device: + type: smartphone + brand: CO + model: 7295A + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Coolpad 7296 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "5.1" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: CO + model: "7296" + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; Coolpad-8076_TD/1.0 Android/2.3.5 Release/03.11.2012 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: CO + model: "8076" + os_family: Android + browser_family: Android Browser +- + user_agent: CoolPad8190_CMCC_TD/1.0 Linux/3.0.8 Android/4.0 Release/10.15.2012 Browser/AppleWebkit534.3 + os: + name: Android + short_name: AND + version: "4.0" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.3" + device: + type: smartphone + brand: CO + model: "8190" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; 8190Q Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + os: + name: Android + short_name: AND + version: "4.1.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: D2 - model: Linx X1 Pro 3G + brand: CO + model: 8190Q os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VOX S502 4G VS5013ML Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Coolpad8198T_CMCC_TD/1.0 Linux/3.4.5 Android/4.2.1 Release/06.30.2013 Browser/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 os: name: Android short_name: AND - version: "6.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: D2 - model: VOX S502 4G + brand: CO + model: 8198T os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; DIGICEL DL810 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; 8295 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.0.488" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: D3 - model: DL810 + brand: CO + model: "8295" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi C1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; Coolpad8295M Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.3.413" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: D4 - model: C1 + brand: CO + model: 8295M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi_K1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Coolpad8720Q_CMCC_TD/1.0 Linux/3.4.5 Android/4.2 Release/3.29.2013 Browser/AppleWebkit533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: D4 - model: K1 + brand: CO + model: 8720Q os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi R1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; Coolpad8720Q Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: D4 - model: R1 + brand: CO + model: 8720Q os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Konnect_504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; C106-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: DA - model: Konnect 504 + brand: CO + model: Cool 1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Konnect_601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VCR-I0 Build/VCRSIN00X1000DPX1709300) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone - brand: DA - model: Konnect 601 + brand: CO + model: Cool Play 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; Dialog K35 Build/RheaTK) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us;Coolpad Flo Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser @@ -9073,116 +9173,76 @@ engine_version: "534.30" device: type: smartphone - brand: DG - model: K35 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update-1; en-us; Dell_Aero Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari.530.17 - os: - name: Android - short_name: AND - version: "2.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" - device: - type: smartphone - brand: DL - model: Aero + brand: CO + model: Flo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Dell Venue Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8676_I02 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: DL - model: Venue + brand: CO + model: Note 3 os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; DELL; Venue Pro) - os: - name: Windows Phone - short_name: WPH - version: "7.0" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" - device: - type: smartphone - brand: DL - model: Venue Pro - os_family: Windows Mobile - browser_family: Internet Explorer + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-; XCD35 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8298_I00 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: DL - model: XCD35 + brand: CO + model: Note 3 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; S4505M Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.138 Mobile Safari/537.36 OPR/22.0.1485.78487 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CP8676_I03 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "22.0.1485.78487" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: DN - model: S4505M + brand: CO + model: Note 3 Plus os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; DOOGEE-BIGBOY-DG600 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; C771 Build/C771M120) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 (Mobile; afma-sdk-a-v4.1.0) os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.3" platform: "" client: type: browser @@ -9190,216 +9250,199 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: DO - model: BIGBOY DG600 + brand: CS + model: "G'zOne Commando" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BL12000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C811 4G Build/C811M050) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: BL12000 + brand: CS + model: "G'zOne Commando 4G LTE" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BL12000 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Venus 1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: BL12000 Pro + brand: CX + model: Venus 1 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 7.0; BL5000 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 [Pinterest/Android]' - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: mobile app - name: Pinterest - version: "" - device: - type: smartphone - brand: DO - model: BL5000 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL5500_Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0;U;Adr 4.4.2;en-US;Venus_4) U2/1.0.0 UCBrowser/10.7.8.806 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: UC Browser + short_name: UC + version: "10.7.8.806" + engine: "" engine_version: "" device: type: smartphone - brand: DO - model: BL5500 Lite + brand: CX + model: Venus 4 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BL7000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; WING 5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: BL7000 + brand: CX + model: Wing 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL9000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux;Android 4.4.2;WING9 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: BL9000 + brand: CX + model: Wing 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Discovery DG500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; DATSUN_D5500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: Discovery DG500 + brand: D1 + model: D5500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; Discovery2-DG500C Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; HIT Q401 3G HT4039PG Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.7.1153 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.9.7.1153" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: DO - model: Discovery2 DG500C + brand: D2 + model: HIT Q401 3G os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KISSME-DG580) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; HIT Q500 3G HT5035PG Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.13.0.1207" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: DO - model: Kissme DG580 + brand: D2 + model: HIT Q500 3G os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; MINT-DG330 Build/MINT-DG330) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-US; iDx5 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.3 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.2.0.535" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: DO - model: MINT DG330 + brand: D2 + model: iDx5 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; DOOGEE-TITANS-DG150 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; iDxD5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -9410,36 +9453,16 @@ engine_version: "534.30" device: type: smartphone - brand: DO - model: TITANS DG150 + brand: D2 + model: iDxD5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Titans2_DG700 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: DO - model: Titans2 DG700 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.9; fr-fr; TURBO DG2014 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; iDxQ5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.9" + version: "4.2.1" platform: "" client: type: browser @@ -9450,32 +9473,32 @@ engine_version: "534.30" device: type: smartphone - brand: DO - model: TURBO DG2014 + brand: D2 + model: iDxQ5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Valencia2_Y100pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Digma Linx 4.5 PT452E Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: Valencia2 Y100pro + brand: D2 + model: Linx 4.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; VOYAGER DG300 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; LINX 6.0 PS604M Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9490,250 +9513,176 @@ engine_version: "534.30" device: type: smartphone - brand: DO - model: VOYAGER DG300 + brand: D2 + model: Linx 6.0 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VOYAGER2 DG310 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Linx A400 3G LT4001PG Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: VOYAGER2 DG310 + brand: D2 + model: Linx A400 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; X5max Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX ALFA 3G LT4047MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: X5max + brand: D2 + model: Linx Alfa 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; X5max_PRO Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Argo 3G LT4054MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: DO - model: X5max PRO + brand: D2 + model: Linx Argo 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Doro 8030/8031/8028 Build/EU_RET_03.14.02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239. + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX ATOM 3G LT4049PG Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: DR - model: "8030" + brand: D2 + model: Linx Atom 3G os_family: Android browser_family: Chrome - - user_agent: DESAY TL1263_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: DS - model: TL1263 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; DESAY TL1266 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.3.2.559" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: DS - model: TL1266 - os_family: Android - browser_family: Unknown -- - user_agent: DESAY TS1008/1.0 Release/07.12.2013 Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Base 4G LT5052ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: DS - model: TS1008 + brand: D2 + model: Linx Base 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: DESAYTS518_TD/1.0 Linux/2.6.35 Android/2.3.5 Release/01.04.2013 Browser/AppleWebKit533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Linx C500 3G LT5001PG Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: DS - model: TS518 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; DESAY TS808 Build/MocorDroid2.3.5) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 - os: - name: MocorDroid - short_name: MCD - version: "2.3.5" - platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ version: "5.1" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: DS - model: TS808 - os_family: Android - browser_family: Unknown -- - user_agent: DESAY_TS908_CMCC_TD/1.0 Android/2.3.7 (LinuxOS 2.6.35.7) Release/04.13.2012 Browser/WAP2.0 - os: - name: Android - short_name: AND - version: "2.3.7" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink engine_version: "" device: type: smartphone - brand: DS - model: TS908 CMCC + brand: D2 + model: Linx C500 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; DATANG S11 Build/V11_DATANG_2__D0_GT818X_nM-V1127B1842-usr) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/cmwap Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX JOY 3G LT5048MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.1.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: DT - model: S11 + brand: D2 + model: Linx Joy 3G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; DATANG S18 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx Pay 4G LS5053ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: DT - model: S18 + brand: D2 + model: Linx Pay 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; Datang-DATANG-S18i/1.0 Android/2.3.5 Release/05.02.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; Linx PS474S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -9741,172 +9690,175 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: DT - model: S18i + brand: D2 + model: Linx PS474S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; DATANG S62L Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.576 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX RAGE 4G LS5040PL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.1.576" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: DT - model: S62L + brand: D2 + model: Linx Rage 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; DOOV_D2 Build/DOOV) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LINX TRIX 4G LS5041PL Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: D2 + brand: D2 + model: Linx Trix 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: DOOV-DOOV_D300/1.0 Linux/2.6.35.7 Android/2.3.5 Release/02.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx X1 3G LS4050MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: D300 + brand: D2 + model: Linx X1 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; DOOV D350; Android/4.1.2; Release/01.20.2014) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Linx X1 PRO 3G LS4051MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: D350 + brand: D2 + model: Linx X1 Pro 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; DOOV D8 Build/JOP40D) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.2.1) + user_agent: Mozilla/5.0 (Linux; Android 6.0; VOX S502 4G VS5013ML Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.7" + type: browser + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: D8 + brand: D2 + model: VOX S502 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; DOOV S1 Build/DOOVS1) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Linux; Android 5.1; DIGICEL DL810 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: S1 + brand: D3 + model: DL810 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; DOOV S2y Build/DOOVS2y) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.2 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi C1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "4.2" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: S2y + brand: D4 + model: C1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: DOOV T60/1.0 Android/4.3 Release/JLS36C Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi_K1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: DV - model: T60 + brand: D4 + model: K1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL150 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Digi R1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9916,52 +9868,112 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: BL150 + brand: D4 + model: R1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS155 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Konnect_504 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: BS155 + brand: DA + model: Konnect 504 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Konnect_601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: BS160 + brand: DA + model: Konnect 601 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; Dialog K35 Build/RheaTK) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DG + model: K35 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update-1; en-us; Dell_Aero Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari.530.17 + os: + name: Android + short_name: AND + version: "2.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" + device: + type: smartphone + brand: DL + model: Aero + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Dell Venue Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DL + model: Venue + os_family: Android + browser_family: Android Browser diff --git a/Tests/fixtures/smartphone-3.yml b/Tests/fixtures/smartphone-3.yml index 791899aaf4..d18b56dd1f 100644 --- a/Tests/fixtures/smartphone-3.yml +++ b/Tests/fixtures/smartphone-3.yml @@ -1,86 +1,86 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS550 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; DELL; Venue Pro) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone - brand: DX - model: BS550 - os_family: Android - browser_family: Chrome + brand: DL + model: Venue Pro + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS650 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-; XCD35 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "8.1.0" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: DX - model: BS650 + brand: DL + model: XCD35 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion_ES255 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105088 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; S4505M Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.138 Mobile Safari/537.36 OPR/22.0.1485.78487 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser name: Opera Mobile short_name: OM - version: "37.0.2192.105088" + version: "22.0.1485.78487" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: Ixion ES255 + brand: DN + model: S4505M os_family: Android browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion ES350 Build/DEXP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.373.00 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; DOOGEE-BIGBOY-DG600 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.3.0.373.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: DX - model: Ixion ES350 + brand: DO + model: BIGBOY DG600 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ixion ES950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BL12000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -90,77 +90,74 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: Ixion ES950 + brand: DO + model: BL12000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ixion M340) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BL12000 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: DX - model: Ixion M340 + brand: DO + model: BL12000 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion ML250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 7.0; BL5000 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 [Pinterest/Android]' os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: - type: browser - name: Yandex Browser - short_name: YA - version: "19.6.4.349.00" - engine: Blink - engine_version: "" + type: mobile app + name: Pinterest + version: "" device: type: smartphone - brand: DX - model: Ixion ML250 + brand: DO + model: BL5000 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Wooze_I5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL5500_Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: E2 - model: Wooze I5 + brand: DO + model: BL5500 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Wooze_L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BL7000 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -170,237 +167,237 @@ type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.81" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: E2 - model: Wooze L + brand: DO + model: BL7000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Wooze_XL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL9000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: E2 - model: Wooze XL + brand: DO + model: BL9000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; M4MAGIC Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Discovery DG500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: E3 - model: M4 Magic + brand: DO + model: Discovery DG500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Evolio_M5Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; Discovery2-DG500C Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: E3 - model: M5 Pro + brand: DO + model: Discovery2 DG500C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Evolio_M6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KISSME-DG580) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: E3 - model: M6 + brand: DO + model: Kissme DG580 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Evolio S4 Cobalt Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; MINT-DG330 Build/MINT-DG330) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: E3 - model: S4 Cobalt + brand: DO + model: MINT DG330 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Evolio_S5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; DOOGEE-TITANS-DG150 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: E3 - model: S5 + brand: DO + model: TITANS DG150 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Evolio_S5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Titans2_DG700 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" + name: Chrome Webview + short_name: CV + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: E3 - model: S5 + brand: DO + model: Titans2 DG700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; Evolio X10 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.9; fr-fr; TURBO DG2014 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: E3 - model: X10 + brand: DO + model: TURBO DG2014 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ECHO_HOLI Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Valencia2_Y100pro Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: E4 - model: HOLI + brand: DO + model: Valencia2 Y100pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ECHO_HORIZON_LITE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; VOYAGER DG300 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: E4 - model: HORIZON Lite + brand: DO + model: VOYAGER DG300 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ECHO_MAX Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VOYAGER2 DG310 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: E4 - model: MAX + brand: DO + model: VOYAGER2 DG310 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ECHO MOSS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; X5max Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND @@ -408,43 +405,894 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: E4 - model: MOSS + brand: DO + model: X5max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ECHO_NOTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; X5max_PRO Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: E4 - model: NOTE + brand: DO + model: X5max PRO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Echo POWER Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Doro 8030/8031/8028 Build/EU_RET_03.14.02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239. os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "63.0.3239" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DR + model: "8030" + os_family: Android + browser_family: Chrome +- + user_agent: DESAY TL1263_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DS + model: TL1263 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; DESAY TL1266 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.3.2.559" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DS + model: TL1266 + os_family: Android + browser_family: Unknown +- + user_agent: DESAY TS1008/1.0 Release/07.12.2013 Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DS + model: TS1008 + os_family: Android + browser_family: Android Browser +- + user_agent: DESAYTS518_TD/1.0 Linux/2.6.35 Android/2.3.5 Release/01.04.2013 Browser/AppleWebKit533.1 + os: + name: Android + short_name: AND + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DS + model: TS518 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; DESAY TS808 Build/MocorDroid2.3.5) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "5.1" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: DS + model: TS808 + os_family: Android + browser_family: Unknown +- + user_agent: DESAY_TS908_CMCC_TD/1.0 Android/2.3.7 (LinuxOS 2.6.35.7) Release/04.13.2012 Browser/WAP2.0 + os: + name: Android + short_name: AND + version: "2.3.7" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: DS + model: TS908 CMCC + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; DATANG S11 Build/V11_DATANG_2__D0_GT818X_nM-V1127B1842-usr) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/cmwap Language/zh_CN + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" + device: + type: smartphone + brand: DT + model: S11 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; DATANG S18 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.2.2) + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "5.0" + device: + type: smartphone + brand: DT + model: S18 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; Datang-DATANG-S18i/1.0 Android/2.3.5 Release/05.02.2013 Browser/AppleWebKit533.1 Build/MocorDroid2.3.5) AppleWebKit533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DT + model: S18i + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; DATANG S62L Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.576 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.4.1.576" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DT + model: S62L + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; DOOV_D2 Build/DOOV) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DV + model: D2 + os_family: Android + browser_family: Android Browser +- + user_agent: DOOV-DOOV_D300/1.0 Linux/2.6.35.7 Android/2.3.5 Release/02.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + os: + name: Android + short_name: AND + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DV + model: D300 + os_family: Android + browser_family: Android Browser +- + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; DOOV D350; Android/4.1.2; Release/01.20.2014) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DV + model: D350 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; DOOV D8 Build/JOP40D) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.2.1) + os: + name: Android + short_name: AND + version: "4.2.1" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "6.7" + device: + type: smartphone + brand: DV + model: D8 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; DOOV S1 Build/DOOVS1) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + os: + name: Android + short_name: AND + version: "4.2.1" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "5.4" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DV + model: S1 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; DOOV S2y Build/DOOVS2y) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.2 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "4.2" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: DV + model: S2y + os_family: Android + browser_family: Unknown +- + user_agent: DOOV T60/1.0 Android/4.3 Release/JLS36C Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: DV + model: T60 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BL150 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: BL150 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS155 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.111" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: BS155 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS160) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: BS160 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS550 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: BS550 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BS650 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: BS650 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion_ES255 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105088 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "37.0.2192.105088" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion ES255 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion ES350 Build/DEXP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.373.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "17.3.0.373.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion ES350 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ixion ES950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion ES950 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ixion M340) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion M340 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ixion ML250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "19.6.4.349.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: DX + model: Ixion ML250 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Wooze_I5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E2 + model: Wooze I5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Wooze_L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.81" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E2 + model: Wooze L + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Wooze_XL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E2 + model: Wooze XL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; M4MAGIC Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: M4 Magic + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Evolio_M5Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: M5 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Evolio_M6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: M6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Evolio S4 Cobalt Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: S4 Cobalt + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Evolio_S5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: S5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Evolio_S5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: S5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; Evolio X10 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E3 + model: X10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ECHO_HOLI Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E4 + model: HOLI + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; ECHO_HORIZON_LITE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E4 + model: HORIZON Lite + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ECHO_MAX Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E4 + model: MAX + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ECHO MOSS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E4 + model: MOSS + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; ECHO_NOTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E4 + model: NOTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Echo POWER Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser @@ -819,6 +1667,26 @@ model: Prime B400 os_family: Android browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; V550_Vision) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: E7 + model: V550 Vision + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; E-tel_i250 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 os: @@ -6421,6 +7289,86 @@ model: Nuvifone-M10 os_family: Windows Mobile browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; GM 5 Plus Build/OSR18O) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.13.5.1209 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "8.0.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.13.5.1209" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: GN + model: GM 5 Plus + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; GM 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GN + model: GM 8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; GM8 go) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.62" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GN + model: GM 8 Go + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GN + model: GM 8D + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; Galaxy Nexus Build/ICL53F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: @@ -6878,27 +7826,67 @@ device: type: smartphone brand: GO - model: Pixel 3 + model: Pixel 3 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Pixel 3 XL Build/PQ1A.181105.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GO + model: Pixel 3 XL + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "10" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: GO + model: Pixel 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; Pixel 3 XL Build/PQ1A.181105.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; Pixel 4 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "10" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: GO - model: Pixel 3 XL + model: Pixel 4 XL os_family: Android browser_family: Chrome - @@ -7722,27 +8710,7 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-G152-FL Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HA - model: G152 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-G303-W Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Power Ice Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7752,354 +8720,137 @@ type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HA - model: G303 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; HM-G353-FL Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.1.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HA - model: G353 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; HM-G552-FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HA - model: G552 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; HM-G700-FL Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HA - model: G700 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; HM-G701-FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + version: "78.0.3904.96" engine: Blink engine_version: "" device: type: smartphone - brand: HA - model: G701 + brand: H2 + model: Power Ice Max os_family: Android browser_family: Chrome - - user_agent: Haier_HT-I600_TD/I600_MocorDroid2.2_W11.41_V1.00 Release/06.26.2012 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: MocorDroid - short_name: MCD - version: "2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: HA - model: HT-I600 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Haier HW-N86W Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.6" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: HA - model: HW-N86W - os_family: Android - browser_family: Android Browser -- - user_agent: Haier_HW-W716_WCDMA/V1 Linux/3.4.5 Android/4.2.2 Release/06.01.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 System/Android 4.2.2 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HA - model: HW-W716 WCDMA - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; Haier HW-W718 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HA - model: HW-W718 - os_family: Android - browser_family: Android Browser -- - user_agent: Haier_HW-W860_WCDMA/V2 Linux/3.0.13 Android/4.2 Release/04.15.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 - os: - name: Android - short_name: AND - version: "4.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HA - model: HW-W860 WCDMA - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Haier HW-W910 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HA - model: HW-W910 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-I557-FL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: HA - model: I557 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; Haier-SY0880 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.3.11.1069658.arm - os: - name: Android - short_name: AND - version: "4.2.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" - device: - type: smartphone - brand: HA - model: SY0880 + brand: H2 + model: Zera F os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HW-W716 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera_S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: HA - model: W716 + brand: H2 + model: Zera S os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; fr-FR; W716) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Zera U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: HA - model: W716 + brand: H2 + model: Zera U os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; W757 Build/W757) + user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-G152-FL Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink engine_version: "" device: type: smartphone brand: HA - model: W757 + model: G152 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; W860 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-G303-W Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone brand: HA - model: W860 + model: G303 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; W970 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; HM-G353-FL Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.109" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: HA - model: W970 + model: G353 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HAFURY MIX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HM-G552-FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8109,61 +8860,61 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: HF - model: MIX + brand: HA + model: G552 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HAFURY UMAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HM-G700-FL Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: HF - model: UMAX + brand: HA + model: G700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; HLTE700T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HM-G701-FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: HI - model: A6 + brand: HA + model: G701 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; HS-Hisense E621T Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Haier_HT-I600_TD/I600_MocorDroid2.2_W11.41_V1.00 Release/06.26.2012 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4.4" + name: MocorDroid + short_name: MCD + version: "2.2" platform: "" client: type: browser @@ -8171,15 +8922,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: HI - model: E621T + brand: HA + model: HT-I600 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; HS-E920 Build/GRK39F) UC AppleWebKit/530+ (KHTML, like Gecko) Mobile Safari/530 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Haier HW-N86W Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -8187,23 +8938,23 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "530" + engine_version: "533.1" device: type: smartphone - brand: HI - model: HS-E920 + brand: HA + model: HW-N86W os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HS-E968 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Haier_HW-W716_WCDMA/V1 Linux/3.4.5 Android/4.2.2 Release/06.01.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 System/Android 4.2.2 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser @@ -8214,163 +8965,149 @@ engine_version: "534.30" device: type: smartphone - brand: HI - model: HS-E968 + brand: HA + model: HW-W716 WCDMA os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HS-EG970 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.1.2) - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "5.0" - device: - type: smartphone - brand: HI - model: HS-EG970 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HS-G610 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; Haier HW-W718 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HI - model: HS-G610 + brand: HA + model: HW-W718 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HS-I630M Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Haier_HW-W860_WCDMA/V2 Linux/3.0.13 Android/4.2 Release/04.15.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HI - model: HS-I630M + brand: HA + model: HW-W860 WCDMA os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HS-I630T Build/KVT49L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Haier HW-W910 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: HI - model: HS-I630T + brand: HA + model: HW-W910 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; HS-L691 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HM-I557-FL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: HI - model: HS-L691 + brand: HA + model: I557 os_family: Android browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; Haier-SY0880 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.3.11.1069658.arm os: - name: ThreadX - short_name: TDX - version: "4.0" - platform: "" - client: null + name: Android + short_name: AND + version: "4.2.2" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: HI - model: HS-T39 - os_family: Real-time OS + brand: HA + model: SY0880 + os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-CN; HS-T912 Build/MocorDroid2.3.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HW-W716 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.2.559" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: HI - model: HS-T912 + brand: HA + model: W716 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; HS-T958 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; fr-FR; W716) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.1.0.527" - engine: WebKit - engine_version: "534.30" + version: "8.6.0.276" + engine: "" + engine_version: "" device: type: smartphone - brand: HI - model: HS-T958 + brand: HA + model: W716 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; HS-T959S1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; W757 Build/W757) os: name: Android short_name: AND @@ -8378,123 +9115,123 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.2.598" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: HI - model: HS-T959S1 + brand: HA + model: W757 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; HS-T96 Build/IML74K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; W860 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.2.394" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: HI - model: HS-T96 + brand: HA + model: W860 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; HS-U8 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; W970 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.2.404" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: HI - model: HS-U8 + brand: HA + model: W970 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; HS-U820 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HAFURY MIX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HI - model: HS-U820 + brand: HF + model: MIX os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; HS-U850 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HAFURY UMAX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HI - model: HS-U850 + brand: HF + model: UMAX os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HS-U912 Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; HLTE700T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: HI - model: HS-U912 + model: A6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; HS-U912C Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; HS-Hisense E621T Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser @@ -8502,39 +9239,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: HI - model: HS-U912C + model: E621T os_family: Android browser_family: Android Browser - - user_agent: HS-U929/1.0 Linux/3.4.5 Android/4.2.2 Browser/AppleWebKit534.30 Profile/MIDP-1.0 Configuration/CLDC-1.0 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; HS-E920 Build/GRK39F) UC AppleWebKit/530+ (KHTML, like Gecko) Mobile Safari/530 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: UC Browser + short_name: UC version: "" engine: WebKit - engine_version: "534.30" + engine_version: "530" device: type: smartphone brand: HI - model: HS-U929 + model: HS-E920 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: HS-U939/1.0 Linux/3.4.5 Android/4.2.2 Browser/AppleWebKit534.30 Profile/MIDP-1.0 Configuration/CLDC-1.0 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HS-E968 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -8546,200 +9283,226 @@ device: type: smartphone brand: HI - model: HS-U939 + model: HS-E968 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HS-U939 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HS-EG970 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.1.2) os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: mobile app name: Baidu Box App - version: "4.2" + version: "5.0" device: type: smartphone brand: HI - model: HS-U939 + model: HS-EG970 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HS-U950 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HS-G610 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "29.0.1547.59" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HI - model: HS-U950 + model: HS-G610 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HS-U966 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HS-I630M Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: HI - model: HS-U966 + model: HS-I630M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HS-I630T Build/KVT49L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: HI + model: HS-I630T os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; HS-U970 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; HS-L691 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HI - model: HS-U970 + model: HS-L691 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HS-U98 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + 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 os: - name: Android - short_name: AND - version: "4.1.2" + name: ThreadX + short_name: TDX + version: "4.0" platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + client: null device: type: smartphone brand: HI - model: HS-U98 - os_family: Android - browser_family: Android Browser + model: HS-T39 + os_family: Real-time OS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HS-X1 Build/KVT49L) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/3gnet + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-CN; HS-T912 Build/MocorDroid2.3.5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.4.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.74.r1098891.543" + type: browser + name: UC Browser + short_name: UC + version: "10.3.2.559" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HI - model: HS-X1 + model: HS-T912 os_family: Android browser_family: Unknown - - user_agent: HS-X68T_LTE/1.0 Android/4.3 Release/20.3.2014 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; HS-T958 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.1.0.527" engine: WebKit engine_version: "534.30" device: type: smartphone brand: HI - model: HS-X68T + model: HS-T958 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X68T Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; HS-T959S1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: UC Browser + short_name: UC + version: "10.5.2.598" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HI - model: HS-X68T + model: HS-T959S1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X8C Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.3) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; HS-T96 Build/IML74K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "4.0.3" platform: "" client: - type: mobile app - name: Baidu Box App - version: "4.2" + type: browser + name: UC Browser + short_name: UC + version: "9.5.2.394" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HI - model: HS-X8C + model: HS-T96 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X8T Build/JSS15Q) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; HS-U8 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.3.6" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" + name: UC Browser + short_name: UC + version: "9.6.2.404" engine: WebKit engine_version: "533.1" device: type: smartphone brand: HI - model: HS-X8T + model: HS-U8 os_family: Android browser_family: Unknown - - user_agent: Hisense I639M_LTE/1.0 Android/4.4 Release/15.12.2014 Browser/AppleWebKit537.36 Profile/MIDP-2.0 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; HS-U820 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4" + version: "2.3.6" platform: "" client: type: browser @@ -8747,79 +9510,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone brand: HI - model: I639M LTE + model: HS-U820 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Hisense I639T Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; HS-U850 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HI - model: I639T + model: HS-U850 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; EG680 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HS-U912 Build/IMM76I) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone brand: HI - model: Smartfren Andromax Z + model: HS-U912 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT16 Build/MRA58K) - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" - device: - type: smartphone - brand: HM - model: HT16 - os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT17 Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; HS-U912C Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser @@ -8827,19 +9570,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: HM - model: HT17 + brand: HI + model: HS-U912C os_family: Android browser_family: Android Browser - - user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; HT17Pro Build/ABCDEF) + user_agent: HS-U929/1.0 Linux/3.4.5 Android/4.2.2 Browser/AppleWebKit534.30 Profile/MIDP-1.0 Configuration/CLDC-1.0 os: name: Android short_name: AND - version: "0.0.0" + version: "4.2.2" platform: "" client: type: browser @@ -8847,19 +9590,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: HM - model: HT17Pro + brand: HI + model: HS-U929 os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT20 Build/MRA58K) + user_agent: HS-U939/1.0 Linux/3.4.5 Android/4.2.2 Browser/AppleWebKit534.30 Profile/MIDP-1.0 Configuration/CLDC-1.0 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser @@ -8867,119 +9610,93 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: HM - model: HT20 + brand: HI + model: HS-U939 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HT3 Build/LMY47I) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HS-U939 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: HM - model: HT3 + brand: HI + model: HS-U939 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HT30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HS-U950 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "29.0.1547.59" engine: Blink engine_version: "" device: type: smartphone - brand: HM - model: HT30 + brand: HI + model: HS-U950 os_family: Android browser_family: Chrome - - user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; HT7 Pro Build/ABCDEF) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HS-U966 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/5.0 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "0.0.0" + version: "4.2.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + type: mobile app + name: Baidu Box App + version: "5.0" device: type: smartphone - brand: HM - model: HT7 Pro + brand: HI + model: HS-U966 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HT7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; HS-U970 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: HM - model: HT7 Pro + brand: HI + model: HS-U970 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; HOMTOM HT7 Pro Build/LMY49J) - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" - device: - type: smartphone - brand: HM - model: HT7 Pro - os_family: Android - browser_family: Android Browser -- - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HOMTOM NT17Pro Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HS-U98 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser @@ -8987,175 +9704,166 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: HM - model: NT17Pro + brand: HI + model: HS-U98 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G25523K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HS-X1 Build/KVT49L) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/3gnet os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.1.0.74.r1098891.543" device: type: smartphone - brand: HN - model: Eternity G23 + brand: HI + model: HS-X1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G25524K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: HS-X68T_LTE/1.0 Android/4.3 Release/20.3.2014 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HN - model: Eternity G24 + brand: HI + model: HS-X68T os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; G24027K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X68T Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: HN - model: Eternity G27 + brand: HI + model: HS-X68T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; W25042L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X8C Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.3) os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: HN - model: Eternity W42 + brand: HI + model: HS-X8C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Air Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HS-X8T Build/JSS15Q) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.4" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HN - model: Ultra Air + brand: HI + model: HS-X8T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Energy) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Hisense I639M_LTE/1.0 Android/4.4 Release/15.12.2014 Browser/AppleWebKit537.36 Profile/MIDP-2.0 Configuration/CLDC-1.1 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: HN - model: Ultra Energy + brand: HI + model: I639M LTE os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ultra Energy Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Hisense I639T Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Energy Lite + brand: HI + model: I639T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Ultra Energy Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; EG680 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Energy Plus + brand: HI + model: Smartfren Andromax Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultra Live II Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT16 Build/MRA58K) os: name: Android short_name: AND @@ -9163,19 +9871,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: HN - model: Ultra Live II + brand: HM + model: HT16 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultra Storm Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT17 Build/MRA58K) os: name: Android short_name: AND @@ -9183,725 +9891,654 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: HN - model: Ultra Storm + brand: HM + model: HT17 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ultra Sync Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; SM-G980F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "10" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "80.0.3987.149" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Sync + brand: SA + model: GALAXY S20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ultra Trend Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; SM-G981B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "10" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "70.0.3538.110" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.132" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Trend + brand: SA + model: GALAXY S20 5G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Ultra Vision) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; SM-G988B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "10" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "80.0.3987.132" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Vision + brand: SA + model: GALAXY S20 Ultra 5G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Wave) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; SM-G985F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "10" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "80.0.3987.132" engine: Blink engine_version: "" device: type: smartphone - brand: HN - model: Ultra Wave + brand: SA + model: GALAXY S20+ os_family: Android browser_family: Chrome - - user_agent: HOSIN T50/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; + user_agent: Mozilla/5.0 (Linux; Android 10; SM-G986B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "10" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HO - model: T50 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HOSIN T50(OPEN) Build/HOSINT50) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "4.2" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: HO - model: T50(OPEN) + brand: SA + model: GALAXY S20+ 5G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; HOSIN T70 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 10; SM-F700U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "10" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HO - model: T70 + brand: SA + model: GALAXY Z Flip os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Hosin_U7 Build/HosinU7) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; S60_Discovery_2019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: HO - model: U7 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; HOSIN V70 Build/HOSINA728) 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 - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.2.0.54.r1169949.561" + name: Chrome Mobile + short_name: CM + version: "79.0.3945.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: HO - model: V70 + brand: IH + model: S60 Discovery 2019 os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; HP; Elite x3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15 - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "15" - engine: Edge - engine_version: "15" - device: - type: smartphone - brand: HP - model: Elite x3 - os_family: Windows Mobile - browser_family: Internet Explorer + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee E50 T1 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; AlienXLite2020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "79.0.3945.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: HS - model: E50 T1 + brand: IH + model: Alien X Lite 2020 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; hasee H45 T3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; W-P311-EEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: HS - model: H45 T3 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee W50 T2 Build/Hasee) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.5.1 (Baidu; P1 4.2.2) - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "6.5.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HS - model: W50 T2 + brand: WI + model: View 3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee X50 TS Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; W_P200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: HS - model: X50 TS + brand: WI + model: View Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC 608 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Sunny3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: "608" + brand: WI + model: Sunny 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTC6500LVW 4G Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Core-X3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 6500LVW + brand: C1 + model: Core-X3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart; Orange) + user_agent: Mozilla/5.0 (Linux; Android 9; 5001A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 7 Mozart - os_family: Windows Mobile - browser_family: Internet Explorer + brand: AL + model: 1V + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart T8698) + user_agent: Mozilla/5.0 (Linux; Android 9; 5032W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 7 Mozart T8698 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: AL + model: 3V + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Trophy) + user_agent: Mozilla/5.0 (Linux; Android 9; Orange Rise 55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 7 Trophy - os_family: Windows Mobile - browser_family: Internet Explorer + brand: OR + model: Rise 55 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Trophy T8686) + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; Plume H1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "7.1.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 7 Trophy T8686 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: C5 + model: Plume H1 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; HTC_802w Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Plume P8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: 802w + brand: C5 + model: Plume P8 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; HTC-A9192/1.0 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PHQ520 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: A9192 + brand: C5 + model: Griffe G5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: OneBrowser/4.2.0/Adr(Linux; U; Android 2.3.4; en-us; ADR6325 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Griffe T5 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.1.0" platform: "" client: type: browser - name: ONE Browser - short_name: OE - version: "4.2.0" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: ADR6325 + brand: C5 + model: Griffe T5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ADR6410LVW Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Griffe T8 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "79.0.3945.93" engine: Blink engine_version: "" device: type: smartphone - brand: HT - model: ADR6410LVW + brand: C5 + model: Griffe T8 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; ADR6410LVW 4G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; Griffe T9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: ADR6410LVW 4G + brand: C5 + model: Griffe T9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; ADR6425LVW 4G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium M5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: ADR6425LVW 4G + brand: LA + model: Ilium M5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; HTC_Amaze Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 10; HD1903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "10" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Amaze + brand: "ON" + model: 7T os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; Amaze_4G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; A5_Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.149" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Amaze 4G + brand: UM + model: A5 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Amaze 4G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Griffe T2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: HT - model: Amaze 4G + brand: C5 + model: Griffe T2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; Amaze 4G Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Griffe T7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Amaze 4G + brand: C5 + model: Griffe T7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APA7373KT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; Power_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: APA7373KT (Sprint) + brand: UL + model: Power 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; X9 Mini Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: APA9292KT (Sprint) + brand: DO + model: X9 Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 2PYB2 Build/NRD90M; vi-vn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.117 Mobile Safari/537.36 Puffin/7.0.6.18027AP + user_agent: Mozilla/5.0 (Linux; Android 9; X6_Soul_mini) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Puffin - short_name: PU - version: "7.0.6.18027" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.117" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Bolt + brand: A2 + model: X6 Soul Mini os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HTC Butterfly Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VIA_S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "80.0.3987.117" engine: Blink engine_version: "" device: type: smartphone - brand: HT - model: Butterfly + brand: R4 + model: VIA S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTC_Butterfly Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PKT-301 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Butterfly + brand: C5 + model: C2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; butterfly2 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Plume L3 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "80.0.3987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: butterfly 2 + brand: C5 + model: Plume L3 Plus os_family: Android - browser_family: Unknown + browser_family: Chrome diff --git a/Tests/fixtures/smartphone-4.yml b/Tests/fixtures/smartphone-4.yml index 4ff0af5a49..b0ae754eb0 100644 --- a/Tests/fixtures/smartphone-4.yml +++ b/Tests/fixtures/smartphone-4.yml @@ -1,10 +1,10 @@ --- - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_C525u-orange-LS/1.17.73.10 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; HT17Pro Build/ABCDEF) os: name: Android short_name: AND - version: "4.0.4" + version: "0.0.0" platform: "" client: type: browser @@ -12,39 +12,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: HT - model: C525u-orange-LS + brand: HM + model: HT17Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; C625b) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: HT - model: C625b - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_C715c Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HT20 Build/MRA58K) os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser @@ -52,19 +32,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: HT - model: C715c + brand: HM + model: HT20 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_C715c Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HT3 Build/LMY47I) os: name: Android short_name: AND - version: "4.0.3" + version: "5.1" platform: "" client: type: browser @@ -72,39 +52,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: HT - model: C715c + brand: HM + model: HT3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ao; HTC ChaCha A810e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HT30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: ChaCha A810e + brand: HM + model: HT30 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; pl-pl; HTC_ChaCha_A810e/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Dalvik/0.0.0 (Linux; U; Android 0.0.0; HT7 Pro Build/ABCDEF) os: name: Android short_name: AND - version: "2.3.3" + version: "0.0.0" platform: "" client: type: browser @@ -112,39 +92,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: HT - model: ChaCha A810e + brand: HM + model: HT7 Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; en-gb; HTC Desire 2.33.161.6 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HT7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire + brand: HM + model: HT7 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC Desire Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; HOMTOM HT7 Pro Build/LMY49J) os: name: Android short_name: AND - version: "4.1.2" + version: "5.1.1" platform: "" client: type: browser @@ -152,19 +132,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: HT - model: Desire + brand: HM + model: HT7 Pro os_family: Android browser_family: Android Browser - - 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 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; HOMTOM NT17Pro Build/MRA58K) os: - name: MildWild - short_name: MLD - version: "8.0" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser @@ -172,296 +152,299 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: HT - model: Desire + brand: HM + model: NT17Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; HTC_Desire_300 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G25523K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire 300 + brand: HN + model: Eternity G23 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; HTC_Desire_500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G25524K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire 500 + brand: HN + model: Eternity G24 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-at; HTC_Desire_500/1.17.112.2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; G24027K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire 500 + brand: HN + model: Eternity G27 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ch; HTC Desire 500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; Android 7.0; W25042L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" - platform: ARM + version: "7.0" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire 500 + brand: HN + model: Eternity W42 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ae; HTC_Desire_600_dual_sim Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Air Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire 600 dual sim + brand: HN + model: Ultra Air os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HTC Desire 601 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Energy) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: HT - model: Desire 601 + brand: HN + model: Ultra Energy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-hk; HTC_Desire_A8181 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ultra Energy Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire A8181 + brand: HN + model: Ultra Energy Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; Desire_A8181 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Ultra Energy Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire A8181 + brand: HN + model: Ultra Energy Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; cs-sk; HTC Desire C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultra Live II Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire C + brand: HN + model: Ultra Live II os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; HTC_Desire_C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultra Storm Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire C + brand: HN + model: Ultra Storm os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-de; HTC_Desire_C/2.00.111.3 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ultra Sync Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire C + brand: HN + model: Ultra Sync os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.3; fr-IE; HTC_Desire_C) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ultra Trend Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" + name: Chrome Webview + short_name: CV + version: "70.0.3538.110" + engine: Blink engine_version: "" device: type: smartphone - brand: HT - model: Desire C + brand: HN + model: Ultra Trend os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Desire_C_N/2.01.163.1 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Ultra Vision) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire C N + brand: HN + model: Ultra Vision os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Desire_C-orange-LS Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ultra Wave) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HT - model: Desire C-orange-LS + brand: HN + model: Ultra Wave os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; HTC Desire HD 1.75.163.2 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: HOSIN T50/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; os: name: Android short_name: AND - version: "2.2.1" + version: "4.2.2" platform: "" client: type: browser @@ -469,55 +452,52 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: HT - model: Desire HD + brand: HO + model: T50 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Desire HD Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HOSIN T50(OPEN) Build/HOSINT50) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "2.3.7" + version: "4.2.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: HT - model: Desire HD + brand: HO + model: T50(OPEN) os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-tn; HTC_Desire_HD Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; HOSIN T70 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: HT - model: Desire HD + brand: HO + model: T70 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HTC Desire HD Build/SVHD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Hosin_U7 Build/HosinU7) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -525,143 +505,137 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: HT - model: Desire HD + brand: HO + model: U7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/1.4.0 (Linux; U; Android 2.3.5; HTC Desire HD A9191 Build/GRJ90) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; HOSIN V70 Build/HOSINA728) 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 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.0.54.r1169949.561" device: type: smartphone - brand: HT - model: Desire HD A9191 + brand: HO + model: V70 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; HTC Desire HD A9191 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; HP; Elite x3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15 os: - name: Android - short_name: AND - version: "2.3.5" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Microsoft Edge + short_name: PS + version: "15" + engine: Edge + engine_version: "15" device: type: smartphone - brand: HT - model: Desire HD A9191 - os_family: Android - browser_family: Android Browser + brand: HP + model: Elite x3 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; tr-de; HTC Desire S Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee E50 T1 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: HT - model: Desire S + brand: HS + model: E50 T1 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Desire S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; hasee H45 T3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: HT - model: Desire S + brand: HS + model: H45 T3 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; HTC Desire SV Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee W50 T2 Build/Hasee) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.5.1 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Baidu Box App + version: "6.5.1" device: type: smartphone - brand: HT - model: Desire SV + brand: HS + model: W50 T2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-in; HTC_Desire_U_dual_sim Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Hasee X50 TS Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: HT - model: Desire U dual sim + brand: HS + model: X50 TS os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-pk; HTC Desire V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC 608 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser @@ -673,15 +647,15 @@ device: type: smartphone brand: HT - model: Desire V + model: "608" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-; HTC_Desire_V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTC6500LVW 4G Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.3" platform: "" client: type: browser @@ -693,55 +667,95 @@ device: type: smartphone brand: HT - model: Desire V + model: 6500LVW os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; hu-hu; HTC Desire V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart; Orange) os: - name: Android - short_name: AND - version: "4.0.3" + name: Windows Phone + short_name: WPH + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone brand: HT - model: Desire V - os_family: Android - browser_family: Android Browser + model: 7 Mozart + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-kz; HTC Desire X Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Mozart T8698) os: - name: Android - short_name: AND - version: "4.0.4" + name: Windows Phone + short_name: WPH + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HT - model: Desire X - os_family: Android - browser_family: Android Browser + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" + device: + type: smartphone + brand: HT + model: 7 Mozart T8698 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-ch; HTC_Desire_X Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; HTC; 7 Trophy) + os: + name: Windows Phone + short_name: WPH + version: "7.0" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" + device: + type: smartphone + brand: HT + model: 7 Trophy + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; 7 Trophy T8686) + os: + name: Windows Phone + short_name: WPH + version: "7.5" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" + device: + type: smartphone + brand: HT + model: 7 Trophy T8686 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-eg; HTC_802w Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.1.2" platform: "" client: type: browser @@ -753,15 +767,15 @@ device: type: smartphone brand: HT - model: Desire X + model: 802w os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-es; HTC_Desire_X-orange-LS/1.14.75.1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; HTC-A9192/1.0 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.2.1" platform: "" client: type: browser @@ -769,59 +783,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: Desire X-orange-LS + model: A9192 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; de-de; HTC_DesireHD Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: OneBrowser/4.2.0/Adr(Linux; U; Android 2.3.4; en-us; ADR6325 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "2.3.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: ONE Browser + short_name: OE + version: "4.2.0" engine: WebKit engine_version: "533.1" device: type: smartphone brand: HT - model: DesireHD + model: ADR6325 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ar-qa; HTC_DesireHD_A9191 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ADR6410LVW Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: DesireHD A9191 + model: ADR6410LVW os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; HTC_DesireHD_A9192 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; ADR6410LVW 4G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.0.4" platform: "" client: type: browser @@ -829,19 +843,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: DesireHD A9192 + model: ADR6410LVW 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC_DesireHD-orange-LS Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; ADR6425LVW 4G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.0.3" platform: "" client: type: browser @@ -849,19 +863,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: DesireHD-orange-LS + model: ADR6425LVW 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC/DesireS/1.32.163.1 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; HTC_Amaze Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.3" + version: "2.3.4" platform: "" client: type: browser @@ -873,15 +887,15 @@ device: type: smartphone brand: HT - model: DesireS + model: Amaze os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; Amaze_4G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.3" + version: "4.0.3" platform: "" client: type: browser @@ -889,59 +903,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: DesireS S510e + model: Amaze 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC_DesireS-orange-LS Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Amaze 4G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: DesireS-orange-LS + model: Amaze 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_DesireSV Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; Amaze 4G Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.5.0.360" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: DesireSV + model: Amaze 4G os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; pl-pl; HTC_DesireZ_A7272 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APA7373KT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.3" + version: "2.3.4" platform: "" client: type: browser @@ -953,15 +967,15 @@ device: type: smartphone brand: HT - model: DesireZ A7272 + model: APA7373KT (Sprint) os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 1.0; en-us; HTC_Dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "1.0" + version: "2.2" platform: "" client: type: browser @@ -969,59 +983,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "525.10" + engine_version: "533.1" device: type: smartphone brand: HT - model: Dream + model: APA9292KT (Sprint) os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; ADR6300 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 2PYB2 Build/NRD90M; vi-vn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.117 Mobile Safari/537.36 Puffin/7.0.6.18027AP os: name: Android short_name: AND - version: "2.3.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Puffin + short_name: PU + version: "7.0.6.18027" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: HT - model: Droid Incredible + model: Bolt os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ar-eg; ADR6300 Build/GRJ22; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HTC Butterfly Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.133" - engine: WebKit - engine_version: "533.1" + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: Droid Incredible + model: Butterfly os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; ADR6410LRA Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTC_Butterfly Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.3" platform: "" client: type: browser @@ -1033,35 +1047,35 @@ device: type: smartphone brand: HT - model: Droid Incredible 3 + model: Butterfly os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC/EVO_3D/3.28.163.1 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; butterfly2 Build/KOT49H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.9.2.467" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: EVO 3D + model: butterfly 2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HTC EVO 3D GSM Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_C525u-orange-LS/1.17.73.10 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -1073,32 +1087,35 @@ device: type: smartphone brand: HT - model: EVO 3D GSM + model: C525u-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Evo 3D GSM Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30HTC-Evo 3D GSM__weibo__4.2.6__android__android4.2.2 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; C625b) os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: - type: mobile app - name: Sina Weibo - version: "4.2.6" + type: browser + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone brand: HT - model: Evo 3D GSM - os_family: Android - browser_family: Unknown + model: C625b + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3.1; de-de; Evo 3D GSM Build/JLS36I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.2/shooteru + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_C715c Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10.2" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser @@ -1110,11 +1127,11 @@ device: type: smartphone brand: HT - model: Evo 3D GSM + model: C715c os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-jo; HTC EVO 3D X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_C715c Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1130,15 +1147,15 @@ device: type: smartphone brand: HT - model: EVO 3D X515m + model: C715c os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC EVO 3D X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ao; HTC ChaCha A810e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.3" platform: "" client: type: browser @@ -1146,39 +1163,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: EVO 3D X515m + model: ChaCha A810e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC EVO 3D X515m Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Mobile Safari/537.36 OPR/15.0.1162.61541 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; pl-pl; HTC_ChaCha_A810e/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.3" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "15.0.1162.61541" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HT - model: EVO 3D X515m + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: HT + model: ChaCha A810e os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; PG86100 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; en-gb; HTC Desire 2.33.161.6 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.2.2" platform: "" client: type: browser @@ -1186,19 +1203,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: Evo 3G + model: Desire os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; PC36100 Build/GRI40; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC Desire Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser @@ -1206,19 +1223,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Evo 4G + model: Desire os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; EVO3D_X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + 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 os: - name: Android - short_name: AND - version: "4.0.3" + name: MildWild + short_name: MLD + version: "8.0" platform: "" client: type: browser @@ -1226,19 +1243,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: EVO3D X515m + model: Desire os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-it; EVO3D_X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; HTC_Desire_300 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser @@ -1250,35 +1267,35 @@ device: type: smartphone brand: HT - model: EVO3D X515m + model: Desire 300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240; SPV E600; OpVer 20.118.15.755) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; HTC_Desire_500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "4.01" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Excalibur - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire 500 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-es; HTC/Explorer/1.41.161.3 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-at; HTC_Desire_500/1.17.112.2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser @@ -1286,19 +1303,36 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Explorer + model: Desire 500 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; HTC Explorer A310e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ch; HTC Desire 500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" + device: + type: smartphone + brand: HT + model: Desire 500 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ae; HTC_Desire_600_dual_sim Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser @@ -1306,19 +1340,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Explorer A310e + model: Desire 600 dual sim os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ch; HTC_Explorer_A310e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HTC Desire 601 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HT + model: Desire 601 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-hk; HTC_Desire_A8181 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.2" platform: "" client: type: browser @@ -1330,35 +1384,35 @@ device: type: smartphone brand: HT - model: Explorer A310e + model: Desire A8181 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; HTC Glacier Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; Desire_A8181 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.5" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone brand: HT - model: Glacier + model: Desire A8181 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC_Gratia_A6380 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; cs-sk; HTC Desire C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.0.3" platform: "" client: type: browser @@ -1366,19 +1420,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Gratia A6380 + model: Desire C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; HTC_H1000C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; HTC_Desire_C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -1390,11 +1444,11 @@ device: type: smartphone brand: HT - model: H1000C + model: Desire C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_H2000C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-de; HTC_Desire_C/2.00.111.3 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1410,31 +1464,31 @@ device: type: smartphone brand: HT - model: H2000C + model: Desire C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD_mini-orange-LS; Windows Phone 6.5.3.5) + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.3; fr-IE; HTC_Desire_C) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: - name: Windows Phone - short_name: WPH - version: "6.5.3.5" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" engine_version: "" device: type: smartphone brand: HT - model: HD mini-orange-LS - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire C + os_family: Android + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; cs-cz; NexusHD2 Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Desire_C_N/2.01.163.1 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1450,15 +1504,15 @@ device: type: smartphone brand: HT - model: HD2 + model: Desire C N os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; NexusHD2 Build/JZO54K; CyanogenMod-10.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Desire_C-orange-LS Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10.0.0" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser @@ -1470,15 +1524,15 @@ device: type: smartphone brand: HT - model: HD2 + model: Desire C-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; HTC HD2 Build/GRI40; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; HTC Desire HD 1.75.163.2 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "7" + name: Android + short_name: AND + version: "2.2.1" platform: "" client: type: browser @@ -1490,175 +1544,175 @@ device: type: smartphone brand: HT - model: HD2 + model: Desire HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Vodafone/1.0/HTC_HD2/3.14.163.3 (04666) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; Desire HD Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "2.3.7" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: HD2 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire HD + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD2_T8585; Windows Phone 6.5) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-tn; HTC_Desire_HD Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "6.5" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: HD2 T8585 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire HD + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) PPC; 480x800; HTC_HD2_T8585-Orange; OpVer 114.143.2.731 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HTC Desire HD Build/SVHD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink engine_version: "" device: type: smartphone brand: HT - model: HD2 T8585-Orange - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire HD + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD2_T8585-Orange; Windows Phone 6.5) + user_agent: Dalvik/1.4.0 (Linux; U; Android 2.3.5; HTC Desire HD A9191 Build/GRJ90) os: - name: Windows Phone - short_name: WPH - version: "6.5" + name: Android + short_name: AND + version: "2.3.5" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: HT - model: HD2 T8585-Orange - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire HD A9191 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; HD7) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; HTC Desire HD A9191 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "2.3.5" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: HD7 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire HD A9191 + os_family: Android + browser_family: Android Browser - - user_agent: 'UCWEB/2.0 (Linux; U; Adr 2.2.2; zh-CN; HTC HD7 LTE 4G+ For AT&T) U2/1.0.0 UCBrowser/9.5.1.381 U2/1.0.0 Mobile' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; tr-de; HTC Desire S Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.2.2" + version: "2.3.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.1.381" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: HD7 LTE + model: Desire S os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/ 7.0; WpsLondonTest; HTC; HD7 T9292) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Desire S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "7.0" - engine: Trident - engine_version: "3.1" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: HD7 T9292 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire S + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 8.0; Trident/5.0; IEMobile/9.0; WpsLondonTest; HTC; HD7 T9292) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; HTC Desire SV Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: HD7 T9292 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Desire SV + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 1.5; en-gb; HTC Hero Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-in; HTC_Desire_U_dual_sim Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "1.5" + version: "4.0.3" platform: "" client: type: browser @@ -1666,39 +1720,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "528.5" + engine_version: "534.30" device: type: smartphone brand: HT - model: Hero + model: Desire U dual sim os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; XV6975) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-pk; HTC Desire V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows - short_name: WIN - version: "XP" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Imagio - os_family: Windows - browser_family: Internet Explorer + model: Desire V + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sr-pl; HTC Incredible S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-; HTC_Desire_V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -1710,15 +1764,15 @@ device: type: smartphone brand: HT - model: Incredible S + model: Desire V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_IncredibleS_S710e Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; hu-hu; HTC Desire V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.0.3" platform: "" client: type: browser @@ -1726,15 +1780,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: IncredibleS S710e + model: Desire V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-gb; IncredibleS_S710e Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-kz; HTC Desire X Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1750,15 +1804,15 @@ device: type: smartphone brand: HT - model: IncredibleS S710e + model: Desire X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; HTC Legend 2.05.163.1 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-ch; HTC_Desire_X Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.1" + version: "4.1.1" platform: "" client: type: browser @@ -1766,19 +1820,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "534.30" device: type: smartphone brand: HT - model: Legend + model: Desire X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC Liberty Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-es; HTC_Desire_X-orange-LS/1.14.75.1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.0.4" platform: "" client: type: browser @@ -1786,19 +1840,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Liberty + model: Desire X-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; HTC Magic Build/DRC92) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; de-de; HTC_DesireHD Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "1.6" + version: "2.3.5" platform: "" client: type: browser @@ -1806,19 +1860,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "528.5" + engine_version: "533.1" device: type: smartphone brand: HT - model: Magic + model: DesireHD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; HTC Merge Build/GRJ22; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ar-qa; HTC_DesireHD_A9191 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "7" + name: Android + short_name: AND + version: "2.3.5" platform: "" client: type: browser @@ -1830,15 +1884,15 @@ device: type: smartphone brand: HT - model: Merge + model: DesireHD A9191 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; de-de; HTC_One/3.63.161.6 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; HTC_DesireHD_A9192 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.3.5" platform: "" client: type: browser @@ -1846,19 +1900,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One + model: DesireHD A9192 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; nl-nl; HTC_One Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC_DesireHD-orange-LS Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.2" platform: "" client: type: browser @@ -1866,56 +1920,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One + model: DesireHD-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; HTC One Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC/DesireS/1.32.163.1 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.3.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: One + model: DesireS os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTCONE Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" - platform: ARM + version: "2.3.3" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.1.24.941712" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: ONE + model: DesireS S510e os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; HTC One Build/KOT49H.H1) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC_DesireS-orange-LS Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.3" platform: "" client: type: browser @@ -1923,19 +1980,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: HT - model: One + model: DesireS-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-tw; HTC One 801e Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_DesireSV Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser @@ -1947,35 +2004,35 @@ device: type: smartphone brand: HT - model: One 801e + model: DesireSV os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HTC One dual sim Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; pl-pl; HTC_DesireZ_A7272 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: One dual sim + model: DesireZ A7272 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-fr; HTC One_M8 Build/KOT49H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16 + user_agent: Mozilla/5.0 (Linux; U; Android 1.0; en-us; HTC_Dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2 os: name: Android short_name: AND - version: "4.4.2" + version: "1.0" platform: "" client: type: browser @@ -1983,79 +2040,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.16" + engine_version: "525.10" device: type: smartphone brand: HT - model: One M8 + model: Dream os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; One M8 Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; ADR6300 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1.1" + version: "2.3.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: HT + model: Droid Incredible + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ar-eg; ADR6300 Build/GRJ22; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/533.1 + os: + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + version: "18.0.1025.133" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: One M8 + model: Droid Incredible os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 0PJA10 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; ADR6410LRA Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: One M9 + model: Droid Incredible 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 0PJA2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC/EVO_3D/3.28.163.1 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: One M9 + model: EVO 3D os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; HTC_One_mini Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HTC EVO 3D GSM Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.0.3" platform: "" client: type: browser @@ -2067,32 +2144,32 @@ device: type: smartphone brand: HT - model: One mini + model: EVO 3D GSM os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; HTC One mini Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Evo 3D GSM Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30HTC-Evo 3D GSM__weibo__4.2.6__android__android4.2.2 os: name: Android short_name: AND - version: "4.3" - platform: ARM + version: "4.2.2" + platform: "" client: type: mobile app - name: Google Search App - version: "3.3.11.1069658" + name: Sina Weibo + version: "4.2.6" device: type: smartphone brand: HT - model: One mini + model: Evo 3D GSM os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-ch; HTC_One_mini/3.10.161.6 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3.1; de-de; Evo 3D GSM Build/JLS36I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.2/shooteru os: - name: Android - short_name: AND - version: "4.4.2" + name: CyanogenMod + short_name: CYN + version: "10.2" platform: "" client: type: browser @@ -2104,11 +2181,11 @@ device: type: smartphone brand: HT - model: One mini + model: Evo 3D GSM os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-; HTC One S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-jo; HTC EVO 3D X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2124,15 +2201,15 @@ device: type: smartphone brand: HT - model: One S + model: EVO 3D X515m os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ro-ro; HTC One S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC EVO 3D X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -2144,35 +2221,35 @@ device: type: smartphone brand: HT - model: One S + model: EVO 3D X515m os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; HTC_One_S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC EVO 3D X515m Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Mobile Safari/537.36 OPR/15.0.1162.61541 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera Mobile + short_name: OM + version: "15.0.1162.61541" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: One S + model: EVO 3D X515m os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: HTC One S Linux/3.0.13 Android/4.1.1 Release/11.07.2012 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; PG86100 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -2184,15 +2261,15 @@ device: type: smartphone brand: HT - model: One S + model: Evo 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-gb; HTC_One_S/3.16.161.9 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; PC36100 Build/GRI40; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser @@ -2200,19 +2277,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One S + model: Evo 4G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; HTC One S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; EVO3D_X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -2224,15 +2301,15 @@ device: type: smartphone brand: HT - model: One S + model: EVO3D X515m os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-es; HTC_One_S-orange-LS Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-it; EVO3D_X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -2244,35 +2321,35 @@ device: type: smartphone brand: HT - model: One S-orange-LS + model: EVO3D X515m os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HTC One SV Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 320x240; SPV E600; OpVer 20.118.15.755) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Internet Explorer + short_name: IE + version: "4.01" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: One SV - os_family: Android - browser_family: Android Browser + model: Excalibur + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-; HTC One V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-es; HTC/Explorer/1.41.161.3 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.5" platform: "" client: type: browser @@ -2280,19 +2357,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One V + model: Explorer os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-th; HTC One V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; HTC Explorer A310e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.5" platform: "" client: type: browser @@ -2300,19 +2377,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One V + model: Explorer A310e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; nl-nl; HTC_One_V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ch; HTC_Explorer_A310e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.5" platform: "" client: type: browser @@ -2320,39 +2397,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One V + model: Explorer A310e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC One X Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; HTC Glacier Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.5.0.360" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One X + model: Glacier os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; HTC One X Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC_Gratia_A6380 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.2" platform: "" client: type: browser @@ -2360,15 +2437,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One X + model: Gratia A6380 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; PJ83100/2.20.502.7 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; HTC_H1000C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2384,15 +2461,15 @@ device: type: smartphone brand: HT - model: One X + model: H1000C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HTC_One_X Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_H2000C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -2404,55 +2481,35 @@ device: type: smartphone brand: HT - model: One X + model: H2000C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; nl-nl; HTC_One_X/4.17.161.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD_mini-orange-LS; Windows Phone 6.5.3.5) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "6.5.3.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Internet Explorer + short_name: IE + version: "6.0" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: One X - os_family: Android - browser_family: Android Browser + model: HD mini-orange-LS + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; One X Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; cs-cz; NexusHD2 Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HT - model: One X - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HTC One X Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.1.2/endeavoru - os: - name: CyanogenMod - short_name: CYN - version: "10.1.2" + version: "4.0.3" platform: "" client: type: browser @@ -2464,15 +2521,15 @@ device: type: smartphone brand: HT - model: One X + model: HD2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; bg-bg; HTC One X+ Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; NexusHD2 Build/JZO54K; CyanogenMod-10.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "10.0.0" platform: "" client: type: browser @@ -2484,15 +2541,15 @@ device: type: smartphone brand: HT - model: One X+ + model: HD2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; En-bg; X525a Build/JRO03C) AppleWebKit/534.30 (KHTML, Like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; HTC HD2 Build/GRI40; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.1.1" + name: CyanogenMod + short_name: CYN + version: "7" platform: "" client: type: browser @@ -2500,179 +2557,179 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: One X+ + model: HD2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-gb; HTC_One_XL Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) Vodafone/1.0/HTC_HD2/3.14.163.3 (04666) os: - name: Android - short_name: AND - version: "4.0.4" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: One XL - os_family: Android - browser_family: Android Browser + model: HD2 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; HTC One XL Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD2_T8585; Windows Phone 6.5) os: - name: Android - short_name: AND - version: "4.0.4" + name: Windows Phone + short_name: WPH + version: "6.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Internet Explorer + short_name: IE + version: "6.0" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: One XL - os_family: Android - browser_family: Android Browser + model: HD2 T8585 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HTC/One_XL/5.08.163.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) PPC; 480x800; HTC_HD2_T8585-Orange; OpVer 114.143.2.731 os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: One XL - os_family: Android - browser_family: Android Browser + model: HD2 T8585-Orange + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HTC_OneSV Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; HTC_HD2_T8585-Orange; Windows Phone 6.5) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "6.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Internet Explorer + short_name: IE + version: "6.0" + engine: Trident + engine_version: "" device: type: smartphone brand: HT - model: OneSV - os_family: Android - browser_family: Android Browser + model: HD2 T8585-Orange + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-sg; HTC_OneXplus Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; HD7) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone brand: HT - model: OneXplus - os_family: Android - browser_family: Android Browser + model: HD7 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; HTC Panache Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 'UCWEB/2.0 (Linux; U; Adr 2.2.2; zh-CN; HTC HD7 LTE 4G+ For AT&T) U2/1.0.0 UCBrowser/9.5.1.381 U2/1.0.0 Mobile' os: name: Android short_name: AND - version: "2.3.3" + version: "2.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "9.5.1.381" + engine: "" + engine_version: "" device: type: smartphone brand: HT - model: Panache + model: HD7 LTE os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-fr;HTC_PG09410/1.30.502.1 Build/HMJ15) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/ 7.0; WpsLondonTest; HTC; HD7 T9292) os: - name: Android - short_name: AND - version: "3.1" + name: Windows Phone + short_name: WPH + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Internet Explorer + short_name: IE + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone brand: HT - model: PG09410 - os_family: Android - browser_family: Android Browser + model: HD7 T9292 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_PH06130/1.23.502.1 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 8.0; Trident/5.0; IEMobile/9.0; WpsLondonTest; HTC; HD7 T9292) os: - name: Android - short_name: AND - version: "2.3.3" + name: Windows Phone + short_name: WPH + version: "8.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone brand: HT - model: PH06130 - os_family: Android - browser_family: Android Browser + model: HD7 T9292 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC_PN071-orange-LS/1.28.73.10 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 1.5; en-gb; HTC Hero Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "4.1.2" + version: "1.5" platform: "" client: type: browser @@ -2680,59 +2737,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "528.5" device: type: smartphone brand: HT - model: PN071-orange-LS + model: Hero os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar 4G) + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; XV6975) os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Windows + short_name: WIN + version: "XP" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" + name: Internet Explorer + short_name: IE + version: "6.0" engine: Trident - engine_version: "5.0" + engine_version: "" device: type: smartphone brand: HT - model: Radar 4G - os_family: Windows Mobile + model: Imagio + os_family: Windows browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar C110e) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sr-pl; HTC Incredible S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Radar C110e - os_family: Windows Mobile - browser_family: Internet Explorer + model: Incredible S + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-eg; HTC_Rhyme_S510b Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_IncredibleS_S710e Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "2.3.4" platform: "" client: type: browser @@ -2744,35 +2801,35 @@ device: type: smartphone brand: HT - model: Rhyme S510b + model: IncredibleS S710e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Rhyme S510b Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-gb; IncredibleS_S710e Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Rhyme S510b + model: IncredibleS S710e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-ca; HTC_Ruby Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; HTC Legend 2.05.163.1 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "4.0.3" + version: "2.1" platform: "" client: type: browser @@ -2780,39 +2837,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "530.17" device: type: smartphone brand: HT - model: Ruby + model: Legend os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTCS620;Smartphone;320x240 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; HTC Liberty Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.6" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HT - model: S620 - os_family: Windows Mobile - browser_family: Internet Explorer + model: Liberty + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-gb; HTC_Salsa_C510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; HTC Magic Build/DRC92) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "2.3.3" + version: "1.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "528.5" + device: + type: smartphone + brand: HT + model: Magic + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; HTC Merge Build/GRJ22; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: CyanogenMod + short_name: CYN + version: "7" platform: "" client: type: browser @@ -2824,35 +2901,35 @@ device: type: smartphone brand: HT - model: Salsa C510e + model: Merge os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Schubert) + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; de-de; HTC_One/3.63.161.6 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Schubert - os_family: Windows Mobile - browser_family: Internet Explorer + model: One + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HTC/Sensation/3.32.161.52 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; nl-nl; HTC_One Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.3" platform: "" client: type: browser @@ -2864,75 +2941,72 @@ device: type: smartphone brand: HT - model: Sensation + model: One os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; HTC One Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: HT - model: Sensation + model: One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; SensationXE_Beats_Z715e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTCONE Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm os: name: Android short_name: AND - version: "4.0.3" - platform: "" + version: "4.3" + platform: ARM client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Google Search App + version: "3.1.24.941712" device: type: smartphone brand: HT - model: Sensation XE Beats Z715e + model: ONE os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.4; en-US; HTC_Sensation_XE_with_Beats_Audio) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; HTC One Build/KOT49H.H1) os: name: Android short_name: AND - version: "2.3.4" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: HT - model: Sensation XE with Beats Audio + model: One os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-de; HTC Sensation XE with Beats Audio Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-tw; HTC One 801e Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser @@ -2944,35 +3018,35 @@ device: type: smartphone brand: HT - model: Sensation XE with Beats Audio + model: One 801e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation XE with Beats Audio Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HTC One dual sim Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: HT - model: Sensation XE with Beats Audio + model: One dual sim os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-au; HTC Sensation XE with Beats Audio Z715a Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-fr; HTC One_M8 Build/KOT49H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser @@ -2980,59 +3054,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.16" device: type: smartphone brand: HT - model: Sensation XE with Beats Audio Z715a + model: One M8 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; HTC Sensation XE with Beats Audio Z715e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; One M8 Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: Sensation XE with Beats Audio Z715e + model: One M8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation XE with Beats Audio Z715e Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; 0PJA10 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "30.0.1599.82" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone brand: HT - model: Sensation XE with Beats Audio Z715e + model: One M9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-eg; SensationXL_Beats_X315e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 0PJA2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HT + model: One M9 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; HTC_One_mini Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser @@ -3044,15 +3138,32 @@ device: type: smartphone brand: HT - model: Sensation XL Beats X315e + model: One mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-ch; HTC Sensation XL with Beats Audio X315e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; fr-fr; HTC One mini Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "4.0.3" + version: "4.3" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" + device: + type: smartphone + brand: HT + model: One mini + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; fr-ch; HTC_One_mini/3.10.161.6 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser @@ -3064,11 +3175,11 @@ device: type: smartphone brand: HT - model: Sensation XL with Beats Audio X315e + model: One mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC Sensation Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-; HTC One S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3084,15 +3195,15 @@ device: type: smartphone brand: HT - model: Sensation Z710e + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-gb; Sensation_Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ro-ro; HTC One S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -3104,15 +3215,15 @@ device: type: smartphone brand: HT - model: Sensation Z710e + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Sensation_Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; HTC_One_S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -3124,15 +3235,15 @@ device: type: smartphone brand: HT - model: Sensation Z710e + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_Sensation-orange-LS Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: HTC One S Linux/3.0.13 Android/4.1.1 Release/11.07.2012 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.1" platform: "" client: type: browser @@ -3140,19 +3251,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Sensation-orange-LS + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_SensationXE_Beats_Z715e Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-gb; HTC_One_S/3.16.161.9 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.1" platform: "" client: type: browser @@ -3160,19 +3271,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: SensationXE Beats Z715e + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; HTC_SensationXL_Beats-orange-LS Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; HTC One S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.1" platform: "" client: type: browser @@ -3180,55 +3291,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: SensationXL Beats-orange-LS + model: One S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) HTC_Snap_S510 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-es; HTC_One_S-orange-LS Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Snap S510 - os_family: Windows Mobile - browser_family: Internet Explorer + model: One S-orange-LS + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Spark) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HTC One SV Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Spark - os_family: Windows Mobile - browser_family: Internet Explorer + model: One SV + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_T120C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-; HTC One V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3244,11 +3355,11 @@ device: type: smartphone brand: HT - model: T120C + model: One V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_T327w Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-th; HTC One V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3264,11 +3375,11 @@ device: type: smartphone brand: HT - model: T327w + model: One V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-ca; HTC T328w Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; nl-nl; HTC_One_V Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3284,15 +3395,15 @@ device: type: smartphone brand: HT - model: T328w + model: One V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_T329w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC One X Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -3304,31 +3415,31 @@ device: type: smartphone brand: HT - model: T329w + model: One X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; HTC T528d Build/JRO03H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; HTC One X Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.2.404" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: T528d + model: One X os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_T528w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; PJ83100/2.20.502.7 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3344,15 +3455,15 @@ device: type: smartphone brand: HT - model: T528w + model: One X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ADR6400L 4G Build/GRJ22) AppleWebKit/533.1 (KHTML + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HTC_One_X Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.2.2" platform: "" client: type: browser @@ -3360,99 +3471,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: ThunderBolt + model: One X os_family: Android browser_family: Android Browser - - user_agent: HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; nl-nl; HTC_One_X/4.17.161.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.11" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Touch 3G T3232 - os_family: Windows Mobile - browser_family: Internet Explorer + model: One X + os_family: Android + browser_family: Android Browser - - user_agent: HTC_Touch2_T3333 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; One X Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink engine_version: "" device: type: smartphone brand: HT - model: Touch2 T3333 - os_family: Windows Mobile - browser_family: Internet Explorer + model: One X + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; 2PZC5 Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; HTC One X Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.1.2/endeavoru os: - name: Android - short_name: AND - version: "8.0.0" + name: CyanogenMod + short_name: CYN + version: "10.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: U11 + model: One X os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Velocity 4G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; bg-bg; HTC One X+ Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Velocity 4G + model: One X+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Velocity_4G_X710s Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; En-bg; X525a Build/JRO03C) AppleWebKit/534.30 (KHTML, Like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -3464,15 +3575,15 @@ device: type: smartphone brand: HT - model: Velocity 4G X710s + model: One X+ os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pl-pl; HTC Vision Build/GRI40; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-gb; HTC_One_XL Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser @@ -3480,19 +3591,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Vision + model: One XL os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; HTC-Vivo Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; HTC One XL Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.3" + version: "4.0.4" platform: "" client: type: browser @@ -3500,59 +3611,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Vivo + model: One XL os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HTC VLE_U Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; HTC/One_XL/5.08.163.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: VLE U + model: One XL os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Smartphone; 240x320; SPV E650; OpVer 22.114.2.733 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HTC_OneSV Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "6.12" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HT - model: Vox - os_family: Windows Mobile - browser_family: Internet Explorer + model: OneSV + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-es; HTC Wildfire 2.24.164.1 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-sg; HTC_OneXplus Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2.1" + version: "4.2.2" platform: "" client: type: browser @@ -3560,19 +3671,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: HT - model: Wildfire + model: OneXplus os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; HTC Wildfire Build/GRI40; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; HTC Panache Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "7" + name: Android + short_name: AND + version: "2.3.3" platform: "" client: type: browser @@ -3584,15 +3695,15 @@ device: type: smartphone brand: HT - model: Wildfire + model: Panache os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-sg; HTC_Wildfire_A3333 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-fr;HTC_PG09410/1.30.502.1 Build/HMJ15) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "2.2.1" + version: "3.1" platform: "" client: type: browser @@ -3600,15 +3711,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.13" device: type: smartphone brand: HT - model: Wildfire A3333 + model: PG09410 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC Wildfire S A510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_PH06130/1.23.502.1 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -3624,15 +3735,15 @@ device: type: smartphone brand: HT - model: Wildfire S A510e + model: PH06130 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Wildfire S A510e Build/ASN0020121128; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC_PN071-orange-LS/1.28.73.10 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser @@ -3644,55 +3755,55 @@ device: type: smartphone brand: HT - model: Wildfire S A510e + model: PN071-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S by HTC) + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar 4G) os: name: Windows Phone short_name: WPH - version: "8.0" - platform: ARM + version: "7.5" + platform: "" client: type: browser name: IE Mobile short_name: IM - version: "10.0" + version: "9.0" engine: Trident - engine_version: "6.0" + engine_version: "5.0" device: type: smartphone brand: HT - model: Windows Phone 8S by HTC + model: Radar 4G os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8X by HTC) + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Radar C110e) os: name: Windows Phone short_name: WPH - version: "8.0" - platform: ARM + version: "7.5" + platform: "" client: type: browser name: IE Mobile short_name: IM - version: "10.0" + version: "9.0" engine: Trident - engine_version: "6.0" + engine_version: "5.0" device: type: smartphone brand: HT - model: Windows Phone 8X by HTC + model: Radar C110e os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_X515C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-eg; HTC_Rhyme_S510b Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.5" platform: "" client: type: browser @@ -3700,35 +3811,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: HT - model: X515C + model: Rhyme S510b os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; HTC_X515E Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Rhyme S510b Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone brand: HT - model: X515E + model: Rhyme S510b os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; HTC X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-ca; HTC_Ruby Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3744,71 +3855,71 @@ device: type: smartphone brand: HT - model: X515m + model: Ruby os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; 4Afrika) + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) HTCS620;Smartphone;320x240 os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM + name: Windows CE + short_name: WCE + version: "" + platform: "" client: type: browser name: IE Mobile short_name: IM - version: "10.0" + version: "7.6" engine: Trident - engine_version: "6.0" + engine_version: "" device: type: smartphone - brand: HU - model: 4Afrika + brand: HT + model: S620 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 9; POT-AL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-gb; HTC_Salsa_C510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: 9S + brand: HT + model: Salsa C510e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; POT-TL00a Build/HUAWEIPOT-TL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 OPR/46.1.2246.127339 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Schubert) os: - name: Android - short_name: AND - version: "9" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "46.1.2246.127339" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: HU - model: 9S - os_family: Android - browser_family: Opera + brand: HT + model: Schubert + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; U9500 Build/HuaweiU9500) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HTC/Sensation/3.32.161.52 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -3816,283 +3927,283 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend D1 + brand: HT + model: Sensation os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; U8818 Build/HuaweiU8818) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: HU - model: Ascend G300 + brand: HT + model: Sensation os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; G527-U081) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; SensationXE_Beats_Z715e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend G527 + brand: HT + model: Sensation XE Beats Z715e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G620S-L01 Build/HuaweiG620S-L01C150B265) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.76 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.4; en-US; HTC_Sensation_XE_with_Beats_Audio) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.76" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: HU - model: Ascend G620S + brand: HT + model: Sensation XE with Beats Audio os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G620S-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-de; HTC Sensation XE with Beats Audio Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend G620S + brand: HT + model: Sensation XE with Beats Audio os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; G630-U251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation XE with Beats Audio Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Ascend G630 + brand: HT + model: Sensation XE with Beats Audio os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; U9200 Build/HuaweiU9200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-au; HTC Sensation XE with Beats Audio Z715a Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "37.0.2062.117" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend P1 + brand: HT + model: Sensation XE with Beats Audio Z715a os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; H1711) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; HTC Sensation XE with Beats Audio Z715e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend XT2 + brand: HT + model: Sensation XE with Beats Audio Z715e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Sensation XE with Beats Audio Z715e Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "30.0.1599.82" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation XE with Beats Audio Z715e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-eg; SensationXL_Beats_X315e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation XL Beats X315e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-ch; HTC Sensation XL with Beats Audio X315e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation XL with Beats Audio X315e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-tw; HTC Sensation Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation Z710e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U43) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-gb; Sensation_Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation Z710e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U53) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Sensation_Z710e Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Ascend Y221 + brand: HT + model: Sensation Z710e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.2.2; zh-cn; HW-HUAWEI_C8500S/C8500SV100R001C92B627SP01; 240*320; CTC/2.0) AppleWebKit/533.1 Mobile Safari/533.1' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_Sensation-orange-LS Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.2.2" + version: "2.3.4" platform: "" client: type: browser @@ -4103,36 +4214,36 @@ engine_version: "533.1" device: type: smartphone - brand: HU - model: C8500S + brand: HT + model: Sensation-orange-LS os_family: Android browser_family: Android Browser - - user_agent: MQQBrowser/25/Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; HUAWEI C8812 Build/HuaweiC8812) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC_SensationXE_Beats_Z715e Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "25" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: HU - model: C8812 + brand: HT + model: SensationXE Beats Z715e os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; HW-HUAWEI_C8813/C8813V100R001C92B169; 480*854; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; HTC_SensationXL_Beats-orange-LS Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.5" platform: "" client: type: browser @@ -4140,39 +4251,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: HU - model: C8813 + brand: HT + model: SensationXL Beats-orange-LS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; HUAWEI C8813Q Build/HuaweiC8813Q) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.2.365 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) HTC_Snap_S510 os: - name: Android - short_name: AND - version: "4.1.2" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.2.365" - engine: WebKit - engine_version: "533.1" + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" device: type: smartphone - brand: HU - model: C8813Q - os_family: Android - browser_family: Unknown + brand: HT + model: Snap S510 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HW-HUAWEI_C8815/C8815V100R001C92B130; 540*960; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HTC; Spark) + os: + name: Windows Phone + short_name: WPH + version: "7.5" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" + device: + type: smartphone + brand: HT + model: Spark + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_T120C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser @@ -4183,232 +4314,172 @@ engine_version: "534.30" device: type: smartphone - brand: HU - model: C8815 + brand: HT + model: T120C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_T327w Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Enjoy 5S + brand: HT + model: T327w os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-ca; HTC T328w Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Enjoy 5S + brand: HT + model: T328w os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_T329w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Enjoy 5S + brand: HT + model: T329w os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NCE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; HTC T528d Build/JRO03H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.2.404" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: Enjoy 6 + brand: HT + model: T528d os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NCE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; HTC_T528w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Enjoy 6 + brand: HT + model: T528w os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ADR6400L 4G Build/GRJ22) AppleWebKit/533.1 (KHTML os: name: Android short_name: AND - version: "6.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: Enjoy 6S + brand: HT + model: ThunderBolt os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) os: - name: Android - short_name: AND - version: "6.0" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: IE Mobile + short_name: IM + version: "7.11" + engine: Trident engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 6S - os_family: Android - browser_family: Chrome + brand: HT + model: Touch 3G T3232 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: HTC_Touch2_T3333 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: Enjoy 7 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: Enjoy 7 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.0.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: Enjoy 7S - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 YaBrowser/19.3.2.347.00 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.0.0" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.3.2.347.00" - engine: Blink + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 7S - os_family: Android - browser_family: Unknown + brand: HT + model: Touch2 T3333 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; 2PZC5 Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4416,569 +4487,483 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 8 + brand: HT + model: U11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HTC Velocity 4G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 8 + brand: HT + model: Velocity 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-TL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; HTC_Velocity_4G_X710s Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: Enjoy 8 + brand: HT + model: Velocity 4G X710s os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pl-pl; HTC Vision Build/GRI40; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "8.0.0" + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: Enjoy 8e + brand: HT + model: Vision os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; HTC-Vivo Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: Enjoy 8e + brand: HT + model: Vivo os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9.0; MRD-TL00 Build/HUAWEIMRD-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HTC VLE_U Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 9e + brand: HT + model: VLE U os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MRD-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12) Smartphone; 240x320; SPV E650; OpVer 22.114.2.733 os: - name: Android - short_name: AND - version: "9" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: IE Mobile + short_name: IM + version: "6.12" + engine: Trident engine_version: "" device: type: smartphone - brand: HU - model: Enjoy 9e - os_family: Android - browser_family: Chrome + brand: HT + model: Vox + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; U8665 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-es; HTC Wildfire 2.24.164.1 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "27.0.1453.90" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: HU - model: Fusion 2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: G Play - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: HU - model: G Play + brand: HT + model: Wildfire os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; HTC Wildfire Build/GRI40; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4.2" + name: CyanogenMod + short_name: CYN + version: "7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: G Play + brand: HT + model: Wildfire os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; en-sg; HTC_Wildfire_A3333 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: G Play Mini + brand: HT + model: Wildfire A3333 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; HTC Wildfire S A510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.96" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: HU - model: G Play Mini + brand: HT + model: Wildfire S A510e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Wildfire S A510e Build/ASN0020121128; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.4.2" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.96" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: G Play Mini - os_family: Android - browser_family: Chrome -- - user_agent: Huawei/1.0/0HuaweiG2800/WAP2.0/Obigo-Browser/Q03C MMS/Obigo-MMS/1.2 - os: [ ] - client: - type: browser - name: Obigo - short_name: OB + name: Android Browser + short_name: AN version: "" - engine: "" - engine_version: "" - device: - type: smartphone - brand: HU - model: G2800 - os_family: Unknown - browser_family: Unknown -- - user_agent: MQQBrowser/3.4/Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; HUAWEI G510-0010 Build/HuaweiG510-0010) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ - version: "3.4" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: HU - model: G510-0010 + brand: HT + model: Wildfire S A510e os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; HuaweiG510-0100 Build/HuaweiG510-0100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8S by HTC) os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: HU - model: G510-0100 - os_family: Android - browser_family: Chrome + brand: HT + model: Windows Phone 8S by HTC + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; HUAWEI G525-U00 Build/HuaweiG525-U00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HTC; Windows Phone 8X by HTC) os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: HU - model: G525-U00 - os_family: Android - browser_family: Android Browser -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HUAWEI G610-C00 Build/HuaweiG610-C00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/0_0.4_diordna_0_0/LUN_61_0.0_LUN/7300001a/EEB27C92151A0822DA4BE5D066926039%7CA95B2008/1' - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "0" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: HU - model: G610-C00 - os_family: Android - browser_family: Unknown + brand: HT + model: Windows Phone 8X by HTC + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla 5.0 (Linux; U; Android 4.1.2; en-us; HUAWEI G610-C00 Build HuaweiG610-C00) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_X515C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser - name: UC Browser - short_name: UC + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "534.31" + engine_version: "534.30" device: type: smartphone - brand: HU - model: G610-C00 + brand: HT + model: X515C os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; HUAWEI G610-U00 Build/HuaweiG610-U00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 OneBrowser/4.1.2 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; HTC_X515E Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.1" + version: "2.3.6" platform: "" client: type: browser - name: ONE Browser - short_name: OE - version: "4.1.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: HU - model: G610-U00 + brand: HT + model: X515E os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G621-TL00M Build/HonorG621-TL00M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; HTC X515m Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: HU - model: G621 + brand: HT + model: X515m os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G621-TL00 Build/HonorG621-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/6.0.2.56_r958800.520 NetType/cmnet + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; 4Afrika) os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: - type: mobile app - name: WeChat - version: "6.0.2.56.r958800.520" + type: browser + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone brand: HU - model: G621 - os_family: Android - browser_family: Unknown + model: 4Afrika + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 9; POT-AL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" client: type: browser - name: Obigo - short_name: OB - version: "Q03C" - engine: "" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink engine_version: "" device: type: smartphone brand: HU - model: G6310 - os_family: Unknown - browser_family: Unknown + model: 9S + os_family: Android + browser_family: Chrome - - user_agent: 'Huawei/1.0/HUAWEI-G6609 Browser/Opera MMS/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi/4000; U; fr-FR) Presto/2.5.28 Version/10.10' + user_agent: Mozilla/5.0 (Linux; Android 9; POT-TL00a Build/HUAWEIPOT-TL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 OPR/46.1.2246.127339 os: - name: MTK / Nucleus - short_name: MTK - version: "" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser name: Opera Mobile short_name: OM - version: "10.10" - engine: Presto - engine_version: "2.5.28" + version: "46.1.2246.127339" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: G6609 - os_family: Real-time OS + model: 9S + os_family: Android browser_family: Opera - - user_agent: HUAWEI_G6800 (MRE2.3.00(25600) resolution240320 chipsetMT6255 touch1 tpannel1 camera gsensor keyboardqwerty) MAUI/MAUI.11B.W12.12.MP.V2 Release/31.12.2010 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; U9500 Build/HuaweiU9500) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: - name: MTK / Nucleus - short_name: MTK - version: "" + name: Android + short_name: AND + version: "4.0.3" platform: "" client: type: browser - name: Opera - short_name: OP - version: "9.80" - engine: Presto - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: G6800 - os_family: Real-time OS - browser_family: Opera + model: Ascend D1 + os_family: Android + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; U8818 Build/HuaweiU8818) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: GR3 (2017) + model: Ascend G300 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; G527-U081) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: GR3 (2017) + model: Ascend G527 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLL-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G620S-L01 Build/HuaweiG620S-L01C150B265) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.96" + version: "47.0.2526.76" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: GR5 (2017) + model: Ascend G620S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RIO-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G620S-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser @@ -4990,95 +4975,75 @@ device: type: smartphone brand: HU - model: GX8 + model: Ascend G620S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Huawei-H867G Build/HuaweiH867G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; G630-U251) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: H867G + model: Ascend G630 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI H881C Build/HuaweiH881C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; U9200 Build/HuaweiU9200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "37.0.2062.117" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: H881C + model: Ascend P1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Huawei; H883G; HuaweiH883G) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: HU - model: H883G - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; U8860 Build/HuaweiU8860) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; H1711) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor + model: Ascend XT2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser @@ -5090,195 +5055,195 @@ device: type: smartphone brand: HU - model: Honor 10 + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HRY-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 10 Lite + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HRY-LX1MEB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 10 Lite + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HUAWEI U9508 Build/HuaweiU9508) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 2 + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; YAL-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U43) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 20 + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; YAL-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Y221-U53) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.67" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 20 + model: Ascend Y221 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; YAL-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.2.2; zh-cn; HW-HUAWEI_C8500S/C8500SV100R001C92B627SP01; 240*320; CTC/2.0) AppleWebKit/533.1 Mobile Safari/533.1' os: name: Android short_name: AND - version: "9" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Honor 20 Pro + model: C8500S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; H30-U10 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: MQQBrowser/25/Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; HUAWEI C8812 Build/HuaweiC8812) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "25" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 3C + model: C8812 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; H30-T00 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; HW-HUAWEI_C8813/C8813V100R001C92B169; 480*854; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 3C + model: C8813 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; H30-T10) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-CN; HUAWEI C8813Q Build/HuaweiC8813Q) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.2.365 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.6.2.404" - engine: "" - engine_version: "" + version: "9.4.2.365" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Honor 3C + model: C8813Q os_family: Android browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HW-H30-C00/H30-C00V100R001C92B180; 1280*720; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HW-HUAWEI_C8815/C8815V100R001C92B130; 540*960; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.3" + version: "4.1.2" platform: "" client: type: browser @@ -5290,1641 +5255,1722 @@ device: type: smartphone brand: HU - model: Honor 3C + model: C8815 os_family: Android browser_family: Android Browser - - user_agent: HONOR_H30-L01M_TD/5.0 Android/4.4.2 (Linux; U; Android 4.4.2; zh-cn) Release/07.10.2014 Browser/WAP2.0 (AppleWebKit/537.36) Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; STK-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 3C + model: Enjoy 10 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HONOR H30-L01M Build/HonorH30-L01M) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.0.1 (Baidu; P1 4.4.2) + user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.0.1" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 3C + model: Enjoy 5S os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HONOR H30-L02 Build/HonorH30-L02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 3C + model: Enjoy 5S os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HONOR H30-L01 Build/HonorH30-L01) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; Android 6.0; TAG-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.74.r1098891.543" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 3C + model: Enjoy 5S os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-cn; SCL-TL00H Build/HonorSCL-TL00H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.3 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NCE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.3" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4A + model: Enjoy 6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-CN; SCL-CL00 Build/HonorSCL-CL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NCE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4A + model: Enjoy 6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Enjoy 6S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Enjoy 6S + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Enjoy 7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-cn; SCL-AL00 Build/HonorSCL-AL00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.51_rdf8da56.600 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.4.51.rdf8da56.600" + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4A + model: Enjoy 7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; CHM-U01 Build/HonorCHM-U01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4C + model: Enjoy 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Che2-TL00M Build/HonorChe2-TL00M) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/6.1.1.0 (Baidu; P1 4.4.2) + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 YaBrowser/19.3.2.347.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "6.1.1.0" - engine: WebKit - engine_version: "534.24" + name: Yandex Browser + short_name: YA + version: "19.3.2.347.00" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 7S os_family: Android - browser_family: Baidu + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Che2-L11 Build/HonorChe2-L11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHE2-L12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Che2-UL00 Build/HonorChe2-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-TL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; Che2-TL00 Build/HonorChe2-TL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.1.597 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.1.597" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 8e os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; CHE-TL00H Build/HonorCHE-TL00H) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 8e os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Che2-TL00H Build/HonorChe2-TL00H) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 9.0; MRD-TL00 Build/HUAWEIMRD-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 9e os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; HW-Che1-CL10 Build/Che1-CL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MRD-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.3" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: Enjoy 9e os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Che1-CL10 Build/Che1-CL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; U8665 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.2.559" + name: Chrome Mobile + short_name: CM + version: "27.0.1453.90" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 4X + model: Fusion 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Che1-CL20 Build/Che1-CL20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.576 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.1.576" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: G Play os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Che1-L04 Build/Che1-L04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: G Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Che2-L23 Build/HonorChe2-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; G735-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 4X + model: G Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-AL00 Build/HONORCAM-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.0.0" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5A + model: G Play Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-TL00 Build/HONORCAM-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5A + model: G Play Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-TL00H Build/HONORCAM-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHC-U23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5A + model: G Play Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Huawei/1.0/0HuaweiG2800/WAP2.0/Obigo-Browser/Q03C MMS/Obigo-MMS/1.2 + os: [ ] + client: + type: browser + name: Obigo + short_name: OB + version: "" + engine: "" + engine_version: "" + device: + type: smartphone + brand: HU + model: G2800 + os_family: Unknown + browser_family: Unknown +- + user_agent: MQQBrowser/3.4/Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; HUAWEI G510-0010 Build/HuaweiG510-0010) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "3.4" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: HU + model: G510-0010 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; HuaweiG510-0100 Build/HuaweiG510-0100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5C + model: G510-0100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-AL10 Build/HONORNEM-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; HUAWEI G525-U00 Build/HuaweiG525-U00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 5C + model: G525-U00 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-UL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HUAWEI G610-C00 Build/HuaweiG610-C00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/0_0.4_diordna_0_0/LUN_61_0.0_LUN/7300001a/EEB27C92151A0822DA4BE5D066926039%7CA95B2008/1' os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "0" device: type: smartphone brand: HU - model: Honor 5C + model: G610-C00 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla 5.0 (Linux; U; Android 4.1.2; en-us; HUAWEI G610-C00 Build HuaweiG610-C00) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "534.31" device: type: smartphone brand: HU - model: Honor 5C + model: G610-C00 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-TL00H Build/HONORNEM-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; HUAWEI G610-U00 Build/HuaweiG610-U00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 OneBrowser/4.1.2 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: ONE Browser + short_name: OE + version: "4.1.2" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Honor 5C Dual SIM + model: G610-U00 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NEM-L22 Build/HONORNEM-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G621-TL00M Build/HonorG621-TL00M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "58.0.3029.83" + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5C Dual SIM + model: G621 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KIW-L22 Build/HONORKIW-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; G621-TL00 Build/HonorG621-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/6.0.2.56_r958800.520 NetType/cmnet os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.0.2.56.r958800.520" device: type: smartphone brand: HU - model: Honor 5X + model: G621 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KIW-L24 Build/HONORKIW-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" + user_agent: Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink + name: Obigo + short_name: OB + version: "Q03C" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Honor 5X - os_family: Android - browser_family: Chrome + model: G6310 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-CL00 Build/HONORKIW-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: 'Huawei/1.0/HUAWEI-G6609 Browser/Opera MMS/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi/4000; U; fr-FR) Presto/2.5.28 Version/10.10' os: - name: Android - short_name: AND - version: "6.0.1" + name: MTK / Nucleus + short_name: MTK + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "37.0.0.0" - engine: Blink - engine_version: "" + name: Opera Mobile + short_name: OM + version: "10.10" + engine: Presto + engine_version: "2.5.28" device: type: smartphone brand: HU - model: Honor 5X - os_family: Android - browser_family: Chrome + model: G6609 + os_family: Real-time OS + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-L21 Build/HONORKIW-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: HUAWEI_G6800 (MRE2.3.00(25600) resolution240320 chipsetMT6255 touch1 tpannel1 camera gsensor keyboardqwerty) MAUI/MAUI.11B.W12.12.MP.V2 Release/31.12.2010 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; os: - name: Android - short_name: AND - version: "6.0.1" + name: MTK / Nucleus + short_name: MTK + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink + name: Opera + short_name: OP + version: "9.80" + engine: Presto engine_version: "" device: type: smartphone brand: HU - model: Honor 5X - os_family: Android - browser_family: Chrome + model: G6800 + os_family: Real-time OS + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-AL10 Build/HONORKIW-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5X + model: GR3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-UL00 Build/HONORKIW-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5X + model: GR3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLL-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 5X + model: GR5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; KIW-TL00H Build/HONORKIW-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.7.0.953 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RIO-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.7.0.953" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 5X + model: GX8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L01 Build/HDH60-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Huawei-H867G Build/HuaweiH867G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6 + model: H867G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L03 Build/HDH60-L03) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI H881C Build/HuaweiH881C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: HU - model: Honor 6 + model: H881C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L11 Build/HDH60-L11) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Huawei; H883G; HuaweiH883G) os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone brand: HU - model: Honor 6 - os_family: Android - browser_family: Chrome + model: H883G + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L02) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 baidubrowser/5.3.4.0 (Baidu; P1 4.3.1) tieba/6.7.2 BMW + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; U8860 Build/HuaweiU8860) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: - type: mobile app - name: tieba - version: "6.7.2" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 6 + model: Honor os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; H60-L04) U2/1.0.0 UCBrowser/9.3.1.476 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.3.1.476" - engine: "" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6 + model: Honor 10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L12 Build/HDH60-L12) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_TW + user_agent: Mozilla/5.0 (Linux; Android 9; HRY-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 6 + model: Honor 10 Lite os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-TL10 Build/HONORMYA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HRY-LX1MEB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6 Play + model: Honor 10 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; arm; Android 6.0; PE-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; HUAWEI U9508 Build/HuaweiU9508) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" - platform: ARM + version: "4.2.2" + platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.7.2.90.00" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6 Plus + model: Honor 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-AL10 Build/HONORDLI-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.138 Mobile Safari/537.36 T7/7.4 baiduboxapp/8.1 (Baidu; P1 7.0) + user_agent: Mozilla/5.0 (Linux; Android 9; YAL-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: - type: mobile app - name: Baidu Box App - version: "8.1" + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 6A + model: Honor 20 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0(Linux; Android 7.0; DLI-L42 Build/HONORDLI-L42)AppleWebKit/537.36(KHTML, like Gecko)Chrome/61.0.3163.98MobileSafari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; YAL-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "61.0.3163.98" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.67" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6A + model: Honor 20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-TL20 Build/HONORDLI-TL20; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 YandexSearch/7.20 + user_agent: Mozilla/5.0 (Linux; Android 9; YAL-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6A + model: Honor 20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-L22 Build/HONORDLI-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; YAL-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "61.0.3163.98" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6A + model: Honor 20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L21HN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Opera Mobile + short_name: OM + version: "55.1.2719.50626" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6C + model: Honor 20S os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-L22 Build/HUAWEIJMM-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; H30-U10 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 6C Pro + model: Honor 3C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; BLN-TL10 Build/HONORBLN-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; H30-T00 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.2.0.535" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L22 Build/HONORBLN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; H30-T10) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink + name: UC Browser + short_name: UC + version: "9.6.2.404" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-TL00 Build/HONORBLN-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; HW-H30-C00/H30-C00V100R001C92B180; 1280*720; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.107" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L21 Build/HONORBLN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: HONOR_H30-L01M_TD/5.0 Android/4.4.2 (Linux; U; Android 4.4.2; zh-cn) Release/07.10.2014 Browser/WAP2.0 (AppleWebKit/537.36) Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L24 Build/HONORBLN-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HONOR H30-L01M Build/HonorH30-L01M) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.0.1 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.0.1" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-AL20 Build/HONORBLN-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HONOR H30-L02 Build/HonorH30-L02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-AL30 Build/HONORBLN-AL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; HONOR H30-L01 Build/HonorH30-L01) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.1.0.74.r1098891.543" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0;ru-by; BLN-AL40 Build/HONORBLN-AL40) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-cn; SCL-TL00H Build/HonorSCL-TL00H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.3 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1.1" platform: "" client: type: browser name: QQ Browser short_name: QQ - version: "8.1" + version: "5.3" engine: WebKit engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 6X + model: Honor 4A os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; HW-PLK-CL00 Build/HONORPLK-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-CN; SCL-CL00 Build/HonorSCL-CL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 7 + model: Honor 4A os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; PLK-UL00 Build/HONORPLK-UL00) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 5.0.2) + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-cn; SCL-AL00 Build/HonorSCL-AL00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.51_rdf8da56.600 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "5.0.2" + version: "5.1.1" platform: "" client: type: mobile app - name: Baidu Box App - version: "6.7" + name: WeChat + version: "6.2.4.51.rdf8da56.600" device: type: smartphone brand: HU - model: Honor 7 + model: Honor 4A os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-L01 Build/HONORPLK-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; CHM-U01 Build/HonorCHM-U01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7 + model: Honor 4C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-TL00 Build/HONORPLK-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Che2-TL00M Build/HonorChe2-TL00M) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/6.1.1.0 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" - engine: Blink - engine_version: "" + name: Baidu Browser + short_name: BD + version: "6.1.1.0" + engine: WebKit + engine_version: "534.24" device: type: smartphone brand: HU - model: Honor 7 + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-TL01H Build/HONORPLK-TL01H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Che2-L11 Build/HonorChe2-L11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7 + model: Honor 4X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; PLK-AL10 Build/HONORPLK-AL10) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_r13c59e9.581 NetType/cmnet Language/zh_CN - os: - name: Android - short_name: AND - version: "5.0.2" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.2.2.54.r13c59e9.581" - device: - type: smartphone - brand: HU - model: Honor 7 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-L21 Build/HONORNEM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CHE2-L12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7 Lite + model: Honor 4X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-TL20 Build/HONORAUM-TL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Che2-UL00 Build/HonorChe2-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7A + model: Honor 4X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-L33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; Che2-TL00 Build/HonorChe2-TL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.1.597 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.5.1.597" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 7A + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-AL20 Build/HONORAUM-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; CHE-TL00H Build/HonorCHE-TL00H) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone brand: HU - model: Honor 7A + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0;ru-ua; AUM-AL00 Build/HONORAUM-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Che2-TL00H Build/HonorChe2-TL00H) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: - type: browser - name: QQ Browser - short_name: QQ - version: "8.1" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone brand: HU - model: Honor 7A + model: Honor 4X os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LND-L29 Build/HONORLND-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; HW-Che1-CL10 Build/Che1-CL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 7C + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 8.0.0; LND-TL40 Build/HONORLND-TL40 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Che1-CL10 Build/Che1-CL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.3.2.559" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 7C + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; Che1-CL20 Build/Che1-CL20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.1.576 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.4.1.576" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Honor 7C + model: Honor 4X os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; LND-AL30 Build/HONORLND-AL30) AppleWebKit/537.36 (KHTML, like Gecko) MQQBrowser/7.3 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Che1-L04 Build/Che1-L04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "7.3" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 7C + model: Honor 4X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ATH-AL00 Build/HONORATH-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Che2-L23 Build/HonorChe2-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7i + model: Honor 4X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; ru-ru; ATH-UL00) Build/HONORATH-UL00 AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-AL00 Build/HONORCAM-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "37.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 7i + model: Honor 5A os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; ru-ua; ATH-TL00H) Build/HONORATH-TL00H AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-TL00 Build/HONORCAM-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 7i + model: Honor 5A os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-L22 Build/HONORDUA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-TL00H Build/HONORCAM-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7S + model: Honor 5A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7S + model: Honor 5C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-AL10 Build/HONORNEM-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7S + model: Honor 5C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-AL10 Build/HONORBND-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-UL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L31 Build/HONORBND-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-TL00H Build/HONORNEM-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5C Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L24 Build/HONORBND-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NEM-L22 Build/HONORNEM-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6932,339 +6978,313 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5C Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-TL10 Build/HONORBND-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KIW-L22 Build/HONORKIW-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-AL00 Build/HONORBND-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KIW-L24 Build/HONORKIW-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 7X + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; FRD-L04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-CL00 Build/HONORKIW-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-L21 Build/HONORKIW-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-AL10 Build/HONORKIW-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-UL00 Build/HONORKIW-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L19) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KIW-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; zh-cn; FRD-AL00 Build/HUAWEIFRD-AL00) AppleWebKit/537.36 (KHTML, like Gecko) MQQBrowser/7.3 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; KIW-TL00H Build/HONORKIW-TL00H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.7.0.953 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "7.3" + name: UC Browser + short_name: UC + version: "11.7.0.953" engine: WebKit engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 5X os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FRD-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HW-H60-J1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "78.0.3904.90" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FRD-DL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L01 Build/HDH60-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 + model: Honor 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-AL00X Build/HONORPRA-AL00X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L03 Build/HDH60-L03) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 Lite + model: Honor 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-AL00 Build/HONORPRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L11 Build/HDH60-L11) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 Lite + model: Honor 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; PRA-TL10 Build/HONORPRA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.465.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L02) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 baidubrowser/5.3.4.0 (Baidu; P1 4.3.1) tieba/6.7.2 BMW os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: - type: browser - name: Yandex Browser - short_name: YA - version: "17.11.0.465.00" - engine: Blink - engine_version: "" + type: mobile app + name: tieba + version: "6.7.2" device: type: smartphone brand: HU - model: Honor 8 Lite + model: Honor 6 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DUK-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: Honor 8 Pro - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; DUK-TL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; H60-L04) U2/1.0.0 UCBrowser/9.3.1.476 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink + name: UC Browser + short_name: UC + version: "9.3.1.476" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Honor 8 Pro + model: Honor 6 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VEN-L22 Build/HONORVEN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; H60-L12 Build/HDH60-L12) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_TW os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone brand: HU - model: Honor 8 Smart + model: Honor 6 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VEN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-TL10 Build/HONORMYA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7274,531 +7294,528 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8 Smart + model: Honor 6 Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JAT-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PE-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8A + model: Honor 6 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 OPR/53.0.2551.140375 + user_agent: Mozilla/5.0 (Linux; arm; Android 6.0; PE-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" - platform: "" + version: "6.0" + platform: ARM client: type: browser - name: Opera Mobile - short_name: OM - version: "53.0.2551.140375" + name: Yandex Browser + short_name: YA + version: "19.7.2.90.00" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8A + model: Honor 6 Plus os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-AL10 Build/HONORDLI-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.138 Mobile Safari/537.36 T7/7.4 baiduboxapp/8.1 (Baidu; P1 7.0) os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "8.1" device: type: smartphone brand: HU - model: Honor 8A Pro + model: Honor 6A os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0(Linux; Android 7.0; DLI-L42 Build/HONORDLI-L42)AppleWebKit/537.36(KHTML, like Gecko)Chrome/61.0.3163.98MobileSafari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Chrome + short_name: CH + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8C + model: Honor 6A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-AL10 Build/HONORBKK-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-TL20 Build/HONORDLI-TL20; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 YandexSearch/7.20 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "71.0.3578.83" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8C + model: Honor 6A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-L21 Build/HONORBKK-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; DLI-L22 Build/HONORDLI-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "71.0.3578.83" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8C + model: Honor 6A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-L22 Build/HONORBKK-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L21HN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.83" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8C + model: Honor 6C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-LX2 Build/HONORBKK-LX2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-L22 Build/HUAWEIJMM-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.83" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8C + model: Honor 6C Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; KSA-LX9 Build/HONORKSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/52.4.2517.140781 + user_agent: Mozilla/5.0 (Linux; Android 6.0; BLN-TL10 Build/HONORBLN-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "52.4.2517.140781" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8S + model: Honor 6X os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L22 Build/HONORBLN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.4.349.00" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8S + model: Honor 6X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L21 Build/HONORJSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-TL00 Build/HONORBLN-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L42 Build/HONORJSN-L42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L21 Build/HONORBLN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-L24 Build/HONORBLN-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-AL20 Build/HONORBLN-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JSN-AL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLN-AL30 Build/HONORBLN-AL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JSN-AL00 Build/HONORJSN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.3.2461.138727 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0;ru-by; BLN-AL40 Build/HONORBLN-AL40) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "51.3.2461.138727" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "8.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 8X + model: Honor 6X os_family: Android - browser_family: Opera + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; HW-PLK-CL00 Build/HONORPLK-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 8X Max + model: Honor 7 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; PLK-UL00 Build/HONORPLK-UL00) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 5.0.2) os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.7" device: type: smartphone brand: HU - model: Honor 8X Max + model: Honor 7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-L01 Build/HONORPLK-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X Max + model: Honor 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-L22HN Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-TL00 Build/HONORPLK-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X Max + model: Honor 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; ARE-L22HN Build/HONORARE-L22HN; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 OPR/43.3.2254.141404 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; PLK-TL01H Build/HONORPLK-TL01H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "43.3.2254.141404" + name: Chrome Webview + short_name: CV + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 8X Max + model: Honor 7 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; STF-AL10 Build/HUAWEISTF-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; PLK-AL10 Build/HONORPLK-AL10) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_r13c59e9.581 NetType/cmnet Language/zh_CN os: name: Android short_name: AND - version: "8.0" + version: "5.0.2" platform: "" client: type: mobile app name: WeChat - version: "6.7.2.1340(0x2607023A)" + version: "6.2.2.54.r13c59e9.581" device: type: smartphone brand: HU - model: Honor 9 + model: Honor 7 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; STF-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NEM-L21 Build/HONORNEM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 + model: Honor 7 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; STF-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-TL20 Build/HONORAUM-TL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 + model: Honor 7A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 9; STF-AL00 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-L33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 + model: Honor 7A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; LLD-AL00 Build/HONORLLD-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044109 Mobile Safari/537.36 MicroMessenger/6.6.7.1321(0x26060739) NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-AL20 Build/HONORAUM-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0" + version: "8.0.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.7.1321(0x26060739)" + type: browser + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor 9 Lite + model: Honor 7A os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-L21 Build/HONORLLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0;ru-ua; AUM-AL00 Build/HONORAUM-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7806,19 +7823,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "8.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 9 Lite + model: Honor 7A os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LND-L29 Build/HONORLND-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7828,17 +7845,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 Lite + model: Honor 7C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL10 Build/HONORLLD-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.0.0; LND-TL40 Build/HONORLND-TL40 AppleWebKit/537.36 KHTML, like Gecko Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7846,19 +7863,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 Lite + model: Honor 7C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-L31 Build/HONORLLD-L31; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; AUM-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7866,19 +7883,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9 Lite + model: Honor 7C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL20 Build/HONORLLD-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; LND-AL30 Build/HONORLND-AL30) AppleWebKit/537.36 (KHTML, like Gecko) MQQBrowser/7.3 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7886,96 +7903,99 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "7.3" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 9i + model: Honor 7C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL30 Build/HONORLLD-AL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ATH-AL00 Build/HONORATH-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor 9i + model: Honor 7i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HLK-AL00 Build/HONORHLK-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 Mobile Safari/537.36 baiduboxapp/10.5.0.10 (Baidu; P1 9) + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; ru-ru; ATH-UL00) Build/HONORATH-UL00 AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "10.5.0.10" + type: browser + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor 9X + model: Honor 7i os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-AL00 Build/HONORTRT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; ru-ua; ATH-TL00H) Build/HONORATH-TL00H AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Honor Holly 4 Plus + model: Honor 7i os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; TNY-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-L22 Build/HONORDUA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Magic 2 + model: Honor 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; RVL-AL09 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7991,249 +8011,235 @@ device: type: smartphone brand: HU - model: Honor Note 10 + model: Honor 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; EDI-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Note 8 + model: Honor 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VKY-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-AL10 Build/HONORBND-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor P10 Plus + model: Honor 7X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VOG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor P30 Pro + model: Honor 7X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1; COR-AL10 Build/HUAWEICOR-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/347 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/WIFI Language/zh_CN - os: - name: Android - short_name: AND - version: "8.1" - platform: "" - client: - type: mobile app - name: WeChat - version: "7.0.1380(0x2700003A)" - device: - type: smartphone - brand: HU - model: Honor Play - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; COR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L31 Build/HONORBND-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Play + model: Honor 7X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; COR-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BND-L24 Build/HONORBND-L24) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Play + model: Honor 7X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; CHM-TL00 Build/HonorCHM-TL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-TL10 Build/HONORBND-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.2.598" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor Play 4C + model: Honor 7X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; CHM-TL00H Build/HonorCHM-TL00H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-AL00 Build/HONORBND-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" - engine: WebKit - engine_version: "533.1" + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor Play 4C + model: Honor 7X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; CHM-UL00 Build/HonorCHM-UL00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 6.0; FRD-L04) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor Play 4C + model: Honor 8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HW-CHM-CL00 Build/CHM-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor Play 4C + model: Honor 8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1; DUA-TL00 Build/HONORDUA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Play 7 + model: Honor 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-AL00 Build/HONORDUA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Play 7 + model: Honor 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BKL-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FRD-L19) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser @@ -8245,55 +8251,55 @@ device: type: smartphone brand: HU - model: Honor V10 + model: Honor 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; BKL-AL20 Build/HUAWEIBKL-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/9.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; zh-cn; FRD-AL00 Build/HUAWEIFRD-AL00) AppleWebKit/537.36 (KHTML, like Gecko) MQQBrowser/7.3 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: QQ Browser short_name: QQ - version: "9.0" + version: "7.3" engine: WebKit engine_version: "537.36" device: type: smartphone brand: HU - model: Honor V10 + model: Honor 8 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; PCT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FRD-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V20 + model: Honor 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; PCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FRD-DL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser @@ -8305,421 +8311,451 @@ device: type: smartphone brand: HU - model: Honor V20 + model: Honor 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-AL00X Build/HONORPRA-AL00X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V8 + model: Honor 8 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-AL00 Build/HONORPRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V8 + model: Honor 8 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-UL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; PRA-TL10 Build/HONORPRA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.465.00 Mobile Safari/537.36 os: name: Android short_name: AND version: "8.0.0" platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "17.11.0.465.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: HU + model: Honor 8 Lite + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; DUK-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V8 + model: Honor 8 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; DUK-TL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V8 + model: Honor 8 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; DUK-AL20 Build/HUAWEIDUK-AL20; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044205 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 6.0; VEN-L22 Build/HONORVEN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.7.2.1340(0x2607023A)" + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor V9 + model: Honor 8 Smart os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL00 Build/HONORJMM-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VEN-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.0.0" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V9 Play + model: Honor 8 Smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL10 Build/HONORJMM-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; JAT-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "37.0.0.0" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor V9 Play + model: Honor 8A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL00 Build/HONORJMM-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 SogouSearch Android1.0 version3.0 AppVersion/6002 + user_agent: Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 OPR/53.0.2551.140375 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: - type: mobile app - name: SogouSearch App - version: "3.0" + type: browser + name: Opera Mobile + short_name: OM + version: "53.0.2551.140375" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Honor V9 Play + model: Honor 8A os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SCL-L01 Build/SCL-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Y6 + model: Honor 8A Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI LYO-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Y6 II Compact + model: Honor 8C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; arm; Android 5.1; LYO-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.7.115.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-AL10 Build/HONORBKK-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" - platform: ARM + version: "8.1.0" + platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.7.7.115.00" + name: Chrome Webview + short_name: CV + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Honor Y6 II Compact + model: Honor 8C os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; it-it; Ideos Build/B827SP01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-L21 Build/HONORBKK-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "71.0.3578.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos + model: Honor 8C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS S7 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-L22 Build/HONORBKK-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "71.0.3578.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos S7 + model: Honor 8C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS S7 Slim Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BKK-LX2 Build/HONORBKK-LX2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "71.0.3578.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos S7 Slim + model: Honor 8C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ma; U8500 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Android 9; KSA-LX9 Build/HONORKSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 OPR/52.4.2517.140781 os: name: Android short_name: AND - version: "2.1" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: Opera Mobile + short_name: OM + version: "52.4.2517.140781" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos X2 + model: Honor 8S os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; U8510 Build/HuaweiU8510) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Yandex Browser + short_name: YA + version: "19.6.4.349.00" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos X3 + model: Honor 8S os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS X5 Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L21 Build/HONORJSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos X5 + model: Honor 8X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; u8800 Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L42 Build/HONORJSN-L42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Ideos X5 + model: Honor 8X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: HUAWEI-M636/001.00 WAP/OBIGO/Q05A - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Obigo - short_name: OB - version: "Q05A" - engine: "" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone brand: HU - model: M636 - os_family: Unknown - browser_family: Unknown + model: Honor 8X + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI-M931 Build/HuaweiM931) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JSN-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: M931 + model: Honor 8X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1; ALP-AL00 Build/HUAWEIALP-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; JSN-AL00a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 + model: Honor 8X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ALP-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; JSN-AL00 Build/HONORJSN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.3.2461.138727 os: name: Android short_name: AND @@ -8727,116 +8763,136 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: Opera Mobile + short_name: OM + version: "51.3.2461.138727" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 + model: Honor 8X os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L21 Build/HUAWEIRNE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Lite + model: Honor 8X Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L03 Build/HUAWEIRNE-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Lite + model: Honor 8X Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; RNE-AL00 Build/HUAWEIRNE-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/7065 MicroMessenger/7.0.1380(0x27000034) Process/tools NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0" + version: "8.1.0" platform: "" client: - type: mobile app - name: WeChat - version: "7.0.1380(0x27000034)" + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Lite + model: Honor 8X Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; RNE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARE-L22HN Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Lite + model: Honor 8X Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BLA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; ARE-L22HN Build/HONORARE-L22HN; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 OPR/43.3.2254.141404 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Opera Mobile + short_name: OM + version: "43.3.2254.141404" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Pro + model: Honor 8X Max os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BLA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0; STF-AL10 Build/HUAWEISTF-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN + os: + name: Android + short_name: AND + version: "8.0" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.7.2.1340(0x2607023A)" + device: + type: smartphone + brand: HU + model: Honor 9 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; STF-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8852,11 +8908,11 @@ device: type: smartphone brand: HU - model: Mate 10 Pro + model: Honor 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; BLA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; STF-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8866,17 +8922,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 10 Pro + model: Honor 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 9; STF-AL00 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8886,177 +8942,191 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 + model: Honor 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HMA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0; LLD-AL00 Build/HONORLLD-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044109 Mobile Safari/537.36 MicroMessenger/6.6.7.1321(0x26060739) NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "9" + version: "8.0" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.6.7.1321(0x26060739)" + device: + type: smartphone + brand: HU + model: Honor 9 Lite + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-L21 Build/HONORLLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 + model: Honor 9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; HMA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 + model: Honor 9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL10 Build/HONORLLD-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 Lite + model: Honor 9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LYA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-L31 Build/HONORLLD-L31; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 Pro + model: Honor 9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LYA-L0C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL20 Build/HONORLLD-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 Pro + model: Honor 9i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LYA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LLD-AL30 Build/HONORLLD-AL30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 Pro + model: Honor 9i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LYA-AL00 Build/HUAWEILYA-AL00L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 HuaweiBrowser/9.0.2.305 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HLK-AL00 Build/HONORHLK-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 Mobile Safari/537.36 baiduboxapp/10.5.0.10 (Baidu; P1 9) os: name: Android short_name: AND version: "9" platform: "" client: - type: browser - name: Huawei Browser - short_name: HU - version: "9.0.2.305" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: Baidu Box App + version: "10.5.0.10" device: type: smartphone brand: HU - model: Mate 20 Pro + model: Honor 9X os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; LYA-AL00P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-AL00 Build/HONORTRT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 RS + model: Honor Holly 4 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; EVR-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; TNY-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9066,37 +9136,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 20 X + model: Honor Magic 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; EVR-AL00 Build/HUAWEIEVR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 HuaweiBrowser/9.0.1.323 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; RVL-AL09 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser - name: Huawei Browser - short_name: HU - version: "9.0.1.323" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Mate 20 X + model: Honor Note 10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NXT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; EDI-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9112,85 +9182,88 @@ device: type: smartphone brand: HU - model: Mate 8 + model: Honor Note 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; HUAWEI NXT-AL10 Build/HUAWEINXT-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/5305 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 9; VKY-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0" + version: "9" platform: "" client: - type: mobile app - name: WeChat - version: "7.0.1380(0x2700003A)" + type: browser + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Mate 8 + model: Honor P10 Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MHA-L09 Build/HUAWEIMHA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VOG-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 9 + model: Honor P30 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0; MHA-AL00 Build/HUAWEIMHA-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044304 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.1; COR-AL10 Build/HUAWEICOR-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/347 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "8.0" + version: "8.1" platform: "" client: type: mobile app name: WeChat - version: "6.7.2.1340(0x2607023A)" + version: "7.0.1380(0x2700003A)" device: type: smartphone brand: HU - model: Mate 9 + model: Honor Play os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; MHA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; COR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 9 + model: Honor Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MHA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; COR-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9200,317 +9273,331 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 9 + model: Honor Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BLL-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ASK-AL00x) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "78.0.3904.96" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate 9 Lite + model: Honor Play 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1; NEO-AL00 Build/HUAWEINEO-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; CHM-TL00 Build/HonorCHM-TL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.5.2.598" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Mate RS + model: Honor Play 4C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEO-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; CHM-TL00H Build/HonorCHM-TL00H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.9.2.467" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Mate RS Porsche Design + model: Honor Play 4C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI CRR-UL00 Build/HUAWEICRR-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; CHM-UL00 Build/HonorCHM-UL00) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" + device: + type: smartphone + brand: HU + model: Honor Play 4C + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; HW-CHM-CL00 Build/CHM-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: Mate S + model: Honor Play 4C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1; DUA-TL00 Build/HONORDUA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate S + model: Honor Play 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-L34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUA-AL00 Build/HONORDUA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Mate SE + model: Honor Play 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-AL00 Build/HUAWEICAZ-AL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BKL-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V10 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-AL10 Build/HUAWEICAZ-AL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; BKL-AL20 Build/HUAWEIBKL-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/9.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "9.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: HU - model: Nova + model: Honor V10 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-TL10 Build/HUAWEICAZ-TL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; PCT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-TL20 Build/HUAWEICAZ-TL20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; PCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L01 Build/HUAWEICAN-L01; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L02 Build/HUAWEICAN-L02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L03 Build/HUAWEICAN-L03; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-UL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L11 Build/HUAWEICAN-L11; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; KNT-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L12 Build/HUAWEICAN-L12; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; DUK-AL20 Build/HUAWEIDUK-AL20; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044205 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN os: name: Android short_name: AND version: "7.0" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.7.2.1340(0x2607023A)" device: type: smartphone brand: HU - model: Nova + model: Honor V9 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L13 Build/HUAWEICAN-L13; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL00 Build/HONORJMM-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9518,19 +9605,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova + model: Honor V9 Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PIC-AL00 Build/HUAWEIPIC-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL10 Build/HONORJMM-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9540,297 +9627,290 @@ type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova 2 + model: Honor V9 Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PIC-TL00 Build/HUAWEIPIC-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL00 Build/HONORJMM-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 SogouSearch Android1.0 version3.0 AppVersion/6002 os: name: Android short_name: AND version: "7.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + type: mobile app + name: SogouSearch App + version: "3.0" device: type: smartphone brand: HU - model: Nova 2 + model: Honor V9 Play os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BAC-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SCL-L01 Build/SCL-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova 2 Plus + model: Honor Y6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BAC-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI LYO-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova 2 Plus + model: Honor Y6 II Compact os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; BAC-AL00 Build/HUAWEIBAC-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/9.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; arm; Android 5.1; LYO-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.7.115.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" - platform: "" + version: "5.1" + platform: ARM client: type: browser - name: QQ Browser - short_name: QQ - version: "9.0" - engine: WebKit - engine_version: "537.36" + name: Yandex Browser + short_name: YA + version: "19.7.7.115.00" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Nova 2 Plus Dual SIM + model: Honor Y6 II Compact os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L22 Build/HONORRNE-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; it-it; Ideos Build/B827SP01) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 2I + model: Ideos os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS S7 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 2I + model: Ideos S7 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; HWI-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS S7 Slim Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 2S + model: Ideos S7 Slim os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; HWI-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ma; U8500 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "9" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone brand: HU - model: Nova 2S + model: Ideos X2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAR-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; U8510 Build/HuaweiU8510) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.96" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 3 + model: Ideos X3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0zh-cn; PAR-AL00 Build/HUAWEIPAR-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; IDEOS X5 Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.2.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "8.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 3 + model: Ideos X5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; PAR-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; u8800 Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Nova 3 + model: Ideos X5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 9; PAR-TL20 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" + user_agent: HUAWEI-M636/001.00 WAP/OBIGO/Q05A + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink + name: Obigo + short_name: OB + version: "Q05A" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Nova 3 - os_family: Android - browser_family: Chrome + model: M636 + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-AL00 Build/HUAWEIANE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI-M931 Build/HuaweiM931) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: HU - model: Nova 3e + model: M931 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1; ALP-AL00 Build/HUAWEIALP-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova 3i + model: Mate 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0zh-cn; INE-TL00 Build/HUAWEIINE-TL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; P10_Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9838,19 +9918,19 @@ platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "8.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: HU - model: Nova 3i + brand: A2 + model: P10 Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VCE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; C15 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9860,17 +9940,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "80.0.3987.132" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Nova 4 + brand: OE + model: C15 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VCE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; C16_Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9880,32 +9960,32 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.67" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Nova 4 + brand: OE + model: C16 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 9; MAR-AL00 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; K10000 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "80.0.3987.132" engine: Blink engine_version: "" device: type: smartphone - brand: HU - model: Nova 4e + brand: OE + model: K10000 Pro os_family: Android browser_family: Chrome diff --git a/Tests/fixtures/smartphone-5.yml b/Tests/fixtures/smartphone-5.yml index c381f5668b..86f498104c 100644 --- a/Tests/fixtures/smartphone-5.yml +++ b/Tests/fixtures/smartphone-5.yml @@ -1,6 +1,6 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 9; SEA-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ALP-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND @@ -10,57 +10,74 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.67" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova 5 Pro + model: Mate 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L21 Build/HUAWEIRNE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova Smart + model: Mate 10 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L03 Build/HUAWEIRNE-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Nova Youth + model: Mate 10 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX1 Build/HUAWEIFIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0; RNE-AL00 Build/HUAWEIRNE-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/7065 MicroMessenger/7.0.1380(0x27000034) Process/tools NetType/4G Language/zh_CN + os: + name: Android + short_name: AND + version: "8.0" + platform: "" + client: + type: mobile app + name: WeChat + version: "7.0.1380(0x27000034)" + device: + type: smartphone + brand: HU + model: Mate 10 Lite + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; RNE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -70,17 +87,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P smart + model: Mate 10 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BLA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -90,37 +107,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P smart + model: Mate 10 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; POT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BLA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P smart (2019) + model: Mate 10 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; POT-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; BLA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -130,17 +147,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P smart (2019) + model: Mate 10 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; STK-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.2.338.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -148,83 +165,83 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.2.338.00" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P smart Z + model: Mate 20 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VTR-L09 Build/HUAWEIVTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HMA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 + model: Mate 20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-AL00 Build/HUAWEIVTR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HMA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: P10 + model: Mate 20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29 Build/HUAWEIVTR-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 + model: Mate 20 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LYA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser @@ -236,131 +253,151 @@ device: type: smartphone brand: HU - model: P10 + model: Mate 20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LYA-L0C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 + model: Mate 20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; WAS-LX1 Build/HUAWEIWAS-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LYA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 Lite + model: Mate 20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; WAS-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LYA-AL00 Build/HUAWEILYA-AL00L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 HuaweiBrowser/9.0.2.305 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Huawei Browser + short_name: HU + version: "9.0.2.305" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: P10 Lite + model: Mate 20 Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LYA-AL00P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 Lite + model: Mate 20 RS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; EVR-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 Lite + model: Mate 20 X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VKY-L29 Build/HUAWEIVKY-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; EVR-AL00 Build/HUAWEIEVR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 HuaweiBrowser/9.0.1.323 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" + platform: "" + client: + type: browser + name: Huawei Browser + short_name: HU + version: "9.0.1.323" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: HU + model: Mate 20 X + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; SPN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 Plus + model: Mate 30 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VKY-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NXT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -376,31 +413,28 @@ device: type: smartphone brand: HU - model: P10 Plus + model: Mate 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; zh-cn; VKY-AL00 Build/HUAWEIVKY-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.2 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0; HUAWEI NXT-AL10 Build/HUAWEINXT-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044408 Mobile Safari/537.36 MMWEBID/5305 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "7.0" + version: "8.0" platform: "" client: - type: browser - name: QQ Browser - short_name: QQ - version: "8.2" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: WeChat + version: "7.0.1380(0x2700003A)" device: type: smartphone brand: HU - model: P10 Plus + model: Mate 8 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BAC-L23 Build/HUAWEIBAC-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 mCent/0.13.1127 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MHA-L09 Build/HUAWEIMHA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -410,21 +444,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P10 Selfie + model: Mate 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1; EML-AL00 Build/HUAWEIEML-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.0; MHA-AL00 Build/HUAWEIMHA-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044304 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "8.1" + version: "8.0" platform: "" client: type: mobile app @@ -433,15 +467,15 @@ device: type: smartphone brand: HU - model: P20 + model: Mate 9 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; EML-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; MHA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser @@ -453,115 +487,115 @@ device: type: smartphone brand: HU - model: P20 + model: Mate 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MHA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 + model: Mate 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; EML-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BLL-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 + model: Mate 9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3 Build/HUAWEIANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1; NEO-AL00 Build/HUAWEINEO-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Lite + model: Mate RS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1 Build/HUAWEIANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEO-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Lite + model: Mate RS Porsche Design os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI CRR-UL00 Build/HUAWEICRR-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Lite + model: Mate S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser @@ -573,11 +607,11 @@ device: type: smartphone brand: HU - model: P20 Lite + model: Mate S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BND-L34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -587,634 +621,637 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Lite + model: Mate SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-AL01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-AL00 Build/HUAWEICAZ-AL00) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-AL10 Build/HUAWEICAZ-AL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-TL10 Build/HUAWEICAZ-TL10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: HU - model: P20 Pro + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: HU + model: Nova os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAZ-TL20 Build/HUAWEICAZ-TL20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L01 Build/HUAWEICAN-L01; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/167.0.0.28.94;]' + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L02 Build/HUAWEICAN-L02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: - type: mobile app - name: Facebook - version: "167.0.0.28.94" + type: browser + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; CLT-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L03 Build/HUAWEICAN-L03; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P20 Pro + model: Nova os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ELE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L11 Build/HUAWEICAN-L11; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.67" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 + model: Nova os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L12 Build/HUAWEICAN-L12; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Lite + model: Nova os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI CAN-L13 Build/HUAWEICAN-L13; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "19.6.4.349.00" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Lite + model: Nova os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PIC-AL00 Build/HUAWEIPIC-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Lite Dual SIM + model: Nova 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX3A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PIC-TL00 Build/HUAWEIPIC-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Lite Dual SIM + model: Nova 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VOG-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BAC-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Pro + model: Nova 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VOG-AL10 Build/HUAWEIVOG-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BAC-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P30 Pro + model: Nova 2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HUAWEI P6-U06 Build/HuaweiP6-U06) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; BAC-AL00 Build/HUAWEIBAC-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/9.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "9.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: HU - model: P6-U06 + model: Nova 2 Plus Dual SIM os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI GRA-UL00 Build/HUAWEIGRA-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L22 Build/HONORRNE-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 + model: Nova 2I os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI GRA-L09 Build/HUAWEIGRA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; RNE-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 + model: Nova 2I os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; HWI-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2015) + model: Nova 2S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; HWI-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2015) + model: Nova 2S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAR-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2015) + model: Nova 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0zh-cn; PAR-AL00 Build/HUAWEIPAR-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "8.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: P8 Lite (2015) + model: Nova 3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; hi6210sft Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; PAR-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2017) + model: Nova 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX1 Build/HONORPRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 9; PAR-TL20 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2017) + model: Nova 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX1 Build/HUAWEIPRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-AL00 Build/HUAWEIANE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2017) + model: Nova 3e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HONORPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P8 Lite (2017) + model: Nova 3i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX3 Build/HUAWEIPRA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0zh-cn; INE-TL00 Build/HUAWEIINE-TL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.1 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "8.1" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: P8 Lite (2017) + model: Nova 3i os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-L09 Build/HUAWEIEVA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VCE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VCE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.67" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-DL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 9; MAR-AL00 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova 4e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SEA-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "75.0.3770.67" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova 5 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova Smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1224,174 +1261,177 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 + model: Nova Youth os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VNS-L62) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX1 Build/HUAWEIFIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite + model: P smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite + model: P smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI VNS-L21 Build/HUAWEIVNS-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; POT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite + model: P smart (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; POT-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite Mini + model: P smart (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; STK-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.2.338.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Yandex Browser + short_name: YA + version: "19.6.2.338.00" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite Mini + model: P smart Z os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VTR-L09 Build/HUAWEIVTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Lite Smart + model: P10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VIE-L09 Build/HUAWEIVIE-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 BingWeb/6.9.25207603 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-AL00 Build/HUAWEIVTR-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: - type: mobile app - name: BingWebApp - version: "6.9.25207603" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: HU - model: P9 Plus + model: P10 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VIE-L29 Build/HUAWEIVIE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29 Build/HUAWEIVTR-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Plus + model: P10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VIE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1401,21 +1441,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.83" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: P9 Plus + model: P10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ATH-UL01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser @@ -1427,695 +1467,629 @@ device: type: smartphone brand: HU - model: ShotX + model: P10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ATH-UL06) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; WAS-LX1 Build/HUAWEIWAS-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: ShotX + model: P10 Lite os_family: Android browser_family: Chrome - - user_agent: HuaweiT8100_TD/1.0 Android/2.2 Release/12.25.2010 Browser/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 AppleWebKit/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; WAS-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: T8100 + model: P10 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: HUAWEI_T8300_TD/1.0 OPhone/2.5 (Linux;Android 2.2) Release/03.20.2011 Browser/WAP2.0(AppleWebKit/533.1) Profile/MIDP-2.1 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: T8300 + model: P10 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-mx; U8185 Build/HuaweiU8185) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8185 + model: P10 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 1.5; da-dk; U8230 Build/CRB17) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VKY-L29 Build/HUAWEIVKY-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "1.5" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8230 + model: P10 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; U8655-1 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VKY-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8655 + model: P10 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; U8655-51 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; zh-cn; VKY-AL00 Build/HUAWEIVKY-AL00) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.2 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: HU - model: U8655 + model: P10 Plus os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hr-hr; U8655-1 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BAC-L23 Build/HUAWEIBAC-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 mCent/0.13.1127 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: mCent + short_name: M1 + version: "0.13.1127" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: HU - model: U8655 + model: P10 Selfie os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Huawei-U8665 Build/HuaweiU8665B037) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1; EML-AL00 Build/HUAWEIEML-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "2.3.6" + version: "8.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: WeChat + version: "6.7.2.1340(0x2607023A)" device: type: smartphone brand: HU - model: U8665 + model: P20 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; U8667 Build/HuaweiU8667) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; EML-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8667 + model: P20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Prism II Build/HuaweiU8686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: U8686 + model: P20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-cd; U8800Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; EML-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8800Pro + model: P20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ca; U8815 Build/HuaweiU8815) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3 Build/HUAWEIANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815 + model: P20 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HUAWEI U8815 Build/HuaweiU8815) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1 Build/HUAWEIANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815 + model: P20 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HUAWEI U8815 Build/HuaweiU8815) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815 + model: P20 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; U8815-51 Build/HuaweiU8815) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.132" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: U8815 + model: P20 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; U8815 Build/HuaweiU8815C02B885) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ANE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815C02B885 + model: P20 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; U8815 Build/HuaweiU8815C02B895) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-AL01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815C02B895 + model: P20 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; U8815 Build/HuaweiU8815C02B895) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8815C02B895 + model: P20 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI U8825-1 Build/HuaweiU8825-1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8825-1 + model: P20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-in; HUAWEI U8950-1 Build/HuaweiU8950-1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: U8950-1 + model: P20 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; U9202L-1 Build/HuaweiU9202L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: U9202L + model: P20 Pro os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; HUAWEI U9510E) U2/1.0.0 UCBrowser/9.4.2.365 U2/1.0.0 Mobile + user_agent: 'Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/167.0.0.28.94;]' os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.4.2.365" - engine: "" - engine_version: "" + type: mobile app + name: Facebook + version: "167.0.0.28.94" device: type: smartphone brand: HU - model: U9510E + model: P20 Pro os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) - os: - name: Windows Phone - short_name: WPH - version: "7.5" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" - device: - type: smartphone - brand: HU - model: W1-U00 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; W2-U00) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: HU - model: W2-U00 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CLT-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y Max + model: P20 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ELE-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "75.0.3770.67" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y Max + model: P30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y Max + model: P30 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ph; HUAWEI Y210-0100 Build/HuaweiY210-0100) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.6" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: HU - model: Y210-0100 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Yandex Browser + short_name: YA + version: "19.6.4.349.00" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3 (2017) + model: P30 Lite os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3 (2017) + model: P30 Lite Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-U00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MAR-LX3A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3 (2017) + model: P30 Lite Dual SIM os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CAG-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VOG-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3 (2018) + model: P30 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CAG-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VOG-AL10 Build/HUAWEIVOG-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM + name: Chrome Webview + short_name: CV version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3 (2018) + model: P30 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; HUAWEI Y300-0100 Build/HuaweiY300-0100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; HUAWEI P6-U06 Build/HuaweiP6-U06) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -2127,111 +2101,111 @@ device: type: smartphone brand: HU - model: Y300-0100 + model: P6-U06 os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; HW-HUAWEI_Y300C/Y300CV100R001C92B168; 480*800; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI GRA-UL00 Build/HUAWEIGRA-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Y300C + model: P8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.3; zh-CN; HUAWEI Y320-T00) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI GRA-L09 Build/HUAWEIGRA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" - engine: "" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y320-T00 + model: P8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; HUAWEI Y320-U10 Build/HUAWEIY320-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Y320-U10 + model: P8 Lite (2015) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Bucare Y330-U05 Build/BucareY330-U05) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y330-U05 + model: P8 Lite (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI LUA-U22 Build/HUAWEILUA-U22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y3II + model: P8 Lite (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ALE-UL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2241,237 +2215,237 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2017) + model: P8 Lite (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-U29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; hi6210sft Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2017) + model: P8 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX1 Build/HONORPRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2017) + model: P8 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX1 Build/HUAWEIPRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2018) + model: P8 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LA1 Build/HONORPRA-LA1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2018) + model: P8 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRA-LX3 Build/HUAWEIPRA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2018) + model: P8 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-L09 Build/HUAWEIEVA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2019) + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2019) + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; EVA-DL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 (2019) + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX5 Build/HUAWEIDRA-LX5; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-CL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 lite + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Lite (2017) + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; EVA-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Lite (2017) + model: P9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAG-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VNS-L62) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2481,717 +2455,734 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Lite (2018) + model: P9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAG-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI VNS-L31 Build/HUAWEIVNS-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Lite (2018) + model: P9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; HUAWEI VNS-L21 Build/HUAWEIVNS-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Prime (2018) + model: P9 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5 Prime (2018) + model: P9 Lite Mini os_family: Android browser_family: Chrome - - user_agent: HUAWEI Y511-T00_TD/V1 Linux/3.4.5 Android/4.2.2 Release/05.02.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30; + user_agent: Mozilla/5.0 (Linux; Android 7.0; SLA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Y511-T00 + model: P9 Lite Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L01 Build/HUAWEICUN-L01; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; DIG-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5II + model: P9 Lite Smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L02 Build/HUAWEICUN-L02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIE-L09 Build/HUAWEIVIE-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 BingWeb/6.9.25207603 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" - engine: Blink - engine_version: "" + type: mobile app + name: BingWebApp + version: "6.9.25207603" device: type: smartphone brand: HU - model: Y5II + model: P9 Plus os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L03 Build/HUAWEICUN-L03; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIE-L29 Build/HUAWEIVIE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5II + model: P9 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VIE-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5II + model: P9 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L22 Build/HUAWEICUN-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ATH-UL01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5II + model: ShotX os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L23 Build/HUAWEICUN-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ATH-UL06) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y5II + model: ShotX os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L33 Build/HUAWEICUN-L33; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: HuaweiT8100_TD/1.0 Android/2.2 Release/12.25.2010 Browser/WAP2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 AppleWebKit/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y5II + model: T8100 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-U29 Build/HUAWEICUN-U29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: HUAWEI_T8300_TD/1.0 OPhone/2.5 (Linux;Android 2.2) Release/03.20.2011 Browser/WAP2.0(AppleWebKit/533.1) Profile/MIDP-2.1 Configuration/CLDC-1.1 os: name: Android short_name: AND - version: "5.1" + version: "2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y5II + model: T8300 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HUAWEI SCC-U21 Build/HuaweiSCC-U21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-mx; U8185 Build/HuaweiU8185) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 + model: U8185 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 1.5; da-dk; U8230 Build/CRB17) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "6.0" + version: "1.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "528.5" device: type: smartphone brand: HU - model: Y6 (2016) + model: U8230 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; U8655-1 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2017) + model: U8655 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; U8655-51 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2017) + model: U8655 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hr-hr; U8655-1 Build/HuaweiU8655) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2018) + model: U8655 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Huawei-U8665 Build/HuaweiU8665B037) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2018) + model: U8665 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; U8667 Build/HuaweiU8667) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2019) + model: U8667 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/F966A5 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Prism II Build/HuaweiU8686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y6 (2019) + model: U8686 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX1F Build/MDA89D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-cd; U8800Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 (2019) + model: U8800Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ca; U8815 Build/HuaweiU8815) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y6 Prime (2018) + model: U8815 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI TIT-AL00 Build/HUAWEITIT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; HUAWEI U8815 Build/HuaweiU8815) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Y6 Pro + model: U8815 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; HUAWEI U8815 Build/HuaweiU8815) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "9" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: HU - model: Y6 Pro (2019) + model: U8815 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Kavak Y625-U03 Build/ORINOQUIAY625-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; U8815-51 Build/HuaweiU8815) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "38.0.2125.114" + version: "33.0.1750.132" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y625 + model: U8815 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; U8815 Build/HuaweiU8815C02B885) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y635 + model: U8815C02B885 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; U8815 Build/HuaweiU8815C02B895) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y635 + model: U8815C02B895 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; U8815 Build/HuaweiU8815C02B895) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: HU - model: Y635 + model: U8815C02B895 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; HUAWEI U8825-1 Build/HuaweiU8825-1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: HU - model: Y635 Dual SIM + model: U8825-1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-L21 Build/HUAWEICAM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-in; HUAWEI U8950-1 Build/HuaweiU8950-1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Y6II + model: U8950-1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI CAM-L03 Build/HUAWEICAM-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; U9202L-1 Build/HuaweiU9202L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y6II + model: U9202L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; HUAWEI U9510E) U2/1.0.0 UCBrowser/9.4.2.365 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink + name: UC Browser + short_name: UC + version: "9.4.2.365" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Y6II + model: U9510E os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CAM-L32 Build/CAM-L32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; HUAWEI; W1-U00) os: - name: Android - short_name: AND - version: "6.0.1" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone brand: HU - model: Y6II - os_family: Android - browser_family: Chrome + model: W1-U00 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; W2-U00) + os: + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM + client: + type: browser + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" + device: + type: smartphone + brand: HU + model: W2-U00 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 (2017) + model: Y Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.96" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 (2017) + model: Y Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; ARS-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3201,221 +3192,261 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 (2019) + model: Y Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ph; HUAWEI Y210-0100 Build/HuaweiY210-0100) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: HU + model: Y210-0100 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 (2019) + model: Y3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 (2019) + model: Y3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-U00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 Prime + model: Y3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-L21 Build/HUAWEILDN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CAG-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 Prime + model: Y3 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CAG-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 Prime + model: Y3 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-CN; LDN-AL00 Build/HUAWEILDN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.3.993 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; HUAWEI Y300-0100 Build/HuaweiY300-0100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.1.3.993" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: HU - model: Y7 Prime + model: Y300-0100 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; HW-HUAWEI_Y300C/Y300CV100R001C92B168; 480*800; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Mobile Safari/534.30' os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: HU - model: Y7 Prime (2018) + model: Y300C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.3; zh-CN; HUAWEI Y320-T00) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: "" engine_version: "" device: type: smartphone brand: HU - model: Y7 Pro (2019) + model: Y320-T00 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; HUAWEI Y320-U10 Build/HUAWEIY320-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: HU + model: Y320-U10 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Bucare Y330-U05 Build/BucareY330-U05) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 Pro (2019) + model: Y330-U05 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI LUA-U22 Build/HUAWEILUA-U22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y7 Pro (2019) + model: Y3II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser @@ -3427,51 +3458,51 @@ device: type: smartphone brand: HU - model: Y9 (2018) + model: Y5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-U29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 (2018) + model: Y5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 (2018) + model: Y5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; JKM-TL00 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3481,38 +3512,41 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 (2019) + model: Y5 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00 Build/HUAWEIJKM-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044432 Mobile Safari/537.36 MMWEBID/1418 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND version: "8.1.0" platform: "" client: - type: mobile app - name: WeChat - version: "7.0.1380(0x2700003A)" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone brand: HU - model: Y9 (2019) + model: Y5 (2018) os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser @@ -3524,11 +3558,11 @@ device: type: smartphone brand: HU - model: Y9 (2019) + model: Y5 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3538,17 +3572,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 (2019) + model: Y5 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3558,17 +3592,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 (2019) + model: Y5 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; STK-L21 Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; AMN-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3576,243 +3610,163 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: HU - model: Y9 Prime (2019) + model: Y5 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9035 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1202 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX5 Build/HUAWEIDRA-LX5; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.3.1202" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: I0 - model: A2 + brand: HU + model: Y5 lite os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9007 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.2.1188 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.12.2.1188" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: I0 - model: A3 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9001 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.2.1188 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "12.12.2.1188" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: I0 - model: Turbo 5 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9021 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.5.1189 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "12.12.5.1189" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: I0 - model: Turbo 5 Plus - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; W180 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.2.523 U3/0.8.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.0.2.523" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: I1 - model: W180 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; es-es; iOCEAN X7 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: I1 - model: X7 + brand: HU + model: Y5 Lite (2017) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; iOCEAN X7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CRO-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: I1 - model: X7 + brand: HU + model: Y5 Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X7S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAG-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: I1 - model: X7S Elite + brand: HU + model: Y5 Lite (2018) os_family: Android browser_family: Chrome - - user_agent: mozilla/5.0 (linux; android 4.4.2; x7s-t build/kot49h) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/30.0.0.0 mobile safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAG-L23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: I1 - model: X7S-T + brand: HU + model: Y5 Lite (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X8 mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "45.0.2454.94" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: I1 - model: X8 Mini + brand: HU + model: Y5 Prime (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X8 mini pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: I1 - model: X8 Mini Pro + brand: HU + model: Y5 Prime (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; NT-3506M Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: HUAWEI Y511-T00_TD/V1 Linux/3.4.5 Android/4.2.2 Release/05.02.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30; os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser @@ -3823,92 +3777,92 @@ engine_version: "534.30" device: type: smartphone - brand: I2 - model: NetTAB Mercury Quad FHD + brand: HU + model: Y511-T00 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; A502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 YaBrowser/16.7.0.2777.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L01 Build/HUAWEICUN-L01; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "16.7.0.2777.00" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I3 - model: A502 + brand: HU + model: Y5II os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; I10-LE Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L02 Build/HUAWEICUN-L02; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" + engine: Blink + engine_version: "" device: type: smartphone - brand: I3 - model: I10-LE + brand: HU + model: Y5II os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ImSmart_A401 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L03 Build/HUAWEICUN-L03; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I3 - model: ImSmart A401 + brand: HU + model: Y5II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ImSmart A501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I3 - model: ImSmart A501 + brand: HU + model: Y5II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ImSmart A503 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L22 Build/HUAWEICUN-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3923,472 +3877,452 @@ engine_version: "" device: type: smartphone - brand: I3 - model: ImSmart A503 + brand: HU + model: Y5II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; ImSmart C501 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L23 Build/HUAWEICUN-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.68" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I3 - model: ImSmart C501 + brand: HU + model: Y5II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Impression ImSmart C571 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L33 Build/HUAWEICUN-L33; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "64.0.3282.137" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I3 - model: ImSmart C571 + brand: HU + model: Y5II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; INOI_2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-U29 Build/HUAWEICUN-U29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "69.0.3497.100" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: I4 - model: "2" - os_family: Android + brand: HU + model: Y5II + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; INOI_2_LITE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HUAWEI SCC-U21 Build/HuaweiSCC-U21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: I4 - model: 2 LITE + brand: HU + model: Y6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_3_POWER) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: I4 - model: 3 POWER + brand: HU + model: Y6 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_5i_Lite Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: I4 - model: 5i Lite + brand: HU + model: Y6 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_7_LITE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MYA-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.2.730.00" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: I4 - model: 7 LITE + brand: HU + model: Y6 (2017) os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; InnJoo X Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: I5 - model: X + brand: HU + model: Y6 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP05 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP05 + brand: HU + model: Y6 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP06 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP06 + brand: HU + model: Y6 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP20 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/F966A5 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP20 + brand: HU + model: Y6 (2019) os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 6.0; SP21 Build/MRA58K + user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX1F Build/MDA89D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP21 + brand: HU + model: Y6 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP41 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ATU-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP41 + brand: HU + model: Y6 Prime (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP42 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; HUAWEI TIT-AL00 Build/HUAWEITIT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP42 + brand: HU + model: Y6 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SP43 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; MRD-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP43 + brand: HU + model: Y6 Pro (2019) os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; SP454 Build/NRD90M + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Kavak Y625-U03 Build/ORINOQUIAY625-U03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "38.0.2125.114" + engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP454 + brand: HU + model: Y625 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SP455 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "56.0.2924.87" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP455 + brand: HU + model: Y635 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SP46 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L02) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP46 + brand: HU + model: Y635 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP50 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: I6 - model: SP50 + brand: HU + model: Y635 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; iLA_Silk Build/iLA_Silk) + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Y635-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: I7 - model: Silk + brand: HU + model: Y635 Dual SIM os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; iLA-X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-L21 Build/HUAWEICAM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: I7 - model: X + brand: HU + model: Y6II os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; Infinix_BUZZ) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0; HUAWEI CAM-L03 Build/HUAWEICAM-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" - engine_version: "" - device: - type: smartphone - brand: IF - model: BUZZ - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; Infinix HOT 4 Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: IF - model: Hot 4 Lite + brand: HU + model: Y6II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; Infinix HOT 4 Pro Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.8.855 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CAM-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4396,300 +4330,283 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.0.8.855" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Hot 4 Pro + brand: HU + model: Y6II os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X606C Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CAM-L32 Build/CAM-L32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: IF - model: Hot 6 + brand: HU + model: Y6II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Infinix X608 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: IF - model: Hot 6 Pro + brand: HU + model: Y7 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Infinix-X521 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone - brand: IF - model: Hot S + brand: HU + model: Y7 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Infinix X573B Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.68" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: IF - model: Hot S3 + brand: HU + model: Y7 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Infinix X450 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Race Bolt + brand: HU + model: Y7 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; Infinix X501 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Race Jet + brand: HU + model: Y7 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Infinix X401 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TRT-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Race Lite + brand: HU + model: Y7 Prime os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Infinix X503 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 VIDObrowser Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-L21 Build/HUAWEILDN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Surf Bravo + brand: HU + model: Y7 Prime os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Infinix X352 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: IF - model: Surf Smart 2 + brand: HU + model: Y7 Prime os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Infinix X351 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.0.0; zh-CN; LDN-AL00 Build/HUAWEILDN-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.3.993 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.1.3.993" engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: IF - model: Surf Smart 3G - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Infinix X530 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm - os: - name: Android - short_name: AND - version: "4.1.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + engine_version: "537.36" device: type: smartphone - brand: IF - model: X530 + brand: HU + model: Y7 Prime os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; iHunt_Like Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LDN-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: Like + brand: HU + model: Y7 Prime (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Like_3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: Like 3 + brand: HU + model: Y7 Pro (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Like_3_Pro Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; DUB-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: Like 3 Pro + brand: HU + model: Y7 Pro (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Like_4U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; DUB-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser @@ -4700,316 +4617,313 @@ engine_version: "" device: type: smartphone - brand: IH - model: Like 4U + brand: HU + model: Y7 Pro (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; One_ Love_ Dual _Camera Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "51.0.2704.91" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: One Love + brand: HU + model: Y9 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TITAN_P11000_PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: Titan P11000 Pro + brand: HU + model: Y9 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; X300 Elite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; FLA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: IH - model: X300 Elite + brand: HU + model: Y9 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; intki_E86 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baidubrowser/3.1.6.4 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 Linux; Android 8.1.0; JKM-TL00 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "3.1.6.4" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone - brand: II - model: E86 + brand: HU + model: Y9 (2019) os_family: Android - browser_family: Baidu + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-es; Elektra L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00 Build/HUAWEIJKM-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044432 Mobile Safari/537.36 MMWEBID/1418 MicroMessenger/7.0.1380(0x2700003A) Process/tools NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "7.0.1380(0x2700003A)" device: type: smartphone - brand: IJ - model: Elektra L + brand: HU + model: Y9 (2019) os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Elektra XL Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: IJ - model: Elektra XL + brand: HU + model: Y9 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; i-Joy i-Call Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: IJ - model: i-Call + brand: HU + model: Y9 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; i-Call 300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; JKM-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: IJ - model: i-Call 300 + brand: HU + model: Y9 (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; i-Call 300v2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; STK-L21 Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: IJ - model: i-Call 300v2 + brand: HU + model: Y9 Prime (2019) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; i-Call 504 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9035 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.3.1202 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.11.3.1202" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: IJ - model: i-Call 504 + brand: I0 + model: A2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; IMO Q2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9007 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.2.1188 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.12.2.1188" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: IL - model: Q2 + brand: I0 + model: A3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-STYLE2.1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9001 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.2.1188 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.12.2.1188" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: IO - model: i-Style 2.1 + brand: I0 + model: Turbo 5 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; i-STYLE2.1A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9021 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.12.5.1189 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.12.5.1189" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: IO - model: i-Style 2.1A + brand: I0 + model: Turbo 5 Plus os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Android 4.4.2;AppleWebKit/537.36;Build/KOT49H;i-mobile I-STYLE 217 Build/KOT49H + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; IF9031 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.6.1205 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.11.6.1205" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: IO - model: i-Style 217 + brand: I0 + model: Vision 3 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; th-th; i-mobile i-STYLE 4 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; W180 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.2.523 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.0.2.523" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: IO - model: i-Style 4 + brand: I1 + model: W180 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; i-mobile i-style 7.1 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; es-es; iOCEAN X7 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -5020,116 +4934,116 @@ engine_version: "534.30" device: type: smartphone - brand: IO - model: i-Style 7.1 + brand: I1 + model: X7 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; th-th; i-mobile i-STYLE 7.2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; iOCEAN X7 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: i-Style 7.2 + brand: I1 + model: X7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; km-kh; i-mobile i-STYLE 7.8 DTV Build/i_style_7_8_DTV) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X7S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: i-Style 7.8 DTV + brand: I1 + model: X7S Elite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; i-mobile i-style 8 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: mozilla/5.0 (linux; android 4.4.2; x7s-t build/kot49h) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/30.0.0.0 mobile safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.166" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: IO - model: i-Style 8 + brand: I1 + model: X7S-T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; i-mobile i-STYLE Q2 DUO Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X8 mini Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "45.0.2454.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: i-Style Q2 DUO + brand: I1 + model: X8 Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-mobile IQ 1068 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X8 mini pro Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ 1068 + brand: I1 + model: X8 Mini Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; i-mobile IQ 3 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; NT-3506M Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -5140,36 +5054,36 @@ engine_version: "534.30" device: type: smartphone - brand: IO - model: IQ 3 + brand: I2 + model: NetTAB Mercury Quad FHD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; th-th; i-mobile IQ 5.1A Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; A502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 YaBrowser/16.7.0.2777.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Yandex Browser + short_name: YA + version: "16.7.0.2777.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ 5.1A + brand: I3 + model: A502 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; IQ 5.5 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; I10-LE Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -5177,315 +5091,315 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: IO - model: IQ 5.5 + brand: I3 + model: I10-LE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-mobile IQ 5.5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ImSmart_A401 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ 5.5 + brand: I3 + model: ImSmart A401 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IQ 5.6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ImSmart A501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ 5.6 + brand: I3 + model: ImSmart A501 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IQ 5.6A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ImSmart A503 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ 5.6A + brand: I3 + model: ImSmart A503 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; i-mobile IQ 6A Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; ImSmart C501 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "54.0.2840.68" engine: Blink engine_version: "" device: type: smartphone - brand: IO - model: IQ 6A + brand: I3 + model: ImSmart C501 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; IQ9.1 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Impression ImSmart C571 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: IO - model: IQ 9.1 + brand: I3 + model: ImSmart C571 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; i-mobile IQ X3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; INOI_2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ X3 + brand: I4 + model: "2" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; i-mobile IQ1-1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; INOI_2_LITE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: IO - model: IQ1-1 + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: I4 + model: 2 LITE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; i-mobile IQ5.1 Pro Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_3_POWER) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: IO - model: IQ5.1 Pro + brand: I4 + model: 3 POWER os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Kylin 5.0 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_5i_Lite Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: IP - model: Kylin 5.0 + brand: I4 + model: 5i Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Kylin_5.0S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; INOI_7_LITE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 YaBrowser/18.11.2.730.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Yandex Browser + short_name: YA + version: "18.11.2.730.00" engine: Blink engine_version: "" device: type: smartphone - brand: IP - model: Kylin 5.0S + brand: I4 + model: 7 LITE os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Kylin 5.5 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; InnJoo X Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "70.0.3538.110" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: IP - model: Kylin 5.5 + brand: I5 + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; INQ Cloud Touch Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP05 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: smartphone - brand: IQ - model: Cloud Touch + brand: I6 + model: SP05 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; INQ Cloud Touch -parrot Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP06 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: IQ - model: Cloud Touch -parrot + brand: I6 + model: SP06 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; inew_one Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP20 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.78" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: IW - model: one + brand: I6 + model: SP20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; INEW V3 Build/KOT49H) AppleWebKit/537.36 (KHTML like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 6.0; SP21 Build/MRA58K os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: IW - model: V3 + brand: I6 + model: SP21 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V3 Plus Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP41 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5493,63 +5407,63 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: IW - model: V3 Plus + brand: I6 + model: SP41 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; V3-E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP42 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: IW - model: V3-E + brand: I6 + model: SP42 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V3E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SP43 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: IW - model: V3-E + brand: I6 + model: SP43 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fa-ir; V3C Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30/TansoDL + user_agent: Dalvik/2.1.0 Linux; U; Android 7.0; SP454 Build/NRD90M os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser @@ -5557,79 +5471,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: IW - model: V3C + brand: I6 + model: SP454 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; V3C) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; SP455 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.0.460" - engine: "" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" + engine: Blink engine_version: "" device: type: smartphone - brand: IW - model: V3C + brand: I6 + model: SP455 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V7A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SP46 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: IW - model: V7A + brand: I6 + model: SP46 os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Aqua_3G) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SP50 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.419" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: IX - model: Aqua 3G + brand: I6 + model: SP50 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Aqua.Active Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; iLA_Silk Build/iLA_Silk) os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser @@ -5637,155 +5551,135 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: IX - model: Aqua Active + brand: I7 + model: Silk os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hi-in; Aqua Glory Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; iLA-X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: IX - model: Aqua Glory + brand: I7 + model: X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Aqua_i-4+) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; Infinix_BUZZ) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.0.2.389" + version: "8.7.0.315" engine: "" engine_version: "" device: type: smartphone - brand: IX - model: Aqua i-4+ + brand: IF + model: BUZZ os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Intex Aqua Marvel Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Infinix HOT 4 Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: IX - model: Aqua Marvel - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-in; Aqua Star Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: IX - model: Aqua Star + brand: IF + model: Hot 4 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Aqua Style Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; Infinix HOT 4 Pro Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.8.855 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.5.0.360" + version: "11.0.8.855" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: IX - model: Aqua Style + brand: IF + model: Hot 4 Pro os_family: Android browser_family: Unknown - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Aqua_Sx) U2/1.0.0 UCBrowser/9.0.1.379 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X606C Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink engine_version: "" device: type: smartphone - brand: IX - model: Aqua Sx - os_family: GNU/Linux - browser_family: Opera + brand: IF + model: Hot 6 + os_family: Android + browser_family: Chrome - - user_agent: Aqua Y2/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2; + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Infinix X608 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone - brand: IX - model: Aqua Y2 + brand: IF + model: Hot 6 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Cloud Fame 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Infinix-X521 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5793,43 +5687,43 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: IX - model: Cloud Fame 4G + brand: IF + model: Hot S os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; INTEX_CLOUD_X1) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Infinix X573B Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" + name: Chrome Webview + short_name: CV + version: "67.0.3396.68" + engine: Blink engine_version: "" device: type: smartphone - brand: IX - model: CLOUD X1 + brand: IF + model: Hot S3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; INTEX Cloud X11 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Infinix X450 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -5840,72 +5734,52 @@ engine_version: "534.30" device: type: smartphone - brand: IX - model: Cloud X11 + brand: IF + model: Race Bolt os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3; en-US; Cloud_X2) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; Infinix X501 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" - engine_version: "" - device: - type: smartphone - brand: IX - model: Cloud X2 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-US; Cloud_X2 Build/MocorDroid4.0.1) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/9.2.0.419 Mobile - os: - name: MocorDroid - short_name: MCD - version: "4.0.1" + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.419" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "528.5" + engine_version: "534.30" device: type: smartphone - brand: IX - model: Cloud X2 + brand: IF + model: Race Jet os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Intex Cloud X4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Infinix X401 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.133" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: IX - model: Cloud X4 + brand: IF + model: Race Lite os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-in; Cloud X5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Infinix X503 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 VIDObrowser Mobile Safari/534.30 os: name: Android short_name: AND @@ -5920,12 +5794,12 @@ engine_version: "534.30" device: type: smartphone - brand: IX - model: Cloud X5 + brand: IF + model: Surf Bravo os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Cloud Y2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Infinix X352 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5940,16 +5814,16 @@ engine_version: "534.30" device: type: smartphone - brand: IX - model: Cloud Y2 + brand: IF + model: Surf Smart 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; INTEX Cloud Y4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Infinix X351 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -5960,192 +5834,209 @@ engine_version: "534.30" device: type: smartphone - brand: IX - model: Cloud Y4 + brand: IF + model: Surf Smart 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; AUXUS AX01 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Infinix X530 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "4.0.3" - platform: "" + version: "4.1.2" + platform: ARM client: - type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: IY - model: AX01 + brand: IF + model: X530 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; iHunt_Like Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: IH + model: Like os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; iberry AUXUS AX02 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Like_3 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: IY - model: AX02 + brand: IH + model: Like 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; AUXUS Nuclea N1 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64462 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Like_3_Pro Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "16.0.1212.64462" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: IY - model: Nuclea N1 + brand: IH + model: Like 3 Pro os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: 'JUC (Linux; U; 2.3.5; zh-cn; iNote_beyond; 480*854) UCWEB7.9.0.94/139/444' + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Like_4U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "7.9.0.94" - engine: "" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: IZ - model: iNote beyond - os_family: GNU/Linux - browser_family: Unknown + brand: IH + model: Like 4U + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; iNote beyond Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; One_ Love_ Dual _Camera Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.91 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "51.0.2704.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: IZ - model: iNote beyond + brand: IH + model: One Love os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; iNote_mini) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; S10_Tank_2019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.116" + engine: Blink engine_version: "" device: type: smartphone - brand: IZ - model: iNote mini + brand: IH + model: S10 Tank 2019 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; iNote mini Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TITAN_P11000_PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: IZ - model: iNote mini + brand: IH + model: Titan P11000 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; itel_IT1351) U2/1.0.0 UCBrowser/9.1.1.420 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0; X300 Elite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: IZ - model: IT1351 - os_family: GNU/Linux - browser_family: Opera + brand: IH + model: X300 Elite + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; itel IT1351 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; intki_E86 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baidubrowser/3.1.6.4 (Baidu; P1 4.2.2) os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Baidu Browser + short_name: BD + version: "3.1.6.4" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: IZ - model: IT1351 + brand: II + model: E86 os_family: Android - browser_family: Android Browser + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; itel IT1351E Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-es; Elektra L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6160,12 +6051,12 @@ engine_version: "534.30" device: type: smartphone - brand: IZ - model: IT1351E + brand: IJ + model: Elektra L os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; fr-BE; itel_IT1351E) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Elektra XL Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6173,43 +6064,43 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: IZ - model: IT1351E + brand: IJ + model: Elektra XL os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; fr-FR; itel_it1400) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; i-Joy i-Call Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: IZ - model: it1400 + brand: IJ + model: i-Call os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; itel it1500 Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; i-Call 300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -6220,232 +6111,232 @@ engine_version: "534.30" device: type: smartphone - brand: IZ - model: it1500 + brand: IJ + model: i-Call 300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BLASTER Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; i-Call 300v2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Blaster + brand: IJ + model: i-Call 300v2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; BLASTER 2 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; i-Call 504 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Blaster 2 + brand: IJ + model: i-Call 504 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; COSMO_L707 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; IMO Q2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: J5 - model: Cosmo L707 + brand: IL + model: Q2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; COSMO L808) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-STYLE2.1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.112" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Cosmo L808 + brand: IO + model: i-Style 2.1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; FREEDOM Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; i-STYLE2.1A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Freedom + brand: IO + model: i-Style 2.1A os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FREEDOM C100 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Android 4.4.2;AppleWebKit/537.36;Build/KOT49H;i-mobile I-STYLE 217 Build/KOT49H os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: J5 - model: Freedom C100 + brand: IO + model: i-Style 217 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FREEDOM_M303 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; th-th; i-mobile i-STYLE 4 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: J5 - model: Freedom M303 + brand: IO + model: i-Style 4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; FREEDOM X1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; i-mobile i-style 7.1 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "57.0.2987.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Freedom X1 + brand: IO + model: i-Style 7.1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; JUST5SPACER Build/JUST5JUST5SPACER) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.0.1183 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; th-th; i-mobile i-STYLE 7.2 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.0.1183" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Spacer + brand: IO + model: i-Style 7.2 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Just5-SPACER2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; km-kh; i-mobile i-STYLE 7.8 DTV Build/i_style_7_8_DTV) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.2171.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: J5 - model: Spacer 2 + brand: IO + model: i-Style 7.8 DTV os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Just5-SPACER2s Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; i-mobile i-style 8 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.89" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: J5 - model: Spacer 2S + brand: IO + model: i-Style 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; JY-G2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; i-mobile i-STYLE Q2 DUO Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6460,16 +6351,16 @@ engine_version: "534.30" device: type: smartphone - brand: JI - model: JY-G2 + brand: IO + model: i-Style Q2 DUO os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; JY-G3 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-mobile IQ 1068 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser @@ -6480,16 +6371,16 @@ engine_version: "534.30" device: type: smartphone - brand: JI - model: JY-G3 + brand: IO + model: IQ 1068 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; JY-G4 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; i-mobile IQ 3 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.1" platform: "" client: type: browser @@ -6500,16 +6391,16 @@ engine_version: "534.30" device: type: smartphone - brand: JI - model: JY-G4 + brand: IO + model: IQ 3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; JY-G5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; th-th; i-mobile IQ 5.1A Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.2" platform: "" client: type: browser @@ -6520,92 +6411,72 @@ engine_version: "534.30" device: type: smartphone - brand: JI - model: JY-G5 + brand: IO + model: IQ 5.1A os_family: Android browser_family: Android Browser - - 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 - os: - name: Sailfish OS - short_name: SAF - version: "" - platform: "" - client: - type: browser - name: Sailfish Browser - short_name: SA - version: "1.0" - engine: Gecko - engine_version: "26.0" - device: - type: smartphone - brand: JO - model: "" - os_family: GNU/Linux - browser_family: Sailfish Browser -- - user_agent: Elegance_5_0/V1 Linux/3.10.72 Android/5.1 Release/03.10.2015 Browser/AppleWebKit537.36 Chrome/39.0.0.0 Mobile Safari/537.36 System/Android 5.1; + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; IQ 5.5 Build/JDQ39) os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "39.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: K1 - model: Elegance 5.0 + brand: IO + model: IQ 5.5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NET1100 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; i-mobile IQ 5.5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K2 - model: NET 1100 + brand: IO + model: IQ 5.5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KENEKSI_Amber Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IQ 5.6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Amber + brand: IO + model: IQ 5.6 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Amulet AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IQ 5.6A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6613,59 +6484,59 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.1011.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Amulet + brand: IO + model: IQ 5.6A os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Chance AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; i-mobile IQ 6A Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.89" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Chance + brand: IO + model: IQ 6A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Choice AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; IQ9.1 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Choice + brand: IO + model: IQ 9.1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Crystal AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; i-mobile IQ X3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6673,43 +6544,43 @@ platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.1011.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Crystal + brand: IO + model: IQ X3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Delta_Dual Build/HD AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; i-mobile IQ1-1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Delta Dual + brand: IO + model: IQ1-1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-Dream Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; i-mobile IQ5.1 Pro Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -6720,76 +6591,76 @@ engine_version: "534.30" device: type: smartphone - brand: K3 - model: Dream + brand: IO + model: IQ5.1 Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-Fire Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Kylin 5.0 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: K3 - model: Fire + brand: IP + model: Kylin 5.0 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Flame AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Kylin_5.0S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.98" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Flame + brand: IP + model: Kylin 5.0S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-FLASH Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Kylin 5.5 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: K3 - model: Flash + brand: IP + model: Kylin 5.5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: KENEKSI-Flora/V1 Linux/3.4.39 Android/4.2.2 Release/09.24.2014 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; INQ Cloud Touch Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.2.1" platform: "" client: type: browser @@ -6797,35 +6668,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Flora + brand: IQ + model: Cloud Touch os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Glass Build/JDQ39; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.2.40664AP + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; INQ Cloud Touch -parrot Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.2.1" platform: "" client: type: browser - name: Puffin - short_name: PU - version: "7.8.2.40664" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Glass + brand: IQ + model: Cloud Touch -parrot os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; Hemera Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 OPR/50.3.2426.136976 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; inew_one Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6833,59 +6704,59 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "50.3.2426.136976" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Hemera + brand: IW + model: one os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.2.2; KENEKSI_liberty Build/JDQ39 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; INEW V3 Build/KOT49H) AppleWebKit/537.36 (KHTML like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Liberty + brand: IW + model: V3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Libra_Dual Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V3 Plus Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Libra Dual + brand: IW + model: V3 Plus os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 Linux; U; Android 4.2.2; KENEKSI-Moon Build/JDQ39 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; V3-E Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -6897,35 +6768,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Moon + brand: IW + model: V3-E os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Norma AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V3E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.1011.00" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Norma + brand: IW + model: V3-E os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI_Norma 2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fa-ir; V3C Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30/TansoDL os: name: Android short_name: AND @@ -6940,172 +6811,212 @@ engine_version: "534.30" device: type: smartphone - brand: K3 - model: Norma 2 + brand: IW + model: V3C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Rock AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; V3C) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink + name: UC Browser + short_name: UC + version: "9.4.0.460" + engine: "" engine_version: "" device: type: smartphone - brand: K3 - model: Rock + brand: IW + model: V3C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Sigma AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; V7A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Sigma + brand: IW + model: V7A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI_Sky Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Aqua_3G) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile os: name: Android short_name: AND version: "4.2.2" platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.2.0.419" + engine: "" + engine_version: "" + device: + type: smartphone + brand: IX + model: Aqua 3G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Aqua.Active Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" client: type: browser name: Android Browser short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Sky + brand: IX + model: Aqua Active os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Solo Build/JDQ39; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.0.40457AP + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; hi-in; Aqua Glory Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Puffin - short_name: PU - version: "7.8.0.40457" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Solo + brand: IX + model: Aqua Glory os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Soul AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Aqua_i-4+) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: K3 - model: Soul + brand: IX + model: Aqua i-4+ os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Star Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 OPR/50.3.2426.136976 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Intex Aqua Marvel Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "50.3.2426.136976" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Star + brand: IX + model: Aqua Marvel os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Step AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-in; Aqua Star Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: K3 - model: Step + brand: IX + model: Aqua Star os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 5.1; KENEKSI_Storm AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Aqua Style Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: IX + model: Aqua Style + os_family: Android + browser_family: Unknown +- + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Aqua_Sx) U2/1.0.0 UCBrowser/9.0.1.379 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto engine_version: "" device: type: smartphone - brand: K3 - model: Storm - os_family: Android - browser_family: Chrome + brand: IX + model: Aqua Sx + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-SUN Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Aqua Y2/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2; os: name: Android short_name: AND @@ -7120,52 +7031,52 @@ engine_version: "534.30" device: type: smartphone - brand: K3 - model: Sun + brand: IX + model: Aqua Y2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; Teta Dual Build/HD AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Cloud Fame 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: K3 - model: Teta Dual + brand: IX + model: Cloud Fame 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Wind AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; INTEX_CLOUD_X1) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.1011.00" - engine: Blink + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" engine_version: "" device: type: smartphone - brand: K3 - model: Wind + brand: IX + model: CLOUD X1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Zeta AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; INTEX Cloud X11 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7173,79 +7084,79 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K3 - model: Zeta + brand: IX + model: Cloud X11 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN_A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3; en-US; Cloud_X2) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "2.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" engine_version: "" device: type: smartphone - brand: K4 - model: A1 + brand: IX + model: Cloud X2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN N1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-US; Cloud_X2 Build/MocorDroid4.0.1) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/9.2.0.419 Mobile os: - name: Android - short_name: AND - version: "7.0" + name: MocorDroid + short_name: MCD + version: "4.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.2.0.419" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: K4 - model: N1 + brand: IX + model: Cloud X2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN_N2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Intex Cloud X4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + version: "18.0.1025.133" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: K4 - model: N2 + brand: IX + model: Cloud X4 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Karbonn A1* Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-in; Cloud X5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7260,12 +7171,12 @@ engine_version: "534.30" device: type: smartphone - brand: KA - model: 'A1*' + brand: IX + model: Cloud X5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Karbonn A1+ Duple Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Cloud Y2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7280,116 +7191,116 @@ engine_version: "534.30" device: type: smartphone - brand: KA - model: A1+ Duple + brand: IX + model: Cloud Y2 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Karbonn_A1+_Duple) U2/1.0.0 UCBrowser/9.0.2.389 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; INTEX Cloud Y4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KA - model: A1+ Duple - os_family: GNU/Linux - browser_family: Opera + brand: IX + model: Cloud Y4 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Karbonn A10 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 UCBrowser/3.1.0.403 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; AUXUS AX01 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "3.1.0.403" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: KA - model: A10 + brand: IY + model: AX01 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Karbonn A2 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; iberry AUXUS AX02 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: KA - model: A2 + brand: IY + model: AX02 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Karbonn_A2+) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; AUXUS Nuclea N1 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64462 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Opera Mobile + short_name: OM + version: "16.0.1212.64462" + engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: A2+ + brand: IY + model: Nuclea N1 os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; Karbonn A26 Build/JRO03C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 'JUC (Linux; U; 2.3.5; zh-cn; iNote_beyond; 480*854) UCWEB7.9.0.94/139/444' os: - name: Android - short_name: AND - version: "4.1.1" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "7.9.0.94" + engine: "" + engine_version: "" device: type: smartphone - brand: KA - model: A26 - os_family: Android - browser_family: Android Browser + brand: IZ + model: iNote beyond + os_family: GNU/Linux + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Karbonn A27+ Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.1.2" + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; iNote beyond Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -7397,39 +7308,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: KA - model: A27+ + brand: IZ + model: iNote beyond os_family: Android browser_family: Android Browser - - user_agent: Karbonn A35/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2; + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; iNote_mini) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" + engine_version: "" device: type: smartphone - brand: KA - model: A35 + brand: IZ + model: iNote mini os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Karbonn A4 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; iNote mini Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "2.3.6" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -7440,36 +7351,36 @@ engine_version: "533.1" device: type: smartphone - brand: KA - model: A4 + brand: IZ + model: iNote mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us ; Karbonn A50 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.5.3.246/145/33756 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; itel_IT1351) U2/1.0.0 UCBrowser/9.1.1.420 Mobile os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.5.3.246" - engine: WebKit - engine_version: "533.1" + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" device: type: smartphone - brand: KA - model: A50 - os_family: Android - browser_family: Unknown + brand: IZ + model: IT1351 + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Karbonn A5i Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; itel IT1351 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "2.3.6" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -7480,16 +7391,16 @@ engine_version: "533.1" device: type: smartphone - brand: KA - model: A5i + brand: IZ + model: IT1351 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Karbonn A6 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; itel IT1351E Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser @@ -7497,175 +7408,175 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: KA - model: A6 + brand: IZ + model: IT1351E os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Karbonn_A91) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; fr-BE; itel_IT1351E) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.1.1.420" + version: "8.6.0.276" engine: "" engine_version: "" device: type: smartphone - brand: KA - model: A91 + brand: IZ + model: IT1351E os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Kavach 4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; fr-FR; itel_it1400) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" engine_version: "" device: type: smartphone - brand: KA - model: K9 Kavach 4G + brand: IZ + model: it1400 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Music 4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-be; itel it1500 Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KA - model: K9 Music 4G + brand: IZ + model: it1500 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; K9 Smart Build/K9 Smart) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; BLASTER Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart + brand: J5 + model: Blaster os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; K9 Smart 1GB Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; BLASTER 2 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart + brand: J5 + model: Blaster 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 Smart 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; COSMO_L707 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart 4G + brand: J5 + model: Cosmo L707 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 Smart 4G. Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; COSMO L808) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "74.0.3729.112" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart 4G + brand: J5 + model: Cosmo L808 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Smart Grand Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; FREEDOM Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart Grand + brand: J5 + model: Freedom os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Smart Yuva Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FREEDOM C100 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7675,155 +7586,161 @@ type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Smart Yuva + brand: J5 + model: Freedom C100 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1; karbonnK9 Viraat 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 7.0; FREEDOM_M303 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Viraat 4G + brand: J5 + model: Freedom M303 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 VIRAAT 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; FREEDOM X1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: K9 Viraat 4G + brand: J5 + model: Freedom X1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Karbonn S2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; JUST5SPACER Build/JUST5JUST5SPACER) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.0.1183 Mobile Safari/537.3 os: name: Android short_name: AND - version: "4.2.1" - platform: ARM + version: "4.2.2" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.2.17.1009776" + type: browser + name: UC Browser + short_name: UC + version: "12.11.0.1183" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: KA - model: S2 + brand: J5 + model: Spacer os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium S2 Plus Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Just5-SPACER2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: Titanium S2 Plus + brand: J5 + model: Spacer 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium_S2_Plus Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Just5-SPACER2s Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone - brand: KA - model: Titanium S2 Plus + brand: J5 + model: Spacer 2S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium_S99 Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; JY-G2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KA - model: Titanium S99 + brand: JI + model: JY-G2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; koobee M2 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; JY-G3 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KB - model: M2 + brand: JI + model: JY-G3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; koobee M3 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; JY-G4 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.1" platform: "" client: type: browser @@ -7834,16 +7751,16 @@ engine_version: "534.30" device: type: smartphone - brand: KB - model: M3 + brand: JI + model: JY-G4 os_family: Android browser_family: Android Browser - - user_agent: koobee-T550/1.0 Linux/2.6.35.7 Android/2.3.5 Release/01.17.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; JY-G5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.1" platform: "" client: type: browser @@ -7851,15 +7768,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: KB - model: T550 + brand: JI + model: JY-G5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Kruger Matz DRIVE 4 mini LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + 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 + os: + name: Sailfish OS + short_name: SAF + version: "" + platform: "" + client: + type: browser + name: Sailfish Browser + short_name: SA + version: "1.0" + engine: Gecko + engine_version: "26.0" + device: + type: smartphone + brand: JO + model: "" + os_family: GNU/Linux + browser_family: Sailfish Browser +- + user_agent: Elegance_5_0/V1 Linux/3.10.72 Android/5.1 Release/03.10.2015 Browser/AppleWebKit537.36 Chrome/39.0.0.0 Mobile Safari/537.36 System/Android 5.1; os: name: Android short_name: AND @@ -7869,101 +7806,161 @@ type: browser name: Chrome Mobile short_name: CM - version: "41.0.2272.96" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: KE - model: DRIVE 4 mini LTE + brand: K1 + model: Elegance 5.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_6_mini Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NET1100 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "56.0.2924.87" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: KE - model: MOVE 6 Mini + brand: K2 + model: NET 1100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KENEKSI_Amber Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: KE - model: MOVE 7 + brand: K3 + model: Amber os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Amulet AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "18.11.1.1011.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: K3 + model: Amulet + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Chance AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone - brand: KE - model: MOVE 8 + brand: K3 + model: Chance os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Kogan Agora 6Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Choice AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: KG - model: Agora 6Plus + brand: K3 + model: Choice os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; KM-E100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Crystal AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "18.11.1.1011.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: K3 + model: Crystal + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Delta_Dual Build/HD AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: K3 + model: Delta Dual + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-Dream Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser @@ -7974,206 +7971,232 @@ engine_version: "534.30" device: type: smartphone - brand: KH - model: KM-E100 + brand: K3 + model: Dream os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; kingsun Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-Fire Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.1.362" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: KI - model: "" + brand: K3 + model: Fire os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; KINGSUN-F1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.36 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Flame AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "30.0.1599.36" + version: "71.0.3578.98" engine: Blink engine_version: "" device: type: smartphone - brand: KI - model: F1 + brand: K3 + model: Flame os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; KINGSUN-S5Q Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/4.9 (Baidu; P1 4.3) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-FLASH Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: K3 + model: Flash + os_family: Android + browser_family: Android Browser +- + user_agent: KENEKSI-Flora/V1 Linux/3.4.39 Android/4.2.2 Release/09.24.2014 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "4.9" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KI - model: S5Q + brand: K3 + model: Flora os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; KINGSUN S6 Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/4.9 (Baidu; P1 4.3) + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Glass Build/JDQ39; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.2.40664AP os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "4.9" + type: browser + name: Puffin + short_name: PU + version: "7.8.2.40664" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: KI - model: S6 + brand: K3 + model: Glass os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; KINGSUN-S8 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; Hemera Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 OPR/50.3.2426.136976 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Opera Mobile + short_name: OM + version: "50.3.2426.136976" engine: Blink engine_version: "" device: type: smartphone - brand: KI - model: S8 + brand: K3 + model: Hemera os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 Linux; Android 4.4.2; IM5 AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.2.2; KENEKSI_liberty Build/JDQ39 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: KK - model: IM5 + brand: K3 + model: Liberty os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; KODAK_SMARTWAY_M1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Libra_Dual Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: KK - model: Smartway M1 + brand: K3 + model: Libra Dual os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KODAK_SMARTWAY_T1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 Linux; U; Android 4.2.2; KENEKSI-Moon Build/JDQ39 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: KK - model: Smartway T1 + brand: K3 + model: Moon os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KODAK SMARTWAY X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Norma AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Yandex Browser + short_name: YA + version: "18.11.1.1011.00" engine: Blink engine_version: "" device: type: smartphone - brand: KK - model: Smartway X1 + brand: K3 + model: Norma os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ELEMENT Q Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI_Norma 2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KL - model: Element Q + brand: K3 + model: Norma 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Komu Color Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Rock AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8181,39 +8204,39 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: KM - model: Color + brand: K3 + model: Rock os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KOMU ENERGY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Sigma AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KM - model: ENERGY + brand: K3 + model: Sigma os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; KOMU-MINI Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI_Sky Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -8228,12 +8251,12 @@ engine_version: "534.30" device: type: smartphone - brand: KM - model: MINI + brand: K3 + model: Sky os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SD4930UR Build/JDQ39) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.173 Mobile Safari/537.22 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Solo Build/JDQ39; ru-ru AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.81 Mobile Safari/537.36 Puffin/7.8.0.40457AP os: name: Android short_name: AND @@ -8241,119 +8264,99 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "25.0.1364.173" - engine: WebKit - engine_version: "537.22" - device: - type: smartphone - brand: KN - model: Fire Phone - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-cn; KOPO L128 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.3" - platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: Puffin + short_name: PU + version: "7.8.0.40457" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: KP - model: L128 + brand: K3 + model: Solo os_family: Android browser_family: Unknown - - user_agent: KOPO L8_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 SohuNews/5.2.3 BuildCode/95 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Soul AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone - brand: KP - model: L8 + brand: K3 + model: Soul os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-cn; KOPO L8 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Star Build/JDQ39 AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 OPR/50.3.2426.136976 os: name: Android short_name: AND - version: "4.4.3" + version: "4.2.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Opera Mobile + short_name: OM + version: "50.3.2426.136976" + engine: Blink + engine_version: "" device: type: smartphone - brand: KP - model: L8 + brand: K3 + model: Star os_family: Android - browser_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H15 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; KENEKSI_Step AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: KR - model: H15 + brand: K3 + model: Step os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H16 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 5.1; KENEKSI_Storm AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: KR - model: H16 + brand: K3 + model: Storm os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; KENEKSI-SUN Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -8368,69 +8371,72 @@ engine_version: "534.30" device: type: smartphone - brand: KR - model: H20 + brand: K3 + model: Sun os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1; ALUMINI 2 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.106 Mobile Safari/537.36[FBAN/EMA;FBLC/es_LA;FBAV/90.0.0.10.180;]' + user_agent: Mozilla/5.0 Linux; Android 4.2.2; Teta Dual Build/HD AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: - type: mobile app - name: Facebook - version: "90.0.0.10.180" + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: KS - model: Alumini 2 + brand: K3 + model: Teta Dual os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Alumini3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI-Wind AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.1011.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" + name: Yandex Browser + short_name: YA + version: "18.11.1.1011.00" engine: Blink engine_version: "" device: type: smartphone - brand: KS - model: Alumini 3 + brand: K3 + model: Wind os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Alumini_3_Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.2.2; KENEKSI_Zeta AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: KS - model: Alumini 3 Plus + brand: K3 + model: Zeta os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Alumini3Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN_A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8440,37 +8446,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KS - model: Alumini 3 Plus + brand: K4 + model: A1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; KEMPLER_TV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN N1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: KS - model: TV + brand: K4 + model: N1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KEMPLER_X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KAAN_N2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8480,21 +8486,21 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: KS - model: X + brand: K4 + model: N2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Ktouch_A11 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Karbonn A1* Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser @@ -8502,19 +8508,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: KT - model: A11 + brand: KA + model: 'A1*' os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch E780 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Karbonn A1+ Duple Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -8525,72 +8531,72 @@ engine_version: "534.30" device: type: smartphone - brand: KT - model: E780 + brand: KA + model: A1+ Duple os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; K-Touch E780 Build/IMM76I) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.0.0.282 U3/0.8.0 Mobile Safari/534.31 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Karbonn_A1+_Duple) U2/1.0.0 UCBrowser/9.0.2.389 Mobile os: - name: Android - short_name: AND - version: "4.0.4" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.0.282" - engine: WebKit - engine_version: "534.31" + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" device: type: smartphone - brand: KT - model: E780 - os_family: Android - browser_family: Unknown + brand: KA + model: A1+ Duple + os_family: GNU/Linux + browser_family: Opera - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; K-Touch E806) U2/1.0.0 UCBrowser/9.6.0.378 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Karbonn A10 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 UCBrowser/3.1.0.403 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.6.0.378" - engine: "" - engine_version: "" + version: "3.1.0.403" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KT - model: E806 + brand: KA + model: A10 os_family: Android browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch S757/K-TOUCH_S757_V2.0; 480*854; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 hao123/5.1_0.5.6.4_diordna_287_084/uynaiT_51_4.0.4_757S+hcuoT-K/381b/9745f72a301c90ab899829c9071c0ed7/1' + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Karbonn A2 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.7.5.418" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: KT - model: S757 + brand: KA + model: A2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: K-Touch_T60/TBT972010_8900_V0701 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Karbonn_A2+) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND @@ -8598,23 +8604,23 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" + engine_version: "" device: type: smartphone - brand: KT - model: T60 + brand: KA + model: A2+ os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: K-Touch_T619+/960226_8514_V0101 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; Karbonn A26 Build/JRO03C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.1" platform: "" client: type: browser @@ -8625,53 +8631,16 @@ engine_version: "533.1" device: type: smartphone - brand: KT - model: T619 + brand: KA + model: A26 os_family: Android browser_family: Android Browser - - user_agent: K-Touch_T619+/960226_8514_V0101 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/5.1 (Baidu; P1 2.3.5) - os: - name: Android - short_name: AND - version: "2.3.5" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "5.1" - device: - type: smartphone - brand: KT - model: T619 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; K-Touch T621 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.5 Mobile Safari/533.1 - os: - name: MocorDroid - short_name: MCD - version: "2.3.5" - platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ - version: "4.5" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: KT - model: T621 - os_family: Android - browser_family: Unknown -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.3; K-Touch T780/TBT960313_8660_V0101) Linux/3.0.8 Release/12.26.2012 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Karbonn A27+ Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser @@ -8682,53 +8651,36 @@ engine_version: "534.30" device: type: smartphone - brand: KT - model: T780 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; K-Touch Tou ch3 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "9.5.2.394" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: KT - model: Tou ch3 + brand: KA + model: A27+ os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1; zh-cn; K-Touch U86 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/042_0.4_diordna_069_045/hcuoT-K_61_2.1.4_68U+hcuoT-K/1000154c/6F7FA236825AEB575DD75F1E9DA5858A%7C106199110809368/1' + user_agent: Karbonn A35/V1 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2; os: name: Android short_name: AND - version: "4.1" + version: "4.2.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "042" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KT - model: U86 + brand: KA + model: A35 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch_W619 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Karbonn A4 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -8739,36 +8691,36 @@ engine_version: "533.1" device: type: smartphone - brand: KT - model: W619 + brand: KA + model: A4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; YunOs 1.0.0.3; en-; K-Touch W619 Build/AliyunOs-2012) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us ; Karbonn A50 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.5.3.246/145/33756 os: - name: YunOs - short_name: YNS - version: "1.0.0.3" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Mobile Safari - short_name: MF - version: "4.0" + name: UC Browser + short_name: UC + version: "8.5.3.246" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: KT - model: W619 + brand: KA + model: A50 os_family: Android - browser_family: Safari + browser_family: Unknown - - 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 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Karbonn A5i Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: YunOs - short_name: YNS - version: "1.0.0.3" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser @@ -8779,16 +8731,16 @@ engine_version: "533.1" device: type: smartphone - brand: KT - model: W658 + brand: KA + model: A5i os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U;AliyunOS 1.5.1.18-RT-20120724.182153; zh-cn; K-Touch W688 Build/AliyunOs-2012;Android 2.3 Compatible) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Karbonn A6 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: YunOs - short_name: YNS - version: "1.5.1.18" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -8799,12 +8751,12 @@ engine_version: "533.1" device: type: smartphone - brand: KT - model: W688 + brand: KA + model: A6 os_family: Android browser_family: Android Browser - - user_agent: K-Touch W98/java_c_5609c Linux/3.4.5+ Android/4.2.2 Release/JDQ39 Browser/AppleWebKit534.30 Profile/ Configuration/ Mobile Safari/534.30 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Karbonn_A91) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile os: name: Android short_name: AND @@ -8812,156 +8764,159 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "9.1.1.420" + engine: "" + engine_version: "" device: type: smartphone - brand: KT - model: W98 + brand: KA + model: A91 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Kumai 260 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Kavach 4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: KU - model: "260" + brand: KA + model: K9 Kavach 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; KM-Kumai 290/Kumai_290_V1.4; 320*480; CTC/2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/5.0 (Baidu; P1 2.3.5)' + user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Music 4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: KU - model: "290" + brand: KA + model: K9 Music 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Kumai 290S-A Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; K9 Smart Build/K9 Smart) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: KU - model: 290S-A + brand: KA + model: K9 Smart os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Kumai 918 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.36 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; K9 Smart 1GB Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "30.0.1599.36" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: KU - model: "918" + brand: KA + model: K9 Smart os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; BIGCOOL Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 Smart 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: KW - model: BigCool + brand: KA + model: K9 Smart 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; COOLFIVE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 Smart 4G. Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: KW - model: Cool Five + brand: KA + model: K9 Smart 4G os_family: Android browser_family: Chrome - - user_agent: COOL-K/V1 Linux/3.10.72 Android/5.1 Release/03.10.2015 Browser/AppleWebKit537.36 Chrome/39.0.0.0 Mobile Safari/537.36 System/Android 5.1; + user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Smart Grand Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.0.0" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: KW - model: Cool-K + brand: KA + model: K9 Smart Grand os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Just5 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; K9 Smart Yuva Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8971,17 +8926,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: KW - model: Just 5 + brand: KA + model: K9 Smart Yuva os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LINK5 Build/MOST28F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; karbonnK9 Viraat 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36' os: name: Android short_name: AND @@ -8989,100 +8944,137 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.105" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KW - model: Link 5 + brand: KA + model: K9 Viraat 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; KYL21 Build/022.0.3e02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.0.18 + user_agent: Mozilla/5.0 (Linux; Android 6.0; K9 VIRAAT 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: KA + model: K9 Viraat 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Karbonn S2 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm + os: + name: Android + short_name: AND + version: "4.2.1" + platform: ARM client: type: mobile app - name: Yahoo! Japan - version: "3.0.18" + name: Google Search App + version: "3.2.17.1009776" device: type: smartphone - brand: KY - model: Digno S + brand: KA + model: S2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; E6810) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium S2 Plus Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: DuraForce Pro + brand: KA + model: Titanium S2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; E6910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium_S2_Plus Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: DuraForce Pro 2 + brand: KA + model: Titanium S2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KYOCERA-E6790) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; Titanium_S99 Build/Karbonn) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: DuraForce XD + brand: KA + model: Titanium S99 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; C5170 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; koobee M2 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" + device: + type: smartphone + brand: KB + model: M2 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; koobee M3 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser @@ -9093,16 +9085,16 @@ engine_version: "534.30" device: type: smartphone - brand: KY - model: Hydro + brand: KB + model: M3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; C5215 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: koobee-T550/1.0 Linux/2.6.35.7 Android/2.3.5 Release/01.17.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.5" platform: "" client: type: browser @@ -9110,135 +9102,135 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: KY - model: Hydro EDGE + brand: KB + model: T550 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C6750 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Kruger Matz DRIVE 4 mini LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "41.0.2272.96" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Hydro ELITE + brand: KE + model: DRIVE 4 mini LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6730 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 7.0; Kruger&Matz Drive 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "78.0.3904.90" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Hydro ICON + brand: KE + model: DRIVE 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6530N Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_6_mini Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: KY - model: Hydro LIFE + brand: KE + model: MOVE 6 Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; C6743 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_7 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Hydro Reach + brand: KE + model: MOVE 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; C6740) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVE_8 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Hydro WAVE + brand: KE + model: MOVE 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; C6740N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Kogan Agora 6Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Hydro WAVE + brand: KG + model: Agora 6Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; C6522N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; KM-E100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9253,226 +9245,246 @@ engine_version: "534.30" device: type: smartphone - brand: KY - model: Hydro XTRM + brand: KH + model: KM-E100 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; C5120 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; kingsun Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.3" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.4.1.362" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: KY - model: Milano + brand: KI + model: "" os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; C5155 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; KINGSUN-F1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.36 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "30.0.1599.36" + engine: Blink + engine_version: "" device: type: smartphone - brand: KY - model: Rise + brand: KI + model: F1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'PodcastAddict/v2 - Dalvik/1.6.0 (Linux; U; Android 4.4.2; KC-S701 Build/102.0.1920)' + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; KINGSUN-S5Q Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/4.9 (Baidu; P1 4.3) os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "4.9" + device: + type: smartphone + brand: KI + model: S5Q + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; KINGSUN S6 Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/4.9 (Baidu; P1 4.3) + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: mobile app - name: 'Podcast & Radio Addict' - version: "2" + name: Baidu Box App + version: "4.9" device: type: smartphone - brand: KY - model: Torque + brand: KI + model: S6 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KYY23 Build/106.0.2a00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; KINGSUN-S8 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: KY - model: Urbano L03 + brand: KI + model: S8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Thunder Q45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; IM5 AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: KZ - model: Thunder Q45 + brand: KK + model: IM5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; KAZAM Thunder Q45 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.10.1064617.arm + user_agent: Mozilla/5.0 (Linux; Android 6.0; KODAK_SMARTWAY_M1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" - platform: ARM + version: "6.0" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.10.1064617" + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: KZ - model: Thunder Q45 + brand: KK + model: Smartway M1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tornado 348 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KODAK_SMARTWAY_T1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: KZ - model: Tornado 348 + brand: KK + model: Smartway T1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X35 Build/Trooper_X35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KODAK SMARTWAY X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: KZ - model: Trooper X3.5 + brand: KK + model: Smartway X1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X40 Build/Trooper_X40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ELEMENT Q Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: KZ - model: Trooper X4.0 + brand: KL + model: Element Q os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; KAZAM Trooper X45 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Komu Color Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: KZ - model: Trooper X45 + brand: KM + model: Color os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Trooper X45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KOMU ENERGY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: KZ - model: Trooper X45 + brand: KM + model: ENERGY os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X55 Build/Trooper_X55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; KOMU-MINI Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9480,19 +9492,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: KZ - model: Trooper X5.5 + brand: KM + model: MINI os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Trooper X50 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SD4930UR Build/JDQ39) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.173 Mobile Safari/537.22 os: name: Android short_name: AND @@ -9502,21 +9514,41 @@ type: browser name: Chrome Mobile short_name: CM - version: "27.0.1453.90" + version: "25.0.1364.173" engine: WebKit - engine_version: "537.36" + engine_version: "537.22" device: type: smartphone - brand: KZ - model: Trooper X50 + brand: KN + model: Fire Phone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; KAZAM Trooper2 50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-cn; KOPO L128 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.3" + platform: "" + client: + type: browser + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: KP + model: L128 + os_family: Android + browser_family: Unknown +- + user_agent: KOPO L8_TD/Linux/3.4.39 Android/4.3 Release/08.15.2013 Browser/AppleWebkit534.30 Mobile Safari/534.30 SohuNews/5.2.3 BuildCode/95 + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser @@ -9527,216 +9559,213 @@ engine_version: "534.30" device: type: smartphone - brand: KZ - model: Trooper2 50 + brand: KP + model: L8 os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0.2; Le 1 Pro Build/BGXNAOP5501103071S) + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-cn; KOPO L8 Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone - brand: L1 - model: Le 1 Pro + brand: KP + model: L8 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; X800+) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H15 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L1 - model: Le 1 Pro + brand: KR + model: H15 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Letv X500 Build/DBXCNOP5801608051S; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H16 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L1 - model: Le 1S + brand: KR + model: H16 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Letv X501 Build/DBXCNOP5902303111S; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; KORIDY H20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L1 - model: Le 1S + brand: KR + model: H20 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Le X526 Build/IIXOSOP5801910121S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; ALUMINI 2 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.106 Mobile Safari/537.36[FBAN/EMA;FBLC/es_LA;FBAV/90.0.0.10.180;]' os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "90.0.0.10.180" device: type: smartphone - brand: L1 - model: Le 2 + brand: KS + model: Alumini 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; LeEco Le 2 Build/NMF26V) + user_agent: Mozilla/5.0 (Linux; Android 6.0; Alumini3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: L1 - model: Le 2 + brand: KS + model: Alumini 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Le Max Build/CHXOSOP5501405221S) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Alumini_3_Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: L1 - model: Le Max + brand: KS + model: Alumini 3 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Le X527 Build/IMXOSOP5801809091S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Alumini3Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.68" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: L1 - model: Le X527 + brand: KS + model: Alumini 3 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1;zh_cn; LEX720 Build/WAXCNFN5902012312S) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/49.0.0.0 Mobile Safari/537.36 EUI Browser/5.9.020S + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; KEMPLER_TV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.0.0" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: L1 - model: Le X720 + brand: KS + model: TV os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LEX722) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KEMPLER_X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: L1 - model: Le X722 + brand: KS + model: X os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Le X820 Build/MOB31S) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Ktouch_A11 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: type: browser @@ -9744,179 +9773,176 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: L1 - model: Le X820 + brand: KT + model: A11 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; X900 Build/CBXCNOP5500912251S) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025489 Mobile Safari/533.1 V1_AND_SQ_6.0.0_300_YYB_D QQ/6.0.0.2605 NetType/WIFI WebP/0.3.0 Pixel/1440 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch E780 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: L1 - model: Le X900 + brand: KT + model: E780 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; X900+) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; K-Touch E780 Build/IMM76I) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.0.0.282 U3/0.8.0 Mobile Safari/534.31 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.0.0.282" + engine: WebKit + engine_version: "534.31" device: type: smartphone - brand: L1 - model: Max X900+ + brand: KT + model: E780 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; S6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; K-Touch E806) U2/1.0.0 UCBrowser/9.6.0.378 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: "" engine_version: "" device: type: smartphone - brand: L2 - model: S6 + brand: KT + model: E806 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch S757/K-TOUCH_S757_V2.0; 480*854; CTC/2.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 hao123/5.1_0.5.6.4_diordna_287_084/uynaiT_51_4.0.4_757S+hcuoT-K/381b/9745f72a301c90ab899829c9071c0ed7/1' os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L2 - model: XM100 + brand: KT + model: S757 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100 Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: K-Touch_T60/TBT972010_8900_V0701 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L2 - model: XM100 Plus + brand: KT + model: T60 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: K-Touch_T619+/960226_8514_V0101 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: L2 - model: XM100S + brand: KT + model: T619 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XM300 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: K-Touch_T619+/960226_8514_V0101 Mozilla/5.0 (Linux; U; Android 2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/5.1 (Baidu; P1 2.3.5) os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "5.1" device: type: smartphone - brand: L2 - model: XM300 Pro + brand: KT + model: T619 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; S5A4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; K-Touch T621 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/4.5 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "44.0.2403.133" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "4.5" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: L3 - model: Argon + brand: KT + model: T621 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; S4A2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.3; K-Touch T780/TBT960313_8660_V0101) Linux/3.0.8 Release/12.26.2012 AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -9927,27 +9953,47 @@ engine_version: "534.30" device: type: smartphone - brand: L3 - model: Irida + brand: KT + model: T780 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-; S4A5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; View2 Go) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "79.0.3945.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: L3 - model: Oxygen + brand: WI + model: View 2 Go os_family: Android - browser_family: Android Browser + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BUZZ 1 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: AE + model: Buzz 1 Lite + os_family: Android + browser_family: Chrome diff --git a/Tests/fixtures/smartphone-6.yml b/Tests/fixtures/smartphone-6.yml index 2fe85ee1f3..7e3eef29d5 100644 --- a/Tests/fixtures/smartphone-6.yml +++ b/Tests/fixtures/smartphone-6.yml @@ -1,66 +1,123 @@ --- - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; LEXAND S4A4 NEON Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100502004 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; K-Touch Tou ch3 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.2.394 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" + name: UC Browser + short_name: UC + version: "9.5.2.394" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: L3 - model: S4A4 Neon + brand: KT + model: Tou ch3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SC7 PRO HD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.137 YaBrowser/17.4.0.544.01 Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1; zh-cn; K-Touch U86 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/042_0.4_diordna_069_045/hcuoT-K_61_2.1.4_68U+hcuoT-K/1000154c/6F7FA236825AEB575DD75F1E9DA5858A%7C106199110809368/1' os: name: Android short_name: AND - version: "5.1" + version: "4.1" platform: "" client: - type: browser - name: Yandex Browser - short_name: YA - version: "17.4.0.544.01" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "042" device: type: smartphone - brand: L3 - model: SC7 PRO HD + brand: KT + model: U86 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru; S4A1 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; K-Touch_W619 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: L3 - model: Vega + brand: KT + model: W619 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 4.2.2; LEMHOOV L15 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; U; YunOs 1.0.0.3; en-; K-Touch W619 Build/AliyunOs-2012) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: YunOs + short_name: YNS + version: "1.0.0.3" + platform: "" + client: + type: browser + name: Mobile Safari + short_name: MF + version: "4.0" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: KT + model: W619 + os_family: Android + browser_family: Safari +- + 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 + os: + name: YunOs + short_name: YNS + version: "1.0.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: KT + model: W658 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U;AliyunOS 1.5.1.18-RT-20120724.182153; zh-cn; K-Touch W688 Build/AliyunOs-2012;Android 2.3 Compatible) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: YunOs + short_name: YNS + version: "1.5.1.18" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: KT + model: W688 + os_family: Android + browser_family: Android Browser +- + user_agent: K-Touch W98/java_c_5609c Linux/3.4.5+ Android/4.2.2 Release/JDQ39 Browser/AppleWebKit534.30 Profile/ Configuration/ Mobile Safari/534.30 os: name: Android short_name: AND @@ -68,99 +125,96 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L4 - model: L15 + brand: KT + model: W98 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; KIICAA POWER Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Kumai 260 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: L5 - model: KICCAA Power + brand: KU + model: "260" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M5 EDGE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; KM-Kumai 290/Kumai_290_V1.4; 320*480; CTC/2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/5.0 (Baidu; P1 2.3.5)' os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.83" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "5.0" device: type: smartphone - brand: L5 - model: M5 Edge + brand: KU + model: "290" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 Linux; Android 6.0; LEAGOO M8 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; Kumai 290S-A Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: L5 - model: M8 + brand: KU + model: 290S-A os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 6.0; Leagoo M8Pro Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Kumai 918 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.36 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "30.0.1599.36" engine: Blink engine_version: "" device: type: smartphone - brand: L5 - model: M8 Pro + brand: KU + model: "918" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; Leagoo Z1 Build/LMY47I; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; BIGCOOL Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND @@ -168,163 +222,180 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: L5 - model: Z1 + brand: KW + model: BigCool os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; LEAGOO Z5 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; COOLFIVE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.979.00" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: L5 - model: Z5 + brand: KW + model: Cool Five os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0.1; Leagoo Z6 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: COOL-K/V1 Linux/3.10.72 Android/5.1 Release/03.10.2015 Browser/AppleWebKit537.36 Chrome/39.0.0.0 Mobile Safari/537.36 System/Android 5.1; os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: L5 - model: Z6 + brand: KW + model: Cool-K os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.1.1; Land Rover Explore AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Just5 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: Explore + brand: KW + model: Just 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; LAND ROVER L15+ Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LINK5 Build/MOST28F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "49.0.2623.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: L6 - model: L15+ + brand: KW + model: Link 5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0.99; Land Rover T878 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ja-jp; KYL21 Build/022.0.3e02) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.0.18 os: name: Android short_name: AND - version: "7.0.99" + version: "4.0.4" + platform: "" + client: + type: mobile app + name: Yahoo! Japan + version: "3.0.18" + device: + type: smartphone + brand: KY + model: Digno S + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; E6810) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: T878 + brand: KY + model: DuraForce Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; (Landrover-V1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; E6910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: V1 + brand: KY + model: DuraForce Pro 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; (LANDROVER V18 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KYOCERA-E6790) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: V18 + brand: KY + model: DuraForce XD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; Landrover V6 Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; C5170 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -335,16 +406,16 @@ engine_version: "534.30" device: type: smartphone - brand: L6 - model: V6 + brand: KY + model: Hydro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; LANDROVER V8 Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; C5215 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -355,76 +426,56 @@ engine_version: "534.30" device: type: smartphone - brand: L6 - model: V8 + brand: KY + model: Hydro EDGE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.0; Land Rover X Build/Land_Rover_X AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; C6750 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: X + brand: KY + model: Hydro ELITE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; Land Rover X17 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; C6730 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: L6 - model: X17 + brand: KY + model: Hydro ICON os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; Land Roverd X18 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6530N Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.96" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: L6 - model: X18 - os_family: Android - browser_family: Chrome -- - user_agent: Dalvik/v3.3.127 Compatible (TVM xx; YunOS 3.0; Linux; U; Android 4.4.4 Compatible; lephone T2 Build/KTU84P) - os: - name: YunOs - short_name: YNS - version: "3.0" + version: "4.3" platform: "" client: type: browser @@ -432,835 +483,809 @@ short_name: AN version: "" engine: WebKit - engine_version: "" - device: - type: smartphone - brand: L7 - model: T2 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W10 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.8.976 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "11.3.8.976" - engine: WebKit engine_version: "534.30" device: type: smartphone - brand: L7 - model: W10 + brand: KY + model: Hydro LIFE os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W11 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.11.3.1204 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; C6743 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.11.3.1204" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: L7 - model: W11 + brand: KY + model: Hydro Reach os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W12 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.5.850 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; C6740) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.0.5.850" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: L7 - model: W12 + brand: KY + model: Hydro WAVE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; lephone_W15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; C6740N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: L7 - model: W15 + brand: KY + model: Hydro WAVE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W2 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.0.882 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; C6522N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.1.0.882" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: L7 - model: W2 + brand: KY + model: Hydro XTRM os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W7 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.9.1155 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; C5120 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.9.9.1155" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: L7 - model: W7 + brand: KY + model: Milano os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W7_plus Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.5.850 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; C5155 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.0.5.850" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: L7 - model: W7 Plus + brand: KY + model: Rise os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-IN; lephone_W9 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Mobile Safari/537.36 UCBrowser/12.10.0.1163 UCTurbo/1.4.9.900 + user_agent: 'PodcastAddict/v2 - Dalvik/1.6.0 (Linux; U; Android 4.4.2; KC-S701 Build/102.0.1920)' os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "12.10.0.1163" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: 'Podcast & Radio Addict' + version: "2" device: type: smartphone - brand: L7 - model: W9 + brand: KY + model: Torque os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Clarmin_B6 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KYY23 Build/106.0.2a00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "75.0.3770.143" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: L8 - model: B6 + brand: KY + model: Urbano L03 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium Alpha 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Thunder Q45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium Alpha 3 + brand: KZ + model: Thunder Q45 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ILIUM L1000 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; KAZAM Thunder Q45 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.10.1064617.arm os: name: Android short_name: AND - version: "4.4.4" - platform: "" + version: "4.2.2" + platform: ARM client: - type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "3.3.10.1064617" device: type: smartphone - brand: LA - model: Ilium L1000 + brand: KZ + model: Thunder Q45 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ILIUM L1000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Tornado 348 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L1000 + brand: KZ + model: Tornado 348 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ilium L1050) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X35 Build/Trooper_X35) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L1050 + brand: KZ + model: Trooper X3.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ILIUM L1100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X40 Build/Trooper_X40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L1100 + brand: KZ + model: Trooper X4.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L1120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; KAZAM Trooper X45 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LA - model: Ilium L1120 + brand: KZ + model: Trooper X45 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium L1200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Trooper X45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L1200 + brand: KZ + model: Trooper X45 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Ilium L1400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Trooper_X55 Build/Trooper_X55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L1400 + brand: KZ + model: Trooper X5.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ILIUM L200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; KAZAM Trooper X50 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" - engine: Blink - engine_version: "" + version: "27.0.1453.90" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: LA - model: Ilium L200 + brand: KZ + model: Trooper X50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Ilium L610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; KAZAM Trooper2 50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LA - model: Ilium L610 + brand: KZ + model: Trooper2 50 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0.2; Le 1 Pro Build/BGXNAOP5501103071S) os: name: Android short_name: AND - version: "7.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LA - model: Ilium L620 + brand: L1 + model: Le 1 Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium L910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; X800+) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L910 + brand: L1 + model: Le 1 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Letv X500 Build/DBXCNOP5801608051S; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L920 + brand: L1 + model: Le 1S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Ilium L950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Letv X501 Build/DBXCNOP5902303111S; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" + name: Chrome Webview + short_name: CV + version: "49.0.2623.91" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium L950 + brand: L1 + model: Le 1S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium LT500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Le X526 Build/IIXOSOP5801910121S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium LT500 + brand: L1 + model: Le 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; es-us; Ilium_LT500 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; LeEco Le 2 Build/NMF26V) os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LA - model: Ilium LT500 + brand: L1 + model: Le 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium LT510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Le Max Build/CHXOSOP5501405221S) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium LT510 + brand: L1 + model: Le Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium LT520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Le X527 Build/IMXOSOP5801809091S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "54.0.2840.68" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium LT520 + brand: L1 + model: Le X527 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium M1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1;zh_cn; LEX720 Build/WAXCNFN5902012312S) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/49.0.0.0 Mobile Safari/537.36 EUI Browser/5.9.020S os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: EUI Browser + short_name: EU + version: "5.9.020" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: LA - model: Ilium M1 + brand: L1 + model: Le X720 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LEX722) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium M3 + brand: L1 + model: Le X722 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium M7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Le X820 Build/MOB31S) os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LA - model: Ilium M7 + brand: L1 + model: Le X820 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium M9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.0.2; zh-cn; X900 Build/CBXCNOP5500912251S) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025489 Mobile Safari/533.1 V1_AND_SQ_6.0.0_300_YYB_D QQ/6.0.0.2605 NetType/WIFI WebP/0.3.0 Pixel/1440 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.4" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: LA - model: Ilium M9 + brand: L1 + model: Le X900 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S106 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; X900+) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium S106 + brand: L1 + model: Max X900+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; S6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium S106 + brand: L2 + model: S6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium S520 + brand: L2 + model: XM100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ILIUM S620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100 Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium S620 + brand: L2 + model: XM100 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S670) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; XM100S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium S670 + brand: L2 + model: XM100S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM X110 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XM300 Pro Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X110 + brand: L2 + model: XM300 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ilium X110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; S5A4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X110 + brand: L3 + model: Argon os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; S4A2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LA - model: Ilium X120 + brand: L3 + model: Irida os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X120C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-; S4A5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LA - model: Ilium X120C + brand: L3 + model: Oxygen os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM X200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; LEXAND S4A4 NEON Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100502004 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LA - model: Ilium X200 + brand: L3 + model: S4A4 Neon os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X210) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SC7 PRO HD Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.137 YaBrowser/17.4.0.544.01 Safari/537.36 os: name: Android short_name: AND @@ -1268,99 +1293,119 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Yandex Browser + short_name: YA + version: "17.4.0.544.01" + engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X210 + brand: L3 + model: SC7 PRO HD os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru; S4A1 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: L3 + model: Vega + os_family: Android + browser_family: Unknown +- + user_agent: 'Mozilla/5.0 (Linux; Android 4.2.2; LEMHOOV L15 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36' + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X220 + brand: L4 + model: L15 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; KIICAA POWER Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X260 + brand: L5 + model: KICCAA Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X500B Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M5 EDGE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X500B + brand: L5 + model: M5 Edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X500B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; LEAGOO M8 Build/MRA58K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" + name: Chrome Webview + short_name: CV + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X500B + brand: L5 + model: M8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; Leagoo M8Pro Build/MRA58K AppleWebKit/537.36 KHTML, like Gecko Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1370,81 +1415,101 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X510 + brand: L5 + model: M8 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium X520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; Leagoo Z1 Build/LMY47I; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X520 + brand: L5 + model: Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; LEAGOO Z5 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 os: name: Android short_name: AND version: "6.0" platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "18.11.1.979.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: L5 + model: Z5 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 Linux; Android 6.0.1; Leagoo Z6 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: LA - model: Ilium X710 + brand: L5 + model: Z6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Trendy 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.1.1; Land Rover Explore AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LD - model: Trendy 5.0 + brand: L6 + model: Explore os_family: Android browser_family: Chrome - - user_agent: LENOVO-Lenovo-A288t/1.0 Linux/2.6.35.7 Android/2.3.5 Release/12.28.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; LAND ROVER L15+ Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser @@ -1452,79 +1517,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: LE - model: A288t + brand: L6 + model: L15+ os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-CN; Lenovo A288t Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.6.428 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 Linux; Android 7.0.99; Land Rover T878 Build/NRD90M AppleWebKit/537.36 KHTML, like Gecko Chrome/58.0.3029.83 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "7.0.99" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.6.428" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: A288t + brand: L6 + model: T878 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Lenovo A369 Linux/3.4.5 Android/2.3.6 Release/07.26.2013 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/533.1 Android 2.3.6 + user_agent: Mozilla/5.0 Linux; Android 5.1; (Landrover-V1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: A369 + brand: L6 + model: V1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Lenovo A390_ROW Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 Linux; Android 5.1; (LANDROVER V18 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: A390 ROW + brand: L6 + model: V18 os_family: Android browser_family: Chrome - - user_agent: Lenovo-A390t_TD/S100 Release/11.2012 Mozilla/5.0 (Linux; U; Android 4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; Landrover V6 Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser @@ -1535,16 +1600,16 @@ engine_version: "534.30" device: type: smartphone - brand: LE - model: A390t + brand: L6 + model: V6 os_family: Android browser_family: Android Browser - - user_agent: Lenovo-A398t+_TD/S100 Linux/3.4.5 Android/4.1.2 Release/09.10.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; LANDROVER V8 Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser @@ -1555,76 +1620,76 @@ engine_version: "534.30" device: type: smartphone - brand: LE - model: A398t+ + brand: L6 + model: V8 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Lenovo A5000 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; Land Rover X Build/Land_Rover_X AppleWebKit/537.36 KHTML, like Gecko Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: A5000 + brand: L6 + model: X os_family: Android browser_family: Chrome - - user_agent: Lenovo-A516/S111 Linux/3.4.0 Android/4.2 Release/05.16.2013 Browser/AppleWebKit534.30 Profile/ Configuration/ Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 7.0; Land Rover X17 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: A516 + brand: L6 + model: X17 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; Lenovo A530) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 Linux; Android 7.0; Land Roverd X18 AppleWebKit/537.36 KHTML, like Gecko Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" - engine: "" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.96" + engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: A530 + brand: L6 + model: X18 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; LNV-Lenovo_A560e Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Dalvik/v3.3.127 Compatible (TVM xx; YunOS 3.0; Linux; U; Android 4.4.4 Compatible; lephone T2 Build/KTU84P) os: - name: Android - short_name: AND - version: "2.3.6" + name: YunOs + short_name: YNS + version: "3.0" platform: "" client: type: browser @@ -1632,95 +1697,95 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: LE - model: A560e + brand: L7 + model: T2 os_family: Android browser_family: Android Browser - - user_agent: MQQBrowser/3.1/Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lenovo A60+ Build/LenovoLePhone) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W10 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.8.976 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "3.1" + name: UC Browser + short_name: UC + version: "11.3.8.976" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: LE - model: A60+ + brand: L7 + model: W10 os_family: Android browser_family: Unknown - - user_agent: Lenovo-A656_TD/S100 Linux/3.4.5 Android/4.2 Release/03.07.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W11 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/12.11.3.1204 (SpeedMode) U4/1.0 UCWEB/2.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.11.3.1204" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: LE - model: A656 + brand: L7 + model: W11 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lenovo A690/S001) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W12 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.5.850 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "11.0.5.850" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: LE - model: A690 + brand: L7 + model: W12 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Lenovo-A820t_TD/S100 Linux/3.4.0 Android/4.1 Release/1.4.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; lephone_W15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: A820t + brand: L7 + model: W15 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K10a40 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W2 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.0.882 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1728,19 +1793,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.1.0.882" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LE - model: C2 + brand: L7 + model: W2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K10a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W7 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.9.1155 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1748,19 +1813,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.9.9.1155" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: LE - model: C2 + brand: L7 + model: W7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K50a40 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; lephone_W7_plus Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.5.850 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1768,19 +1833,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.0.5.850" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LE - model: K3 Note + brand: L7 + model: W7 Plus os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7010a48 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-IN; lephone_W9 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Mobile Safari/537.36 UCBrowser/12.10.0.1163 UCTurbo/1.4.9.900 os: name: Android short_name: AND @@ -1788,99 +1853,99 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: UC Browser Turbo + short_name: UT + version: "1.4.9.900" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: LE - model: K4 Note + brand: L7 + model: W9 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7010a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Clarmin_B6 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K4 Vibe + brand: L8 + model: B6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7020a48 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium Alpha 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Note + brand: LA + model: Ilium Alpha 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7020a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ILIUM L1000 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Note + brand: LA + model: Ilium L1000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo-A6020l36 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ILIUM L1000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Vibe + brand: LA + model: Ilium L1000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a40 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Ilium L1050) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1890,137 +1955,137 @@ type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Vibe + brand: LA + model: Ilium L1050 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ILIUM L1100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Vibe + brand: LA + model: Ilium L1100 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a46 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L1120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Vibe Plus + brand: LA + model: Ilium L1120 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium L1200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K5 Vibe Plus + brand: LA + model: Ilium L1200 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo K33a48 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Ilium L1400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 + brand: LA + model: Ilium L1400 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo K33a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ILIUM L200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 + brand: LA + model: Ilium L200 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K53a48 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Ilium L610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 Note + brand: LA + model: Ilium L610 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K53a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2030,37 +2095,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 Note + brand: LA + model: Ilium L620 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K33a42 Build/NRD90N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium L910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 Power + brand: LA + model: Ilium L910 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K33a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium L920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2070,37 +2135,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: K6 Power + brand: LA + model: Ilium L920 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo P1a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Ilium L950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P1 Pro + brand: LA + model: Ilium L950 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo P1ma40 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium LT500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2110,57 +2175,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P1 Vibe + brand: LA + model: Ilium LT500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo P1a42 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; es-us; Ilium_LT500 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P1 Vibe + brand: LA + model: Ilium LT500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo P2a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium LT510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P2 + brand: LA + model: Ilium LT510 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo P2a42 Build/NRD90N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium LT520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2168,303 +2233,303 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.158" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P2 + brand: LA + model: Ilium LT520 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1; zh-cn; Lenovo-P770/S100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium M1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: P770 + brand: LA + model: Ilium M1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; Lenovo P770 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: P770 + brand: LA + model: Ilium M3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Lenovo P780_ROW Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium M7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: P780 ROW + brand: LA + model: Ilium M7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoS668T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Ilium M9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: S668T + brand: LA + model: Ilium M9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Lenovo S880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S106 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: S880 + brand: LA + model: Ilium S106 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; Lenovo S880 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: S880 + brand: LA + model: Ilium S106 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1;en-us; Lenovo_S920_ROW/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.1 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: S920 ROW + brand: LA + model: Ilium S520 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; Lenovo S1a40 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.5.972 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; ILIUM S620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.3.5.972" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: Vibe S1 + brand: LA + model: Ilium S620 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo Z90a40 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM S670) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: Vibe Shot + brand: LA + model: Ilium S670 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; Z2 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM X110 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: Z2 Plus - os_family: Android + brand: LA + model: Ilium X110 + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZUK Z2151) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Ilium X110) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Edge + brand: LA + model: Ilium X110 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ZUK Z1 Build/LMY49J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X120) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z1 + brand: LA + model: Ilium X120 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZUK Z1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; X120C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z1 + brand: LA + model: Ilium X120C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; ZUK Z2132 Build/MMB29M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.2.0.915 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ILIUM X200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.2.0.915" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z2 + brand: LA + model: Ilium X200 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ZUK Z2132) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X210) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser @@ -2475,176 +2540,176 @@ engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z2 + brand: LA + model: Ilium X210 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ZUK Z2131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z2 + brand: LA + model: Ilium X220 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZUK Z2121) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z2 Pro + brand: LA + model: Ilium X260 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.0; ZUK Z2121 Build/NRD90M) + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X500B Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink engine_version: "" device: type: smartphone - brand: LE - model: ZUK Z2 Pro + brand: LA + model: Ilium X500B os_family: Android - browser_family: Android Browser + browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ilium X500B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: - name: Brew - short_name: BMP - version: "1.0.4" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: NetFront - short_name: NF - version: "4.2" - engine: NetFront - engine_version: "4.2" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: "272" - os_family: Brew - browser_family: NetFront + brand: LA + model: Ilium X500B + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-LG730 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: "730" + brand: LA + model: Ilium X510 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210(G) Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ilium X520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: Aristo 2 + brand: LA + model: Ilium X520 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X210G Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ilium X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" + engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: Aristo 2 + brand: LA + model: Ilium X710 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Trendy 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: Aristo 3 + brand: LD + model: Trendy 5.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; LG-D802 Build/JDQ39B) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 + user_agent: LENOVO-Lenovo-A288t/1.0 Linux/2.6.35.7 Android/2.3.5 Release/12.28.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser @@ -2652,35 +2717,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: LG - model: D802 + brand: LE + model: A288t os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LG-D802 Build/JDQ39B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; zh-CN; Lenovo A288t Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.6.428 U3/0.8.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.7.6.428" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: LG - model: D802 + brand: LE + model: A288t os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-in; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.2 + user_agent: Lenovo A369 Linux/3.4.5 Android/2.3.6 Release/07.26.2013 Browser/AppleWebKit533.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/533.1 Android 2.3.6 os: name: Android short_name: AND @@ -2695,36 +2760,36 @@ engine_version: "533.1" device: type: smartphone - brand: LG - model: E400 + brand: LE + model: A369 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sr-rs; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Lenovo A390_ROW Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "533.1" + engine_version: "535.19" device: type: smartphone - brand: LG - model: E400 + brand: LE + model: A390 ROW os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Lenovo-A390t_TD/S100 Release/11.2012 Mozilla/5.0 (Linux; U; Android 4.0.3) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser @@ -2732,59 +2797,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: LG - model: E400 + brand: LE + model: A390t os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; LG-E405) U2/1.0.0 UCBrowser/8.8.1.359 Mobile + user_agent: Lenovo-A398t+_TD/S100 Linux/3.4.5 Android/4.1.2 Release/09.10.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: E405 - os_family: GNU/Linux - browser_family: Opera + brand: LE + model: A398t+ + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fa-ir; LG-E510 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Lenovo A5000 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: E510 + brand: LE + model: A5000 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; el-gr; LG-E610v/V10d Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Lenovo-A516/S111 Linux/3.4.0 Android/4.2 Release/05.16.2013 Browser/AppleWebKit534.30 Profile/ Configuration/ Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2" platform: "" client: type: browser @@ -2795,36 +2860,36 @@ engine_version: "534.30" device: type: smartphone - brand: LG - model: E610v + brand: LE + model: A516 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; LG-E610v Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; zh-CN; Lenovo A530) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: "" + engine_version: "" device: type: smartphone - brand: LG - model: E610v + brand: LE + model: A530 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ro-ro; LG-E610v/V10f Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; LNV-Lenovo_A560e Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.6" platform: "" client: type: browser @@ -2832,59 +2897,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: LG - model: E610v + brand: LE + model: A560e os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.3; zh-CN; Lenovo A60) U2/1.0.0 UCBrowser/9.3.2.349 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser + short_name: UC + version: "9.3.2.349" + engine: "" + engine_version: "" device: type: smartphone - brand: LG - model: E612g + brand: LE + model: A60 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-E615 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: MQQBrowser/3.1/Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lenovo A60+ Build/LenovoLePhone) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "3.1" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: LG - model: E615 + brand: LE + model: A60+ os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-ca; LG-E617G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Lenovo-A656_TD/S100 Linux/3.4.5 Android/4.2 Release/03.07.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2" platform: "" client: type: browser @@ -2895,16 +2960,16 @@ engine_version: "534.30" device: type: smartphone - brand: LG - model: E617G + brand: LE + model: A656 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; LG-E730/V10b Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.2 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lenovo A690/S001) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.6" platform: "" client: type: browser @@ -2915,276 +2980,276 @@ engine_version: "533.1" device: type: smartphone - brand: LG - model: E730 + brand: LE + model: A690 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E900; Orange) + user_agent: Lenovo-A820t_TD/S100 Linux/3.4.0 Android/4.1 Release/1.4.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.1" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: E900 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: LE + model: A820t + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LG-E970 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K10a40 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: E970 + brand: LE + model: C2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; LG-E973 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K10a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: E973 + brand: LE + model: C2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-E980/E98010p Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K50a40 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: E980 + brand: LE + model: K3 Note os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LG-E988 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7010a48 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: E988 + brand: LE + model: K4 Note os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-F120K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7010a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: F120K + brand: LE + model: K4 Vibe os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-F160S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7020a48 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: F160S + brand: LE + model: K5 Note os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240K Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Swing(And)/1.6.1.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo A7020a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: F240K + brand: LE + model: K5 Note os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240K/10z Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo-A6020l36 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: F240K + brand: LE + model: K5 Vibe os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 NAVER(inapp; search; 260; 5.2.7) + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a40 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: LG - model: F240L + brand: LE + model: K5 Vibe os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210CM Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: Fortune 2 + brand: LE + model: K5 Vibe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-gb; LG-D855 Build/KVT49L.A1401987978) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a46 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.1599.103" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G3 + brand: LE + model: K5 Vibe Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-D852 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo A6020a46) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G3 + brand: LE + model: K5 Vibe Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-D724 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo K33a48 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0.1" platform: "" client: type: browser @@ -3195,32 +3260,32 @@ engine_version: "" device: type: smartphone - brand: LG - model: G3 Beat + brand: LE + model: K6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H811 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo K33a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 + brand: LE + model: K6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H815 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo K53a48 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3228,119 +3293,119 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 + brand: LE + model: K6 Note os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H818 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K53a48) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 + brand: LE + model: K6 Note os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H735 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K33a42 Build/NRD90N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 Beat + brand: LE + model: K6 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H630) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo K33a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 Stylus + brand: LE + model: K6 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H540 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo P1a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4 Stylus + brand: LE + model: P1 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H525n Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo P1ma40 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G4c + brand: LE + model: P1 Vibe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-H850 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo P1a42 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3350,17 +3415,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G5 + brand: LE + model: P1 Vibe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-H860 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo P2a42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3370,17 +3435,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G5 + brand: LE + model: P2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VS987 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Lenovo P2a42 Build/NRD90N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3388,200 +3453,143 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" + name: Chrome Webview + short_name: CV + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G5 + brand: LE + model: P2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-H840 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1; zh-cn; Lenovo-P770/S100) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: G5 SE + brand: LE + model: P770 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VS988 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; Lenovo P770 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: G6 + brand: LE + model: P770 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; LM-Q850 Build/OPM1.171019.026 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.8.1186 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "12.11.8.1186" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: LG - model: G7 Fit - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 9; LM-Q910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.111" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: LG - model: G7 One - os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710N Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Lenovo P780_ROW Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G7 ThinQ + brand: LE + model: P780 ROW os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoS668T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: G7 ThinQ + brand: LE + model: S668T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710VM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Lenovo S880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: G7 ThinQ + brand: LE + model: S880 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-G820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; Lenovo S880 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "9" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: LG - model: G8 + brand: LE + model: S880 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-G820N Build/PKQ1.181203.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.128 Whale/1.0.0.0 Crosswalk/23.69.590.22 Mobile Safari/537.36 NAVER(inapp; search; 650; 10.3.2) - os: - name: Android - short_name: AND - version: "9" - platform: "" - client: - type: mobile app - name: CrosswalkApp - version: "23.69.590.22" - device: - type: smartphone - brand: LG - model: G8 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; LG-GT540 ; Build/Donut) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 MMS/LG-Android-MMS-V1.0/1.2 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1;en-us; Lenovo_S920_ROW/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.1 Mobile Safari/534.30 os: name: Android short_name: AND - version: "1.6" + version: "4.2.1" platform: "" client: type: browser @@ -3589,152 +3597,155 @@ short_name: AN version: "" engine: WebKit - engine_version: "528.5" + engine_version: "534.30" device: type: smartphone - brand: LG - model: GT540 + brand: LE + model: S920 ROW os_family: Android browser_family: Android Browser - - user_agent: AndroidDownloadManager/5.1.1 (Linux; U; Android 5.1.1; LG-K420 Build/LMY47V) + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; Lenovo S1a40 Build/MRA58K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.5.972 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: - type: mobile app - name: AndroidDownloadManager - version: "5.1.1" + type: browser + name: UC Browser + short_name: UC + version: "11.3.5.972" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: K10 + brand: LE + model: Vibe S1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-F670L Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo Z90a40 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K10 + brand: LE + model: Vibe Shot os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K430 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Z2 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K10 + brand: LE + model: Z2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-M250 Build/NRD90U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 Snapchat/10.26.5.0 (LG-M250; Android 7.0 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZUK Z2151) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K10 (2017) + brand: LE + model: ZUK Edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410.FN Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ZUK Z1 Build/LMY49J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K11 + brand: LE + model: ZUK Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VS501 Build/NRD90U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ZUK Z1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K20 + brand: LE + model: ZUK Z1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LG-M255) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; ZUK Z2132 Build/MMB29M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.2.0.915 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.2.0.915" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LG - model: K20 + brand: LE + model: ZUK Z2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-TP260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ZUK Z2132) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3744,37 +3755,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K20 Plus + brand: LE + model: ZUK Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; LGMP260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ZUK Z2131) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K20 Plus + brand: LE + model: ZUK Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-K100 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ZUK Z2121) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3784,117 +3795,117 @@ type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LG - model: K3 + brand: LE + model: ZUK Z2 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410UM Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.0; ZUK Z2121 Build/NRD90M) os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LG - model: K30 + brand: LE + model: ZUK Z2 Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "5.1.1" + name: Brew + short_name: BMP + version: "1.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: NetFront + short_name: NF + version: "4.2" + engine: NetFront + engine_version: "4.2" device: type: smartphone brand: LG - model: K7 - os_family: Android - browser_family: Chrome + model: "272" + os_family: Brew + browser_family: NetFront - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-K330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-LG730 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: K7 + model: "730" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-K332 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210(G) Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: K7 + model: Aristo 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K350 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X210G Build/OPM1.171019.026 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: LG - model: K8 + model: Aristo 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X212(G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3904,97 +3915,97 @@ type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: K8 (2018) + model: Aristo 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; RS500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; LG-D802 Build/JDQ39B) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: K8 4G + model: D802 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VS500PP Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LG-D802 Build/JDQ39B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: K8 V + model: D802 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VS500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-in; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.2 os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: LG - model: K8 V + model: E400 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-KU5400 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sr-rs; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone brand: LG - model: KU5400 + model: E400 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LGL35G/V100) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; LG-E400 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -4010,55 +4021,55 @@ device: type: smartphone brand: LG - model: L35G + model: E400 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-L40G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; LG-E405) U2/1.0.0 UCBrowser/8.8.1.359 Mobile os: - name: Android - short_name: AND - version: "4.0.3" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto engine_version: "" device: type: smartphone brand: LG - model: L40G - os_family: Android - browser_family: Chrome + model: E405 + os_family: GNU/Linux + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; xx-xx; LG-D325 Build/KOT49I.A1392225267) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fa-ir; LG-E510 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.1599.103" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: LG - model: L70 + model: E510 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; LGL85C Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; el-gr; LG-E610v/V10d Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.0.3" platform: "" client: type: browser @@ -4066,99 +4077,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: LG - model: L85C + model: E610v os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LGL86C Build/IMM76L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; LG-E610v Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: L86C + model: E610v os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H340n Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ro-ro; LG-E610v/V10f Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: Leon + model: E610v os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410(FG) Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: LM-X410 + model: E612g os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410.FGN Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-E615 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: LM-X410 + model: E615 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-LS860 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-ca; LG-E617G Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -4170,51 +4181,51 @@ device: type: smartphone brand: LG - model: LS860 + model: E617G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-es; LG-E730/V10b Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.2 os: name: Android short_name: AND - version: "6.0" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: LG - model: Magna + model: E730 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; es-us; LG-MS690 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; LG; LG-E900; Orange) os: - name: Android - short_name: AND - version: "2.2.2" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone brand: LG - model: MS690 - os_family: Android - browser_family: Android Browser + model: E900 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LGMS769 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LG-E970 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4224,17 +4235,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: MS769 + model: E970 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-MS770 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; LG-E973 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4250,35 +4261,15 @@ device: type: smartphone brand: LG - model: MS770 + model: E973 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-MS770 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.99" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: LG - model: MS770 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; LG-P880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-E980/E98010p Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser @@ -4290,55 +4281,55 @@ device: type: smartphone brand: LG - model: Optimus 4X HD + model: E980 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-P880 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LG-E988 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "33.0.1750.166" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: Optimus 4X HD + model: E988 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; LG-P880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.1.550 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-F120K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.1.550" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone brand: LG - model: Optimus 4X HD + model: F120K os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; ja-jp; L-07C Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-F160S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.3" + version: "4.1.2" platform: "" client: type: browser @@ -4346,39 +4337,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: LG - model: Optimus Bright L-07C + model: F160S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4; LG Optimus G Build/KRT16M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: LG - model: Optimus G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; P713 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240K Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Swing(And)/1.6.1.0 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.2" platform: "" client: type: browser @@ -4390,15 +4361,15 @@ device: type: smartphone brand: LG - model: Optimus L7II + model: F240K os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ja-jp; L-01D Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240K/10z Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.2" platform: "" client: type: browser @@ -4406,19 +4377,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: LG - model: Optimus LTE L-01D + model: F240K os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; iw-il; LG-P500h Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ko-kr; LG-F240L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 NAVER(inapp; search; 260; 5.2.7) os: name: Android short_name: AND - version: "2.2.1" + version: "4.1.2" platform: "" client: type: browser @@ -4426,539 +4397,496 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: LG - model: Optimus One + model: F240L os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; zh-cn; LGC660 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210CM Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "7.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: Optimus Pro + model: Fortune 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3; xx-xx; LG-F100L Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-gb; LG-D855 Build/KVT49L.A1401987978) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "30.0.1599.103" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: Optimus Vu + model: G3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-F100S Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-D852 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.99" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Optimus Vu + model: G3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LG-VS410PP Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-D724 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: Optimus Zone + model: G3 Beat os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS415PP Build/KOT49I.VS415PP2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H811 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Optimus Zone 2 + model: G4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VS425PP Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H815 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Optimus Zone 3 + model: G4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-es; LG-P350 Build/GRJ90; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H818 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "7" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P350 + model: G4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P500 Build/IMM76L; CyanogenMod-ICySnap) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H735 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "" + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P500 + model: G4 Beat os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P659 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H630) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P659 + model: G4 Stylus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; bs-; LG-P700 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H540 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P700 + model: G4 Stylus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; bs-ba; LG-P700 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H525n Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P700 + model: G4c os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-P700 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-H850 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: P700 + model: G5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-hk; LG-P705 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-H860 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P705 + model: G5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-gt; LG-P705g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VS987 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P705g + model: G5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; LG-P713 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-H840 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P713 + model: G5 SE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; LG-P725 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VS988 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P725 + model: G6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: LG-P760/P76010b Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P760 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; LM-Q850 Build/OPM1.171019.026 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.8.1186 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.11.8.1186" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: LG - model: P760 + model: G7 Fit os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sr-; LG-P760 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-Q910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.111" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P760 + model: G7 One os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P769 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710N Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P769 + model: G7 ThinQ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LG-P895 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P895 + model: G7 ThinQ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; LG-P895) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; LM-G710VM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.111" + engine: Blink engine_version: "" device: type: smartphone brand: LG - model: P895 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-pa; LG-P920h Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.6" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: LG - model: P920h + model: G7 ThinQ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-P936 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-G820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "29.0.1547.72" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: P936 + model: G8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fa-ir; LG-P940 Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-G820N Build/PKQ1.181203.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.128 Whale/1.0.0.0 Crosswalk/23.69.590.22 Mobile Safari/537.36 NAVER(inapp; search; 650; 10.3.2) os: name: Android short_name: AND - version: "2.3.7" + version: "9" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: CrosswalkApp + version: "23.69.590.22" device: type: smartphone brand: LG - model: P940 + model: G8 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; LG-P990 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-G810) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: LG - model: P990 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P990 Build/IMM76L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: CyanogenMod - short_name: CYN - version: "10" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: P990 + model: G8S ThinQ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P999 Build/IMM76L; CyanogenMod-9.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 1.6; fr-fr; LG-GT540 ; Build/Donut) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 Java/Jbed/7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 MMS/LG-Android-MMS-V1.0/1.2 os: - name: CyanogenMod - short_name: CYN - version: "9.0.0" + name: Android + short_name: AND + version: "1.6" platform: "" client: type: browser @@ -4966,35 +4894,32 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "528.5" device: type: smartphone brand: LG - model: P999 + model: GT540 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; LG-P999 Build/GRI40; CyanogenMod-9.9.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: AndroidDownloadManager/5.1.1 (Linux; U; Android 5.1.1; LG-K420 Build/LMY47V) os: - name: CyanogenMod - short_name: CYN - version: "9.9.9" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: AndroidDownloadManager + version: "5.1.1" device: type: smartphone brand: LG - model: P999 + model: K10 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K371 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-F670L Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5004,97 +4929,97 @@ type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Phoenix 2 + model: K10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-M150 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K430 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Phoenix 3 + model: K10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X210APM Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-M250 Build/NRD90U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 Snapchat/10.26.5.0 (LG-M250; Android 7.0 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "75.0.3770.101" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Phoenix 4 + model: K10 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; xx; L-02D Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410.FN Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "7.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: PRADA phone L-02D + model: K11 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410.F Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VS501 Build/NRD90U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "73.0.3683.90" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Premier Pro + model: K20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML414DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LG-M255) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5104,97 +5029,97 @@ type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Premier Pro LTE + model: K20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710(FGN) Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-TP260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q Stylus Plus + model: K20 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; LM-Q710FGN AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LGMP260) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.89" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q Stylus Plus + model: K20 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710.FGN Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-K100 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q Stylus Plus + model: K3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; LG-M700 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410UM Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q6 + model: K30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-X525) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X320) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5204,117 +5129,117 @@ type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q60 + model: K30 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q610.FG Build/O11019 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q7 + model: K40 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710.FG Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q7 + model: K7 os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q610.FGN Build/O11019 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-K330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q7+ + model: K7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q725K Build/OPM1.171019.019 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-K332 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q7+ + model: K7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; LM-Q725L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K350 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q7+ + model: K8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q815S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X212(G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5324,161 +5249,181 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q8+ + model: K8 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q925L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; RS500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Q9 + model: K8 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML211BL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VS500PP Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Rebel 4 + model: K8 V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML212VL Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VS500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Rebel 4 + model: K8 V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H343 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-KU5400 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: LG - model: Risio + model: KU5400 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H422 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LGL35G/V100) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "38.0.2125.102" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: LG + model: L35G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-L40G Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Spirit + model: L40G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VS835) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; xx-xx; LG-D325 Build/KOT49I.A1392225267) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.73" + name: Chrome Webview + short_name: CV + version: "30.0.1599.103" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Stylo 2 V + model: L70 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML713DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LG-D340f8 Build/KOT49I.A1398387929) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "39.0.2171.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Stylo 4 + model: L70 Tri os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-SU870 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; LGL85C Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.4" platform: "" client: type: browser @@ -5486,136 +5431,159 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: LG - model: SU870 + model: L85C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H961N Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LGL86C Build/IMM76L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V10 + model: L86C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H901 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; LG-H324 Build/LRX21Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3313.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "61.0.3313.67" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V10 + model: Leon os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; RS987 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H340n Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V10 + model: Leon os_family: Android browser_family: Chrome - - user_agent: AndroidDownloadManager/7.0 (Linux; U; Android 7.0; LG-F800S Build/NRD90M) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410(FG) Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: - type: mobile app - name: AndroidDownloadManager - version: "7.0" + type: browser + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: LG - model: V20 + model: LM-X410 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VS995 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410.FGN Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V20 + model: LM-X410 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VS996 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-LS860 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: LG + model: LS860 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H502 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V30 + model: Magna os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-V350 Build/OPR1.170623.032 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; es-us; LG-MS690 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.2.2" platform: "" client: type: browser @@ -5623,119 +5591,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: V35 + model: MS690 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-V350N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; LGMS769 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V35 + model: MS769 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-V405 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-MS770 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: V40 ThinQ + model: MS770 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-V409N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-MS770 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: V40 ThinQ + model: MS770 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-K220 Build/MXB48T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: LG - model: X Power - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-M320 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.68" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: LG - model: X Power 2 - os_family: Android - browser_family: Chrome -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X510WM Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; LG-P880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser @@ -5743,75 +5671,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone brand: LG - model: X Power 3 + model: Optimus 4X HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-P880 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "7.1.2" + version: "4.0.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: LG - model: X2 + model: Optimus 4X HD os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; fr-FR; LG-X330T) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 - os: [ ] - client: - type: browser - name: UC Browser - short_name: UC - version: "9.3.0.326" - engine: "" - engine_version: "" - device: - type: smartphone - brand: LG - model: X330T - os_family: Unknown - browser_family: Unknown -- - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X410K Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-CN; LG-P880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.1.550 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.2.1.550" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone brand: LG - model: X4 + model: Optimus 4X HD os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415K Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; ja-jp; L-07C Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.3" platform: "" client: type: browser @@ -5819,59 +5731,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X4 + model: Optimus Bright L-07C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; LG Optimus G Build/KRT16M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: X4 + model: Optimus G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X420N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; P713 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: LG - model: X4 (2019) + model: Optimus L7II os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X410L Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ja-jp; L-01D Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.5" platform: "" client: type: browser @@ -5879,19 +5791,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X4+ + model: Optimus LTE L-01D os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415L Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; iw-il; LG-P500h Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2 os: name: Android short_name: AND - version: "8.1.0" + version: "2.2.1" platform: "" client: type: browser @@ -5899,19 +5811,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X4+ + model: Optimus One os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415S Build/OPM1.171019.026 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; zh-cn; LGC660 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.4" platform: "" client: type: browser @@ -5919,19 +5831,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X4+ + model: Optimus Pro os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510K Build/O00623 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3; xx-xx; LG-F100L Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3" platform: "" client: type: browser @@ -5939,39 +5851,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X5 + model: Optimus Vu os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510L Build/O00623 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-F100S Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink engine_version: "" device: type: smartphone brand: LG - model: X5 + model: Optimus Vu os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510S Build/O00623 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LG-VS410PP Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.6" platform: "" client: type: browser @@ -5979,35 +5891,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone brand: LG - model: X5 + model: Optimus Zone os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; LM-X625N1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VS415PP Build/KOT49I.VS415PP2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: X6 + model: Optimus Zone 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H650 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VS425PP Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6017,81 +5929,81 @@ type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: LG - model: Zero + model: Optimus Zone 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; Lingwin Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; es-es; LG-P350 Build/GRJ90; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4.2" + name: CyanogenMod + short_name: CYN + version: "7" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: LI - model: "" + brand: LG + model: P350 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; Lingwin K1 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.0.552 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P500 Build/IMM76L; CyanogenMod-ICySnap) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.3" + name: CyanogenMod + short_name: CYN + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.0.552" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: LI - model: K1 + brand: LG + model: P500 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; Lingwin K5 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P659 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.2.559" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: LI - model: K5 + brand: LG + model: P659 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Lingwin T620 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; bs-; LG-P700 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -6102,16 +6014,16 @@ engine_version: "534.30" device: type: smartphone - brand: LI - model: T620 + brand: LG + model: P700 os_family: Android browser_family: Android Browser - - user_agent: sprd-lingwin-U820S/1.0 Linux/2.6.35.7 Android/2.3.5 Release/10.15.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; bs-ba; LG-P700 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.0.3" platform: "" client: type: browser @@ -6119,59 +6031,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: LI - model: U820S + brand: LG + model: P700 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lingwin U880 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LG-P700 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: LI - model: U880 + brand: LG + model: P700 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Bjorn_SP-500 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-hk; LG-P705 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LK - model: Bjorn SP-500 + brand: LG + model: P705 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Lark Cirrus 4 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-gt; LG-P705g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -6179,119 +6091,119 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: LK - model: Cirrus 4 + brand: LG + model: P705g os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark Cirrus 4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.2.2461.137690 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; LG-P713 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "51.2.2461.137690" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LK - model: Cirrus 4.5 + brand: LG + model: P713 os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark Cirrus 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ru-ru; LG-P725 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: LK - model: Cirrus 5 + brand: LG + model: P725 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 5 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: LG-P760/P76010b Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P760 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LK - model: Cumulus 5 HD + brand: LG + model: P760 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 5.5 HD Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sr-; LG-P760 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "48.0.2564.106" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LK - model: Cumulus 5.5 HD + brand: LG + model: P760 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 6 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P769 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.157" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LK - model: Cumulus 6 HD + brand: LG + model: P769 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark Phablet 6.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ar-eg; LG-P895 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -6302,336 +6214,396 @@ engine_version: "534.30" device: type: smartphone - brand: LK - model: Phablet 6.0 + brand: LG + model: P895 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark_Stratus_5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; LG-P895) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "44.0.2403.133" - engine: Blink + name: UC Browser + short_name: UC + version: "8.6.0.276" + engine: "" engine_version: "" device: type: smartphone - brand: LK - model: Stratus 5 + brand: LG + model: P895 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Le Lift Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-pa; LG-P920h Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: LM - model: Le Lift + brand: LG + model: P920h os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; LAIQ Glam Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; LG-P936 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "29.0.1547.72" engine: Blink engine_version: "" device: type: smartphone - brand: LQ - model: Glam + brand: LG + model: P936 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LAIQ New York Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fa-ir; LG-P940 Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.0.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: LQ - model: New York + brand: LG + model: P940 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LESPH5011 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; LG-P990 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LT - model: Argon e250 + brand: LG + model: P990 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LESPH5014 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P990 Build/IMM76L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "6.0" + name: CyanogenMod + short_name: CYN + version: "10" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LT - model: Krypton K150 + brand: LG + model: P990 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEOSR620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P999 Build/IMM76L; CyanogenMod-9.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "9.0.0" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: LG + model: P999 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; LG-P999 Build/GRI40; CyanogenMod-9.9.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "9.9.9" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: LG + model: P999 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-K371 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.89" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: LU - model: Neo SR620 + brand: LG + model: Phoenix 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LAVA_A3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-M150 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: A3 + brand: LG + model: Phoenix 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; A67 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X210APM Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "56.0.2924.87" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: A67 + brand: LG + model: Phoenix 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; A76 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; xx; L-02D Build/GWK74) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: LG + model: PRADA phone L-02D + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X410.F Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/73.0.3683.90 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: A76 + brand: LG + model: Premier Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Flair Z1 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML414DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Flair Z1 + brand: LG + model: Premier Pro LTE os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; en-US; Iris_349+) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710(FGN) Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris 349+ + brand: LG + model: Q Stylus Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; Iris349i) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 Linux; Android 8.1.0; LM-Q710FGN AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.2.0.419" - engine: "" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.89" + engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris 349i + brand: LG + model: Q Stylus Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris356 Build/irisIRIS356) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710.FGN Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: LV - model: Iris 356 + brand: LG + model: Q Stylus Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; iris356) U2/1.0.0 UCBrowser/9.5.0.480 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; LG-M700 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.480" - engine: "" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris 356 + brand: LG + model: Q6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris402+ Build/iris402+) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X525) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone - brand: LV - model: Iris 402+ + brand: LG + model: Q60 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris402e Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q610.FG Build/O11019 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser @@ -6639,195 +6611,175 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: LV - model: Iris 402e + brand: LG + model: Q7 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; iris405+) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q710.FG Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.0.460" - engine: "" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris 405+ + brand: LG + model: Q7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; IRIS_501 Build/LAVAIRIS501) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q610.FGN Build/O11019 os: name: Android short_name: AND - version: "4.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "" device: type: smartphone - brand: LV - model: Iris 501 + brand: LG + model: Q7+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; iris504Q Build/iris504Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-Q725K Build/OPM1.171019.019 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.166" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LV - model: Iris 504Q + brand: LG + model: Q7+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Iris78W Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; LM-Q725L AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" device: type: smartphone - brand: LV - model: Iris 78W + brand: LG + model: Q7+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Iris78W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q815S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris 78W + brand: LG + model: Q8+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; X1 Selfie Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-Q925L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Iris X1 Selfie + brand: LG + model: Q9 os_family: Android browser_family: Chrome - - user_agent: LAVA KKT Pearl/MIDP-2.0 Configuration/CLDC-1.1/Screen-240x320 - os: [ ] - client: null - device: - type: smartphone - brand: LV - model: KKT Pearl - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; PixelV1 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML211BL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Pixel V1 + brand: LG + model: Rebel 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LAVA_R1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML212VL Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM + name: Chrome Webview + short_name: CV version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: R1 + brand: LG + model: Rebel 4 os_family: Android browser_family: Chrome - - user_agent: 'LAVA Spark i7/MIDP-2.0 Configuration/CLDC-1.1/Screen-240x320 Dorado WAP-Browser' - os: [ ] - client: null - device: - type: smartphone - brand: LV - model: Spark i7 - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; X41 Plus Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H343 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6837,1022 +6789,1050 @@ type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: X41 Plus + brand: LG + model: Risio os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Z61_2GB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LG-H422 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "38.0.2125.102" engine: Blink engine_version: "" device: type: smartphone - brand: LV - model: Z61 + brand: LG + model: Spirit os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5501 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VS835) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Earth 1 + brand: LG + model: Stylo 2 V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5021 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LML713DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.83" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Earth 2 + brand: LG + model: Stylo 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Mobile; LYF/F30C/LYF_F30C-000-09-10-140318; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 os: - name: KaiOS - short_name: KOS - version: "2.0" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Firefox Mobile - short_name: FM - version: "48.0" - engine: Gecko - engine_version: "48.0" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.62" + engine: Blink + engine_version: "" device: type: smartphone - brand: LY - model: F30C - os_family: Firefox OS - browser_family: Firefox + brand: LG + model: Stylo 5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Mobile; LYF/F90M/LYF-F90M-000-02-28-130318; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-SU870 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: KaiOS - short_name: KOS - version: "2.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Firefox Mobile - short_name: FM - version: "48.0" - engine: Gecko - engine_version: "48.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: LY - model: F90M - os_family: Firefox OS - browser_family: Firefox + brand: LG + model: SU870 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4004 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X220PM Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 2 + brand: LG + model: Tribute Empire os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4001 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H961N Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.0.0" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 3 + brand: LG + model: V10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H901 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.0.0" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 4 + brand: LG + model: V10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4002 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; RS987 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 5 + brand: LG + model: V10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4005 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: AndroidDownloadManager/7.0 (Linux; U; Android 7.0; LG-F800S Build/NRD90M) os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: AndroidDownloadManager + version: "7.0" device: type: smartphone - brand: LY - model: Flame 6 + brand: LG + model: V20 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LYF_LS-4006) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VS995 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 7 + brand: LG + model: V20 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4008 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VS996 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "48.0.2564.106" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame 7S + brand: LG + model: V30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; LS-4508 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-V350 Build/OPR1.170623.032 os: name: Android short_name: AND - version: "6.0.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "64.0.3282.137" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Flame 8 + brand: LG + model: V35 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-4503 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-V350N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Flame LS-4503 + brand: LG + model: V35 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Mobile; LYF/LF-2403N/LYF-LF2403N-000-01-38-151217;Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 - os: - name: KaiOS - short_name: KOS - version: "2.0" - platform: "" - client: - type: browser - name: Firefox Mobile - short_name: FM - version: "48.0" - engine: Gecko - engine_version: "48.0" - device: - type: smartphone - brand: LY - model: LF-2403N - os_family: Firefox OS - browser_family: Firefox -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5002 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-V405 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 1 + brand: LG + model: V40 ThinQ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5020 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-V409N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 10 + brand: LG + model: V40 ThinQ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LS-5017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X440IM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 11 + brand: LG + model: W30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LS-5008 Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-K220 Build/MXB48T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "58.0.3029.83" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 2 + brand: LG + model: X Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LS-5503 Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LG-M320 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "57.0.2987.132" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 3 + brand: LG + model: X Power 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5005 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X510WM Build/OPM1.171019.026 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Water 4 + brand: LG + model: X Power 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5006 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 6 + brand: LG + model: X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5504 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; fr-FR; LG-X330T) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 + os: [ ] + client: + type: browser + name: UC Browser + short_name: UC + version: "9.3.0.326" + engine: "" + engine_version: "" + device: + type: smartphone + brand: LG + model: X330T + os_family: Unknown + browser_family: Unknown +- + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X410K Build/OPM1.171019.026 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Water 7 + brand: LG + model: X4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5015 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.68 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415K Build/OPM1.171019.026 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "54.0.2840.68" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Water 8 + brand: LG + model: X4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5506 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X410S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water 9 + brand: LG + model: X4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LS-5505 Build/LYF_LS-5505_01_07) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; LM-X420N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Water F1 + brand: LG + model: X4 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5201 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X410L Build/OPM1.171019.026 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Water F1S + brand: LG + model: X4+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5010 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415L Build/OPM1.171019.026 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Wind 1 + brand: LG + model: X4+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-6001 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; LM-X415S Build/OPM1.171019.026 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Wind 2 + brand: LG + model: X4+ os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5502 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510K Build/O00623 os: name: Android short_name: AND - version: "5.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "57.0.2987.132" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Wind 3 + brand: LG + model: X5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5014 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510L Build/O00623 os: name: Android short_name: AND - version: "5.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Wind 4 + brand: LG + model: X5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5018 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.106 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.0.0; LM-X510S Build/O00623 os: name: Android short_name: AND - version: "5.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "48.0.2564.106" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: LY - model: Wind 4S + brand: LG + model: X5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5013 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X625N1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Wind 5 + brand: LG + model: X6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5009 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; LM-X625N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "56.0.2924.87" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Wind 6 + brand: LG + model: X6 (2019) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5016 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-H650 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.86" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: LY - model: Wind 7 + brand: LG + model: Zero os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Alpha_X Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; LM-X210VPP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: M0 - model: Alpha X + brand: LG + model: Zone 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SSB-500 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; Lingwin Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M0 - model: SSB-500 + brand: LI + model: "" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 9; zh-CN; MZ-16s Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 MZBrowser/7.12.0 UWS/2.15.0.4 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; Lingwin K1 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.0.552 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "57.0.2987.108" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.3.0.552" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M1 - model: 16s + brand: LI + model: K1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; m1 metal Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043906 Mobile Safari/537.36 MicroMessenger/6.5.23.1180 NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-CN; Lingwin K5 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: - type: mobile app - name: WeChat - version: "6.5.23.1180" + type: browser + name: UC Browser + short_name: UC + version: "10.3.2.559" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M1 - model: M1 Metal + brand: LI + model: K5 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M1 E Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043632 Safari/537.36 MicroMessenger/6.6.1.1220(0x26060133) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Lingwin T620 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.1.1220(0x26060133)" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M1 - model: M1E + brand: LI + model: T620 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; MZ-M578C Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.114 Mobile Safari/537.36 + user_agent: sprd-lingwin-U820S/1.0 Linux/2.6.35.7 Android/2.3.5 Release/10.15.2012 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "40.0.2214.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: M1 - model: M2 + brand: LI + model: U820S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; M578C Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; Lingwin U880 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.6" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: M1 - model: M2 + brand: LI + model: U880 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; m2 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043805 Mobile Safari/537.36 MicroMessenger/6.6.1.1220(0x26060171) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 5.1; Bjorn_SP-500 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND version: "5.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.1.1220(0x26060171)" + type: browser + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: M2 + brand: LK + model: Bjorn SP-500 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M2 E Build/MMB29U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/44088 Mobile Safari/537.36 MicroMessenger/6.6.7.1321(0x26060737) NetType/4G Language/zh_CN + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Lark Cirrus 4 Build/JDQ39) os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.7.1321(0x26060737)" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" device: type: smartphone - brand: M1 - model: M2E + brand: LK + model: Cirrus 4 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; M3E Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark Cirrus 4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/51.2.2461.137690 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Opera Mobile + short_name: OM + version: "51.2.2461.137690" + engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M3E + brand: LK + model: Cirrus 4.5 os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 5.1; M3s Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 YaBrowser/16.10.2.1487.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark Cirrus 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "16.10.2.1487.00" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M3S + brand: LK + model: Cirrus 5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; zh-CN; MZ-M3s Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 MZBrowser/6.9.410-2017122215 UWS/2.11.0.33 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 5 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "40.0.2214.89" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M3s + brand: LK + model: Cumulus 5 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M3X Build/MMB29U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 5.5 HD Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.5.1280(0x26060536)" + type: browser + name: Chrome Webview + short_name: CV + version: "48.0.2564.106" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: M3X + brand: LK + model: Cumulus 5.5 HD os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MEIZU_M5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Cumulus 6 HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M5 + brand: LK + model: Cumulus 6 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MZ-MEIZU_M5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark Phablet 6.0 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "45.0.2454.94" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: LK + model: Phablet 6.0 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark_Stratus_5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "44.0.2403.133" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M5 + brand: LK + model: Stratus 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M5s Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.131 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Le Lift Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.131" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M5S + brand: LM + model: Le Lift os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; M6T AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.27 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; LAIQ Glam Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7862,294 +7842,357 @@ type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.27" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: M1 - model: M6T + brand: LQ + model: Glam os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; M031 Build/JRO03H) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/8.8.3.278 U3/0.8.0 Mobile Safari/534.31 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LAIQ New York Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.0.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8.3.278" - engine: WebKit - engine_version: "534.31" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX Dual Core + brand: LQ + model: New York os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M045 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LESPH5011 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.0.0.488" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX2 + brand: LT + model: Argon e250 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; M040 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LESPH5014 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX2 + brand: LT + model: Krypton K150 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.0; en-za; MX2 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; NEOSR620) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.89 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX2 + brand: LU + model: Neo SR620 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; M351 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.0) + user_agent: Mozilla/5.0 (Linux; Android 6.0; LAVA_A3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.9.0" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX3 + brand: LV + model: A3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; M356 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; A67 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: MX3 + brand: LV + model: A67 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M355 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; A76 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LV + model: A76 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; Flair Z1 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "37.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: LV + model: Flair Z1 + os_family: Android + browser_family: Chrome +- + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; en-US; Iris_349+) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.0.0.488" - engine: WebKit - engine_version: "534.30" + version: "8.7.0.315" + engine: "" + engine_version: "" device: type: smartphone - brand: M1 - model: MX3 + brand: LV + model: Iris 349+ os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M353 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; Iris349i) U2/1.0.0 UCBrowser/9.2.0.419 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.1" + version: "2.3.6" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.2.0.535" + version: "9.2.0.419" + engine: "" + engine_version: "" + device: + type: smartphone + brand: LV + model: Iris 349i + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris356 Build/irisIRIS356) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: M1 - model: MX3 + brand: LV + model: Iris 356 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MX4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; iris356) U2/1.0.0 UCBrowser/9.5.0.480 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink + name: UC Browser + short_name: UC + version: "9.5.0.480" + engine: "" engine_version: "" device: type: smartphone - brand: M1 - model: MX4 + brand: LV + model: Iris 356 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MX4 Pro Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36; 360 Aphone Browser (6.9.7) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris402+ Build/iris402+) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.9.7" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: M1 - model: MX4 Pro + brand: LV + model: Iris 402+ os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; MX5 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; iris402e Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M1 - model: MX5 + brand: LV + model: Iris 402e os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0; zh-cn; PRO 6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/37.0.0.0 MQQBrowser/7.6 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; iris405+) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "7.6" - engine: WebKit - engine_version: "537.36" + name: UC Browser + short_name: UC + version: "9.4.0.460" + engine: "" + engine_version: "" device: type: smartphone - brand: M1 - model: PRO 6 + brand: LV + model: Iris 405+ os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; zh-CN; MZ-PRO 6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 MZBrowser/6.7.3 UWS/2.11.0.22 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; IRIS_501 Build/LAVAIRIS501) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "7.1.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "40.0.2214.89" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: M1 - model: PRO 6 + brand: LV + model: Iris 501 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRO 7-H Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044033 Mobile Safari/537.36 MicroMessenger/6.6.7.1300(0x26060733) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; iris504Q Build/iris504Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.7.1300(0x26060733)" + type: browser + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" + engine: Blink + engine_version: "" device: type: smartphone - brand: M1 - model: PRO 7 + brand: LV + model: Iris 504Q os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MEEG_101M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Iris78W Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 os: name: Android short_name: AND @@ -8157,296 +8200,339 @@ platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: Chrome + short_name: CH + version: "26.0.1410.58" engine: WebKit - engine_version: "537.36" + engine_version: "537.31" device: type: smartphone - brand: M2 - model: 101M + brand: LV + model: Iris 78W os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MEEG 103M Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.6.1 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Iris78W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND version: "4.2.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.6.1" + type: browser + name: Chrome + short_name: CH + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: M2 - model: 103M + brand: LV + model: Iris 78W os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Thunder.Mozilla/5.0 (Linux; Android 4.4.2; MEEG 210R Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; X1 Selfie Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M2 - model: 210R + brand: LV + model: Iris X1 Selfie os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Xino Z46 X4 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: LAVA KKT Pearl/MIDP-2.0 Configuration/CLDC-1.1/Screen-240x320 + os: [ ] + client: null + device: + type: smartphone + brand: LV + model: KKT Pearl + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; PixelV1 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: M4 - model: Xino Z46 X4 + brand: LV + model: Pixel V1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; G7106 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LAVA_R1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: M5 - model: G7106 + brand: LV + model: R1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; G7106) U2/1.0.0 UCBrowser/10.4.2.659 U2/1.0.0 Mobile + user_agent: 'LAVA Spark i7/MIDP-2.0 Configuration/CLDC-1.1/Screen-240x320 Dorado WAP-Browser' + os: [ ] + client: null + device: + type: smartphone + brand: LV + model: Spark i7 + os_family: Unknown + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; X41 Plus Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.2.659" - engine: "" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink engine_version: "" device: type: smartphone - brand: M5 - model: G7106 + brand: LV + model: X41 Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; G7108 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Z61_2GB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: M5 - model: G7108 + brand: LV + model: Z61 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; M20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5501 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: smartphone - brand: M5 - model: M20 + brand: LY + model: Earth 1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; M20 Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5021 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" + engine: Blink engine_version: "" device: type: smartphone - brand: M5 - model: M20 + brand: LY + model: Earth 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; M35 Build/GRK39F + user_agent: Mozilla/5.0 (Mobile; LYF/F30C/LYF_F30C-000-09-10-140318; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 os: - name: Android - short_name: AND - version: "4.1.1" + name: KaiOS + short_name: KOS + version: "2.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "" + name: Firefox Mobile + short_name: FM + version: "48.0" + engine: Gecko + engine_version: "48.0" + device: + type: smartphone + brand: LY + model: F30C + os_family: Firefox OS + browser_family: Firefox +- + user_agent: Mozilla/5.0 (Mobile; LYF/F90M/LYF-F90M-000-02-28-130318; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 + os: + name: KaiOS + short_name: KOS + version: "2.0" + platform: "" + client: + type: browser + name: Firefox Mobile + short_name: FM + version: "48.0" + engine: Gecko + engine_version: "48.0" device: type: smartphone - brand: M5 - model: M35 - os_family: Android - browser_family: Android Browser + brand: LY + model: F90M + os_family: Firefox OS + browser_family: Firefox - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar KAT 452 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4004 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Kat 452 + brand: LY + model: Flame 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2 mobiistar_KOOL_Lite; Build/KOT49H)  AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4001 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.131" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Kool Lite + brand: LY + model: Flame 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; mobiistar LAI 504c Build/mobiistar) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai 504c + brand: LY + model: Flame 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI 504K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4002 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai 504K + brand: LY + model: Flame 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI Y Build/mobiistar) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4005 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Y + brand: LY + model: Flame 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_LAI_YOLLO Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LYF_LS-4006) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8454,19 +8540,19 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.91" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Yollo + brand: LY + model: Flame 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar LAI Yuki Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-4008 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8474,128 +8560,143 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "48.0.2564.106" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Yuki + brand: LY + model: Flame 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar LAI YUNA 1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; LS-4508 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome + short_name: CH + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Yuna 1 + brand: LY + model: Flame 8 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1; Mobiistar_LAI_Yuna_C Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/166.0.0.26.91;]' + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-4503 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: - type: mobile app - name: Facebook - version: "166.0.0.26.91" + type: browser + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Yuna C + brand: LY + model: Flame LS-4503 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; mobiistar_LAI_Yuna_S Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/116.0.0.18.70;]' + user_agent: Mozilla/5.0 (Mobile; LYF/LF-2403N/LYF-LF2403N-000-01-38-151217;Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0 os: - name: Android - short_name: AND - version: "6.0" + name: KaiOS + short_name: KOS + version: "2.0" platform: "" client: - type: mobile app - name: Facebook Messenger - version: "116.0.0.18.70" + type: browser + name: Firefox Mobile + short_name: FM + version: "48.0" + engine: Gecko + engine_version: "48.0" device: type: smartphone - brand: M6 - model: Lai Yuna S - os_family: Android - browser_family: Unknown + brand: LY + model: LF-2403N + os_family: Firefox OS + browser_family: Firefox - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; Mobiistar_LAI_Yuna_X Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/173.0.0.62.99;]' + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5002 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: - type: mobile app - name: Facebook - version: "173.0.0.62.99" + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Yuna X + brand: LY + model: Water 1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; Mobiistar_LAI_Z Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36[FBAN/EMA;FBLC/vi_VN;FBAV/94.0.0.8.182;]' + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5020 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: - type: mobile app - name: Facebook - version: "94.0.0.8.182" + type: browser + name: Chrome Mobile + short_name: CM + version: "49.0.2623.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Z + brand: LY + model: Water 10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI Z1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36[FBAN/EMA;FBLC/vi_VN;FBAV/96.0.0.7.216;]' + user_agent: Mozilla/5.0 (Linux; Android 6.0; LS-5017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: - type: mobile app - name: Facebook - version: "96.0.0.7.216" + type: browser + name: Chrome Mobile + short_name: CM + version: "57.0.2987.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Z1 + brand: LY + model: Water 11 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar_LAI_Z2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LS-5008 Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0.2" platform: "" client: type: browser @@ -8606,703 +8707,657 @@ engine_version: "" device: type: smartphone - brand: M6 - model: Lai Z2 + brand: LY + model: Water 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Mobiistar_LAI_Zena Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LS-5503 Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zena + brand: LY + model: Water 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/6.0 (Linux; U; Android 6.0; mobiistar_LAI_ZORO_2 Build/ AppleWebKit/534.30 (KHTML, like Gecko) Version/6.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5005 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zoro 2 + brand: LY + model: Water 4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar LAI ZORO 2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5006 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.81" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zoro 2 + brand: LY + model: Water 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/6.0 (Linux; U; Android 6.0; mobiistar_LAI_ZORO_3 Build/ AppleWebKit/534.30 (KHTML, like Gecko) Version/6.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5504 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: M6 - model: Lai Zoro 3 - os_family: Android - browser_family: Android Browser -- - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; mobiistar_LAI_Zumbo_J Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/163.0.0.43.91;]' - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: mobile app - name: Facebook - version: "163.0.0.43.91" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zumbo J + brand: LY + model: Water 7 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Mobiistar_LAI_Zumbo_J_2017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5015 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.68" + name: Chrome Webview + short_name: CV + version: "54.0.2840.68" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zumbo J (2017) + brand: LY + model: Water 8 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 7.0; Mobiistar_Zumbo_J2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/167.0.0.28.94;]' + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5506 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: - type: mobile app - name: Facebook - version: "167.0.0.28.94" + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zumbo J2 + brand: LY + model: Water 9 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Zumbo_S_2017 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LS-5505 Build/LYF_LS-5505_01_07) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zumbo S (2017) + brand: LY + model: Water F1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Zumbo_S_2017_Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5201 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Lai Zumbo S Lite (2017) + brand: LY + model: Water F1S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar_PRIME_558 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5010 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Prime 558 + brand: LY + model: Wind 1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar PRIME X 2017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-6001 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Prime X + brand: LY + model: Wind 2 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1; mobiistar PRIME X Grand Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/118.0.0.19.82;]' - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: mobile app - name: Facebook Messenger - version: "118.0.0.19.82" - device: - type: smartphone - brand: M6 - model: Prime X Grand - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; PRIME X MAX 2018 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5502 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "62.0.3202.84" + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Prime X Max + brand: LY + model: Wind 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_PRIME_X_Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5014 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Prime X Plus + brand: LY + model: Wind 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar PRIME X1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5018 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "48.0.2564.106" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Prime X1 + brand: LY + model: Wind 4S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; mobiistar touch LAI 512 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; LS-5013 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Touch Lai 512 + brand: LY + model: Wind 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; Mobiistar Touch S03 Build/VENUS_00.03.142.H1091) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LS-5009 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: M6 - model: Touch S03 + brand: LY + model: Wind 6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar_ZORO_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LS-5016 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "50.0.2661.86" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Zoro 4G + brand: LY + model: Wind 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_LAI_Zumbo Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Alpha_X Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Zumbo + brand: M0 + model: Alpha X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar ZUMBO Power Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SSB-500 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone - brand: M6 - model: Zumbo Power + brand: M0 + model: SSB-500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar ZUMBO S2 Dual Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 9; zh-CN; MZ-16s Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 MZBrowser/7.12.0 UWS/2.15.0.4 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.81" - engine: Blink - engine_version: "" + name: Meizu Browser + short_name: MZ + version: "7.12.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: M6 - model: Zumbo S2 + brand: M1 + model: 16s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.6; es-es; MPM_AVA758 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; m1 metal Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043906 Mobile Safari/537.36 MicroMessenger/6.5.23.1180 NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "4.0.6" + version: "5.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.5.23.1180" device: type: smartphone - brand: M7 - model: MPM AVA758 + brand: M1 + model: M1 Metal os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us ; MPM-i616 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.6.1.262/145/444 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M1 E Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043632 Safari/537.36 MicroMessenger/6.6.1.1220(0x26060133) NetType/WIFI Language/zh_CN os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "6.0" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "8.6.1.262" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: WeChat + version: "6.6.1.1220(0x26060133)" device: type: smartphone - brand: M7 - model: MPM i616 + brand: M1 + model: M1E os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 502M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; MZ-M578C Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "40.0.2214.114" engine: Blink engine_version: "" device: type: smartphone - brand: M8 - model: 502M + brand: M1 + model: M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_FIVE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-cn; M578C Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: M8 - model: Five + brand: M1 + model: M2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Grand Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; m2 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043805 Mobile Safari/537.36 MicroMessenger/6.6.1.1220(0x26060171) NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "5.0" + version: "5.1" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.6.1.1220(0x26060171)" device: type: smartphone - brand: M8 - model: Grand + brand: M1 + model: M2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Grand_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M2 E Build/MMB29U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/44088 Mobile Safari/537.36 MicroMessenger/6.6.7.1321(0x26060737) NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.6.7.1321(0x26060737)" device: type: smartphone - brand: M8 - model: Grand 4G + brand: M1 + model: M2E os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Grand_4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; M3E Build/MRA58K) os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: M8 - model: Grand 4G + brand: M1 + model: M3E os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Myria_Quad Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; M3s Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 YaBrowser/16.10.2.1487.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Yandex Browser + short_name: YA + version: "16.10.2.1487.00" engine: Blink engine_version: "" device: type: smartphone - brand: M8 - model: Quad + brand: M1 + model: M3S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; zh-CN; MZ-M3s Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 MZBrowser/6.9.410-2017122215 UWS/2.11.0.33 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Meizu Browser + short_name: MZ + version: "6.9.410" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: M8 - model: Wide 2 + brand: M1 + model: M3s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M3X Build/MMB29U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.6.5.1280(0x26060536)" device: type: smartphone - brand: M8 - model: Wide 2 + brand: M1 + model: M3X os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MEIZU_M5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: M8 - model: Wide 4G + brand: M1 + model: M5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MZ-MEIZU_M5 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "45.0.2454.94" engine: Blink engine_version: "" device: type: smartphone - brand: M8 - model: Wide 4G + brand: M1 + model: M5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 970 Build/JRO03C) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M5s Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.131 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + name: Chrome Webview + short_name: CV + version: "44.0.2403.131" + engine: Blink + engine_version: "" device: type: smartphone - brand: M9 - model: "970" + brand: M1 + model: M5S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 970H Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; M6T AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.27 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "42.0.2311.111" + version: "70.0.3538.27" engine: Blink engine_version: "" device: type: smartphone - brand: M9 - model: 970H + brand: M1 + model: M6T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 972 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-CN; M031 Build/JRO03H) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/8.8.3.278 U3/0.8.0 Mobile Safari/534.31 os: name: Android short_name: AND @@ -9310,219 +9365,219 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "8.8.3.278" + engine: WebKit + engine_version: "534.31" device: type: smartphone - brand: M9 - model: "972" + brand: M1 + model: MX Dual Core os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC975 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M045 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.0.488" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M9 - model: "975" + brand: M1 + model: MX2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 978 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; M040 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.2.0.535" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M9 - model: "978" + brand: M1 + model: MX2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.0; en-za; MX2 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: M9 - model: "982" + brand: M1 + model: MX2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982O Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; M351 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360 Aphone Browser (6.9.0) os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: 360 Phone Browser + short_name: 36 + version: "6.9.0" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M9 - model: 982O + brand: M1 + model: MX3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982T Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; M356 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M9 - model: 982T + brand: M1 + model: MX3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 5.1; SMART Race 4G Build/LMY47D; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 YandexSearch/7.63 YandexSearchBrowser/7.63 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M355 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.0.0.488 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.0.0.488" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: M9 - model: Smart Race 4G + brand: M1 + model: MX3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; MTC SMART Sprint 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.9.1193 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; M353 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.10.9.1193" + version: "10.2.0.535" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: M9 - model: Smart Sprint 4G + brand: M1 + model: MX3 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP96017) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MX4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: MA - model: Forto 2 + brand: M1 + model: MX4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MSP95015 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MX4 Pro Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36; 360 Aphone Browser (6.9.7) os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: 360 Phone Browser + short_name: 36 + version: "6.9.7" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MA - model: Mezo 2 + brand: M1 + model: MX4 Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP95020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; MX5 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: MA - model: Rocky 2 + brand: M1 + model: MX5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP95021) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; zh-cn; PRO 6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Chrome/37.0.0.0 MQQBrowser/7.6 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9530,59 +9585,56 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "7.6" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MA - model: Rocky 3 Pro + brand: M1 + model: PRO 6 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MSP95014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; zh-CN; MZ-PRO 6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 MZBrowser/6.7.3 UWS/2.11.0.22 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Meizu Browser + short_name: MZ + version: "6.7.3" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MA - model: Titano 3 + brand: M1 + model: PRO 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Cynus F3 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRO 7-H Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044033 Mobile Safari/537.36 MicroMessenger/6.6.7.1300(0x26060733) NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.6.7.1300(0x26060733)" device: type: smartphone - brand: MB - model: Cynus F3 + brand: M1 + model: PRO 7 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Cynus F4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MEEG_101M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9590,83 +9642,80 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: MB - model: Cynus F4 + brand: M2 + model: 101M os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Cynus_F8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MEEG 103M Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.6.1 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.6.1" device: type: smartphone - brand: MB - model: Cynus F8 + brand: M2 + model: 103M os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Cynus T1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Thunder.Mozilla/5.0 (Linux; Android 4.4.2; MEEG 210R Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MB - model: Cynus T1 + brand: M2 + model: 210R os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Cynus T2 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Xino Z46 X4 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: MB - model: Cynus T2 + brand: M4 + model: Xino Z46 X4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; Cynus T5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; G7106 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser @@ -9677,36 +9726,36 @@ engine_version: "534.30" device: type: smartphone - brand: MB - model: Cynus T5 + brand: M5 + model: G7106 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxG400 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; G7106) U2/1.0.0 UCBrowser/10.4.2.659 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.78" - engine: Blink + name: UC Browser + short_name: UC + version: "10.4.2.659" + engine: "" engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo G400 + brand: M5 + model: G7106 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPBG500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; G7108 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.1" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -9714,19 +9763,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: MC - model: PhonePad Duo G500 + brand: M5 + model: G7108 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPCG500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; M20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser @@ -9737,52 +9786,52 @@ engine_version: "534.30" device: type: smartphone - brand: MC - model: PhonePad Duo G500 + brand: M5 + model: M20 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; M-PPAG500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; M20 Build/MRA58K) os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo G500 + brand: M5 + model: M20 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxG501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; M35 Build/GRK39F os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.89" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo G501 + brand: M5 + model: M35 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxS470 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar KAT 452 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9792,57 +9841,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.78" + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo S470 + brand: M6 + model: Kat 452 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PP2S500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: MC - model: PhonePad Duo S500 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PP2S500C Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: MC - model: PhonePad Duo S500 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxS501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.92697 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2 mobiistar_KOOL_Lite; Build/KOT49H)  AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9850,59 +9859,59 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "29.0.1809.92697" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.131" engine: Blink engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo S501 + brand: M6 + model: Kool Lite os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPAX470U Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4; mobiistar LAI 504c Build/mobiistar) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo X470U + brand: M6 + model: Lai 504c os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; M_PPAX510U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI 504K Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo X510U + brand: M6 + model: Lai 504K os_family: Android browser_family: Chrome - - user_agent: Android 4.4.2;AppleWebKit/537.36;Build/KOT49H;M-PPxX520U Build/KOT49H + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI Y Build/mobiistar) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9910,14 +9919,14 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: MC - model: PhonePad Duo X520U + brand: M6 + model: Lai Y os_family: Android - browser_family: Android Browser + browser_family: Chrome diff --git a/Tests/fixtures/smartphone-7.yml b/Tests/fixtures/smartphone-7.yml index 9ee5dbb3a1..c6f5c8dbd6 100644 --- a/Tests/fixtures/smartphone-7.yml +++ b/Tests/fixtures/smartphone-7.yml @@ -1,224 +1,195 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MEDION E4002 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_LAI_YOLLO Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.166" + version: "52.0.2743.91" engine: Blink engine_version: "" device: type: smartphone - brand: MD - model: E4002 + brand: M6 + model: Lai Yollo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; MEDION Smartphone LIFE E3501 Build/GRJ34) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.6" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: MD - model: LIFE E3501 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MEDION LIFE P4012 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar LAI Yuki Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: MD - model: LIFE P4012 + brand: M6 + model: Lai Yuki os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; de-de; MEDION LIFE P4310 Build/GRJ29) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar LAI YUNA 1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: MD - model: LIFE P4310 + brand: M6 + model: Lai Yuna 1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X5001 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; Mobiistar_LAI_Yuna_C Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/166.0.0.26.91;]' os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "166.0.0.26.91" device: type: smartphone - brand: MD - model: Life X5001 + brand: M6 + model: Lai Yuna C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MEDION P4013 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; mobiistar_LAI_Yuna_S Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/116.0.0.18.70;]' os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook Messenger + version: "116.0.0.18.70" device: type: smartphone - brand: MD - model: P4013 + brand: M6 + model: Lai Yuna S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MEDION X4701 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; Mobiistar_LAI_Yuna_X Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/173.0.0.62.99;]' os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Facebook + version: "173.0.0.62.99" device: type: smartphone - brand: MD - model: X4701 + brand: M6 + model: Lai Yuna X os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; MOFUT Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.3) + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; Mobiistar_LAI_Z Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36[FBAN/EMA;FBLC/vi_VN;FBAV/94.0.0.8.182;]' os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: mobile app - name: Baidu Box App - version: "6.7" + name: Facebook + version: "94.0.0.8.182" device: type: smartphone - brand: MF - model: "" + brand: M6 + model: Lai Z os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MOFUT F1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: 'Mozilla/5.0 (Linux; Android 4.4.2; mobiistar LAI Z1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36[FBAN/EMA;FBLC/vi_VN;FBAV/96.0.0.7.216;]' os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + name: Facebook + version: "96.0.0.7.216" device: type: smartphone - brand: MF - model: F1 + brand: M6 + model: Lai Z1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; F6 Build/MOFUTF6) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar_LAI_Z2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.3" + version: "7.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "33.0.0.0" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: MF - model: F6 + brand: M6 + model: Lai Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.3; MOFUT Build/MOFUTF6) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Mobiistar_LAI_Zena Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: MF - model: F6 + brand: M6 + model: Lai Zena os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MOFUT_F88RZTD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/6.0 (Linux; U; Android 6.0; mobiistar_LAI_ZORO_2 Build/ AppleWebKit/534.30 (KHTML, like Gecko) Version/6.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser @@ -229,72 +200,69 @@ engine_version: "534.30" device: type: smartphone - brand: MF - model: F88RZTD + brand: M6 + model: Lai Zoro 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; MOFUT_KX Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.0.558 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar LAI ZORO 2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.0.558" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: MF - model: KX + brand: M6 + model: Lai Zoro 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; MOFUT_N5 Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/6.0 (Linux; U; Android 6.0; mobiistar_LAI_ZORO_3 Build/ AppleWebKit/534.30 (KHTML, like Gecko) Version/6.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: MF - model: N5 + brand: M6 + model: Lai Zoro 3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MOFUT T2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; mobiistar_LAI_Zumbo_J Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/163.0.0.43.91;]' os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Facebook + version: "163.0.0.43.91" device: type: smartphone - brand: MF - model: T2 + brand: M6 + model: Lai Zumbo J os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MyWigo City3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Mobiistar_LAI_Zumbo_J_2017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND @@ -304,161 +272,215 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone - brand: MG - model: City 3 + brand: M6 + model: Lai Zumbo J (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MS50X6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 7.0; Mobiistar_Zumbo_J2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/167.0.0.28.94;]' os: name: Android short_name: AND - version: "6.0" + version: "7.0" + platform: "" + client: + type: mobile app + name: Facebook + version: "167.0.0.28.94" + device: + type: smartphone + brand: M6 + model: Lai Zumbo J2 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Zumbo_S_2017 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.107" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: Atmos II + brand: M6 + model: Lai Zumbo S (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; MS55X5 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Zumbo_S_2017_Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: Atmos Pro + brand: M6 + model: Lai Zumbo S Lite (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MS55X6 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; mobiistar_PRIME_558 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "59.0.3071.125" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: Atmos Pro II + brand: M6 + model: Prime 558 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; MS45A4000 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar PRIME X 2017 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: eOn 45 + brand: M6 + model: Prime X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; MS50A4000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1; mobiistar PRIME X Grand Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/118.0.0.19.82;]' os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Facebook Messenger + version: "118.0.0.19.82" device: type: smartphone - brand: MH - model: eOn 50 + brand: M6 + model: Prime X Grand os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MS50A4500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PRIME X MAX 2018 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M6 + model: Prime X Max + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_PRIME_X_Plus Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M6 + model: Prime X Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; mobiistar PRIME X1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: eOn 50 Elegance + brand: M6 + model: Prime X1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MS50A6000 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; mobiistar touch LAI 512 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: eOn 50 Quad 16 + brand: M6 + model: Touch Lai 512 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; MS50A5000 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; Mobiistar Touch S03 Build/VENUS_00.03.142.H1091) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser @@ -466,15 +488,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: MH - model: eOn 50 Quad 8 + brand: M6 + model: Touch S03 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MS55L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar_ZORO_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -482,19 +504,39 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: GAIA + brand: M6 + model: Zoro 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; MS50L1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; mobiistar_LAI_Zumbo Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M6 + model: Zumbo + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar ZUMBO Power Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND @@ -509,36 +551,56 @@ engine_version: "" device: type: smartphone - brand: MH - model: Inti + brand: M6 + model: Zumbo Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MB-2900 QUATTRO Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105088 + user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar ZUMBO S2 Dual Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "37.0.2192.105088" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.81" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: MB-2900 Quattro + brand: M6 + model: Zumbo S2 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; MS43A3000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; mobiistar Zumbo S2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: M6 + model: Zumbo S2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.6; es-es; MPM_AVA758 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.6" platform: "" client: type: browser @@ -549,32 +611,52 @@ engine_version: "534.30" device: type: smartphone - brand: MH - model: MS43A3000 + brand: M7 + model: MPM AVA758 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; MS50B11000 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us ; MPM-i616 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.6.1.262/145/444 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "8.6.1.262" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: M7 + model: MPM i616 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 502M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: MS50B11000 + brand: M8 + model: 502M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; POLYS_MS45L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_FIVE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -582,296 +664,299 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "67.0.3396.87" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: Polys MS45L1 + brand: M8 + model: Five os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Wave5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Grand Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MH - model: Wave 5 + brand: M8 + model: Grand os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Micromax_A101 Build/MicromaxMicromax_A101) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Grand_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A101 + brand: M8 + model: Grand 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Micromax A110Q Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Grand_4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A110Q + brand: M8 + model: Grand 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-in; Micromax A116 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Myria_Quad Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A116 + brand: M8 + model: Quad os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Micromax A116i Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A116i + brand: M8 + model: Wide 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-in; Micromax A210 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" - platform: ARM + version: "7.0" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.2.17.1009776" + type: browser + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A210 + brand: M8 + model: Wide 2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; Micromax A24 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A24 + brand: M8 + model: Wide 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; en-US; Micromax_A26) U2/1.0.0 UCBrowser/8.9.2.373 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; Myria_Wide_4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.9.2.373" - engine: "" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A26 + brand: M8 + model: Wide 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Micromax_A27) U2/1.0.0 UCBrowser/8.9.2.373 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 970 Build/JRO03C) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone - brand: MI - model: A27 - os_family: GNU/Linux - browser_family: Opera + brand: M9 + model: "970" + os_family: Android + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Micromax_A36) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 970H Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A36 + brand: M9 + model: 970H os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-in; Micromax A58 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 972 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A58 + brand: M9 + model: "972" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Micromax A61 Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC975 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A61 + brand: M9 + model: "975" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Micromax_A62) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 978 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.7.0.315" - engine: "" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A62 + brand: M9 + model: "978" os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Micromax_A62) U2/1.0.0 UCBrowser/9.1.1.420 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A62 - os_family: GNU/Linux - browser_family: Opera + brand: M9 + model: "982" + os_family: Android + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Micromax_A74) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982O Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -879,39 +964,39 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8.1.359" - engine: "" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: A74 + brand: M9 + model: 982O os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; Micromax A92 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MTC 982T Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: MI - model: A92 + brand: M9 + model: 982T os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q327 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; SMART Race 4G Build/LMY47D; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 YandexSearch/7.63 YandexSearchBrowser/7.63 os: name: Android short_name: AND @@ -921,37 +1006,37 @@ type: browser name: Chrome Webview short_name: CV - version: "46.0.2490.76" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: Bolt + brand: M9 + model: Smart Race 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax Q424 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MTC SMART Run 4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: Bolt Selfie + brand: M9 + model: Smart Run 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax E481 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; MTC SMART Sprint 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.9.1193 Mobile Safari/537.36 os: name: Android short_name: AND @@ -959,119 +1044,139 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: UC Browser + short_name: UC + version: "12.10.9.1193" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: M9 + model: Smart Sprint 4G + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP96017) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: Canvas 5 + brand: MA + model: Forto 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; Micromax AQ5001 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MSP95015 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: Canvas Juice 2 + brand: MA + model: Mezo 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax Q417 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP95020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: MI - model: Canvas Mega + brand: MA + model: Rocky 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CRONO 22 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MSP95021) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.131" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: MJ - model: Crono 22 + brand: MA + model: Rocky 3 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CRONO 44 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MSP95014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.92" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: MJ - model: Crono 44 + brand: MA + model: Titano 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; MAJESTIC Zeus21 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MxBrowser/4.4.0.2000 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Cynus F3 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.1" platform: "" client: type: browser - name: Maxthon - short_name: MX - version: "4.4.0.2000" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: MJ - model: Zeus21 + brand: MB + model: Cynus F3 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M1B Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Cynus F4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -1079,134 +1184,123 @@ platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: ML - model: M1B + brand: MB + model: Cynus F4 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M2+ Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 BaiduBoxApp/3.6_7300050a + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Cynus_F8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "3.6" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: ML - model: M2+ + brand: MB + model: Cynus F8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED_M3 MINI Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Cynus T1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" - device: - type: smartphone - brand: ML - model: M3 MINI - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; MLLED M7S Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/6.0.21.0 (Baidu; P1 4.4.2) - os: - name: Android - short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "6.0.21.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.24" + engine_version: "534.30" device: type: smartphone - brand: ML - model: M7S + brand: MB + model: Cynus T1 os_family: Android - browser_family: Baidu + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M8 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Cynus T2 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: ML - model: M8 + brand: MB + model: Cynus T2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; MLLED_M8S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.1.549 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; Cynus T5 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.1.549" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: ML - model: M8S + brand: MB + model: Cynus T5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED X3S Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.54_r266a9ba.601 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxG400 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.4.54.r266a9ba.601" + type: browser + name: Chrome Mobile + short_name: CM + version: "43.0.2357.78" + engine: Blink + engine_version: "" device: type: smartphone - brand: ML - model: X3S + brand: MC + model: PhonePad Duo G400 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; PH350 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPBG500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser @@ -1214,19 +1308,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MM - model: PH350 + brand: MC + model: PhonePad Duo G500 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PH520 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPCG500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -1237,456 +1331,490 @@ engine_version: "534.30" device: type: smartphone - brand: MM - model: PH520 + brand: MC + model: PhonePad Duo G500 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M4 SS4458) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; M-PPAG500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Attitude + brand: MC + model: PhonePad Duo G500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M4_B2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxG501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: B2 + brand: MC + model: PhonePad Duo G501 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M4_B3 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxS470 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "64.0.3282.123" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: B3 + brand: MC + model: PhonePad Duo S470 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; M4 SS4451 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PP2S500 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Believe + brand: MC + model: PhonePad Duo S500 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M4 SS4452 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PP2S500C Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Dream + brand: MC + model: PhonePad Duo S500 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M4 SS4457) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-PPxS501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.92697 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.64" + name: Opera Mobile + short_name: OM + version: "29.0.1809.92697" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Elegance + brand: MC + model: PhonePad Duo S501 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M4 SS4457-R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; M-PPAX470U Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Ever + brand: MC + model: PhonePad Duo X470U os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M4 SS4456) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; M_PPAX510U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Evolution + brand: MC + model: PhonePad Duo X510U os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M4 SS4455 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Android 4.4.2;AppleWebKit/537.36;Build/KOT49H;M-PPxX520U Build/KOT49H os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MN - model: Excite + brand: MC + model: PhonePad Duo X520U os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M4 SS4458-R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MEDION E4002 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Feel Plus + brand: MD + model: E4002 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS4040 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; MEDION Smartphone LIFE E3501 Build/GRJ34) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MN - model: In Touch + brand: MD + model: LIFE E3501 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M4 SS4453) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MEDION LIFE P4012 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Inspiration + brand: MD + model: LIFE P4012 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1050 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; de-de; MEDION LIFE P4310 Build/GRJ29) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MN - model: Joy + brand: MD + model: LIFE P4310 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1060 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; X5001 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Live + brand: MD + model: Life X5001 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; M4 SS1080 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MEDION P4013 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Max One + brand: MD + model: P4013 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; M4 SS1090 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MEDION X4701 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Max Ultra + brand: MD + model: X4701 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS4020 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; MOFUT Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.3) os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.7" device: type: smartphone - brand: MN - model: Play + brand: MF + model: "" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1070 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MOFUT F1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" + device: + type: smartphone + brand: MF + model: F1 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; F6 Build/MOFUTF6) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Sense + brand: MF + model: F6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M4 SS4450 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.3; MOFUT Build/MOFUTF6) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.3" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "44.0.2403.119" + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MN - model: Share + brand: MF + model: F6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4350 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MOFUT_F88RZTD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "41.0.2272.96" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Soul + brand: MF + model: F88RZTD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4345 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; MOFUT_KX Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.0.558 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.4.0.558" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Soul Mini + brand: MF + model: KX os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4045 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; MOFUT_N5 Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MN - model: Style + brand: MF + model: N5 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M4 SS4445 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MOFUT T2 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: MF + model: T2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; MyWigo City3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser @@ -1697,72 +1825,72 @@ engine_version: "" device: type: smartphone - brand: MN - model: Style Access + brand: MG + model: City 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; MFLogin4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MS50X6 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "43.0.2357.93" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone - brand: MP - model: Login 4 LTE + brand: MH + model: Atmos II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MFLoginPh Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 YaBrowser/17.10.2.145.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; MS55X5 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.10.2.145.00" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: MP - model: Login+ + brand: MH + model: Atmos Pro os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ru-ru; SP-A20i Build/MF_GB_01.02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MS55X6 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: MP - model: Mint + brand: MH + model: Atmos Pro II os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; MS3B Build/JDQ39) + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; MS45A4000 Build/JDQ39) os: name: Android short_name: AND @@ -1777,16 +1905,16 @@ engine_version: "" device: type: smartphone - brand: MP - model: Optima - os_family: Android + brand: MH + model: eOn 45 + os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ru-ru; MegaFon SP-A5 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ro-ro; MS50A4000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser @@ -1794,59 +1922,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MP - model: SP-A5 + brand: MH + model: eOn 50 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; M.T.T. Smart Multimedia Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MS50A4500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: MQ - model: Smart Multimedia + brand: MH + model: eOn 50 Elegance os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; M.T.T. SmartFun Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MS50A6000 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: MQ - model: SmartFun + brand: MH + model: eOn 50 Quad 16 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; M.T.T.SmartMax Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; MS50A5000 Build/KOT49H) os: name: Android short_name: AND - version: "2.3.5" + version: "4.4.2" platform: "" client: type: browser @@ -1854,99 +1982,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: MQ - model: SmartMax + brand: MH + model: eOn 50 Quad 8 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (MotorolaWebKit; U; /Windows CE 7.0) AppleWebKit/534.51 (KHTML, like Gecko) Version/2.3.0 Mobile Safari/534.51 - os: - name: Windows CE - short_name: WCE - version: "7.0" - platform: "" - client: - type: browser - name: Mobile Safari - short_name: MF - version: "2.3.0" - engine: WebKit - engine_version: "534.51" - device: - type: smartphone - brand: MR - model: "" - os_family: Windows Mobile - browser_family: Safari -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; MotoA953 Build/MILS2_U6_2.3.4) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS55L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: A953 + brand: MH + model: GAIA os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; XT603 Build/5.5.1Q-117_PAX-79) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; MS50L1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Admiral + brand: MH + model: Inti os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pt-br; XT682 Build/V1.51D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MB-2900 QUATTRO Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105088 os: name: Android short_name: AND - version: "2.3.7" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Opera Mobile + short_name: OM + version: "37.0.2192.105088" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Atrix + brand: MH + model: MB-2900 Quattro os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-br; XT687 Build/V2.27D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; MS43A3000 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -1957,76 +2065,76 @@ engine_version: "534.30" device: type: smartphone - brand: MR - model: Atrix TV + brand: MH + model: MS43A3000 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT535 Build/V1.540) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; MS50B11000 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Defy + brand: MH + model: MS50B11000 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; MOT-XT320 Build/0A.1F.3A) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; POLYS_MS45L1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Defy Mini + brand: MH + model: Polys MS45L1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; XT320 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Wave5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Defy Mini + brand: MH + model: Wave 5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; XT321 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Versão/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Micromax_A101 Build/MicromaxMicromax_A101) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser @@ -2034,39 +2142,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MR - model: Defy Mini + brand: MI + model: A101 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT555C Build/V1.67D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Micromax A110Q Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Defy XT + brand: MI + model: A110Q os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT556 Build/V1.70B) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-in; Micromax A116 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.7" + version: "4.2.1" platform: "" client: type: browser @@ -2074,59 +2182,56 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MR - model: Defy XT + brand: MI + model: A116 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT557 Build/V1.65K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; Micromax A116i Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Defy XT + brand: MI + model: A116i os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.0.1; en-us; Droid Build/ESD56) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-in; Micromax A210 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm os: name: Android short_name: AND - version: "2.0.1" - platform: "" + version: "4.2.1" + platform: ARM client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + type: mobile app + name: Google Search App + version: "3.2.17.1009776" device: type: smartphone - brand: MR - model: DROID + brand: MI + model: A210 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; Momodesign MD Droid Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; Micromax A24 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "2.3.6" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser @@ -2137,56 +2242,76 @@ engine_version: "533.1" device: type: smartphone - brand: MR - model: DROID + brand: MI + model: A24 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; Droid Build/GRH78C; 10800) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; en-US; Micromax_A26) U2/1.0.0 UCBrowser/8.9.2.373 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "8.9.2.373" + engine: "" + engine_version: "" device: type: smartphone - brand: MR - model: DROID + brand: MI + model: A26 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROID2 Build/4.5.1_57_DR4-51) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Micromax_A27) U2/1.0.0 UCBrowser/8.9.2.373 Mobile + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" + device: + type: smartphone + brand: MI + model: A27 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Micromax_A36) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "2.3.4" + version: "2.3.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "8.2.0.242" + engine: "" + engine_version: "" device: type: smartphone - brand: MR - model: DROID 2 + brand: MI + model: A36 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-us; DROID2 GLOBAL Build/S273) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-in; Micromax A58 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.2.2" platform: "" client: type: browser @@ -2194,19 +2319,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MR - model: DROID 2 GLOBAL + brand: MI + model: A58 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROID3 Build/5.5.1_84_D3G-66_M2-10) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Micromax A61 Build/JZO57K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser @@ -2214,59 +2339,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: MR - model: DROID 3 + brand: MI + model: A61 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; DROID4 Build/9.8.2O-72_VZW-18-9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; Micromax_A62) U2/1.0.0 UCBrowser/8.7.0.315 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink + name: UC Browser + short_name: UC + version: "8.7.0.315" + engine: "" engine_version: "" device: type: smartphone - brand: MR - model: DROID 4 + brand: MI + model: A62 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; XT894 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.1.2/maserati + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; Micromax_A62) U2/1.0.0 UCBrowser/9.1.1.420 Mobile os: - name: CyanogenMod - short_name: CYN - version: "10.1.2" + name: GNU/Linux + short_name: LIN + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera Mini + short_name: OI + version: "7.1.32052" + engine: Presto + engine_version: "" device: type: smartphone - brand: MR - model: Droid 4 + brand: MI + model: A62 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; en-US; Micromax_A74) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "8.8.1.359" + engine: "" + engine_version: "" + device: + type: smartphone + brand: MI + model: A74 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; DROID4 4G Build/6.7.2-180_DR4-16_M2-37) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-in; Micromax A92 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser @@ -2277,352 +2422,363 @@ engine_version: "534.30" device: type: smartphone - brand: MR - model: DROID 4 4G + brand: MI + model: A92 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; DROID BIONIC Build/9.8.2O-72_VZW-22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q327 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: DROID BIONIC + brand: MI + model: Bolt os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; DROID BIONIC 4G Build/6.7.2-223_DBN_M4-23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax Q424 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: DROID BIONIC 4G + brand: MI + model: Bolt Selfie os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; XT1030 Build/12.9.0Q2.X-160-OBK_TA-14-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax E481 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "27.0.1453.90" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid Mini + brand: MI + model: Canvas 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; XT610 Build/V2U_3.4.2-179) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Micromax AQ5001 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "37.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid Pro + brand: MI + model: Canvas Juice 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; DROID Pro Build/VZW; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Micromax Q417 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: DROID Pro + brand: MI + model: Canvas Mega os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; MOT-XT910 Build/6.5.1_73_SLC-24) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; YU5530 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR + brand: MI + model: YU Yureka S YU5530 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-sg; XT910 Build/6.5.1-167-SPD-IRD-40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; YU5040) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR + brand: MI + model: YU Yureka YU5040 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-; DROID RAZR Build/6.7.2-180_DHD-16_M4-31) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CRONO 22 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.131" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: DROID RAZR + brand: MJ + model: Crono 22 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; XT910 Build/6.7.2-180_SLC-35_R01) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CRONO 44 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR + brand: MJ + model: Crono 44 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MOT-XT910S Build/6.7.4-27_SA-51) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; MAJESTIC Zeus21 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 MxBrowser/4.4.0.2000 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Maxthon + short_name: MX + version: "4.4.0.2000" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: MR - model: Droid RAZR + brand: MJ + model: Zeus21 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR Build/6.7.2-180_DHD-16_M4-31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1631.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M1B Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1631.1" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MR - model: DROID RAZR + brand: ML + model: M1B os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT915 Build/2_32A_2013) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M2+ Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 BaiduBoxApp/3.6_7300050a os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + type: mobile app + name: Baidu Box App + version: "3.6" device: type: smartphone - brand: MR - model: Droid RAZR D1 + brand: ML + model: M2+ os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT914 Build/2_28B_2012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED_M3 MINI Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: MR - model: Droid RAZR D1 + brand: ML + model: M3 MINI os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT916 Build/2_32D_2014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; MLLED M7S Build/KOT49H) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/6.0.21.0 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Baidu Browser + short_name: BD + version: "6.0.21.0" + engine: WebKit + engine_version: "534.24" device: type: smartphone - brand: MR - model: Droid RAZR D1 + brand: ML + model: M7S os_family: Android - browser_family: Chrome + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT918 Build/2_330_2009) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED M8 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: MR - model: Droid RAZR D1 + brand: ML + model: M8 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT919 Build/2_290_2012) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; MLLED_M8S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.1.549 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: UC Browser + short_name: UC + version: "10.3.1.549" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone - brand: MR - model: Droid RAZR D3 + brand: ML + model: M8S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT920 Build/2_32D_2030) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; MLLED X3S Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.54_r266a9ba.601 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.4.54.r266a9ba.601" device: type: smartphone - brand: MR - model: Droid RAZR D3 + brand: ML + model: X3S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; DROID RAZR HD Build/9.8.1Q_39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; PH350 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: MM + model: PH350 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PH520 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2637,516 +2793,516 @@ engine_version: "534.30" device: type: smartphone - brand: MR - model: DROID RAZR HD + brand: MM + model: PH520 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT925 Build/9.8.2Q-8-XT925_VQL-12.2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M4 SS4458) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR HD + brand: MN + model: Attitude os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT925 Build/9.8.2Q-8-XT925_VQUL-1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M4_B2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.170" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR HD + brand: MN + model: B2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; XT890 Build/8.7.1I-110_IFW-31) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M4_B3 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "64.0.3282.123" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR i + brand: MN + model: B3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; XT890 Build/8.7.1I-110_IFW-DE-32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; M4 SS4451 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR i + brand: MN + model: Believe os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT907 Build/9.8.1Q-94-1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M4 SS4452 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR M + brand: MN + model: Dream os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; XT885 Build/6.7.3-135_YIC-8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M4 SS4457) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.64" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR V + brand: MN + model: Elegance os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; XT886 Build/6.7.3-179_YIC-11) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M4 SS4457-R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Droid RAZR V + brand: MN + model: Ever os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XT1254 Build/MCG24.251-5-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; M4 SS4456) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Droid Turbo + brand: MN + model: Evolution os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1080 Build/SU2-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M4 SS4455 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Droid Ultra + brand: MN + model: Excite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROIDX Build/4.5.1_57_DX9-10) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M4 SS4458-R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: DROID X + brand: MN + model: Feel Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; DROID X2 Build/4.5.1A-DTN-200-18) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS4040 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: DROID X2 + brand: MN + model: In Touch os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; XT881 Build/6.7.3-130_YUS-11) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; M4 SS4453) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Electrify 2 + brand: MN + model: Inspiration os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT901 Build/9.8.2Q-50_SLS-13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1050 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: Electrify M + brand: MN + model: Joy os_family: Android browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Motorola_ES405B_312; Windows Phone 6.5.3.5) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1060 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "6.5.3.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Internet Explorer - short_name: IE - version: "6.0" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: MR - model: ES405B - os_family: Windows Mobile - browser_family: Internet Explorer + brand: MN + model: Live + os_family: Android + browser_family: Chrome - - user_agent: MOT-XT311/Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; XT311 Build/V4.36M) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; M4 SS1080 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Fire + brand: MN + model: Max One os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-us; XT316 Build/V4.26H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; M4 SS1090 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Fire + brand: MN + model: Max Ultra os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; XT531 Build/V4.540) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS4020 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Fire XT + brand: MN + model: Play os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; XT800W Build/TTSKT_U_80.33.41R) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; M4 SS1070 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: Glam + brand: MN + model: Sense os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT626 Build/5.5.1Q-391_IR_TA-82) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M4 SS4450 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: IronRock + brand: MN + model: Share os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 1.5; en-us; MB300 Build/Blur_Version.0.13.37.MB300.ATT.en.US Flex/P014) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4350 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "1.5" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "41.0.2272.96" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB300 + brand: MN + model: Soul os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; MotoMB511 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4345 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB511 + brand: MN + model: Soul Mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MB526 Build/IMM76L; CyanogenMod-CM9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M4 SS4045 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "9" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB526 + brand: MN + model: Style os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; hu-hu; MB526 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M4 SS4445 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB526 + brand: MN + model: Style Access os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; MB860 Build/4.5.2A-51_OLL-17.8) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; MFLogin4 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome + short_name: CH + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB860 + brand: MP + model: Login 4 LTE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.7; tr-tr; MB860 Build/4.5.141; CM7 20120812 [yyyymmdd]) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MFLoginPh Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 YaBrowser/17.10.2.145.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Yandex Browser + short_name: YA + version: "17.10.2.145.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: MR - model: MB860 + brand: MP + model: Login+ os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; MB860 Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ru-ru; SP-A20i Build/MF_GB_01.02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "9" + name: Android + short_name: AND + version: "2.3.7" platform: "" client: type: browser @@ -3154,19 +3310,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: MR - model: MB860 + brand: MP + model: Mint os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MB886 Build/9.8.0Q-97_MB886_FFW-20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; MS3B Build/JDQ39) os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -3174,56 +3330,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: MR - model: MB886 - os_family: Android + brand: MP + model: Optima + os_family: Android browser_family: Android Browser - - user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; MB886 Build/9.8.0Q-97_MB886_FFW-20) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ru-ru; MegaFon SP-A5 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.5" platform: "" client: - type: mobile app - name: AndroidDownloadManager - version: "4.1.1" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MR - model: MB886 + brand: MP + model: SP-A5 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MB886 Build/9.8.0Q-97_MB886_FFW-20) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; M.T.T. Smart Multimedia Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "533.1" device: type: smartphone - brand: MR - model: MB886 + brand: MQ + model: Smart Multimedia os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; ME525(Defy) Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; M.T.T. SmartFun Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.7" + version: "2.3.6" platform: "" client: type: browser @@ -3234,16 +3393,16 @@ engine_version: "533.1" device: type: smartphone - brand: MR - model: ME525(Defy) + brand: MQ + model: SmartFun os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ca; Motorola XT720 Build/STR_U2_05.1F.1) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; M.T.T.SmartMax Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.3.5" platform: "" client: type: browser @@ -3251,19 +3410,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone - brand: MR - model: Milestone + brand: MQ + model: SmartMax os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Milestone XT720 Build/STR_U2_01.1E.0) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (MotorolaWebKit; U; /Windows CE 7.0) AppleWebKit/534.51 (KHTML, like Gecko) Version/2.3.0 Mobile Safari/534.51 + os: + name: Windows CE + short_name: WCE + version: "7.0" + platform: "" + client: + type: browser + name: Mobile Safari + short_name: MF + version: "2.3.0" + engine: WebKit + engine_version: "534.51" + device: + type: smartphone + brand: MR + model: "" + os_family: Windows Mobile + browser_family: Safari +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; MotoA953 Build/MILS2_U6_2.3.4) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.2" platform: "" client: type: browser @@ -3271,19 +3450,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone brand: MR - model: Milestone + model: A953 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT860 Build/5.5.1-112_SLU-57M) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; XT603 Build/5.5.1Q-117_PAX-79) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.5" platform: "" client: type: browser @@ -3295,672 +3474,715 @@ device: type: smartphone brand: MR - model: Milestone 3 + model: Admiral os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Moto C Plus Build/NRD90M.03.038) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pt-br; XT682 Build/V1.51D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto C Plus + model: Atrix os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.4; XT1021 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-br; XT687 Build/V2.27D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto E + model: Atrix TV os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.4; en-US; XT1022) U2/1.0.0 UCBrowser/9.5.1.494 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT535 Build/V1.540) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.7" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.1.494" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto E + model: Defy os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1706 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; MOT-XT320 Build/0A.1F.3A) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto E3 Power + model: Defy Mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Moto E (4) Plus Build/NMA26.42-142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; XT320 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.1.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto E4 Plus + model: Defy Mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; XT1028 Build/14.10.0Q3.X-84-14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; XT321 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Versão/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.3" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: Defy Mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1032 Build/KLB20.9-1.10-1.24-1.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT555C Build/V1.67D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: Defy XT os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1033 Build/KXB20.25-1.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT556 Build/V1.70B) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: Defy XT os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1031 Build/KXB20.9-1.10-1.18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; XT557 Build/V1.65K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.166" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: Defy XT os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1034 Build/KXB20.9-1.10-1.36) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.0.1; en-us; Droid Build/ESD56) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "4.4.2" + version: "2.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone brand: MR - model: Moto G + model: DROID os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1068 Build/MPB24.65-34-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; Momodesign MD Droid Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: DROID os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1069) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; Droid Build/GRH78C; 10800) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: DROID os_family: Android - browser_family: Chrome + browser_family: Android Browser - - 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 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROID2 Build/4.5.1_57_DR4-51) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Remix OS - short_name: REM - version: "2" + name: Android + short_name: AND + version: "2.3.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G + model: DROID 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MotoG3 Build/MPIS24.107-55-2-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; en-us; DROID2 GLOBAL Build/S273) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G3 + model: DROID 2 GLOBAL os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4) Build/MPJ24.139-49) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROID3 Build/5.5.1_84_D3G-66_M2-10) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto G4 + model: DROID 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Moto G (5S) Plus Build/NPSS26.116-61-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; DROID4 Build/9.8.2O-72_VZW-18-9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto G5S Plus + model: DROID 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; moto g(6)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; XT894 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 CyanogenMod/10.1.2/maserati os: - name: Android - short_name: AND - version: "9" + name: CyanogenMod + short_name: CYN + version: "10.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto g6 + model: Droid 4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; moto g(6) plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; DROID4 4G Build/6.7.2-180_DR4-16_M2-37) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto g6 plus + model: DROID 4 4G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; XT1663 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; DROID BIONIC Build/9.8.2O-72_VZW-22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto M + model: DROID BIONIC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; XT1049 Build/13.9.0Q2.X-178-RW-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; DROID BIONIC 4G Build/6.7.2-223_DBN_M4-23) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.166" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto X + model: DROID BIONIC 4G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1056 Build/13.11.3Q2.X-69-3-8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; XT1030 Build/12.9.0Q2.X-160-OBK_TA-14-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + version: "27.0.1453.90" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: MR - model: Moto X + model: Droid Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1060 Build/13.11.1Q2.X-69-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; XT610 Build/V2U_3.4.2-179) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4" + version: "2.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto X + model: Droid Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1058 Build/13.11.1Q2.X-69-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; DROID Pro Build/VZW; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.4" + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto X + model: DROID Pro os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1053 Build/KXA20.16-1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; MOT-XT910 Build/6.5.1_73_SLC-24) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto X + model: Droid RAZR os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1055 Build/KXA20.16-1.27) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-sg; XT910 Build/6.5.1-167-SPD-IRD-40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Moto X + model: Droid RAZR os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1052 Build/KLA20.16-2.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-; DROID RAZR Build/6.7.2-180_DHD-16_M4-31) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.170" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto X + model: DROID RAZR os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1092 Build/MPES24.49-18-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; XT910 Build/6.7.2-180_SLC-35_R01) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: MR + model: Droid RAZR + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MOT-XT910S Build/6.7.4-27_SA-51) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: MR + model: Droid RAZR + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR Build/6.7.2-180_DHD-16_M4-31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1631.1 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "31.0.1631.1" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto X + model: DROID RAZR os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1097 Build/MPES24.49-18-7; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT915 Build/2_32A_2013) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "6.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: MR - model: Moto X + model: Droid RAZR D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XT1562 Build/MPDS24.107-70-1-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT914 Build/2_28B_2012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto X Play + model: Droid RAZR D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; XT1096) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT916 Build/2_32D_2014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto X2 + model: Droid RAZR D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; moto x4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT918 Build/2_330_2009) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto x4 + model: Droid RAZR D1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; XT882 Build/SWDFS_M7_4.97.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT919 Build/2_290_2012) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.2.404" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "533.1" + engine_version: "535.19" device: type: smartphone brand: MR - model: Moto XT882 + model: Droid RAZR D3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; XT1650-05 Build/NCC25.106-15; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT920 Build/2_32D_2030) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.5.1280(0x26060536)" + type: browser + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone brand: MR - model: Moto Z + model: Droid RAZR D3 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; XT1635-02 Build/MPN24.104-44) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; DROID RAZR HD Build/9.8.1Q_39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.1" platform: "" client: type: browser @@ -3968,59 +4190,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone brand: MR - model: Moto Z Play + model: DROID RAZR HD os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; XT1635-03 Build/MCN24.104-35.2) + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT925 Build/9.8.2Q-8-XT925_VQL-12.2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "" + engine_version: "535.19" device: type: smartphone brand: MR - model: Moto Z Play + model: Droid RAZR HD os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Moto Z2 Play Build/OPSS27.76-12-25-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT925 Build/9.8.2Q-8-XT925_VQUL-1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone brand: MR - model: Moto Z2 Play + model: Droid RAZR HD os_family: Android browser_family: Chrome - - user_agent: MOT-XT615/Mozilla/5.0 (Linux; U; Android 2.3.7; fr-ca; XT615 Build/V1.62D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; XT890 Build/8.7.1I-110_IFW-31) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.7" + version: "4.0.4" platform: "" client: type: browser @@ -4028,55 +4250,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: MR - model: Motoluxe + model: Droid RAZR i os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; MOT-XT615 Build/V1.48C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; XT890 Build/8.7.1I-110_IFW-DE-32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.7" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone brand: MR - model: Motoluxe + model: Droid RAZR i os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'MOT-XT685/1.0 Android/4.0.4 Release/9.15.2011 Browser/AppleWebKit534.30 Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; XT685 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT907 Build/9.8.1Q-94-1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: MR - model: Motoluxe Dual-SIM + model: Droid RAZR M os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; XT685 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 V1_AND_SQ_4.6.1_9_YYB_D QQ/4.6.1.2110 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; XT885 Build/6.7.3-135_YIC-8) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4092,15 +4314,15 @@ device: type: smartphone brand: MR - model: Motoluxe Dual-SIM + model: Droid RAZR V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; es-us; MotoroiX Build/IUS) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 480X854 motorola MotoroiX + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; XT886 Build/6.7.3-179_YIC-11) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.0.4" platform: "" client: type: browser @@ -4108,39 +4330,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: MR - model: MotoroiX + model: Droid RAZR V os_family: Android browser_family: Android Browser - - user_agent: MOT-XT390/1.0 Android/2.3.6 Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; MOT-XT390 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XT1254 Build/MCG24.251-5-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: MR - model: Motosmart + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MR + model: Droid Turbo os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; MOT-XT389 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1080 Build/SU2-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MR + model: Droid Ultra + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROIDX Build/4.5.1_57_DX9-10) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.4" platform: "" client: type: browser @@ -4152,15 +4394,15 @@ device: type: smartphone brand: MR - model: Motosmart + model: DROID X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; XT389 Build/0C.03.05R_S) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; DROID X2 Build/4.5.1A-DTN-200-18) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.5" platform: "" client: type: browser @@ -4172,15 +4414,75 @@ device: type: smartphone brand: MR - model: Motosmart + model: DROID X2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; MOT-XT303 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; XT881 Build/6.7.3-130_YUS-11) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: MR + model: Electrify 2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; XT901 Build/9.8.2Q-50_SLS-13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: MR + model: Electrify M + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Motorola_ES405B_312; Windows Phone 6.5.3.5) + os: + name: Windows Phone + short_name: WPH + version: "6.5.3.5" + platform: "" + client: + type: browser + name: Internet Explorer + short_name: IE + version: "6.0" + engine: Trident + engine_version: "" + device: + type: smartphone + brand: MR + model: ES405B + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: MOT-XT311/Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; XT311 Build/V4.36M) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.4" platform: "" client: type: browser @@ -4192,15 +4494,15 @@ device: type: smartphone brand: MR - model: Motosmart ME + model: Fire os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT303 Build/07.1F.01R_S) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-us; XT316 Build/V4.26H) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/4.05d.1002.m7 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.4" platform: "" client: type: browser @@ -4212,15 +4514,15 @@ device: type: smartphone brand: MR - model: Motosmart ME + model: Fire os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; MOT-XT305 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-ca; XT531 Build/V4.540) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.3.5" platform: "" client: type: browser @@ -4232,28 +4534,31 @@ device: type: smartphone brand: MR - model: Motosmart ME + model: Fire XT os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; XT897 Build/9.8.2Q-122_XT897_FFW-5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; XT800W Build/TTSKT_U_80.33.41R) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" - platform: ARM + version: "2.2.2" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: MR - model: Photon Q + model: Glam os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT621 Build/5.5.1Q_PRIMUS_MR-217) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT626 Build/5.5.1Q-391_IR_TA-82) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -4269,15 +4574,15 @@ device: type: smartphone brand: MR - model: Primus + model: IronRock os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Motorola-XT502 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 1.5; en-us; MB300 Build/Blur_Version.0.13.37.MB300.ATT.en.US Flex/P014) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 os: name: Android short_name: AND - version: "2.2.2" + version: "1.5" platform: "" client: type: browser @@ -4285,15 +4590,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "528.5" device: type: smartphone brand: MR - model: Quench + model: MB300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; zh-cn; XT300 Build/SESGC_U3_00.35.0) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; MotoMB511 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND @@ -4309,814 +4614,192 @@ device: type: smartphone brand: MR - model: Spice + model: MB511 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Windows; U; wds 8.10; en-IN; Microsoft; RM-1099_1005) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MB526 Build/IMM76L; CyanogenMod-CM9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.10" + name: CyanogenMod + short_name: CYN + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MS - model: Lumia 430 - os_family: Windows Mobile - browser_family: Unknown + brand: MR + model: MB526 + os_family: Android + browser_family: Android Browser - - 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 430 Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; hu-hu; MB526 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: CyanogenMod + short_name: CYN + version: "10" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: MS - model: Lumia 430 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: MR + model: MB526 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Windows Phone 10.0.13333.0; U; pt-BR; Microsoft RM-1114_1000) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; MB860 Build/4.5.2A-51_OLL-17.8) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Windows Phone - short_name: WPH - version: "10.0.13333.0" + name: Android + short_name: AND + version: "2.3.6" platform: "" - client: null + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MS - model: Lumia 435 - os_family: Windows Mobile - browser_family: Unknown + brand: MR + model: MB860 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone OS 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1031_1010) + user_agent: 'Mozilla/5.0 (Linux; U; Android 2.3.7; tr-tr; MB860 Build/4.5.141; CM7 20120812 [yyyymmdd]) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1' os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM + name: Android + short_name: AND + version: "2.3.7" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: MS - model: Lumia 532 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1092_1002) - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: MS - model: Lumia 535 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1090) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 535 - os_family: Windows Mobile - browser_family: Internet Explorer -- - 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; RM-1141) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: MS - model: Lumia 540 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone OS 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1127_15119) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: MS - model: Lumia 550 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.10.15148.0; U; pt-BR; Microsoft RM-1109_1002) - os: - name: Windows Phone - short_name: WPH - version: "8.10.15148.0" - platform: "" - client: null - device: - type: smartphone - brand: MS - model: Lumia 640 - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: UCWEB/2.0 (Windows; U; wds 10.0; en-IN; Microsoft; RM-1065_1008) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "4.2.1.541" - engine: "" - engine_version: "" - device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; RM-1096) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15063 - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "15.15063" - engine: Edge - engine_version: "15.15063" - device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Windows Phone Ad Client/6.2.960.0 (Silverlight; MS_ORMMA_1_0; Windows Phone OS 10.0.13384.0; Microsoft; RM-1067_1005) - os: - name: Windows Phone - short_name: WPH - version: "10.0.13384.0" - platform: "" - client: null - device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows Mobile - browser_family: Unknown -- - 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 - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: phablet - brand: MS - model: Lumia 640 XL - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; RM-1154) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "13.10586" - engine: Edge - engine_version: "13.10586" - device: - type: smartphone - brand: MS - model: Lumia 650 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 950 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15031 - os: - name: Windows Phone - short_name: WPH - version: "10.0" - platform: "" - client: - type: browser - name: Microsoft Edge - short_name: PS - version: "15.15031" - engine: Edge - engine_version: "15.15031" - device: - type: phablet - brand: MS - model: Lumia 950 XL - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; MOVIC W2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MV - model: W2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; MOVIC-W3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MV - model: W3 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; MOVIC-W4 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MV - model: W4 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVIC-W5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MV - model: W5 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; Astro_5N_LTE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MW - model: Astro 5N LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Virtue Z5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MW - model: Virtue Z5 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MEU AN400 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: MX - model: AN400 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MEU AN500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "27.0.1453.90" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: MX - model: AN500 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MyPhone a888 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.170" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: a888 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MyPhone A919 Duo Build/IMM76D) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "25.0.1364.169" - engine: WebKit - engine_version: "537.22" - device: - type: smartphone - brand: MY - model: A919 Duo - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; myPhone_AXE_LTE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: AXE LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; C-Smart_pix Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: C-Smart Pix - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myPhone Cube Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: Cube - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; CUBE_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: Cube LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; HAMMER_AXE_M_LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: Hammer Axe M LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; HAMMER ENERGY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: Hammer Energy - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; Hammer Titan 2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: Hammer Titan 2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; myPhone_INFINITY_II_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: MY - model: INFINITY II LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0; zh-CN; NOAIN A900S Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.3.2.559" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: N1 - model: A900S - os_family: Android - browser_family: Unknown -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; NOAIN A913 Build/NOAINNOAIN) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/042_0.4_diordna_458_084/NIAON_71_2.2.4_319A+NIAON/1000418d/E29E98703F45BF1A99367DD1C0738595%7C836550000196968/1' - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "042" - device: - type: smartphone - brand: N1 - model: A913 + brand: MR + model: MB860 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; NOAIN_M15 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; MB860 Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.4.4" + name: CyanogenMod + short_name: CYN + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: N1 - model: M15 + brand: MR + model: MB860 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; NOAIN M6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MB886 Build/9.8.0Q-97_MB886_FFW-20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.2.598" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: N1 - model: M6 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Robin Build/Robin_Nougat_108; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "65.0.3325.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: N2 - model: Robin + brand: MR + model: MB886 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Superme_Max Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; MB886 Build/9.8.0Q-97_MB886_FFW-20) os: name: Android short_name: AND - version: "7.0" + version: "4.1.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + type: mobile app + name: AndroidDownloadManager + version: "4.1.1" device: type: smartphone - brand: N3 - model: Supreme Max + brand: MR + model: MB886 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; MTN-L860 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MB886 Build/9.8.0Q-97_MB886_FFW-20) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: N4 - model: Sm@rt Mini L860 + brand: MR + model: MB886 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; MTN-S620 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; zh-cn; ME525(Defy) Build/MIUI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: N4 - model: Sm@rt Mini S620 + brand: MR + model: ME525(Defy) os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Dalvik/1.6.0 (Linux; U; Android 5.0; NOA C25 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ca; Motorola XT720 Build/STR_U2_05.1F.1) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "5.0" + version: "2.1" platform: "" client: type: browser @@ -5124,55 +4807,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "530.17" device: type: smartphone - brand: N5 - model: C25 + brand: MR + model: Milestone os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA CORE FORTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Milestone XT720 Build/STR_U2_01.1E.0) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "5.1" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "53.0.2785.124" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: N5 - model: Core Forte + brand: MR + model: Milestone os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_E1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT860 Build/5.5.1-112_SLU-57M) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: N5 - model: E1 + brand: MR + model: Milestone 3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; noa_G1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Moto C Plus Build/NRD90M.03.038) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5182,57 +4865,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: G1 + brand: MR + model: Moto C Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H10 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 4.4.4; XT1021 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H10 + brand: MR + model: Moto E os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; NOA H10le Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.4; en-US; XT1022) U2/1.0.0 UCBrowser/9.5.1.494 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.70" - engine: Blink + name: UC Browser + short_name: UC + version: "9.5.1.494" + engine: "" engine_version: "" device: type: smartphone - brand: N5 - model: H10LE + brand: MR + model: Moto E os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1706 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5242,57 +4925,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H2 + brand: MR + model: Moto E3 Power os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOA H4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Moto E (4) Plus Build/NMA26.42-142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H4 + brand: MR + model: Moto E4 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NOA H42 Build/Sumvier_China) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; XT1028 Build/14.10.0Q3.X-84-14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.89" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H42 + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOA H43 Build/XXX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1032 Build/KLB20.9-1.10-1.24-1.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5302,17 +4985,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.93" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H43 + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; NOA_H44 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1033 Build/KXB20.25-1.31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5320,79 +5003,79 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H44 + brand: MR + model: Moto G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0; NOA_H44SE Build/LRX21M) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1031 Build/KXB20.9-1.10-1.18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" + engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H44SE + brand: MR + model: Moto G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA H4se) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1034 Build/KXB20.9-1.10-1.36) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H4SE + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_H5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1068 Build/MPB24.65-34-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H5 + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA H6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1069) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5402,101 +5085,101 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H6 + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NOA_H8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" + 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 + os: + name: Remix OS + short_name: REM + version: "2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Chrome + short_name: CH + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H8 + brand: MR + model: Moto G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H9 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MotoG3 Build/MPIS24.107-55-2-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "74.0.3729.136" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: H9 + brand: MR + model: Moto G3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; HummerLE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4) Build/MPJ24.139-49) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: Hummer LE + brand: MR + model: Moto G4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.0; NOA Hummer Lite AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; XT1670) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: Hummer Lite + brand: MR + model: Moto G5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; NOA LOOP AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; XT1687) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser @@ -5507,456 +5190,453 @@ engine_version: "" device: type: smartphone - brand: N5 - model: Loop + brand: MR + model: Moto G5 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_Mg12 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; XT1685) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: MG12 + brand: MR + model: Moto G5 Plus os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.0; NOA N2 Build/NRD90M) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Moto G (5S) Plus Build/NPSS26.116-61-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: N2 + brand: MR + model: Moto G5S Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA NEXT Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; XT1805 Build/OPM1.171019.013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV + name: Chrome Mobile + short_name: CM version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: Next + brand: MR + model: Moto G5s Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_VISION_H3 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 9; XT1804 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: Vision H3 + brand: MR + model: Moto G5s Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_VISION_H3SE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; XT1803) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "54.0.2840.85" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: N5 - model: Vision H3SE + brand: MR + model: Moto G5s Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nobby S500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; moto g(6)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.116" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: N6 - model: S500 + brand: MR + model: Moto g6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOBLEX N401 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; moto g(6) plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: NB - model: N401 + brand: MR + model: Moto g6 plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; NOBLEX N451 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; XT1663 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: NB - model: N451 + brand: MR + model: Moto M os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; NBX-NB1012 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; XT1049 Build/13.9.0Q2.X-178-RW-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "39.0.2171.93" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: smartphone - brand: NB - model: NB1012 + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NBX-T8A1IE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1056 Build/13.11.3Q2.X-69-3-8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "36.0.1985.135" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone - brand: NB - model: T8A1IE + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-us; Neffos C5/S100)AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1060 Build/13.11.1Q2.X-69-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.135" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: C5 + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Neffos C5 Max Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; XT1058 Build/13.11.1Q2.X-69-3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: C5 Max + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_C9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1053 Build/KXA20.16-1.25) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: C9 + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_C9A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1055 Build/KXA20.16-1.27) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "33.0.1750.136" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: C9A + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Neffos N1 Build/N4F26M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 ZenKit/1.39.8.2-internalNewdesign-Zen + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XT1052 Build/KLA20.16-2.16) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "74.0.3729.157" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: N1 + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1092 Build/MPES24.49-18-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: X1 + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; XT1097 Build/MPES24.49-18-7; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: - type: smartphone - brand: NF - model: X1 + type: smartphone + brand: MR + model: Moto X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1 Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XT1562 Build/MPDS24.107-70-1-5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: X1 Lite + brand: MR + model: Moto X Play os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_X9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; XT1096) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: X9 + brand: MR + model: Moto X2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Neffos Y5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; moto x4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: NF - model: Y5 + brand: MR + model: Moto x4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0.1; Neffos Y50 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; XT882 Build/SWDFS_M7_4.97.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "18.11.1.979.00" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.2.404" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NF - model: Y50 + brand: MR + model: Moto XT882 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Neffos Y5L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; XT1650-05 Build/NCC25.106-15; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.67" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.6.5.1280(0x26060536)" device: type: smartphone - brand: NF - model: Y5L + brand: MR + model: Moto Z os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.2; Neffos Y5s Build/N2G47H + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; XT1635-02 Build/MPN24.104-44) os: name: Android short_name: AND - version: "7.1.2" + version: "6.0.1" platform: "" client: type: browser @@ -5967,32 +5647,16 @@ engine_version: "" device: type: smartphone - brand: NF - model: Y5s + brand: MR + model: Moto Z Play os_family: Android browser_family: Android Browser - - user_agent: NGM_Coffee/ObigoInternetBrowser/QO3C Profile/MIDP2.0 Configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Obigo - short_name: OB - version: "QO3C" - engine: "" - engine_version: "" - device: - type: smartphone - brand: NG - model: Coffee - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-ch; Dynamic_Fun Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; XT1635-03 Build/MCN24.104-35.2) os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser @@ -6000,56 +5664,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: NG - model: Dynamic Fun + brand: MR + model: Moto Z Play os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Dynamic_Maxi Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Moto Z2 Play Build/OPSS27.76-12-25-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" - platform: ARM + version: "8.0.0" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: smartphone - brand: NG - model: Dynamic Maxi + brand: MR + model: Moto Z2 Play os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Dynamic Racing 2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: MOT-XT615/Mozilla/5.0 (Linux; U; Android 2.3.7; fr-ca; XT615 Build/V1.62D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.7" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Dynamic Racing 2 + brand: MR + model: Motoluxe os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: NGM Dynamic Racing 3/V2 Linux/3.0.13 Android/4.2 Release/02.15.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; MOT-XT615 Build/V1.48C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2" + version: "2.3.7" platform: "" client: type: browser @@ -6057,39 +5724,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: NG - model: Dynamic Racing 3 + brand: MR + model: Motoluxe os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; NGM Dynamic Star Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: 'MOT-XT685/1.0 Android/4.0.4 Release/9.15.2011 Browser/AppleWebKit534.30 Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; XT685 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: NG - model: Dynamic Star + brand: MR + model: Motoluxe Dual-SIM os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Forward_Active Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; XT685 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 V1_AND_SQ_4.6.1_9_YYB_D QQ/4.6.1.2110 os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.4" platform: "" client: type: browser @@ -6100,36 +5767,36 @@ engine_version: "534.30" device: type: smartphone - brand: NG - model: Forward Active + brand: MR + model: Motoluxe Dual-SIM os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardEndurance Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; es-us; MotoroiX Build/IUS) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 480X854 motorola MotoroiX os: name: Android short_name: AND - version: "4.4.2" + version: "2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Forward Endurance + brand: MR + model: MotoroiX os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ro-ro; Forward_Prime Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: MOT-XT390/1.0 Android/2.3.6 Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; MOT-XT390 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.1" + version: "2.3.6" platform: "" client: type: browser @@ -6137,76 +5804,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: NG - model: Forward Prime + brand: MR + model: Motosmart os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardXtreme Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; MOT-XT389 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "41.0.2272.96" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Forward Xtreme + brand: MR + model: Motosmart os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; Forward_Young Build/NGM_JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; XT389 Build/0C.03.05R_S) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" - platform: ARM + version: "2.3.6" + platform: "" client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Forward Young + brand: MR + model: Motosmart os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardZero Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; MOT-XT303 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Forward Zero + brand: MR + model: Motosmart ME os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; NGM LegendXL Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT303 Build/07.1F.01R_S) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -6214,15 +5884,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: NG - model: LegendXL + brand: MR + model: Motosmart ME os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; NGM Orion Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; pt-br; MOT-XT305 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -6237,56 +5907,53 @@ engine_version: "533.1" device: type: smartphone - brand: NG - model: Orion + brand: MR + model: Motosmart ME os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NGM Spirit Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; XT897 Build/9.8.2Q-122_XT897_FFW-5) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND - version: "4.4.2" - platform: "" + version: "4.1.2" + platform: ARM client: - type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: NG - model: Spirit + brand: MR + model: Photon Q os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NGM Time Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; XT621 Build/5.5.1Q_PRIMUS_MR-217) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: NG - model: Time + brand: MR + model: Primus os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; NGM Vanity Smart Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; Motorola-XT502 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.6" + version: "2.2.2" platform: "" client: type: browser @@ -6297,16 +5964,16 @@ engine_version: "533.1" device: type: smartphone - brand: NG - model: Vanity Smart + brand: MR + model: Quench os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; NGM_WINN Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; zh-cn; XT300 Build/SESGC_U3_00.35.0) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "2.3.3" + version: "2.1" platform: "" client: type: browser @@ -6314,409 +5981,629 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "530.17" device: type: smartphone - brand: NG - model: WINN + brand: MR + model: Spice os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Nokia; Qt; MeeGo) + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 1320) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 os: - name: MeeGo - short_name: SMG + name: Windows + short_name: WIN + version: "10" + platform: ARM + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" + device: + type: smartphone + brand: MS + model: Lumia 1320 + os_family: Windows + browser_family: Internet Explorer +- + 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; RM-994_eu_poland_1155) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari + os: + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM + client: + type: browser + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" + device: + type: smartphone + brand: MS + model: Lumia 1320 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 1320) like Gecko + os: + name: Windows RT + short_name: WRT version: "" + platform: ARM + client: + type: browser + name: Internet Explorer + short_name: IE + version: "11.0" + engine: Trident + engine_version: "7.0" + device: + type: smartphone + brand: MS + model: Lumia 1320 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; ARM; Touch; WPDesktop; Lumia 1530) + os: + name: Windows + short_name: WIN + version: "8" + platform: ARM + client: + type: browser + name: Internet Explorer + short_name: IE + version: "10.0" + engine: Trident + engine_version: "6.0" + device: + type: smartphone + brand: MS + model: Lumia 1530 + os_family: Windows + browser_family: Internet Explorer +- + 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 430 Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 + os: + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM + client: + type: browser + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" + device: + type: smartphone + brand: MS + model: Lumia 430 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; en-IN; Microsoft; RM-1099_1005) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + os: + name: Windows Phone + short_name: WPH + version: "8.10" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" + engine_version: "" + device: + type: smartphone + brand: MS + model: Lumia 430 + os_family: Windows Mobile + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Windows Phone 10.0.13333.0; U; pt-BR; Microsoft RM-1114_1000) + os: + name: Windows Phone + short_name: WPH + version: "10.0.13333.0" platform: "" client: null device: type: smartphone - brand: NK - model: "" - os_family: Other Mobile + brand: MS + model: Lumia 435 + os_family: Windows Mobile browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 1 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Microsoft; Lumia 435 Dual SIM) + os: + name: Windows Phone + short_name: WPH + version: "7.0" + platform: "" + client: + type: browser + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" + device: + type: smartphone + brand: MS + model: Lumia 435 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 435) like Gecko + os: + name: Windows RT + short_name: WRT + version: "" + platform: ARM + client: + type: browser + name: Internet Explorer + short_name: IE + version: "11.0" + engine: Trident + engine_version: "7.0" + device: + type: smartphone + brand: MS + model: Lumia 435 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone OS 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1031_1010) + os: + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM + client: + type: browser + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" + device: + type: smartphone + brand: MS + model: Lumia 532 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 535) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10512 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows + short_name: WIN + version: "10" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "12.10512" + engine: Edge + engine_version: "12.10512" device: type: smartphone - brand: NK - model: "1" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 535 + os_family: Windows + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1035 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1092_1002) os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: NK - model: "2" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 535 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1032 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + 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; RM-1089_1087) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "3" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 535 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1024 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + 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; RM-1090) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "5" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 535 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1003 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 535) like Gecko os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows RT + short_name: WRT + version: "" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: Internet Explorer + short_name: IE + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "6" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 535 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1054) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + 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; RM-1141) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "6" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 540 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1021 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Kiwi Chrome/69.0.3477.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 540 Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393 os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Kiwi - short_name: KW - version: "" - engine: WebKit - engine_version: "537.36" + name: Microsoft Edge + short_name: PS + version: "14.14393" + engine: Edge + engine_version: "14.14393" device: type: smartphone - brand: NK - model: "6" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 540 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 6.1 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows + short_name: WIN + version: "10" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" device: type: smartphone - brand: NK - model: "6.1" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 550 + os_family: Windows + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1041 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone OS 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; RM-1127_15119) os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: NK - model: "7" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 550 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 7 plus Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; NOKIA; RM-1010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393 os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "14.14393" + engine: Edge + engine_version: "14.14393" + device: + type: smartphone + brand: MS + model: Lumia 638 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10536 + os: + name: Windows + short_name: WIN + version: "10" + platform: ARM + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "12.10536" + engine: Edge + engine_version: "12.10536" device: type: smartphone - brand: NK - model: 7 plus - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 640 + os_family: Windows + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1004 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 640 LTE Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows + short_name: WIN + version: "10" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" device: type: smartphone - brand: NK - model: "8" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 640 + os_family: Windows + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1052 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + 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 Dual SIM) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "8" - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - 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 + 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 LTE) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Symbian - short_name: SYM - version: "" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: UC Browser - short_name: UC - version: "9.3.0.326" - engine: "" - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: Asha 210 - os_family: Symbian - browser_family: Unknown + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - 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 + 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; RM-1072) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Symbian OS Series 40 - short_name: S40 - version: "" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Nokia Ovi Browser - short_name: NV - version: "3.9.0.0.22" - engine: Gecko - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: Asha 306 - os_family: Symbian - browser_family: Nokia Browser + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - 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 + 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; RM-1073) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Symbian^3 - short_name: SY3 - version: "Anna" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Nokia Browser - short_name: NB - version: "7.3.1.37" - engine: WebKit - engine_version: "533.4" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: Asha 500 - os_family: Symbian - browser_family: Nokia Browser + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: OneBrowser/3.1 (Nokia7230/06.90) + 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; RM-1074) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Symbian - short_name: SYM - version: "" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: ONE Browser - short_name: OE - version: "3.1" - engine: WebKit - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: "7230" - os_family: Symbian - browser_family: Unknown + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 8 Sirocco Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 + 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; RM-1076) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.106" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: 8 Sirocco - os_family: Android - browser_family: Chrome + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaE7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 + 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; RM-1077) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Symbian^3 - short_name: SY3 - version: "" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Nokia Browser - short_name: NB - version: "8.3.1.4" - engine: WebKit - engine_version: "535.1" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: NK - model: E7 - os_family: Symbian - browser_family: Nokia Browser + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; GT-I8750) + 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; RM-1113) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: name: Windows Phone short_name: WPH - version: "8.0" + version: "8.1" platform: ARM client: type: browser name: IE Mobile short_name: IM - version: "10.0" + version: "11.0" engine: Trident - engine_version: "6.0" + engine_version: "7.0" + device: + type: smartphone + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Internet Explorer +- + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; Microsoft; RM-1077_1011) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile + os: + name: Windows Phone + short_name: WPH + version: "8.10" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GT-I8750 + brand: MS + model: Lumia 640 os_family: Windows Mobile - browser_family: Internet Explorer + browser_family: Unknown - - user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; NOKIA; Lumia 1520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Mobile Safari/537.36 Edge/12.0 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 640 Dual SIM) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 os: name: Windows Phone short_name: WPH @@ -6726,77 +6613,111 @@ type: browser name: Microsoft Edge short_name: PS - version: "12.0" + version: "13.10586" engine: Edge - engine_version: "12.0" + engine_version: "13.10586" device: type: smartphone - brand: NK - model: Lumia 1520 + brand: MS + model: Lumia 640 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520) + user_agent: Mozilla/5.0 (Windows Phone 8.10.15148.0; U; pt-BR; Microsoft RM-1109_1002) os: name: Windows Phone short_name: WPH - version: "8.0" + version: "8.10.15148.0" + platform: "" + client: null + device: + type: smartphone + brand: MS + model: Lumia 640 + os_family: Windows Mobile + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 640 Dual SIM) like Gecko + os: + name: Windows RT + short_name: WRT + version: "" platform: ARM client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" + name: Internet Explorer + short_name: IE + version: "11.0" engine: Trident - engine_version: "6.0" + engine_version: "7.0" device: type: smartphone - brand: NK - model: Lumia 520 + brand: MS + model: Lumia 640 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 610; Vodafone) + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; Lumia 640 LTE) like Gecko os: - name: Windows Phone - short_name: WPH - version: "7.5" - platform: "" + name: Windows RT + short_name: WRT + version: "" + platform: ARM client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" + name: Internet Explorer + short_name: IE + version: "11.0" engine: Trident - engine_version: "5.0" + engine_version: "7.0" device: type: smartphone - brand: NK - model: Lumia 610 + brand: MS + model: Lumia 640 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 620) + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 os: - name: Windows Phone - short_name: WPH - version: "8.0" + name: Windows + short_name: WIN + version: "10" platform: ARM client: type: browser - name: IE Mobile - short_name: IM + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" + device: + type: smartphone + brand: MS + model: Lumia 650 + os_family: Windows + browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; RM-1154) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 + os: + name: Windows Phone + short_name: WPH version: "10.0" - engine: Trident - engine_version: "6.0" + platform: "" + client: + type: browser + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" device: type: smartphone - brand: NK - model: Lumia 620 + brand: MS + model: Lumia 650 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 900) + user_agent: Mozilla/5.0 (MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; Lumia 850) os: name: Windows Phone short_name: WPH @@ -6811,212 +6732,212 @@ engine_version: "5.0" device: type: smartphone - brand: NK - model: Lumia 900 + brand: MS + model: Lumia 850 os_family: Windows Mobile browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 920) + user_agent: Mozilla/5.0 (Linux; Android 5.1; MOVIC W2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM + name: Android + short_name: AND + version: "5.1" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 920 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: MV + model: W2 + os_family: Android + browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MOVIC-W3 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM + name: Android + short_name: AND + version: "6.0" + platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: Lumia 928 - os_family: Windows Mobile - browser_family: Internet Explorer + brand: MV + model: W3 + os_family: Android + browser_family: Chrome - - user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; MOVIC-W4 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Symbian OS Series 60 - short_name: S60 - version: "3.0" + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser - name: Nokia OSS Browser - short_name: 'NO' - version: "3.0" - engine: "" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: N73 - os_family: Symbian - browser_family: Nokia Browser + brand: MV + model: W4 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Symbian/3; Series60/5.2 NokiaN8-00/014.002; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.6.4 3gpp-gba + user_agent: Mozilla/5.0 (Linux; Android 7.0; MOVIC-W5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: - name: Symbian^3 - short_name: SY3 - version: "" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "7.2.6.4" - engine: WebKit - engine_version: "525" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: N8 - os_family: Symbian - browser_family: Nokia Browser + brand: MV + model: W5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Astro_5N_LTE Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: - name: MeeGo - short_name: SMG - version: "" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "8.5.0" - engine: WebKit - engine_version: "534.13" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: NK - model: N9 - os_family: Other Mobile - browser_family: Nokia Browser + brand: MW + model: Astro 5N LTE + os_family: Android + browser_family: Chrome - - 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 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Virtue Z5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: - name: Maemo - short_name: MAE - version: "" - platform: ARM + name: Android + short_name: AND + version: "4.4.2" + platform: "" client: type: browser - name: MicroB - short_name: MB - version: "1.7.4.8" - engine: Gecko + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: NK - model: N900 - os_family: Other Mobile - browser_family: Firefox + brand: MW + model: Virtue Z5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Nokia_X Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.8.0.435 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MEU AN400 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.8.0.435" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: NK - model: X + brand: MX + model: AN400 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Nokia_XL Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 NokiaBrowser/1.2.0.12 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MEU AN500 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Nokia Browser - short_name: NB - version: "1.2.0.12" + name: Chrome Mobile + short_name: CM + version: "27.0.1453.90" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: NK - model: XL + brand: MX + model: AN500 os_family: Android - browser_family: Nokia Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; N5702L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MyPhone a888 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone - brand: NL - model: G3 + brand: MY + model: a888 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; N5001L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MyPhone A919 Duo Build/IMM76D) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + version: "25.0.1364.169" + engine: WebKit + engine_version: "537.22" device: type: smartphone - brand: NL - model: N5001L + brand: MY + model: A919 Duo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NOMI 3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; myPhone_AXE_LTE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7031,209 +6952,269 @@ engine_version: "" device: type: smartphone - brand: NM - model: "3" + brand: MY + model: AXE LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; NOMI 3\x81I Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; C-Smart_pix Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: NM - model: 3\x81I + brand: MY + model: C-Smart Pix os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; NOMI 3S Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myPhone Cube Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: NM - model: 3S + brand: MY + model: Cube os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; NOMI L003 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CUBE_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: NM - model: L003 + brand: MY + model: Cube LTE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; NOMI_L008 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.2 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; myPhone_Fun_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" device: type: smartphone - brand: NM - model: L008 + brand: MY + model: FUN 8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; NOMI N1 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HAMMER_AXE_M_LTE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.6.2.626" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: NM - model: N1 + brand: MY + model: Hammer Axe M LTE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HAMMER ENERGY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS5002 + brand: MY + model: Hammer Energy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux;Android 5.1;NS5003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Hammer Titan 2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS5003 + brand: MY + model: Hammer Titan 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; myPhone_INFINITY_II_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS5005 + brand: MY + model: INFINITY II LTE os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; NS5006 Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0; zh-CN; NOAIN A900S Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.2.559 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.3.2.559" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: 'NO' - model: NS5006 + brand: N1 + model: A900S os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5008) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; NOAIN A913 Build/NOAINNOAIN) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/042_0.4_diordna_458_084/NIAON_71_2.2.4_319A+NIAON/1000418d/E29E98703F45BF1A99367DD1C0738595%7C836550000196968/1' os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" + platform: "" + client: + type: mobile app + name: Baidu Box App + version: "042" + device: + type: smartphone + brand: N1 + model: A913 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; NOAIN_M15 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: UC Browser + short_name: UC + version: "10.2.0.535" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: N1 + model: M15 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; NOAIN M6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.598 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.5.2.598" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: N1 + model: M6 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Robin Build/Robin_Nougat_108; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS5008 + brand: N2 + model: Robin os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5502) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Superme_Max Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7243,37 +7224,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS5502 + brand: N3 + model: Supreme Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NS6 Build/LMY47I; wv) + user_agent: Mozilla/5.0 (Linux; Android 6.0; MTN-L860 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: 'NO' - model: NS6 + brand: N4 + model: Sm@rt Mini L860 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-450D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; MTN-S620 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7288,134 +7269,92 @@ engine_version: "" device: type: smartphone - brand: NU - model: 450D + brand: N4 + model: Sm@rt Mini S620 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-550O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 5.0; NOA C25 Build/KOT49H) os: name: Android short_name: AND - version: "4.4.2" + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NU - model: 550O + brand: N5 + model: C25 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-600Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA CORE FORTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: NU - model: 600Q + brand: N5 + model: Core Forte os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Snexian Mi430 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_E1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: NX - model: Mi430 + brand: N5 + model: E1 os_family: Android - browser_family: Android Browser -- - user_agent: NexianNX-G730/MTK Release/10.01.2009 Browser/MAUI Profile/MIDP2.0 Configuration/CLDC-1 - os: - name: MTK / Nucleus - short_name: MTK - version: "" - platform: "" - client: null - device: - type: smartphone - brand: NX - model: NX-G730 - os_family: Real-time OS - browser_family: Unknown -- - user_agent: NexianNX-G868T/MTK Release/10.1.2009 Browser/MAUI Profile/MIDP-2.0Configuration/CLDC-1.0 - os: - name: MTK / Nucleus - short_name: MTK - version: "" - platform: "" - client: null - device: - type: smartphone - brand: NX - model: NX-G868T - os_family: Real-time OS - browser_family: Unknown -- - user_agent: NexianNX-M5760/MTK Release/28.05.2012 Browser/MAUI Profile - os: - name: MTK / Nucleus - short_name: MTK - version: "" - platform: "" - client: null - device: - type: smartphone - brand: NX - model: NX-M5760 - os_family: Real-time OS - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX_A1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; noa_G1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: A1 + brand: N5 + model: G1 os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; es-us; NYX_Blink Build/MRA58K;wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/ 4.0 Chrome/44.0.2403.119 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H10 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7425,77 +7364,77 @@ type: browser name: Chrome Webview short_name: CV - version: "44.0.2403.119" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Blink + brand: N5 + model: H10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_EGO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; NOA H10le Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "68.0.3440.70" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Ego + brand: N5 + model: H10LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_FENIX Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Fenix + brand: N5 + model: H2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; NYX_FLY Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOA H4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Fly + brand: N5 + model: H4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_FLY_II Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NOA H42 Build/Sumvier_China) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7505,101 +7444,121 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "40.0.2214.89" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Fly II + brand: N5 + model: H42 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_FLY_MINI Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOA H43 Build/XXX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Fly Mini + brand: N5 + model: H43 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NYX_HIT) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; NOA_H44 Build/KOT49H) os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: NY - model: Hit + brand: N5 + model: H44 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_JAK Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0; NOA_H44SE Build/LRX21M) os: name: Android short_name: AND - version: "4.4.2" + version: "5.0" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: N5 + model: H44SE + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA H4se) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Jak + brand: N5 + model: H4SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_JOIN Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_H5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Join + brand: N5 + model: H5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; NYX_NOBA Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA H6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0" platform: "" client: type: browser @@ -7610,92 +7569,92 @@ engine_version: "" device: type: smartphone - brand: NY - model: Noba + brand: N5 + model: H6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NYX_NOBA_II Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NOA_H8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Noba II + brand: N5 + model: H8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; es-us; NYX_ORBIS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA_H9 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Orbis + brand: N5 + model: H9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX REX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; HummerLE Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Rex + brand: N5 + model: Hummer LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX_REX Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.0; NOA Hummer Lite AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Rex + brand: N5 + model: Hummer Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NYX_SHADE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; NOA LOOP AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7705,41 +7664,41 @@ type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Shade + brand: N5 + model: Loop os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; NYX_SKY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_Mg12 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Sky + brand: N5 + model: MG12 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-us; NYX_SPARK Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.0; NOA N2 Build/NRD90M) os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser @@ -7747,55 +7706,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.36" + engine_version: "" device: type: smartphone - brand: NY - model: Spark + brand: N5 + model: N2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_VOX Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NOA NEXT Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Vox + brand: N5 + model: Next os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NYX_ZEUZ_HD Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NextSE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: smartphone - brand: NY - model: Zeus HD + brand: N5 + model: Next SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; NEO6_LTE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_VISION_H3 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7805,501 +7764,494 @@ type: browser name: Chrome Webview short_name: CV - version: "59.0.3071.125" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: O1 - model: Neo 6 LTE + brand: N5 + model: Vision H3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; O+_AIR Build/OplusO+_AIR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NOA_VISION_H3SE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome Webview + short_name: CV + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Air + brand: N5 + model: Vision H3SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Crunch Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nobby S500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.70" + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Crunch + brand: N6 + model: S500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; O+ Ultra Build/Oplus_Ultra) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nobby X800) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Ultra + brand: N6 + model: X800 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; O+ Ultra 2.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NOBLEX N401 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Ultra 2.0 + brand: NB + model: N401 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Upsized Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; NOBLEX N451 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Upsized + brand: NB + model: N451 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Venti 4G Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; NBX-NB1012 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239.111" + name: Chrome + short_name: CH + version: "39.0.2171.93" engine: Blink engine_version: "" device: type: smartphone - brand: O3 - model: Venti 4G + brand: NB + model: NB1012 os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; Obi_S454) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NBX-T8A1IE Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Chrome + short_name: CH + version: "36.0.1985.135" + engine: Blink engine_version: "" device: type: smartphone - brand: OB - model: Alligator + brand: NB + model: T8A1IE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S503 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.582 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-us; Neffos C5/S100)AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.5.2.582" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Boa + brand: NF + model: C5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S503+ Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.5.890 U3/0.8.0 Mobile Safari/534.3 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Neffos C5 Max Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.1.5.890" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Boa Plus + brand: NF + model: C5 Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; S550 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.90 YaBrowser/16.11.0.649.00 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_C9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "16.11.0.649.00" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OB - model: Crane + brand: NF + model: C9 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; S451 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_C9A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Flacon + brand: NF + model: C9A os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; falcon Build/LMY48Y; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Neffos N1 Build/N4F26M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 ZenKit/1.39.8.2-internalNewdesign-Zen os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "61.0.3163.98" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: OB - model: Flacon + brand: NF + model: N1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S453 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.8.855 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.0.8.855" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Fox + brand: NF + model: X1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Obi_S551 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.2.540 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.1.2.540" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Hornbill + brand: NF + model: X1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S502 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Neffos X1 Lite Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.0.636" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Leopard + brand: NF + model: X1 Lite os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Obi_S520 Build/KOT49H) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.3.0.622 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Neffos_X9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.3.0.622" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Octopus + brand: NF + model: X9 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; S507 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Neffos Y5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: OB - model: Pelican + brand: NF + model: Y5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S452+ Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.8.710 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 6.0.1; Neffos Y50 AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.102 YaBrowser/18.11.1.979.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.8.710" - engine: WebKit - engine_version: "534.30" + name: Yandex Browser + short_name: YA + version: "18.11.1.979.00" + engine: Blink + engine_version: "" device: type: smartphone - brand: OB - model: Python + brand: NF + model: Y50 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SJ1.5 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Neffos Y5L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "75.0.3770.67" engine: Blink engine_version: "" device: type: smartphone - brand: OB - model: SJ1.5 + brand: NF + model: Y5L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SJ2.6 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 7.1.2; Neffos Y5s Build/N2G47H os: name: Android short_name: AND - version: "5.1" + version: "7.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OB - model: SJ2.6 + brand: NF + model: Y5s os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; S400 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" + user_agent: NGM_Coffee/ObigoInternetBrowser/QO3C Profile/MIDP2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: Chrome Webview - short_name: CV - version: "58.0.3029.83" - engine: Blink + name: Obigo + short_name: OB + version: "QO3C" + engine: "" engine_version: "" device: type: smartphone - brand: OB - model: Skipper - os_family: Android - browser_family: Chrome + brand: NG + model: Coffee + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; S501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 Mobile UCBrowser/3.4.3.532 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-ch; Dynamic_Fun Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "3.4.3.532" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: OB - model: Wolverine + brand: NG + model: Dynamic Fun os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XP6700 Build/6A.0.0-03-4.4.2-10.03.53.02-KR-ATT-C-01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Dynamic_Maxi Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm os: name: Android short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + version: "4.2.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.4.16.1149292" device: type: smartphone - brand: OI - model: XP6700 + brand: NG + model: Dynamic Maxi os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XP7700 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Dynamic Racing 2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: OI - model: XP7700 + brand: NG + model: Dynamic Racing 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; OUKI Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: NGM Dynamic Racing 3/V2 Linux/3.0.13 Android/4.2 Release/02.15.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; os: name: Android short_name: AND - version: "4.1.1" + version: "4.2" platform: "" client: type: browser @@ -8310,36 +8262,36 @@ engine_version: "534.30" device: type: smartphone - brand: OK - model: "" + brand: NG + model: Dynamic Racing 3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Ouki_A18 Build/MocorDroid2.3.5) UC AppleWebKit/530+ (KHTML, like Gecko) Mobile Safari/530 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; NGM Dynamic Star Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "" - engine: WebKit - engine_version: "530" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: OK - model: A18 + brand: NG + model: Dynamic Star os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; OUKI G5 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; Forward_Active Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.2.1" platform: "" client: type: browser @@ -8350,227 +8302,193 @@ engine_version: "534.30" device: type: smartphone - brand: OK - model: G5 + brand: NG + model: Forward Active os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OK A35 Build/OUKIA35) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "4.2" - device: - type: smartphone - brand: OK - model: OK A35 - os_family: Android - browser_family: Unknown -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; OKA16S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/042_0.4_diordna_008_084/spla_01_4.0.4_S61AKO/7300079a/B33017ECEA7CB97DA650D2B6D21DCC2F%7C704974110985368/1' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardEndurance Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: - type: mobile app - name: Baidu Box App - version: "042" + type: browser + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: OK - model: OKA16S + brand: NG + model: Forward Endurance os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; OKA50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; ro-ro; Forward_Prime Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.1.0.527" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: OK - model: OKA50 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OKA50TD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "4.2" - device: - type: smartphone - brand: OK - model: OKA50TD + brand: NG + model: Forward Prime os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OKU3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardXtreme Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "41.0.2272.96" + engine: Blink + engine_version: "" device: type: smartphone - brand: OK - model: OKU3 + brand: NG + model: Forward Xtreme os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; OUKI OKU3 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; Forward_Young Build/NGM_JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND version: "4.2.2" - platform: "" + platform: ARM client: - type: browser - name: UC Browser - short_name: UC - version: "9.4.1.362" - engine: WebKit - engine_version: "533.1" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: OK - model: OKU3 + brand: NG + model: Forward Young os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE A2005 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; ForwardZero Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "2" + brand: NG + model: Forward Zero os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2003 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; NGM LegendXL Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: 'ON' - model: "2" + brand: NG + model: LegendXL os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; NGM Orion Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.110" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: 'ON' - model: "2" + brand: NG + model: Orion os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NGM Spirit Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "2" + brand: NG + model: Spirit os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NGM Time Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "2" + brand: NG + model: Time os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; OnePlus 3 Build/MOB31K) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; NGM Vanity Smart Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: type: browser @@ -8578,19 +8496,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: 'ON' - model: "3" + brand: NG + model: Vanity Smart os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; ONEPLUS A3000 MIUI/7.1.20) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; NGM_WINN Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.3" platform: "" client: type: browser @@ -8598,115 +8516,149 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "533.1" device: type: smartphone - brand: 'ON' - model: "3" + brand: NG + model: WINN os_family: Android browser_family: Android Browser - - user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3000 Build/NRD90M) + user_agent: Mozilla/5.0 (Nokia; Qt; MeeGo) + os: + name: MeeGo + short_name: SMG + version: "" + platform: "" + client: null + device: + type: smartphone + brand: NK + model: "" + os_family: Other Mobile + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 1 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "3" + brand: NK + model: "1" os_family: Android - browser_family: Android Browser + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: NK + model: 1 Plus + os_family: Android + browser_family: Chrome - - user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3003 Build/NRD90M) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1035 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" + engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "3" + brand: NK + model: "2" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; du_oneplus3 Build/N6F26Q) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 2.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "3" + brand: NK + model: "2.1" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; Next-OS OnePlus3 Build/N6F26Q) + user_agent: Nokia2323c-2/2.0 (08.20) Profile/MIDP-2.1 Configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "7.1.1" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Nokia Browser + short_name: NB version: "" - engine: WebKit + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: "3" - os_family: Android - browser_family: Android Browser + brand: NK + model: 2323 Classic + os_family: Symbian + browser_family: Nokia Browser - - user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3010 Build/NRD90M) + user_agent: Nokia2700c-2/2.0 (07.15) Profile/MIDP-2.1 Configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "7.0" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Nokia Browser + short_name: NB version: "" - engine: WebKit + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: 3T - os_family: Android - browser_family: Android Browser + brand: NK + model: 2700 Classic + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ONEPLUS A5000 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1032 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8716,157 +8668,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "5" + brand: NK + model: "3" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A5010 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 3.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: 5T + brand: NK + model: "3.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1024 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.110" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: 6T + brand: NK + model: "5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; ONEPLUS A6010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; Nokia 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.96" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: 6T + brand: NK + model: "5.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1003 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "7" + brand: NK + model: "6" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1900) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1054) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: "7" + brand: NK + model: "6" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1021 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Kiwi Chrome/69.0.3477.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Kiwi + short_name: KW + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: 'ON' - model: "7" + brand: NK + model: "6" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 6.1 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: 7 Pro + brand: NK + model: "6.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8876,158 +8828,181 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: 7 Pro + brand: NK + model: "6.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1915) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: NOKIA-RH-17/V F100V1403.nep.0 UP.Browser/4.1.26l1.c.2.100 os: - name: Android - short_name: AND - version: "9" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: Openwave Mobile Browser + short_name: OV + version: "4.1.26" + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: 7 Pro - os_family: Android - browser_family: Chrome + brand: NK + model: "2280" + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; GM1917) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Nokia2720a-2/2.0 (09.85) Profile/MIDP-2.1 Configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "9" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink + name: Nokia Browser + short_name: NB + version: "" + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: 7 Pro - os_family: Android - browser_family: Chrome + brand: NK + model: "2720" + os_family: Symbian + browser_family: Nokia Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 9; GM1911 Build/PKQ1.190110.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/222.0.0.48.113;]' + user_agent: Nokia2730c-1/2.0 (10.47) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia2730c-1) U2/1.0.0 UCBrowser/9.5.0.449 U2/1.0.0 Mobile UNTRUSTED/1.0 os: - name: Android - short_name: AND - version: "9" + name: Symbian + short_name: SYM + version: "" platform: "" client: - type: mobile app - name: Facebook - version: "222.0.0.48.113" + type: browser + name: UC Browser + short_name: UC + version: "9.5.0.449" + engine: "" + engine_version: "" device: type: smartphone - brand: 'ON' - model: 7 Pro - os_family: Android + brand: NK + model: 2730 Classic + os_family: Symbian browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; A0001 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: NOKIA-RH-48/V J190V0600.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 os: - name: Android - short_name: AND - version: "5.0.2" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink + name: Openwave Mobile Browser + short_name: OV + version: "6.2.2.1" + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: One - os_family: Android - browser_family: Chrome + brand: NK + model: "3105" + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1003 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: NOKIA-RM-11/V H190V0700.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 os: - name: Android - short_name: AND - version: "5.1.1" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink + name: Openwave Mobile Browser + short_name: OV + version: "6.2.2.1" + engine: "" engine_version: "" device: type: smartphone - brand: 'ON' - model: X - os_family: Android - browser_family: Chrome + brand: NK + model: "3205" + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1001 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: X + brand: NK + model: 5.1 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1005 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 5.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: 'ON' - model: X + brand: NK + model: 5.1 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE E1003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 + user_agent: iBrowser/Mini2.8 (Nokia5130c-2/07.97) + os: + name: Symbian + short_name: SYM + version: "" + platform: "" + client: + type: browser + name: IBrowse + short_name: IB + version: "" + engine: "" + engine_version: "" + device: + type: smartphone + brand: NK + model: 5130 XpressMusic + os_family: Symbian + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "9" platform: "" client: type: browser @@ -9038,855 +9013,907 @@ engine_version: "" device: type: smartphone - brand: 'ON' - model: X + brand: NK + model: 6.1 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OPSSON D1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 6.1 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: D1 + brand: NK + model: 6.1 Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; OPSSON iMO1000 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Nokia6120c/3.83; Profile/MIDP-2.0 Configuration/CLDC-1.1 Google os: - name: Android - short_name: AND - version: "2.3.6" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Nokia Browser + short_name: NB version: "" - engine: WebKit - engine_version: "533.1" + engine: "" + engine_version: "" device: type: smartphone - brand: OO - model: iMO1000 - os_family: Android - browser_family: Android Browser + brand: NK + model: 6120 Classic + os_family: Symbian + browser_family: Nokia Browser - - user_agent: OPSSON-OPSSON-iMO1000/1.0 Linux/3.0.13 Android/4.0.4 Release/01.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1041 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: iMO1000 + brand: NK + model: "7" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; IUSAI i500 Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 + user_agent: NOKIA-RH-27/V H190V0800.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 os: - name: Android - short_name: AND - version: "2.3.6" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.1.0.527" - engine: WebKit - engine_version: "534.30" + name: Openwave Mobile Browser + short_name: OV + version: "6.2.2.1" + engine: "" + engine_version: "" device: type: smartphone - brand: OO - model: Iusai i500 - os_family: Android + brand: NK + model: "6225" + os_family: Symbian browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; IUSAI US16 Build/MocorDroid4.1.2) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.1.2) + user_agent: NOKIA-RH-34/V H190V0800.nep.0 UP.Browser/6.2.2.1.c.1.102 (GUI) MMP/2.0 os: - name: MocorDroid - short_name: MCD - version: "4.1.2" + name: Symbian + short_name: SYM + version: "" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Openwave Mobile Browser + short_name: OV + version: "6.2.2.1" + engine: "" + engine_version: "" device: type: smartphone - brand: OO - model: Iusai US16 - os_family: Android + brand: NK + model: "6585" + os_family: Symbian browser_family: Unknown - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; IUSAI US8) U2/1.0.0 UCBrowser/9.0.1.294 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Symbian; U; S60 V3; ru; NOKIA6700s) U2/1.0.0 UCBrowser/9.0.1.317 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "4.2.2" + name: Symbian OS Series 60 + short_name: S60 + version: "V3" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.0.1.294" + version: "9.0.1.317" engine: "" engine_version: "" device: type: smartphone - brand: OO - model: Iusai US8 - os_family: Android + brand: NK + model: 6700 Slide + os_family: Symbian browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; IUSAI X2 Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.3) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 7 plus Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.1.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "5.0" + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: Iusai X2 + brand: NK + model: 7 plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OPSSON IVO 8800 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7 plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: IVO 8800 + brand: NK + model: 7 plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OPSSON IVO6622 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: IVO6622 + brand: NK + model: "7.1" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; OPSSON IVO6655 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 7.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "73.0.3683.75" engine: Blink engine_version: "" device: type: smartphone - brand: OO - model: IVO6655 + brand: NK + model: "7.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; OPSSON_Q3 Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TA-1004 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.2.0.535" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" + engine: Blink + engine_version: "" device: type: smartphone - brand: OO - model: Q3 + brand: NK + model: "8" os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TA-1052 Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.136" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: A1K + brand: NK + model: "8" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PADM00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 8.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: A3 + brand: NK + model: "8.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1837) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Nokia 8.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: A3 + brand: NK + model: "8.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; OB-OPPO A31c Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 + user_agent: OneBrowser/3.1 (Nokia7230/06.90) os: - name: Android - short_name: AND - version: "4.4.4" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: ONE Browser + short_name: OE + version: "3.1" engine: WebKit - engine_version: "537.36" + engine_version: "" device: type: smartphone - brand: OP - model: A31c - os_family: Android - browser_family: Android Browser + brand: NK + model: "7230" + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A37f) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 8 Sirocco Build/OPR1.170623.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.64" + version: "66.0.3359.106" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: A37f + brand: NK + model: 8 Sirocco os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A37f Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.11 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Nokia 8 Sirocco) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "37.0.2192.11" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: A37f + brand: NK + model: 8 Sirocco os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/172.0.0.66.93;]' + user_agent: Mozilla/5.0 (Symbian; U; Nokia808 PureView; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3 os: - name: Android - short_name: AND - version: "5.1.1" + name: Symbian OS + short_name: SYS + version: "" platform: "" client: - type: mobile app - name: Facebook - version: "172.0.0.66.93" + type: browser + name: Nokia Browser + short_name: NB + version: "" + engine: WebKit + engine_version: "534.3" device: type: smartphone - brand: OP - model: A37fw - os_family: Android + brand: NK + model: 808 PureView + os_family: Symbian + browser_family: Nokia Browser +- + 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 + os: + name: Symbian + short_name: SYM + version: "" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.3.0.326" + engine: "" + engine_version: "" + device: + type: smartphone + brand: NK + model: Asha 210 + os_family: Symbian browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; CPH1605 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "5.1" + name: Symbian OS Series 40 + short_name: S40 + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Nokia Ovi Browser + short_name: NV + version: "3.9.0.0.22" + engine: Gecko + engine_version: "" + device: + type: smartphone + brand: NK + model: Asha 306 + os_family: Symbian + browser_family: Nokia Browser +- + user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; ru; nokiaasha500dualsim) U2/1.0.0 UCBrowser/9.2.0.311 U2/1.0.0 Mobile UNTRUSTED/1.0 + os: + name: Symbian + short_name: SYM + version: "" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.2.0.311" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: A39 - os_family: Android - browser_family: Chrome + brand: NK + model: Asha 500 + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1805) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Symbian/3; Series60/5.3 Nokia500/111.021.0028; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba os: - name: Android - short_name: AND - version: "8.1.0" + name: Symbian^3 + short_name: SY3 + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Nokia Browser + short_name: NB + version: "8.3.1.4" + engine: WebKit + engine_version: "535.1" device: type: smartphone - brand: OP - model: A3s - os_family: Android - browser_family: Chrome + brand: NK + model: Asha 500 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1803 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "8.1.0" + name: Symbian^3 + short_name: SY3 + version: "Anna" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Nokia Browser + short_name: NB + version: "7.3.1.37" + engine: WebKit + engine_version: "533.4" device: type: smartphone - brand: OP - model: A3s - os_family: Android - browser_family: Chrome + brand: NK + model: Asha 500 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1853 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia501) U2/1.0.0 UCBrowser/9.5.0.449 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "8.1.0" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "9.5.0.449" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: A3s - os_family: Android - browser_family: Chrome + brand: NK + model: Asha 501 + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBM30 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: OneBrowser/3.0 (NokiaC2-00/03.42) os: - name: Android - short_name: AND - version: "8.1.0" + name: Symbian + short_name: SYM + version: "" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" - engine: Blink + name: ONE Browser + short_name: OE + version: "3.0" + engine: WebKit engine_version: "" device: type: smartphone - brand: OP - model: A3s - os_family: Android - browser_family: Chrome + brand: NK + model: C2 + os_family: Symbian + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1; PBAM00 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN + user_agent: UCWEB/2.0 (Symbian; U; S60 V3; en-US; NOKIAE5-00u) U2/1.0.0 UCBrowser/9.2.0.336 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "8.1" + name: Symbian OS Series 60 + short_name: S60 + version: "V3" platform: "" client: - type: mobile app - name: WeChat - version: "6.7.2.1340(0x2607023A)" + type: browser + name: UC Browser + short_name: UC + version: "9.2.0.336" + engine: "" + engine_version: "" device: type: smartphone - brand: OP - model: A5 - os_family: Android + brand: NK + model: E5 + os_family: Symbian browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1809 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaE7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 os: - name: Android - short_name: AND - version: "8.1.0" + name: Symbian^3 + short_name: SY3 + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Nokia Browser + short_name: NB + version: "8.3.1.4" + engine: WebKit + engine_version: "535.1" device: type: smartphone - brand: OP - model: A5 - os_family: Android - browser_family: Chrome + brand: NK + model: E7 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBAT00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 10.0; ARM; 909) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows + short_name: WIN + version: "10" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.121" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" device: type: smartphone - brand: OP - model: A5 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 1020 + os_family: Windows + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; CPH1933 Build/PKQ1.190714.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.2.1184 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; 909) os: - name: Android - short_name: AND - version: "9" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: UC Browser - short_name: UC - version: "12.11.2.1184" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: A5 (2020) - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 1020 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1701 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; id300) os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: A57 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 1020 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; CPH1909 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.5.1189 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 909) like Gecko os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: UC Browser - short_name: UC - version: "12.12.5.1189" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: A5S - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 1020 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBFM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; NOKIA; Lumia 1520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Mobile Safari/537.36 Edge/12.0 os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "12.0" + engine: Edge + engine_version: "12.0" device: type: smartphone - brand: OP - model: A7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 1520 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1901 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; 1520.1) like Gecko os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: A7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 1520.1 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1717 Build/N4F26M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520) os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: A71 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 520 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; CPH1801 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-915; Vodafone ES) like Gecko os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Oppo Browser - short_name: PP - version: "1.0.0" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: A71 - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 520 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CPH1715 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; en-US; NOKIA; RM-914_im_mea3_394) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "6.0" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: A77 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 520 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PCDM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Nokia 520T; CMCC) like Gecko os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows RT + short_name: WRT + version: "" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.73" - engine: Blink - engine_version: "" + name: Internet Explorer + short_name: IE + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: A7n - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 520T + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBT00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + 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; RM-997) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: A7x - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 526 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 610; Vodafone) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.73" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: A7x - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 610 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; CPH1729 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 620) os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Oppo Browser - short_name: PP - version: "1.0.0" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: A83 - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 620 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; CPH1827 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-846_eu_euro2_357) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "7.1.1" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: A83 (2018) - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 620 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1937) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; RM-976_1166) os: - name: Android - short_name: AND - version: "9" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: A9 (2020) - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 630 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; CPH1938 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.7.1153 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-976_1166) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "9" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.9.7.1153" - engine: WebKit - engine_version: "537.36" + version: "4.2.1.541" + engine: "" + engine_version: "" device: type: smartphone - brand: OP - model: A9 (EN) - os_family: Android + brand: NK + model: Lumia 630 + os_family: Windows Mobile browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1851 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-978_1034) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: AX5 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 630 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 10.0; xx; NOKIA; RM-978_1012) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.116" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: AX5s - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 630 + os_family: Windows Mobile + browser_family: Unknown diff --git a/Tests/fixtures/smartphone-8.yml b/Tests/fixtures/smartphone-8.yml index d815dc89e9..45f6223300 100644 --- a/Tests/fixtures/smartphone-8.yml +++ b/Tests/fixtures/smartphone-8.yml @@ -1,814 +1,766 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-974_1080) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: AX7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 635 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; X9009 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-975_1080) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "5.1" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "37.0.2192.105" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: F1 Plus - os_family: Android - browser_family: Opera + brand: NK + model: Lumia 635 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; WebView/3.0; NOKIA; RM-1027) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586 os: - name: Android - short_name: AND - version: "9" + name: Windows Phone + short_name: WPH + version: "10.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Microsoft Edge + short_name: PS + version: "13.10586" + engine: Edge + engine_version: "13.10586" device: type: smartphone - brand: OP - model: F11 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 636 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1969) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; 710) os: - name: Android - short_name: AND - version: "9" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F11 Pro - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 710 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 5.1; A1601 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.0; xx; NOKIA; RM-885_im_india_249) U2/1.0.0 UCBrowser/4.1.0.504 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "5.1" + name: Windows Phone + short_name: WPH + version: "8.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: UC Browser + short_name: UC + version: "4.1.0.504" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: F1s - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 720 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; A1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Nokia 720T; CMCC) like Gecko os: - name: Android - short_name: AND - version: "5.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: F1s - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 720T + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CPH1609 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 mCent/0.13.1027 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1038_1009) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "6.0" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: F3 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 735 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1613 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1039_1009) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "6.0.1" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "60.0.3112.116" - engine: Blink + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: F3 Plus - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 735 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1723 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800) os: - name: Android - short_name: AND - version: "7.1.1" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F5 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 800 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1727 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 800C; Orange) os: - name: Android - short_name: AND - version: "7.1.1" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F5 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 800C + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1725 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 820) os: - name: Android - short_name: AND - version: "7.1.1" + name: Windows Phone + short_name: WPH + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone - brand: OP - model: F5 Youth - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 820 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1859 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Nokia; 900) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 900 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1821 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 900) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 900 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; CPH1819 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Nokia 900) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "7.5" platform: "" client: type: browser - name: Oppo Browser - short_name: PP - version: "1.0.0" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: F7 - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 900 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1881 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.1; XBLWP7; ZuneWP7; Nokia 920) os: - name: Android - short_name: AND - version: "8.1.0" + name: Windows Phone + short_name: WPH + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: OP - model: F9 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1825) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "7.0" + engine: Trident + engine_version: "3.1" device: type: smartphone - brand: OP - model: F9 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 920 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1823) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 920) os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: F9 Pro - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 920 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; X909 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 8.0.10328.0; Trident/5.0; IEMobile/9.0; CuteBrowser/3.0.0; NOKIA; RM-822_apac_prc_204) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "8.0.10328.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "9.0" + engine: Trident + engine_version: "5.0" device: type: smartphone - brand: OP - model: Find 5 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 920 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; X909T) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; xx; NOKIA; RM-821_im_india_443) U2/1.0.0 UCBrowser/4.2.0.524 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.6.2.404" + version: "4.2.0.524" engine: "" engine_version: "" device: type: smartphone - brand: OP - model: Find 5 - os_family: Android + brand: NK + model: Lumia 920 + os_family: Windows Mobile browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R827 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: MQQBrowser/1.0/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-910apacprc200) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "8.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "1.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: Find 5 Mini - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 925 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R827T Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 + user_agent: MQQBrowser/3.6/Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; NOKIA; RM-892apachongko) os: - name: Android - short_name: AND - version: "4.2.2" + name: Windows Phone + short_name: WPH + version: "8.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "38.0.2125.114" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "3.6" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: Find 5 Mini - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 925 + os_family: Windows Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.3; X9076 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + 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; Nokia 925) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537 os: - name: Android - short_name: AND - version: "4.3" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: Find 7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 925 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.3; X9070 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-893) like Gecko os: - name: Android - short_name: AND - version: "4.3" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: Find 7 - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 925 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9077 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/cmnet Language/zh_CN + user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; RM-910) like Gecko os: - name: Android - short_name: AND - version: "4.3" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: Find 7 - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 925 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9007 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.9 (Baidu; P1 4.3) + 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 os: - name: Android - short_name: AND - version: "4.3" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: - type: mobile app - name: Baidu Box App - version: "4.9" + type: browser + name: IE Mobile + short_name: IM + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: OP - model: Find 7a - os_family: Android - browser_family: Unknown + brand: NK + model: Lumia 928 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.3; X9006 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.1; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; RM-1045_1012) os: - name: Android - short_name: AND - version: "4.3" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.1" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: Find 7a - os_family: Android - browser_family: Chrome + brand: NK + model: Lumia 930 + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9000 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.50_raae3e65.580 NetType/WIFI Language/zh_CN + user_agent: UCWEB/2.0 (Windows; U; wds 8.10; de-DE; NOKIA; RM-1045_1012) U2/1.0.0 UCBrowser/4.2.1.541 U2/1.0.0 Mobile os: - name: Android - short_name: AND - version: "4.3" + name: Windows Phone + short_name: WPH + version: "8.10" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.50.raae3e65.580" + type: browser + name: UC Browser + short_name: UC + version: "4.2.1.541" + engine: "" + engine_version: "" device: type: smartphone - brand: OP - model: Find 7a - os_family: Android + brand: NK + model: Lumia 930 + os_family: Windows Mobile browser_family: Unknown - - user_agent: 'OPPO_R815T/1.0 Linux/3.4.0 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' + user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 929) os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" + name: Windows Phone + short_name: WPH + version: "8.0" + platform: ARM client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: IE Mobile + short_name: IM + version: "10.0" + engine: Trident + engine_version: "6.0" device: type: smartphone - brand: OP - model: Find Clover - os_family: Android - browser_family: Android Browser + brand: NK + model: Lumia Icon + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; R815 Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 os: - name: Android - short_name: AND - version: "4.2.1" + name: Symbian OS Series 60 + short_name: S60 + version: "3.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + name: Nokia OSS Browser + short_name: 'NO' + version: "3.0" + engine: "" + engine_version: "" device: type: smartphone - brand: OP - model: Find Clover - os_family: Android - browser_family: Chrome + brand: NK + model: N73 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; R815T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Symbian/3; Series60/5.2 NokiaN8-00/014.002; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.6.4 3gpp-gba os: - name: Android - short_name: AND - version: "4.2.1" + name: Symbian^3 + short_name: SY3 + version: "" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" + name: Nokia Browser + short_name: NB + version: "7.2.6.4" engine: WebKit - engine_version: "533.1" + engine_version: "525" device: type: smartphone - brand: OP - model: Find Clover - os_family: Android - browser_family: Unknown + brand: NK + model: N8 + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; R815W Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13 os: - name: Android - short_name: AND - version: "4.2.1" + name: MeeGo + short_name: SMG + version: "" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.2.404" + name: Nokia Browser + short_name: NB + version: "8.5.0" engine: WebKit - engine_version: "533.1" + engine_version: "534.13" device: type: smartphone - brand: OP - model: Find Clover - os_family: Android - browser_family: Unknown + brand: NK + model: N9 + os_family: Other Mobile + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; R8111 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" + name: Maemo + short_name: MAE + version: "" + platform: ARM client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink + name: MicroB + short_name: MB + version: "1.7.4.8" + engine: Gecko engine_version: "" device: type: smartphone - brand: OP - model: Find Melody - os_family: Android - browser_family: Chrome + brand: NK + model: N900 + os_family: Other Mobile + browser_family: Firefox - - user_agent: OPPO_R821T/1.0 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; + user_agent: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 Nokia5230/21.0.004; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.5.2 3gpp-gba os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: OP - model: Find Muse - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R821 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 - os: - name: Android - short_name: AND - version: "4.2.2" + name: Symbian OS Series 60 + short_name: S60 + version: "5.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" + name: Nokia Browser + short_name: NB + version: "7.2.5.2" engine: WebKit - engine_version: "537.31" + engine_version: "525" device: type: smartphone - brand: OP - model: Find Muse - os_family: Android - browser_family: Chrome + brand: NK + model: Nuron + os_family: Symbian + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R821T Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Nokia_X Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.8.0.435 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.6.2.626" + version: "9.8.0.435" engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: OP - model: Find Muse - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; U707T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.1.0.66_r1062275.542 NetType/WIFI - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.1.0.66.r1062275.542" + engine_version: "533.1" device: type: smartphone - brand: OP - model: Find Way S + brand: NK + model: X os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1871) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Nokia_XL Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 NokiaBrowser/1.2.0.12 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Nokia Browser + short_name: NB + version: "1.2.0.12" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OP - model: Find X + brand: NK + model: XL os_family: Android - browser_family: Chrome + browser_family: Nokia Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1875) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NUU_A1 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Find X + brand: NL + model: A1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAFM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; N5702L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Find X + brand: NL + model: G3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; R1011 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; N5001L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Joy Plus + brand: NL + model: N5001L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBCM30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NOMI 3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: K1 + brand: NM + model: "3" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; N5207 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; NOMI 3\x81I Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -823,12 +775,12 @@ engine_version: "534.30" device: type: smartphone - brand: OP - model: N3 + brand: NM + model: 3\x81I os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; N5209 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; NOMI 3S Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND @@ -840,453 +792,438 @@ version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: OP - model: N3 + brand: NM + model: 3S os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R831 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; i5012 Build/NRD90M) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.8.855 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.170" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.0.8.855" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Neo + brand: NM + model: Evo M2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R831T Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; i5013 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.9.1155 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "" + version: "12.9.9.1155" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: OP - model: Neo + brand: NM + model: Evo M2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R831K Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.1.549 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; i5032 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.1.1191 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "10.3.1.549" + version: "12.10.1.1191" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: OP - model: Neo 3 + brand: NM + model: Evo X2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; ms-my; R831L Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; i5050 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.8.8.1140 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.8.8.1140" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: OP - model: Neo 5 + brand: NM + model: Evo Z os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A33f Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; NOMI L003 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Neo 7 + brand: NM + model: L003 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A33fw Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; NOMI_L008 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.2 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OP - model: Neo 7s + brand: NM + model: L008 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; id; R1001) U2/1.0.0 UCBrowser/9.5.1.494 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; NOMI N1 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.5.1.494" - engine: "" - engine_version: "" + version: "10.6.2.626" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: R1001 + brand: NM + model: N1 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1707 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.0; en-US; i5532 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "12.13.0.1207" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OP - model: R11 + brand: NM + model: Space X2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1719 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R11s + brand: 'NO' + model: NS5002 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1721 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux;Android 5.1;NS5003 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R11s Plus + brand: 'NO' + model: NS5003 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PACT00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R15 + brand: 'NO' + model: NS5005 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1835 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; NS5006 Build/MRA58K) os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OP - model: R15 + brand: 'NO' + model: NS5006 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PACM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5008) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R15 + brand: 'NO' + model: NS5008 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; PACM00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.4.994 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "12.1.4.994" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: OP - model: R15 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; PACT00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.4.994 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS5502) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.1.4.994" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: OP - model: R15 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAAM00 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060532) NetType/WIFI Language/zh_CN - os: - name: Android - short_name: AND - version: "8.1.0" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.6.5.1280(0x26060532)" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R15 + brand: 'NO' + model: NS5502 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1831 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NS6 Build/LMY47I; wv) os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OP - model: R15 Pro + brand: 'NO' + model: NS6 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBCM10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-450D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R15x + brand: NU + model: 450D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBEM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-550O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R17 + brand: NU + model: 550O os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1879) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NIM-600Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R17 + brand: NU + model: 600Q os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBET00 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039408 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Snexian Mi430 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: OP - model: R17 + brand: NX + model: Mi430 os_family: Android + browser_family: Android Browser +- + user_agent: NexianNX-G730/MTK Release/10.01.2009 Browser/MAUI Profile/MIDP2.0 Configuration/CLDC-1 + os: + name: MTK / Nucleus + short_name: MTK + version: "" + platform: "" + client: null + device: + type: smartphone + brand: NX + model: NX-G730 + os_family: Real-time OS browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1893) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: NexianNX-G868T/MTK Release/10.1.2009 Browser/MAUI Profile/MIDP-2.0Configuration/CLDC-1.0 os: - name: Android - short_name: AND - version: "8.1.0" + name: MTK / Nucleus + short_name: MTK + version: "" platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + client: null device: type: smartphone - brand: OP - model: R17 Neo - os_family: Android - browser_family: Chrome + brand: NX + model: NX-G868T + os_family: Real-time OS + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1877) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: NexianNX-M5760/MTK Release/28.05.2012 Browser/MAUI Profile + os: + name: MTK / Nucleus + short_name: MTK + version: "" + platform: "" + client: null + device: + type: smartphone + brand: NX + model: NX-M5760 + os_family: Real-time OS + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX_A1 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser @@ -1297,994 +1234,1027 @@ engine_version: "" device: type: smartphone - brand: OP - model: R17 Pro + brand: NY + model: A1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R8007 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025411 Mobile Safari/533.1 MicroMessenger/6.2.0.54_r1169949.561 NetType/cmnet Language/zh_CN - os: - name: Android - short_name: AND - version: "4.3" - platform: "" - client: - type: mobile app - name: WeChat - version: "6.2.0.54.r1169949.561" - device: - type: smartphone - brand: OP - model: R1S - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R8000 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; es-us; NYX_Blink Build/MRA58K;wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/ 4.0 Chrome/44.0.2403.119 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.3" + version: "6.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R1S + brand: NY + model: Blink os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R2010 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_EGO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R2010 + brand: NY + model: Ego os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R2017 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.76_r1119377.543 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_FENIX Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.76.r1119377.543" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R2017 + brand: NY + model: Fenix os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8109 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; NYX_FLY Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.4" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R5 + brand: NY + model: Fly os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8107 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.51_rdf8da56.600 NetType/cmnet Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_FLY_II Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.4.51.rdf8da56.600" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R5 + brand: NY + model: Fly II os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; R6007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 baidubrowser/5.3.4.0 (Baidu; P1 4.3.1) tieba/6.7.2 BMW + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_FLY_MINI Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: - type: mobile app - name: tieba - version: "6.7.2" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R6007 + brand: NY + model: Fly Mini os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; R7kf Build/LMY47V) + user_agent: Mozilla/5.0 (Linux; Android 6.0; NYX_HIT) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R7 Lite + brand: NY + model: Hit os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; R7Plusm Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; NYX_JAK Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.6.5.1280(0x26060536)" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R7 Plus + brand: NY + model: Jak os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; R7plusf) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_JOIN Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R7 Plus F + brand: NY + model: Join os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; R7005 Build/KVT49L) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.0.52_r1162382.561 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; NYX_NOBA Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.0.52.r1162382.561" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R7005 + brand: NY + model: Noba os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; R7007 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NYX_NOBA_II Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "38.0.2125.114" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R7007 + brand: NY + model: Noba II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; OPPOR805 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; es-us; NYX_ORBIS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R805 + brand: NY + model: Orbis os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; R805 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX REX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R805 + brand: NY + model: Rex os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; R819 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NYX_REX Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R819 + brand: NY + model: Rex os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; R819T Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NYX_SHADE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R819T + brand: NY + model: Shade os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8200 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; NYX_SKY Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R8200 + brand: NY + model: Sky os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8205 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; es-us; NYX_SPARK Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OP - model: R8205 + brand: NY + model: Spark os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8207 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.54_r266a9ba.601 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; NYX_VOX Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.4.54.r266a9ba.601" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R8207 + brand: NY + model: Vox os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: 'OPPO_R823T/1.0 Linux/3.4.0 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; NYX_ZEUZ_HD Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R823T + brand: NY + model: Zeus HD os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; R823T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1; NEO6_LTE Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R823T + brand: O1 + model: Neo 6 LTE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; R829T Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; O+_AIR Build/OplusO+_AIR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: mobile app - name: WeChat - version: "6.1.0.74.r1098891.543" + type: browser + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R829T + brand: O3 + model: Air os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.1; en-US; R830) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Crunch Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.0.2.389" - engine: "" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.70" + engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R830 + brand: O3 + model: Crunch os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R830S Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025411 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN + user_agent: Mozilla/5.0 (Linux; Android 5.0; O+ Ultra Build/Oplus_Ultra) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.0" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.2.54.rec1912d.581" + type: browser + name: Chrome Webview + short_name: CV + version: "37.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R830S + brand: O3 + model: Ultra os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; R833T Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.5 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 5.0; O+ Ultra 2.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.5" + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: OP - model: R833T + brand: O3 + model: Ultra 2.0 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1607 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Upsized Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R9s + brand: O3 + model: Upsized os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1611 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; O+ Venti 4G Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome Webview + short_name: CV + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: R9s Plus + brand: O3 + model: Venti 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1861 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.4.2; en-US; Obi_S454) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: OP - model: RealMe 1 + brand: OB + model: Alligator os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1809) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S503 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.5.2.582 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.98" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.5.2.582" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 2 + brand: OB + model: Boa os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; RMX1805 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.5.1111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S503+ Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.1.5.890 U3/0.8.0 Mobile Safari/534.3 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: UC Browser short_name: UC - version: "12.5.5.1111" + version: "11.1.5.890" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 2 + brand: OB + model: Boa Plus os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1801) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; S550 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.90 YaBrowser/16.11.0.649.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Yandex Browser + short_name: YA + version: "16.11.0.649.00" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Realme 2 Pro + brand: OB + model: Crane os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1807) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; S451 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.76" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 2 Pro + brand: OB + model: Flacon os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1833) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; falcon Build/LMY48Y; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Realme 3 + brand: OB + model: Flacon os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1821) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S453 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.0.8.855 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "11.0.8.855" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 3 + brand: OB + model: Fox os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1825) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Obi_S551 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.2.540 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.1.2.540" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 3 + brand: OB + model: Hornbill os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1851) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S502 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.7.0.636" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 3 Pro + brand: OB + model: Leopard os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1827) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; Obi_S520 Build/KOT49H) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.3.0.622 Mobile os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.73" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.3.0.622" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: OP - model: Realme 3i + brand: OB + model: Octopus os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/B31D67 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; S507 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Realme 5 + brand: OB + model: Pelican os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1971) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; S452+ Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.8.710 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.73" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.7.8.710" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Realme 5 Pro + brand: OB + model: Python os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1811) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SJ1.5 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.76" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: RealMe C1 + brand: OB + model: SJ1.5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1943) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SJ2.6 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: RealMe C2 + brand: OB + model: SJ2.6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1945) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; S400 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: Chrome Webview + short_name: CV + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: RealMe C2 + brand: OB + model: Skipper os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1941) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; S501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 Mobile UCBrowser/3.4.3.532 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "3.4.3.532" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OP - model: RealMe C2 + brand: OB + model: Wolverine os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1831) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; XP6700 Build/6A.0.0-03-4.4.2-10.03.53.02-KR-ATT-C-01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: RealMe U1 + brand: OI + model: XP6700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; RMX1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XP7700 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: OP - model: Realme X + brand: OI + model: XP7700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1917) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; OUKI Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Reno + brand: OK + model: "" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; PCCM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; Ouki_A18 Build/MocorDroid2.3.5) UC AppleWebKit/530+ (KHTML, like Gecko) Mobile Safari/530 + os: + name: MocorDroid + short_name: MCD + version: "2.3.5" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "530" + device: + type: smartphone + brand: OK + model: A18 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; OUKI G5 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Reno 10X + brand: OK + model: G5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1919) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OK A35 Build/OUKIA35) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: OP - model: Reno 10X Zoom + brand: OK + model: OK A35 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1921) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; OKA16S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 baiduboxapp/042_0.4_diordna_008_084/spla_01_4.0.4_S61AKO/7300079a/B33017ECEA7CB97DA650D2B6D21DCC2F%7C704974110985368/1' os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "042" device: type: smartphone - brand: OP - model: Reno 5G + brand: OK + model: OKA16S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1979) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; OKA50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.1.0.527" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OP - model: Reno Z + brand: OK + model: OKA50 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 9; CPH1945) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OKA50TD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: OP - model: Reno2 Z + brand: OK + model: OKA50TD os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; OPPOT29 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OKU3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -2295,72 +2265,72 @@ engine_version: "534.30" device: type: smartphone - brand: OP - model: T29 + brand: OK + model: OKU3 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; OPPOX9017 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; OUKI OKU3 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.4.1.362" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: OP - model: X9017 + brand: OK + model: OKU3 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; Orange Daytona Build/C224B197) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE A2005 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: OR - model: Daytona + brand: 'ON' + model: "2" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Orange Dive 30 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2003 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "54.0.2840.85" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Dive 30 + brand: 'ON' + model: "2" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Orange Dive 71) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2370,61 +2340,61 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Dive 71 + brand: 'ON' + model: "2" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Dive72) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Dive 72 + brand: 'ON' + model: "2" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Orange Dive 73) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE A2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Dive 73 + brand: 'ON' + model: "2" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Orange Dublin Build/GB_P752V_OCHV1.0.13B04) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; OnePlus 3 Build/MOB31K) os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser @@ -2432,79 +2402,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: OR - model: Dublin + brand: 'ON' + model: "3" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Fova) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; ONEPLUS A3000 MIUI/7.1.20) os: name: Android short_name: AND - version: "4.4.4" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OR - model: Fova + brand: 'ON' + model: "3" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; Orange Gova Build/OrangeGova) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3000 Build/NRD90M) os: name: Android short_name: AND - version: "4.3" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OR - model: Gova + brand: 'ON' + model: "3" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Hi 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3003 Build/NRD90M) os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: OR - model: Hi 4G + brand: 'ON' + model: "3" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-; Orange Hiro Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 bdbrowser_i18n/3.1.3.3 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; du_oneplus3 Build/N6F26Q) os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser @@ -2512,19 +2482,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: OR - model: Hiro + brand: 'ON' + model: "3" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Orange Kivo Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 7.1.1; Next-OS OnePlus3 Build/N6F26Q) os: name: Android short_name: AND - version: "4.1.1" + version: "7.1.1" platform: "" client: type: browser @@ -2532,19 +2502,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: OR - model: Kivo + brand: 'ON' + model: "3" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; Orange Monte Carlo Build/OSP_B02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: 2.1.0 (Linux; U; Android 7.0; ONEPLUS A3010 Build/NRD90M) os: name: Android short_name: AND - version: "2.3.5" + version: "7.0" platform: "" client: type: browser @@ -2552,35 +2522,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: smartphone - brand: OR - model: Monte Carlo + brand: 'ON' + model: 3T os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Orange Neva 80) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; ONEPLUS A5000 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Neva 80 + brand: 'ON' + model: "5" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; Orange Neva play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A5010 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.0.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 'ON' + model: 5T + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2590,301 +2580,318 @@ type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.121" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Neva play + brand: 'ON' + model: 6T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Nura Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; ONEPLUS A6010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "35.0.1916.141" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.96" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Nura + brand: 'ON' + model: 6T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Orange Reyo Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Reyo + brand: 'ON' + model: "7" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Rise 30 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1900) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 30 + brand: 'ON' + model: "7" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise31 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 31 + brand: 'ON' + model: "7" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise32 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 'ON' + model: 7 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; GM1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 32 + brand: 'ON' + model: 7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange_Rise_33 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1915) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 33 + brand: 'ON' + model: 7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange Rise 34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; GM1917) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.111" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 34 + brand: 'ON' + model: 7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Orange Rise 40 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 9; GM1911 Build/PKQ1.190110.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/222.0.0.48.113;]' os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + type: mobile app + name: Facebook + version: "222.0.0.48.113" device: type: smartphone - brand: OR - model: Rise 40 + brand: 'ON' + model: 7 Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 10; HD1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "10" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "77.0.3865.116" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 51 + brand: 'ON' + model: 7T os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange-Rise52) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; A0001 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 52 + brand: 'ON' + model: One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange Rise 53 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1003 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 53 + brand: 'ON' + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Orange Rise 54 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1001 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rise 54 + brand: 'ON' + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Rono) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ONE E1005 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Rono + brand: 'ON' + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Roya Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ONE E1003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "35.0.1916.141" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.83" engine: Blink engine_version: "" device: type: smartphone - brand: OR - model: Roya + brand: 'ON' + model: X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Orange San Francisco Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OPSSON D1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.1" + version: "4.2.2" platform: "" client: type: browser @@ -2892,19 +2899,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "534.30" device: type: smartphone - brand: OR - model: San Francisco + brand: OO + model: D1 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Orange Tactile internet 2 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; OPSSON iMO1000 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.3.6" platform: "" client: type: browser @@ -2912,272 +2919,233 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone - brand: OR - model: Tactile internet 2 + brand: OO + model: iMO1000 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Tado Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: OPSSON-OPSSON-iMO1000/1.0 Linux/3.0.13 Android/4.0.4 Release/01.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: OR - model: Tado + brand: OO + model: iMO1000 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Orange Yomi Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; IUSAI i500 Build/GRK39F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.1.0.527 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.1.0.527" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OR - model: Yomi + brand: OO + model: Iusai i500 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Orange Yumo Build/OrangeYumo) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; IUSAI US16 Build/MocorDroid4.1.2) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.1.2) os: - name: Android - short_name: AND + name: MocorDroid + short_name: MCD version: "4.1.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Baidu Box App + version: "5.0" device: type: smartphone - brand: OR - model: Yumo + brand: OO + model: Iusai US16 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Orange Zali Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; IUSAI US8) U2/1.0.0 UCBrowser/9.0.1.294 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.1.1" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" - device: - type: smartphone - brand: OR - model: Zali - os_family: Android - browser_family: Unknown -- - user_agent: COCOON/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] + version: "4.2.2" + platform: "" client: type: browser - name: Obigo - short_name: OB - version: "Q05A" + name: UC Browser + short_name: UC + version: "9.0.1.294" engine: "" engine_version: "" device: type: smartphone - brand: OT - model: COCOON - os_family: Unknown + brand: OO + model: Iusai US8 + os_family: Android browser_family: Unknown - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) o2 Xda comet - os: - name: Windows CE - short_name: WCE - version: "" - platform: "" - client: - type: browser - name: IE Mobile - short_name: IM - version: "7.6" - engine: Trident - engine_version: "" - device: - type: smartphone - brand: OT - model: Xda comet - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; OV-Vertis-02 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; IUSAI X2 Build/JLS36C) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/5.0 (Baidu; P1 4.3) os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Baidu Box App + version: "5.0" device: type: smartphone - brand: OV - model: Vertis 02 + brand: OO + model: Iusai X2 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OV-Vertis 5011 Expi Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; OPSSON IVO 8800 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OV - model: Vertis 5011 Expi + brand: OO + model: IVO 8800 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OV-V10 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; OPSSON IVO6622 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OV - model: Vertis Yard + brand: OO + model: IVO6622 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OWN FUN 5(4G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; OPSSON IVO6655 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: Fun 5 4G + brand: OO + model: IVO6655 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OWN FUN 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; zh-CN; OPSSON_Q3 Build/LMY47D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.2.0.535 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.2.0.535" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: OW - model: Fun 6 + brand: OO + model: Q3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; OWN FUN 7 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: Fun 7 + brand: OP + model: A1K os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Own One Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PADM00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: One + brand: OP + model: A3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; OWN One Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1837) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser @@ -3188,116 +3156,113 @@ engine_version: "" device: type: smartphone - brand: OW - model: One Plus + brand: OP + model: A3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OWN S3000D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; OB-OPPO A31c Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: OW - model: S3000D + brand: OP + model: A31c os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OWN S3010 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A37f) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "70.0.3538.64" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: S3010 + brand: OP + model: A37f os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OWN S3020D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A37f Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.11 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Opera Mobile + short_name: OM + version: "37.0.2192.11" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: S3020D + brand: OP + model: A37f os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-mx; OWN S4010 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/172.0.0.66.93;]' os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Facebook + version: "172.0.0.66.93" device: type: smartphone - brand: OW - model: S4010 + brand: OP + model: A37fw os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OWN_S4025 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; CPH1605 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OW - model: S4025 + brand: OP + model: A39 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; OWN SMART 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1805) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser @@ -3308,312 +3273,309 @@ engine_version: "" device: type: smartphone - brand: OW - model: Smart 9 + brand: OP + model: A3s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Oysters Pacific 800 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1803 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.135" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: OY - model: Pacific 800 + brand: OP + model: A3s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; POMP-W88A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1853 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: P2 - model: W88A + brand: OP + model: A3s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; POMP W89 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBM30 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: P2 - model: W89 + brand: OP + model: A3s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KING 7 Build/ABCDEF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1; PBAM00 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/044208 Mobile Safari/537.36 MicroMessenger/6.7.2.1340(0x2607023A) NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "6.0.1" + version: "8.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.7.2.1340(0x2607023A)" device: type: smartphone - brand: P3 - model: KING 7 + brand: OP + model: A5 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; KING 7S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; PBBT30 Build/JSS15J) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: P3 - model: KING 7S + brand: OP + model: A5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PLUM Z405 Build/1503019633) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1809 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: P4 - model: Gator 3 + brand: OP + model: A5 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W8480 Build/JOP40D) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBAT00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Crystal 4 W8480 + brand: OP + model: A5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_P520 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 9; CPH1931 Build/PKQ1.190714.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/25.5.1.9 os: name: Android short_name: AND - version: "6.0" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "64.0.3282.123" - engine: Blink - engine_version: "" + name: Oppo Browser + short_name: PP + version: "25.5.1.9" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Prime 7S + brand: OP + model: A5 (2020) os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; id; PW1100S) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobil + user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; CPH1933 Build/PKQ1.190714.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.11.2.1184 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "9" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.4.0.460" - engine: "" - engine_version: "" + version: "12.11.2.1184" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: P5 - model: PW1100S + brand: OP + model: A5 (2020) os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; POLYTRON.Q2352 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1701 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: P5 - model: Q2352 + brand: OP + model: A57 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: ' Dalvik/1.6.0 (Linux; U; Android 4.2.2; W7430 Build/JDQ39)' + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; CPH1909 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.5.1189 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.12.5.1189" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Quadra Mini W7430 + brand: OP + model: A5S os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON W6500 Build/A900_V0.1_2015.01.07) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBFM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Quadra Rocket + brand: OP + model: A7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; POLYTRON W7452 Build/POLYTRONA728) + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1901 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Quadra S2 + brand: OP + model: A7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W7550 Build/JOP40D) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1717 Build/N4F26M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Quadra V5 + brand: OP + model: A71 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W8570 Build/JOP40D) + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; CPH1801 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 os: name: Android short_name: AND - version: "4.2.1" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Oppo Browser + short_name: PP + version: "1.0.0" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Quadra V7 + brand: OP + model: A71 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON R2508 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CPH1715 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3621,163 +3583,163 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket + brand: OP + model: A77 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; id-id; R2401 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PCDM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: P5 - model: Rocket 2X + brand: OP + model: A7n os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; id; POLYTRON_R3450 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBT00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.5.418" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: P5 - model: Rocket Jetz + brand: OP + model: A7x os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; id-id; POLYTRON_R3500 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBBM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: P5 - model: Rocket Jetz 5.0 + brand: OP + model: A7x os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 5.1; id; POLYTRON_L501) U2/1.0.0 UCBrowser/10.7.6.805 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; CPH1729 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.6.805" - engine: "" - engine_version: "" + name: Oppo Browser + short_name: PP + version: "1.0.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Rocket L501 + brand: OP + model: A83 os_family: Android browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; id; POLYTRON_R1500) U2/1.0.0 UCBrowser/10.1.1.570 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; CPH1827 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.1.1.570" - engine: "" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket Q-Five + brand: OP + model: A83 (2018) os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON_R2403 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1937) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket R1 + brand: OP + model: A9 (2020) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON_R2406 Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; U; Android 9; en-US; CPH1938 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.9.7.1153 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.9.7.1153" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Rocket R2 + brand: OP + model: A9 (EN) os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; POLYTRON R2402 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; U; Android 9; en-us; PCEM00 Build/JSS15J) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser @@ -3788,172 +3750,172 @@ engine_version: "" device: type: smartphone - brand: P5 - model: Rocket R2402 + brand: OP + model: A9x os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; POLYTRON R2407 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; PCET00 Build/PPR1.180610.011; xx-xx) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "57.0.2987.132" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket R3 + brand: OP + model: A9x os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 Linux; U; Android 5.1; POLYTRON-R2457 Build/LMY47D + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1851 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket S2 + brand: OP + model: AX5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON R2506 Build/Polytron_R2506_A900B_V03_2015.10.21) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "77.0.3865.116" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket T4 + brand: OP + model: AX5s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; POLYTRON R2509SE Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1903) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "64.0.3282.137" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Rocket T6 SE + brand: OP + model: AX7 os_family: Android browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.2; W7531 Build/JZO54K) + user_agent: Mozilla/5.0 (Linux; Android 5.1; X9009 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.105 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Opera Mobile + short_name: OM + version: "37.0.2192.105" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Wizard V + brand: OP + model: F1 Plus os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; POLYTRON 4G450 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 5 + brand: OP + model: F11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; POLYTRON 4G500 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1969) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 6 Cleo + brand: OP + model: F11 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_4G503 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; A1601 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "64.0.3282.137" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 6 Flaz + brand: OP + model: F1s os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON__4G550 Build/LMY47D) + user_agent: Mozilla/5.0 (Linux; Android 5.1; A1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3961,83 +3923,83 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 6 Note + brand: OP + model: F1s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON_4G501 Build/LMY47D) + user_agent: Mozilla/5.0 (Linux; Android 6.0; CPH1609 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 mCent/0.13.1027 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: mCent + short_name: M1 + version: "0.13.1027" engine: WebKit - engine_version: "" + engine_version: "537.36" device: type: smartphone - brand: P5 - model: Zap 6 Posh + brand: OP + model: F3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_4G551 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1613 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "50.0.2661.86" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 6 Posh Note + brand: OP + model: F3 Plus os_family: Android browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON_4G502 Build/LMY47D) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1723 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink engine_version: "" device: type: smartphone - brand: P5 - model: Zap 6 Power + brand: OP + model: F5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Eluga_A2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1727 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser @@ -4048,336 +4010,347 @@ engine_version: "" device: type: smartphone - brand: PA - model: Eluga A2 + brand: OP + model: F5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ELUGA_I2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1725 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: Eluga I2 + brand: OP + model: F5 Youth os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ELUGA Note Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1859 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: Eluga Note + brand: OP + model: F7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ELUGA Ray X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; CPH1821 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: Eluga Ray X + brand: OP + model: F7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; ELUGA Turbo Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; CPH1819 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.134 Mobile Safari/537.36 OppoBrowser/1.0.0 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" + platform: "" + client: + type: browser + name: Oppo Browser + short_name: PP + version: "1.0.0" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: OP + model: F7 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1881 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: Eluga Turbo + brand: OP + model: F9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; P55 Novo 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1825) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: P55 Novo 4G + brand: OP + model: F9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Panasonic_T50 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1823) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: T50 + brand: OP + model: F9 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; FZ-N1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; X909 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: PA - model: Toughpad + brand: OP + model: Find 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Art-PCB-V116 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; zh-CN; X909T) U2/1.0.0 UCBrowser/9.6.2.404 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink + name: UC Browser + short_name: UC + version: "9.6.2.404" + engine: "" engine_version: "" device: type: smartphone - brand: PB - model: Art + brand: OP + model: Find 5 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Bee-PCB-V216 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R827 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: PB - model: Bee + brand: OP + model: Find 5 Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Clap-PCB-I316 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R827T Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "38.0.2125.114" engine: Blink engine_version: "" device: type: smartphone - brand: PB - model: Clap + brand: OP + model: Find 5 Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PH4001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; X9076 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: PC - model: PH4001 + brand: OP + model: Find 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PCD 506 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.3; X9070 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.3" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone - brand: PD - model: "506" + brand: OP + model: Find 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PCD508 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9077 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/cmnet Language/zh_CN os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PD - model: "508" + brand: OP + model: Find 7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PCD509 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9007 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.9 (Baidu; P1 4.3) os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.9" device: type: smartphone - brand: PD - model: "509" + brand: OP + model: Find 7a os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Pentagram Ego Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; X9006 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: PG - model: Ego + brand: OP + model: Find 7a os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; Pentagram Monster Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; X9000 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.50_raae3e65.580 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.2.2.50.raae3e65.580" device: type: smartphone - brand: PG - model: Monster + brand: OP + model: Find 7a os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Monster X5 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'OPPO_R815T/1.0 Linux/3.4.0 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.1" platform: "" client: type: browser @@ -4388,72 +4361,72 @@ engine_version: "534.30" device: type: smartphone - brand: PG - model: Monster X5 + brand: OP + model: Find Clover os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Philips_S396 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; R815 Build/JOP40D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone - brand: PH - model: S396 + brand: OP + model: Find Clover os_family: Android browser_family: Chrome - - user_agent: Philips T3566_TD/V1 Linux/3.4.5 Android/4.2.2 Release/05.02.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30; + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; R815T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "5.4" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: PH - model: T3566 + brand: OP + model: Find Clover os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ru-ru; Philips W632 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; R815W Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.2.404 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.3.5" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.6.2.404" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: PH - model: W632 + brand: OP + model: Find Clover os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru; Philips W832 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; R8111 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4461,23 +4434,23 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: PH - model: W832 + brand: OP + model: Find Melody os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; Pioneer Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: OPPO_R821T/1.0 Linux/3.4.5 Android/4.2.2 Release/03.26.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2; os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser @@ -4485,913 +4458,889 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: PI - model: "" + brand: OP + model: Find Muse os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; E60w Build/PioneerE60w) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R821 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" engine: WebKit - engine_version: "534.30" + engine_version: "537.31" device: type: smartphone - brand: PI - model: E60w + brand: OP + model: Find Muse os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Pioneer E71t/V100 Linux/3.4.5 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R821T Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: PI - model: E71t + brand: OP + model: Find Muse os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; Pioneer E80w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.2.585 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; U707T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.1.0.66_r1062275.542 NetType/WIFI os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.1.0.66.r1062275.542" + device: + type: smartphone + brand: OP + model: Find Way S + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1871) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.2.585" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OP + model: Find X + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1875) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: PI - model: E80w + brand: OP + model: Find X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-us; Versus Pioneer_P1 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAFM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: PI - model: P1 + brand: OP + model: Find X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.1; zh-CN; Pioneer S90w) U2/1.0.0 UCBrowser/9.9.2.467 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; R1011 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.2.467" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: PI - model: S90w + brand: OP + model: Joy Plus os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PROV400 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBCM30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Agate + brand: OP + model: K1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; Polaroid PSPC505 Build/PSPC505_MX_V1.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-CN; N5207 Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.2.626 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "10.6.2.626" engine: WebKit engine_version: "534.30" device: type: smartphone - brand: PL - model: Cosmo 505 + brand: OP + model: N3 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; PSPC550 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; N5209 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PL - model: Cosmo 550 + brand: OP + model: N3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; P5006A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; R831 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.170 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "33.0.1750.170" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo K + brand: OP + model: Neo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; P5526A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R831T Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser-CMCC/9.9.2.467 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: PL - model: Cosmo K Plus + brand: OP + model: Neo os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCK21NA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-CN; R831K Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.3.1.549 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "10.3.1.549" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: PL - model: Cosmo K2 Plus + brand: OP + model: Neo 3 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; P5026A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; ms-my; R831L Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: PL - model: Cosmo L + brand: OP + model: Neo 5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCL20A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A33f Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo L2 + brand: OP + model: Neo 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCM20A0 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; A33fw Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo M2 + brand: OP + model: Neo 7s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; P5046A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; id; R1001) U2/1.0.0 UCBrowser/9.5.1.494 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink + name: UC Browser + short_name: UC + version: "9.5.1.494" + engine: "" engine_version: "" device: type: smartphone - brand: PL - model: Cosmo P5s + brand: OP + model: R1001 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; P5525A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1707 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo Q5s + brand: OP + model: R11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; P5047A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1719 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo Z + brand: OP + model: R11s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCZ20A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; CPH1721 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Cosmo Z2 + brand: OP + model: R11s Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; P5025A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PACT00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: L5s + brand: OP + model: R15 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO4006 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1835 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: PL - model: Pro4006 + brand: OP + model: R15 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PRO4006 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PACM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Pro4006 + brand: OP + model: R15 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO400B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; PACM00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.4.994 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.1.4.994" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: PL - model: Pro400B + brand: OP + model: R15 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO450B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; PACT00 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.1.4.994 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.1.4.994" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: PL - model: Pro450B + brand: OP + model: R15 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO4611PR201 Build/PRO4611PR201-V1.0-2013.07.25) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PAAM00 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060532) NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.6.5.1280(0x26060532)" device: type: smartphone - brand: PL - model: Pro4611 + brand: OP + model: R15 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PRO5701 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1831 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Pro5701 + brand: OP + model: R15 Pro os_family: Android browser_family: Chrome - - user_agent: PRO7111 Linux/3.0.13 Android/4.0.4 Release/05.14.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBCM10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: PL - model: Pro7111 + brand: OP + model: R15x os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PROV350 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBEM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: PL - model: ProV350 + brand: OP + model: R17 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; P4005A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1879) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Turbo C4 + brand: OP + model: R17 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; Polaroid P5005A Build/P5005A_MX_V1.0) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PBET00 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039408 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: PL - model: Turbo C5 + brand: OP + model: R17 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; P4006A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1893) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Turbo D4 + brand: OP + model: R17 Neo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; P4526A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1877) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PL - model: Turbo E + brand: OP + model: R17 Pro os_family: Android browser_family: Chrome - - user_agent: 'Palmscape/3.0J [ja] (v. 3.5.2H1.5; 153x130; c8)' - os: - name: palmOS - short_name: POS - version: "" - platform: "" - client: - type: browser - name: Palmscape - short_name: PA - version: "3.0" - engine: "" - engine_version: "" - device: - type: smartphone - brand: PM - model: "" - os_family: Other Mobile - browser_family: Unknown -- - user_agent: 'Xiino/1.0.9E [en] (v. 4.1; 153x130; g4)' + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R8007 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025411 Mobile Safari/533.1 MicroMessenger/6.2.0.54_r1169949.561 NetType/cmnet Language/zh_CN os: - name: palmOS - short_name: POS - version: "4.1" + name: Android + short_name: AND + version: "4.3" platform: "" client: - type: browser - name: Xiino - short_name: XI - version: "1.0.9" - engine: "" - engine_version: "" - device: - type: smartphone - brand: PM - model: "" - os_family: Other Mobile - browser_family: Unknown -- - user_agent: CorePlayer/1.0 (Palm OS 5.4.9; ARM Intel PXA27x; en) CorePlayer/1.3.2_6909 - os: - name: palmOS - short_name: POS - version: "5.4.9" - platform: ARM - client: null + type: mobile app + name: WeChat + version: "6.2.0.54.r1169949.561" device: type: smartphone - brand: PM - model: "" - os_family: Other Mobile + brand: OP + model: R1S + os_family: Android browser_family: Unknown - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D050; Blazer/4.3) 16;320x320 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R8000 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN os: - name: palmOS - short_name: POS - version: "" + name: Android + short_name: AND + version: "4.3" platform: "" client: - type: browser - name: Palm Blazer - short_name: PL - version: "4.3" - engine: "" - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PM - model: D050 - os_family: Other Mobile + brand: OP + model: R1S + os_family: Android browser_family: Unknown - - 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 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R2010 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 os: - name: webOS - short_name: WOS - version: "1.4.5" + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser - name: wOSBrowser - short_name: WO - version: "1.4.5" + name: QQ Browser + short_name: QQ + version: "5.4" engine: WebKit - engine_version: "532.2" + engine_version: "533.1" device: type: smartphone - brand: PM - model: Pixi 1.0 - os_family: Other Mobile + brand: OP + model: R2010 + os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (webOS/1.0; U; en-US) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/1.0 Safari/525.27.1 Pre/1.0 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R2017 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.76_r1119377.543 NetType/WIFI os: - name: webOS - short_name: WOS - version: "1.0" + name: Android + short_name: AND + version: "4.3" platform: "" client: - type: browser - name: Palm Pre - short_name: PR - version: "1.0" - engine: WebKit - engine_version: "525.27.1" + type: mobile app + name: WeChat + version: "6.1.0.76.r1119377.543" device: type: smartphone - brand: PM - model: Pre 1.0 - os_family: Other Mobile + brand: OP + model: R2017 + os_family: Android browser_family: Unknown - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) 320X320 Palm Treo850e + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8109 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025442 Mobile Safari/533.1 V1_AND_SQ_5.7.2_260_YYB_D QQ/5.7.2.2490 NetType/WIFI WebP/0.3.0 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.4" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: PM - model: Treo850e - os_family: Windows Mobile - browser_family: Internet Explorer + brand: OP + model: R5 + os_family: Android + browser_family: Unknown - - user_agent: Mozilla/4.76 (compatible; MSIE 6.0; U; Windows 95; PalmSource; PalmOS; WebPro; Tungsten Proxyless 1.1 320x320x16) + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8107 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.51_rdf8da56.600 NetType/cmnet Language/zh_CN os: - name: palmOS - short_name: POS - version: "" + name: Android + short_name: AND + version: "4.4.4" platform: "" client: - type: browser - name: Palm WebPro - short_name: PW - version: "" - engine: "" - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.4.51.rdf8da56.600" device: type: smartphone - brand: PM - model: Tungsten - os_family: Other Mobile + brand: OP + model: R5 + os_family: Android browser_family: Unknown - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-TunX; Blazer/4.3) 16;320x448 + user_agent: Mozilla/5.0 (Linux; Android 4.3; R6007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 baidubrowser/5.3.4.0 (Baidu; P1 4.3.1) tieba/6.7.2 BMW os: - name: palmOS - short_name: POS - version: "" + name: Android + short_name: AND + version: "4.3" platform: "" client: - type: browser - name: Palm Blazer - short_name: PL - version: "4.3" - engine: "" - engine_version: "" + type: mobile app + name: tieba + version: "6.7.2" device: type: smartphone - brand: PM - model: TunX - os_family: Other Mobile + brand: OP + model: R6007 + os_family: Android browser_family: Unknown - - user_agent: 'Mozilla/5.0 [en] (PalmOS; U; WebPro/3.5; Palm-Zi72)' + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; R7kf Build/LMY47V) os: - name: palmOS - short_name: POS - version: "" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: type: browser - name: Palm WebPro - short_name: PW - version: "3.5" - engine: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: PM - model: Zi72 - os_family: Other Mobile - browser_family: Unknown + brand: OP + model: R7 Lite + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-Zir4; Blazer/4.0) 16;320x320 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; R7Plusm Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043909 Mobile Safari/537.36 MicroMessenger/6.6.5.1280(0x26060536) NetType/WIFI Language/zh_CN os: - name: palmOS - short_name: POS - version: "" + name: Android + short_name: AND + version: "5.1.1" platform: "" client: - type: browser - name: Palm Blazer - short_name: PL - version: "4.0" - engine: "" - engine_version: "" + type: mobile app + name: WeChat + version: "6.6.5.1280(0x26060536)" device: type: smartphone - brand: PM - model: Zir4 - os_family: Other Mobile + brand: OP + model: R7 Plus + os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PAP3350DUO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; R7plusf) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: PR - model: PAP3350DUO + brand: OP + model: R7 Plus F os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PAP3400DUO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; R7005 Build/KVT49L) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.0.52_r1162382.561 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.2.0.52.r1162382.561" device: type: smartphone - brand: PR - model: PAP3400DUO + brand: OP + model: R7005 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; PAP3540DUO Build/PrestigioPAP3540DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; R7007 Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "38.0.2125.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: PR - model: PAP3540DUO + brand: OP + model: R7007 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; PAP4040_DUO Build/PrestigioPAP4040DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-tw; OPPOR805 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -5399,136 +5348,127 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: PR - model: PAP4040 DUO + brand: OP + model: R805 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; PAP4300 DUO Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; R805 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.6" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: - type: smartphone - brand: PR - model: PAP4300 DUO + type: smartphone + brand: OP + model: R805 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; R819 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: PR - model: PAP4322DUO + brand: OP + model: R819 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; PAP4500TDUO Build/PrestigioPAP4500TDUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-cn; R819T Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone - brand: PR - model: PAP4500TDUO + brand: OP + model: R819T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PAP4505DUO Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8200 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN os: name: Android short_name: AND - version: "4.1.1" - platform: ARM + version: "4.4.4" + platform: "" client: type: mobile app - name: Google Search App - version: "3.2.17.1009776" + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PR - model: PAP4505DUO + brand: OP + model: R8200 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PAP5044DUO Build/PrestigioPAP5044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8205 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PR - model: PAP5044DUO + brand: OP + model: R8205 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PAP5500DUO Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; zh-cn; R8207 Build/KTU84P) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.2.4.54_r266a9ba.601 NetType/WIFI Language/zh_CN os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.4.54.r266a9ba.601" device: type: smartphone - brand: PR - model: PAP5500DUO + brand: OP + model: R8207 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PAP5501 Build/PrestigioPAP5501) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'OPPO_R823T/1.0 Linux/3.4.0 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser @@ -5539,688 +5479,647 @@ engine_version: "534.30" device: type: smartphone - brand: PR - model: PAP5501 + brand: OP + model: R823T os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP3502DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; zh-CN; R823T Build/JOP40D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: PR - model: PSP3502DUO + brand: OP + model: R823T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP5453DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; R829T Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025440 Mobile Safari/533.1 MicroMessenger/6.1.0.74_r1098891.543 NetType/WIFI os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.1.0.74.r1098891.543" device: type: smartphone - brand: PR - model: PSP5453DUO + brand: OP + model: R829T os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP5504DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.1.1; en-US; R830) U2/1.0.0 UCBrowser/9.0.2.389 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink + name: UC Browser + short_name: UC + version: "9.0.2.389" + engine: "" engine_version: "" device: type: smartphone - brand: PR - model: PSP5504DUO + brand: OP + model: R830 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; PSP8500DUO) like Gecko - os: - name: Windows RT - short_name: WRT - version: "" - platform: ARM - client: - type: browser - name: Internet Explorer - short_name: IE - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: PR - model: PSP8500DUO - os_family: Windows Mobile - browser_family: Internet Explorer + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; YPY_S450 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; R830S Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025411 Mobile Safari/533.1 MicroMessenger/6.2.2.54_rec1912d.581 NetType/3gnet Language/zh_CN os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.2.2.54.rec1912d.581" device: type: smartphone - brand: PS - model: YPY S450 + brand: OP + model: R830S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; IM-A840S Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; R833T Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.5 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Baidu Box App + version: "6.5" device: type: smartphone - brand: PT - model: IM-A840S + brand: OP + model: R833T os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; IM-A850K Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1607 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: IM-A850K + brand: OP + model: R9s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; IM-A850L Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; CPH1611 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: IM-A850L + brand: OP + model: R9s Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; ko-kr; IM-T100K Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NAVER(inapp; search; 200; 3.7.0) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; CPH1861 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: IM-T100K + brand: OP + model: RealMe 1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: PANTECH-P7000/JDUS10052009; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.15645; U; fr) Opera 9.50 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1809) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "4.2.15645" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "71.0.3578.98" + engine: Blink engine_version: "" device: type: smartphone - brand: PT - model: P7000 - os_family: Unknown - browser_family: Opera + brand: OP + model: Realme 2 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; PantechP8000 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; RMX1805 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.5.1111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "8.1.0" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.5.0.360" + version: "12.5.5.1111" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: PT - model: P8000 + brand: OP + model: Realme 2 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; PantechP8010 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1801) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: PT - model: P8010 - os_family: Android - browser_family: Android Browser -- - user_agent: PantechP9020/JEUS04262010; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.18216; U; fr) Opera 9.50 - os: [ ] - client: - type: browser - name: Opera Mini - short_name: OI - version: "4.2.18216" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink engine_version: "" device: type: smartphone - brand: PT - model: P9020 - os_family: Unknown - browser_family: Opera + brand: OP + model: Realme 2 Pro + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; PantechP9060 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1807) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: P9060 + brand: OP + model: Realme 2 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PantechP9070 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1833) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: PT - model: P9070 + brand: OP + model: Realme 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-us; ADR910L Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1821) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: Star Q + brand: OP + model: Realme 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ADR910L 4G Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1825) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: PT - model: Star Q + brand: OP + model: Realme 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; IM-A870K/2.10 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1851) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: PT - model: Vega Iron + brand: OP + model: Realme 3 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; PULID F11 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100501012 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1827) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "9" platform: "" client: type: browser - name: CM Browser - short_name: CE - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: PU - model: F11 + brand: OP + model: Realme 3i os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; vi; F13 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/B31D67 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.1.362" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: PU - model: F13 + brand: OP + model: Realme 5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; vi; F15 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1971) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: PU - model: F15 + brand: OP + model: Realme 5 Pro os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-US; PULID_F6 Build/IMM76D) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/9.7.0.520 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1811) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.0.520" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: PU - model: F6 + brand: OP + model: RealMe C1 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Android 2.3.6; en-US; PULID F7) U2/1.0.0 UCBrowser/10.4.1.565 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1943) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.4.1.565" - engine: "" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.157" + engine: Blink engine_version: "" device: type: smartphone - brand: PU - model: F7 + brand: OP + model: RealMe C2 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; PULID T3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1945) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: smartphone - brand: PU - model: T3 + brand: OP + model: RealMe C2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MOB-5045 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1941) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: PV - model: Mobii Phone 5045 + brand: OP + model: RealMe C2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Pixus Raze Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; RMX1831) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: PX - model: Raze + brand: OP + model: RealMe U1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum Fit) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: QA - model: Fit + brand: OP + model: Realme X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Quantum Mini) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; RMX1921) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 os: name: Android short_name: AND - version: "8.1.0" + version: "9" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "70.0.3538.80" + name: Opera Mobile + short_name: OM + version: "54.3.2672.50220" engine: Blink engine_version: "" device: type: smartphone - brand: QA - model: Mini + brand: OP + model: Realme XT os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1917) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "70.0.3538.80" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: QA - model: V + brand: OP + model: Reno os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum You E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; PCCM00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: QA - model: You E + brand: OP + model: Reno 10X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Q09 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1919) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "9" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: QH - model: Q09 + brand: OP + model: Reno 10X Zoom os_family: Android browser_family: Chrome - - user_agent: Qilive 40/V2 Linux/3.0.13 Android/4.0 Release/02.15.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1921) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: smartphone - brand: QI - model: "40" + brand: OP + model: Reno 5G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Qilive 40 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1979) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: "40" + brand: OP + model: Reno Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Qilive 45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; CPH1945) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: "45" + brand: OP + model: Reno2 Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Qilive 50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; OPPOT29 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -6231,136 +6130,136 @@ engine_version: "534.30" device: type: smartphone - brand: QI - model: "50" + brand: OP + model: T29 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Qilive 53 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; OPPOX9017 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: QI - model: "53" + brand: OP + model: X9017 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S5IN4GR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; Orange Daytona Build/C224B197) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "77.0.3865.92" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: QI - model: Q10 5.0" 4G + brand: OR + model: Daytona os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S53IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Orange Dive 30 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: Q10 5.3" 4G + brand: OR + model: Dive 30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S57IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Orange Dive 71) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.132" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: Q10 5.7" 4G + brand: OR + model: Dive 71 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S6IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Dive72) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "76.0.3809.89" + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: Q10 6.0" 4G + brand: OR + model: Dive 72 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Q8S55IN4G2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Orange Dive 73) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone - brand: QI - model: Q8 5.5" 4G + brand: OR + model: Dive 73 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; QMobile A11Note Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; Orange Dublin Build/GB_P752V_OCHV1.0.13B04) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "2.3.6" platform: "" client: type: browser @@ -6368,55 +6267,75 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: QM - model: A11Note + brand: OR + model: Dublin os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; en-US; QMobile_A2_Lite) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Fova) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "4.4.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.1.1.420" - engine: "" + name: Chrome Mobile + short_name: CM + version: "73.0.3683.90" + engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: A2 Lite + brand: OR + model: Fova os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; QMobile A30) U2/1.0.0 UCBrowser/9.3.1.344 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.3; Orange Gova Build/OrangeGova) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.3.1.344" - engine: "" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: OR + model: Gova + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Hi 4G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: A30 + brand: OR + model: Hi 4G os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; QMobile A65 Build/QMobileA65) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-; Orange Hiro Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 bdbrowser_i18n/3.1.3.3 os: name: Android short_name: AND @@ -6424,99 +6343,99 @@ platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: QM - model: A65 + brand: OR + model: Hiro os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; LUNA PRO Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Orange Kivo Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "63.0.3239.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: QM - model: Luna Pro + brand: OR + model: Kivo os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; NICE S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; Orange Monte Carlo Build/OSP_B02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: QM - model: Nice S + brand: OR + model: Monte Carlo os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Noir X1S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Orange Neva 80) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: Noir X1S + brand: OR + model: Neva 80 os_family: Android browser_family: Chrome - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; vi; Q-Smart_S12) U2/1.0.0 UCBrowser/9.7.0.520 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 9; Orange Neva play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.7.0.520" - engine: "" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.121" + engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: S12 + brand: OR + model: Neva play os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QMobile X25 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 OPR/27.0.1698.88647 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Nura Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6524,79 +6443,79 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "27.0.1698.88647" + name: Chrome Webview + short_name: CV + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: X25 + brand: OR + model: Nura os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; QMobile Z10 Build/LMY47D) U2/1.0.0 UCMini/10.9.0.946 (SpeedMode; Android 5.1; QMobile Z10 Build/LMY47D) Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Orange Reyo Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: UC Browser Mini - short_name: UM - version: "10.9.0.946" - engine: "" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink engine_version: "" device: type: smartphone - brand: QM - model: Z10 + brand: OR + model: Reyo os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Quechua Phone 5 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Rise 30 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: QU - model: Quechua Phone 5 + brand: OR + model: Rise 30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; IO Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise31 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "73.0.3683.90" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: R1 - model: IO Pro + brand: OR + model: Rise 31 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CASPER_VIA_E2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise32 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6606,37 +6525,37 @@ type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA E2 + brand: OR + model: Rise 32 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; VIA_G4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange_Rise_33 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.143" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA G4 + brand: OR + model: Rise 33 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; CASPER_VIA_M1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange Rise 34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6646,57 +6565,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "75.0.3770.101" + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA M1 + brand: OR + model: Rise 34 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; CASPER_VIA_M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Orange Rise 40 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.73" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA M3 + brand: OR + model: Rise 40 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VIA_M4 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Orange-Rise51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA M4 + brand: OR + model: Rise 51 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; VIA_P2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange-Rise52) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6706,1098 +6625,1094 @@ type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA P2 + brand: OR + model: Rise 52 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Casper_VIA_V6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Orange Rise 53 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "74.0.3729.157" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA V6 + brand: OR + model: Rise 53 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VIA_V8C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Orange Rise 54 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA V8C + brand: OR + model: Rise 54 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Casper_VIA_V9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Rono) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "77.0.3865.92" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: R4 - model: VIA V9 + brand: OR + model: Rono os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RCA RLTP4028 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Roya Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "64.0.3282.137" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone - brand: RC - model: RLTP4028 + brand: OR + model: Roya os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; BBC100-1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Orange San Francisco Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "7.0" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: RM - model: Aurora + brand: OR + model: San Francisco os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: FlyCast/1.34 (BlackBerry; 8330/4.5.0.131 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/-1) + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-fr; Orange Tactile internet 2 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: - name: BlackBerry OS - short_name: BLB - version: "" + name: Android + short_name: AND + version: "2.1" platform: "" client: - type: mediaplayer - name: FlyCast - version: "1.34" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" device: type: smartphone - brand: RM - model: BlackBerry - os_family: BlackBerry - browser_family: Unknown + brand: OR + model: Tactile internet 2 + os_family: Android + browser_family: Android Browser - - user_agent: UCWEB/2.0(BlackBerry; U; 6.6.0.236; en-us; 9300/6.6.0.236) U2/1.0.0 UCBrowser/8.1.0.216 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Orange Tado Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: BlackBerry OS - short_name: BLB - version: "" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.1.0.216" - engine: "" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry - os_family: BlackBerry - browser_family: Unknown + brand: OR + model: Tado + os_family: Android + browser_family: Chrome - - user_agent: Opera/9.80 (BlackBerry; Opera Mini/4.5.33868/34.861; U; es) Presto/2.8.119 Version/11.10 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Orange Yomi Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: - name: BlackBerry OS - short_name: BLB - version: "11.10" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "4.5.33868" - engine: Presto - engine_version: "2.8.119" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry - os_family: BlackBerry - browser_family: Opera + brand: OR + model: Yomi + os_family: Android + browser_family: Chrome - - user_agent: OneBrowser/for Blackberry3.0.0 (BlackBerry9930/7.1.0.580) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; Orange Yumo Build/OrangeYumo) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: BlackBerry OS - short_name: BLB - version: "7.1.0.580" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: ONE Browser - short_name: OE + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: smartphone - brand: RM - model: BlackBerry 3 - os_family: BlackBerry - browser_family: Unknown + brand: OR + model: Yumo + os_family: Android + browser_family: Android Browser - - user_agent: BlackBerry7520/4.0.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/5.0.3.3 UP.Link/5.1.2.12 (Google WAP Proxy/1.0) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Orange Zali Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm os: - name: BlackBerry OS - short_name: BLB - version: "4.0.0" - platform: "" + name: Android + short_name: AND + version: "4.1.1" + platform: ARM client: - type: browser - name: Openwave Mobile Browser - short_name: OV - version: "5.0.3.3" - engine: "" - engine_version: "" + type: mobile app + name: Google Search App + version: "3.3.11.1069658" device: type: smartphone - brand: RM - model: BlackBerry 7520 - os_family: BlackBerry + brand: OR + model: Zali + os_family: Android browser_family: Unknown - - user_agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/134 - os: - name: BlackBerry OS - short_name: BLB - version: "5.0.0.681" - platform: "" + user_agent: COCOON/R01 Browser/Obigo/Q05A Profile/MIDP-2.0 Configuration/CLDC-1.1 + os: [ ] client: type: browser - name: BlackBerry Browser - short_name: BB - version: "" + name: Obigo + short_name: OB + version: "Q05A" engine: "" engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry 8520 - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: OT + model: COCOON + os_family: Unknown + browser_family: Unknown - - user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9220; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.714 Mobile Safari/534.11+ + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.6) o2 Xda comet os: - name: BlackBerry OS - short_name: BLB - version: "7.1.0.714" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: BlackBerry Browser - short_name: BB - version: "" - engine: WebKit - engine_version: "534.11" + name: IE Mobile + short_name: IM + version: "7.6" + engine: Trident + engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry 9220 - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: OT + model: Xda comet + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+ + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; OV-Vertis-02 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: BlackBerry OS - short_name: BLB - version: "6.0.0.448" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: BlackBerry Browser - short_name: BB + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "534.8" + engine_version: "534.30" device: type: smartphone - brand: RM - model: BlackBerry 9800 - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: OV + model: Vertis 02 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9930; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.755 Mobile Safari/534.11+ + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OV-Vertis 5011 Expi Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: - name: BlackBerry OS - short_name: BLB - version: "7.1.0.755" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: BlackBerry Browser - short_name: BB - version: "" - engine: WebKit - engine_version: "534.11" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry 9930 - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: OV + model: Vertis 5011 Expi + os_family: Android + browser_family: Chrome - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; STH100-2 Build/MMB29M) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OV-V10 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry DTEK50 + brand: OV + model: Vertis Yard os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STH100-1 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OWN FUN 5(4G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry DTEK50 + brand: OW + model: Fun 5 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; BBA100-2 Build/6.0.1_0.248.0.069) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OWN FUN 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry DTEK60 + brand: OW + model: Fun 6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; BBA100-1 Build/6.0.1_0.223.0.064) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; OWN FUN 7 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry DTEK60 + brand: OW + model: Fun 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4651 Mobile Safari/537.10+ - os: - name: BlackBerry OS - short_name: BLB - version: "10.1.0.4651" - platform: "" - client: - type: browser - name: BlackBerry Browser - short_name: BB - version: "" - engine: WebKit - engine_version: "537.10" - device: - type: smartphone - brand: RM - model: BlackBerry Kbd - os_family: BlackBerry - browser_family: BlackBerry Browser -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; STV100-1 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; Own One Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry Priv + brand: OW + model: One os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-3 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; OWN One Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry Priv + brand: OW + model: One Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-4 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OWN S3000D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry Priv + brand: OW + model: S3000D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-4 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OWN S3010 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry Priv + brand: OW + model: S3010 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; OWN S3020D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: BlackBerry Priv + brand: OW + model: S3020D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4633 Mobile Safari/537.10+ + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-mx; OWN S4010 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30 os: - name: BlackBerry OS - short_name: BLB - version: "10.1.0.4633" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser - name: BlackBerry Browser - short_name: BB + name: Android Browser + short_name: AN version: "" engine: WebKit - engine_version: "537.10" + engine_version: "534.30" device: type: smartphone - brand: RM - model: BlackBerry Touch - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: OW + model: S4010 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBG100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OWN_S4025 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: Evolve + brand: OW + model: S4025 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBH100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; OWN SMART 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: Evolve X + brand: OW + model: Smart 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-6 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Oysters Pacific 800 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "33.0.1750.135" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: OY + model: Pacific 800 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-7 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; POMP-W88A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: RM - model: KEY2 + brand: P2 + model: W88A os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; POMP W89 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: P2 + model: W89 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KING 7 Build/ABCDEF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: P3 + model: KING 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-2 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; KING 7S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: P3 + model: KING 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-3 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PLUM Z405 Build/1503019633) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: P4 + model: Gator 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-4 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W8480 Build/JOP40D) os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: P5 + model: Crystal 4 W8480 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-5 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_P520 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Chrome Webview + short_name: CV + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 + brand: P5 + model: Prime 7S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-9 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; id; PW1100S) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobil os: name: Android short_name: AND - version: "8.1.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: UC Browser + short_name: UC + version: "9.4.0.460" + engine: "" engine_version: "" device: type: smartphone - brand: RM - model: KEY2 Black + brand: P5 + model: PW1100S os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; POLYTRON.Q2352 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Q2352 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-2 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: ' Dalvik/1.6.0 (Linux; U; Android 4.2.2; W7430 Build/JDQ39)' os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Quadra Mini W7430 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-3 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON W6500 Build/A900_V0.1_2015.01.07) os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Quadra Rocket os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-4 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; POLYTRON W7452 Build/POLYTRONA728) os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Quadra S2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-5 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W7550 Build/JOP40D) os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Quadra V5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-6 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.1; W8570 Build/JOP40D) os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Quadra V7 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-7 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON R2508 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "6.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Rocket os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-8 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; id-id; R2401 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Rocket 2X os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-9 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; id; POLYTRON_R3450 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.7.5.418 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.7.5.418" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: RM - model: KEY2 LE + brand: P5 + model: Rocket Jetz os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-8 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; id-id; POLYTRON_R3500 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: RM - model: KEY2 Silver + brand: P5 + model: Rocket Jetz 5.0 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-3 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 5.1; id; POLYTRON_L501) U2/1.0.0 UCBrowser/10.7.6.805 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink + name: UC Browser + short_name: UC + version: "10.7.6.805" + engine: "" engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket L501 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-5 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.2.2; id; POLYTRON_R1500) U2/1.0.0 UCBrowser/10.1.1.570 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.68" - engine: Blink + name: UC Browser + short_name: UC + version: "10.1.1.570" + engine: "" engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket Q-Five os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-6 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON_R2403 Build/KOT49H) os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.68" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket R1 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-7 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON_R2406 Build/KOT49H) os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket R2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; POLYTRON R2402 Build/JDQ39) os: name: Android short_name: AND - version: "7.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket R2402 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; BBB100-4 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; POLYTRON R2407 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "37.0.0.0" + name: Chrome Webview + short_name: CV + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: KEYone + brand: P5 + model: Rocket R3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-2 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 5.1; POLYTRON-R2457 Build/LMY47D os: name: Android short_name: AND - version: "7.1.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: Motion + brand: P5 + model: Rocket S2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-6 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; POLYTRON R2506 Build/Polytron_R2506_A900B_V03_2015.10.21) os: name: Android short_name: AND - version: "7.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone - brand: RM - model: Motion + brand: P5 + model: Rocket T4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-1 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; POLYTRON R2509SE Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" + name: Chrome Webview + short_name: CV + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: RM - model: Motion + brand: P5 + model: Rocket T6 SE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; es-us; RINNO R505 Build/KOT49H) Browser/AppleWebKit534.30 Mobile Safari/534.30 System/Android 5.1; + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.2; W7531 Build/JZO54K) os: name: Android short_name: AND - version: "5.1" + version: "4.1.2" platform: "" client: type: browser @@ -7805,79 +7720,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: RN - model: R505 + brand: P5 + model: Wizard V os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Shock 5 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; POLYTRON 4G450 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "64.0.3282.137" + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: RT - model: Shock 5 + brand: P5 + model: Zap 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; RIVIERA F23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; POLYTRON 4G500 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: RV - model: F23 + brand: P5 + model: Zap 6 Cleo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 8312D Build/8312D) AppleWebKit/534.30 (KHTML, like Gecko) Version/2.0 Chrome/30.0.0.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_4G503 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: S0 - model: G101 + brand: P5 + model: Zap 6 Flaz os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; cs-cz; G602 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON__4G550 Build/LMY47D) os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser @@ -7885,19 +7800,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: S0 - model: G602 + brand: P5 + model: Zap 6 Note os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; Ar-eg; G703 Build/IMM76D) AppleWebKit/534.30 (KHTML, Like Gecko) Version/4.0 Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON_4G501 Build/LMY47D) os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser @@ -7905,39 +7820,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: S0 - model: G703 + brand: P5 + model: Zap 6 Posh os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ar-eg; G708G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; POLYTRON_4G551 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "50.0.2661.86" + engine: Blink + engine_version: "" device: type: smartphone - brand: S0 - model: G708G + brand: P5 + model: Zap 6 Posh Note os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; N83-2cpu Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.1; POLYTRON_4G502 Build/LMY47D) os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: type: browser @@ -7945,313 +7860,319 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: S0 - model: N83 + brand: P5 + model: Zap 6 Power os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; N91 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baidubrowser/4.2.9.2 (Baidu; P1 4.1.2) + user_agent: Mozilla/5.0 (Linux; Android 5.1; Eluga_A2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.1" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "4.2.9.2" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: S0 - model: N91 + brand: PA + model: Eluga A2 os_family: Android - browser_family: Baidu + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; ELEMENT P501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ELUGA_I2 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: S1 - model: Element P501 + brand: PA + model: Eluga I2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX EVO Build/STXSTX_EVO) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ELUGA Note Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: S2 - model: EVO + brand: PA + model: Eluga Note os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; STX Mini Build/STXSTX_MINI) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; ELUGA Ray X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: S2 - model: Mini + brand: PA + model: Eluga Ray X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX MINI 2 Build/STXSTX_MINI_2) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; ELUGA Turbo Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: S2 - model: MINI 2 + brand: PA + model: Eluga Turbo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; STX ULTRA Build/STXSTX_ULTRA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; P55 Novo 4G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: S2 - model: ULTRA + brand: PA + model: P55 Novo 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX ULTRA 2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Panasonic_T50 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.78" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: S2 - model: ULTRA 2 + brand: PA + model: T50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; SUNVAN S8888A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; FZ-N1 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: S3 - model: S8888A + brand: PA + model: Toughpad os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; SUNVAN_S899 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 BaiduBoxApp/3.6_7300050a + user_agent: Mozilla/5.0 (Linux; Android 5.1; Art-PCB-V116 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "3.6" + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: S3 - model: S899 + brand: PB + model: Art os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; zh-cn; SUNVAN S899B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.4) + user_agent: Mozilla/5.0 (Linux; Android 5.1; Bee-PCB-V216 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "5.1" platform: "" client: - type: mobile app - name: Baidu Box App - version: "4.2" + type: browser + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: S3 - model: S899B + brand: PB + model: Bee os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4; zh-cn; SUNVAN S899C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.2 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Clap-PCB-I316 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" - platform: "" - client: - type: browser - name: QQ Browser - short_name: QQ - version: "5.2" - engine: WebKit - engine_version: "537.36" + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: S3 - model: S899C + brand: PB + model: Clap os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; N8800 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PH4001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "43.0.2357.92" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: S4 - model: N8800 + brand: PC + model: PH4001 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; N9500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; PCD 506 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: S4 - model: N9500 + brand: PD + model: "506" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; N9600 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PCD508 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone - brand: S4 - model: N9600 + brand: PD + model: "508" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; N9700 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PCD509 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone - brand: S4 - model: N9700 + brand: PD + model: "509" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; N9800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Pentagram Ego Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -8262,16 +8183,16 @@ engine_version: "534.30" device: type: smartphone - brand: S4 - model: N9800 + brand: PG + model: Ego os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; N9977 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; Pentagram Monster Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -8282,423 +8203,452 @@ engine_version: "534.30" device: type: smartphone - brand: S4 - model: N9977 + brand: PG + model: Monster os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; N9000 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; Monster X5 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: S4 - model: Note 3 + brand: PG + model: Monster X5 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SENSEIT A109 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Philips_S396 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone - brand: S6 - model: A109 + brand: PH + model: S396 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; SENSEIT E500 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Philips T3566_TD/V1 Linux/3.4.5 Android/4.2.2 Release/05.02.2013 Browser/AppleWebKit534.30 Mobile Safari/534.30; os: name: Android short_name: AND - version: "5.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.83" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: S6 - model: E500 + brand: PH + model: T3566 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SENSEIT L301 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; ru-ru; Philips W632 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: S6 - model: L301 + brand: PH + model: W632 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SENSEIT R390 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru; Philips W832 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "46.0.2490.76" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.5.0.360" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: S6 - model: R390 + brand: PH + model: W832 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM919 Build/MXB48T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.4.1000 NetType/WIFI Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; Pioneer Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "2.3.6" platform: "" client: - type: mobile app - name: WeChat - version: "6.5.4.1000" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: S7 - model: M1L + brand: PI + model: "" os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OD105 Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043409 Safari/537.36 V1_AND_SQ_7.1.0_692_YYB_D QQ/7.1.0.3175 NetType/WIFI WebP/0.3.0 Pixel/1080 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; E60w Build/PioneerE60w) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.1.1" + version: "4.0.4" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "6.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: S7 - model: Pro + brand: PI + model: E60w os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; SM701 Build/SANFRANCISCO) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025469 Mobile Safari/533.1 MicroMessenger/6.2.5.49_r7ead8bf.620 NetType/WIFI Language/zh_CN QQ/6.6.0.2935 + user_agent: 'Pioneer E71t/V100 Linux/3.4.5 Android/4.2.1 Release/12.24.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.1;' os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.5.49.r7ead8bf.620" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: S7 - model: T1 + brand: PI + model: E71t os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM801 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.4.1000 NetType/4G Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; Pioneer E80w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.2.585 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: - type: mobile app - name: WeChat - version: "6.5.4.1000" + type: browser + name: UC Browser + short_name: UC + version: "10.4.2.585" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: S7 - model: T2 + brand: PI + model: E80w os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-CN; YQ601 Build/LMY47V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.9.3.727 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-us; Versus Pioneer_P1 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "5.1.1" + version: "2.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.9.3.727" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone - brand: S7 - model: U1 + brand: PI + model: P1 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; STK Avenger 500 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.1; zh-CN; Pioneer S90w) U2/1.0.0 UCBrowser/9.9.2.467 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink + name: UC Browser + short_name: UC + version: "9.9.2.467" + engine: "" engine_version: "" device: type: smartphone - brand: S8 - model: Avenger 500 + brand: PI + model: S90w os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0; STK_Sync_5e Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PROV400 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: S8 - model: Sync 5e + brand: PL + model: Agate os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; STK Sync 5z Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; Polaroid PSPC505 Build/PSPC505_MX_V1.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: PL + model: Cosmo 505 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; PSPC550 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: S8 - model: Sync 5z + brand: PL + model: Cosmo 550 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; GT-I5800 Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; Android 7.0; P5006A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "530.17" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY 3 + brand: PL + model: Cosmo K os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 9; SM-A105F Build/PPR1.180610.011; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 YandexSearch/8.60 YandexSearchBrowser/8.60 + user_agent: Mozilla/5.0 (Linux; Android 7.0; P5526A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "74.0.3729.157" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A10 + brand: PL + model: Cosmo K Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A202F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCK21NA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "9.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A20e + brand: PL + model: Cosmo K2 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A300YZ Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; P5026A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2015) + brand: PL + model: Cosmo L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A3000 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCL20A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2015) + brand: PL + model: Cosmo L2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A300H Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCM20A0 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.3" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2015) + brand: PL + model: Cosmo M2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A300Y Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; P5046A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2015) + brand: PL + model: Cosmo P5s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A310M Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; P5525A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.5" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2016) + brand: PL + model: Cosmo Q5s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.101 Mobile Safari/537.36 (Ecosia android@62.0.3202.101) + user_agent: Mozilla/5.0 (Linux; Android 7.0; P5047A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8706,19 +8656,19 @@ platform: "" client: type: browser - name: Ecosia - short_name: EC - version: "62.0.3202.101" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2016) + brand: PL + model: Cosmo Z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310N0 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PSPCZ20A0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8726,259 +8676,259 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2016) + brand: PL + model: Cosmo Z2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; P5025A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2016) + brand: PL + model: L5s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A320Y Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO4006 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A3 (2017) + brand: PL + model: Pro4006 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A320FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PRO4006 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A3 (2017) + brand: PL + model: Pro4006 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SM-A3051) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO400B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.132" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A40s + brand: PL + model: Pro400B os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A500Y Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.534 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO450B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.534" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A5 + brand: PL + model: Pro450B os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A500L Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PRO4611PR201 Build/PRO4611PR201-V1.0-2013.07.25) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A5 + brand: PL + model: Pro4611 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-A500W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PRO5701 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 + brand: PL + model: Pro5701 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-A500S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: PRO7111 Linux/3.0.13 Android/4.0.4 Release/05.14.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 Mobile Safari/534.30 Android 4.0.1; os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A5 + brand: PL + model: Pro7111 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A510M Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PROV350 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) + brand: PL + model: ProV350 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A5100 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; P4005A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) + brand: PL + model: Turbo C4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A510S Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; Polaroid P5005A Build/P5005A_MX_V1.0) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.5" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) + brand: PL + model: Turbo C5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A510Y Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; P4006A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) + brand: PL + model: Turbo D4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A510L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; P4526A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -8993,904 +8943,930 @@ engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) + brand: PL + model: Turbo E os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A510K/KKU1CQK1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: 'Palmscape/3.0J [ja] (v. 3.5.2H1.5; 153x130; c8)' os: - name: Android - short_name: AND - version: "7.0" + name: palmOS + short_name: POS + version: "" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Palmscape + short_name: PA + version: "3.0" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2016) - os_family: Android - browser_family: Chrome + brand: PM + model: "" + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A520K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: 'Xiino/1.0.9E [en] (v. 4.1; 153x130; g4)' os: - name: Android - short_name: AND - version: "7.0" + name: palmOS + short_name: POS + version: "4.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: Xiino + short_name: XI + version: "1.0.9" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2017) - os_family: Android - browser_family: Chrome + brand: PM + model: "" + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A520L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: CorePlayer/1.0 (Palm OS 5.4.9; ARM Intel PXA27x; en) CorePlayer/1.3.2_6909 os: - name: Android - short_name: AND - version: "7.0" + name: palmOS + short_name: POS + version: "5.4.9" + platform: ARM + client: null + device: + type: smartphone + brand: PM + model: "" + os_family: Other Mobile + browser_family: Unknown +- + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-D050; Blazer/4.3) 16;320x320 + os: + name: palmOS + short_name: POS + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: Palm Blazer + short_name: PL + version: "4.3" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2017) - os_family: Android - browser_family: Chrome + brand: PM + model: D050 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A520F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + 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 os: - name: Android - short_name: AND - version: "7.0" + name: webOS + short_name: WOS + version: "1.4.5" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: wOSBrowser + short_name: WO + version: "1.4.5" engine: WebKit - engine_version: "537.36" + engine_version: "532.2" device: type: smartphone - brand: SA - model: GALAXY A5 (2017) - os_family: Android - browser_family: Chrome + brand: PM + model: Pixi 1.0 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A520S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (webOS/1.0; U; en-US) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/1.0 Safari/525.27.1 Pre/1.0 os: - name: Android - short_name: AND - version: "7.0" + name: webOS + short_name: WOS + version: "1.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: Palm Pre + short_name: PR + version: "1.0" engine: WebKit - engine_version: "537.36" + engine_version: "525.27.1" device: type: smartphone - brand: SA - model: GALAXY A5 (2017) - os_family: Android - browser_family: Chrome + brand: PM + model: Pre 1.0 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A520W Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) 320X320 Palm Treo850e os: - name: Android - short_name: AND - version: "8.0.0" + name: Windows CE + short_name: WCE + version: "" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: IE Mobile + short_name: IM + version: "8.12" + engine: Trident + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 (2017) - os_family: Android - browser_family: Chrome + brand: PM + model: Treo850e + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ko-kr; SAMSUNG SM-A500K/KTU1AOA1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36 + user_agent: Mozilla/4.76 (compatible; MSIE 6.0; U; Windows 95; PalmSource; PalmOS; WebPro; Tungsten Proxyless 1.1 320x320x16) os: - name: Android - short_name: AND - version: "4.4.4" + name: palmOS + short_name: POS + version: "" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "34.0.1847.76" - engine: Blink + name: Palm WebPro + short_name: PW + version: "" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 Duos - os_family: Android - browser_family: Chrome + brand: PM + model: Tungsten + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-A500G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-TunX; Blazer/4.3) 16;320x448 os: - name: Android - short_name: AND - version: "6.0.1" + name: palmOS + short_name: POS + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink + name: Palm Blazer + short_name: PL + version: "4.3" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A5 Duos - os_family: Android - browser_family: Chrome + brand: PM + model: TunX + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600P Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 [en] (PalmOS; U; WebPro/3.5; Palm-Zi72)' os: - name: Android - short_name: AND - version: "8.0.0" + name: palmOS + short_name: POS + version: "" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.126" - engine: Blink + name: Palm WebPro + short_name: PW + version: "3.5" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A6 - os_family: Android - browser_family: Chrome + brand: PM + model: Zi72 + os_family: Other Mobile + browser_family: Unknown +- + user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/Palm-Zir4; Blazer/4.0) 16;320x320 + os: + name: palmOS + short_name: POS + version: "" + platform: "" + client: + type: browser + name: Palm Blazer + short_name: PL + version: "4.0" + engine: "" + engine_version: "" + device: + type: smartphone + brand: PM + model: Zir4 + os_family: Other Mobile + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PAP3350DUO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP3350DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PAP3400DUO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP3400DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; PAP3540DUO Build/PrestigioPAP3540DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP3540DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; PAP4040_DUO Build/PrestigioPAP4040DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP4040 DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; PAP4300 DUO Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP4300 DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600T1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP4322DUO os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600AZ Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; PAP4500TDUO Build/PrestigioPAP4500TDUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "44.0.2403.119" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP4500TDUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A600GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PAP4505DUO Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.2.17.1009776.arm os: name: Android short_name: AND - version: "8.0.0" - platform: "" + version: "4.1.1" + platform: ARM client: - type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: Google Search App + version: "3.2.17.1009776" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP4505DUO os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A600F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; PAP5044DUO Build/PrestigioPAP5044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "8.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A6 + brand: PR + model: PAP5044DUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PAP5500DUO Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A6+ + brand: PR + model: PAP5500DUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; PAP5501 Build/PrestigioPAP5501) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A6+ + brand: PR + model: PAP5501 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605FN/A605FNXXU1ARD7 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP3502DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A6+ + brand: PR + model: PSP3502DUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP5453DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A6+ + brand: PR + model: PSP5453DUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A700YD Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; PSP5504DUO Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A7 + brand: PR + model: PSP5504DUO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A7000 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; PSP8500DUO) like Gecko os: - name: Android - short_name: AND - version: "5.0.2" - platform: "" + name: Windows RT + short_name: WRT + version: "" + platform: ARM client: type: browser - name: Samsung Browser - short_name: SB - version: "3.3" - engine: WebKit - engine_version: "537.36" + name: Internet Explorer + short_name: IE + version: "11.0" + engine: Trident + engine_version: "7.0" device: type: smartphone - brand: SA - model: GALAXY A7 - os_family: Android - browser_family: Chrome + brand: PR + model: PSP8500DUO + os_family: Windows Mobile + browser_family: Internet Explorer - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A700H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; YPY_S450 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A7 + brand: PS + model: YPY S450 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A7108 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; IM-A840S Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A7 (2016) + brand: PT + model: IM-A840S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A710L Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; IM-A850K Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A7 (2016) + brand: PT + model: IM-A850K os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A710F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; IM-A850L Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A7 (2016) + brand: PT + model: IM-A850L os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A710S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.2 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; ko-kr; IM-T100K Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NAVER(inapp; search; 200; 3.7.0) os: name: Android short_name: AND - version: "7.0" + version: "2.3.3" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY A7 (2016) + brand: PT + model: IM-T100K os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A710K/KKU1CQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" + user_agent: PANTECH-P7000/JDUS10052009; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.15645; U; fr) Opera 9.50 + os: [ ] client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Opera Mini + short_name: OI + version: "4.2.15645" + engine: Presto + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A7 (2016) - os_family: Android - browser_family: Chrome + brand: PT + model: P7000 + os_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A720F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; PantechP8000 Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "2.2.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: UC Browser + short_name: UC + version: "9.5.0.360" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY A7 (2017) + brand: PT + model: P8000 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A720S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; PantechP8010 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A7 (2017) + brand: PT + model: P8010 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A750G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "8.0.0" - platform: "" + user_agent: PantechP9020/JEUS04262010; Mozilla/5.0 (Profile/MIDP-2.0 Configuration/CLDC-1.1; Opera Mini/att/4.2.18216; U; fr) Opera 9.50 + os: [ ] client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink + name: Opera Mini + short_name: OI + version: "4.2.18216" + engine: Presto engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A7 (2018) - os_family: Android - browser_family: Chrome + brand: PT + model: P9020 + os_family: Unknown + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A750GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; PantechP9060 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "8.0.0" + version: "2.3.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY A7 (2018) + brand: PT + model: P9060 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A750F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PantechP9070 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.0.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "8.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A7 (2018) + brand: PT + model: P9070 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-us; ADR910L Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "9" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A70 + brand: PT + model: Star Q os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A800I Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ADR910L 4G Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PT + model: Star Q os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A8000 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; IM-A870K/2.10 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PT + model: Vega Iron os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A800S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-es; PULID F11 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ACHEETAHI/2100501012 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: CM Browser + short_name: CE + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PU + model: F11 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A800F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; vi; F13 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" + name: UC Browser + short_name: UC + version: "9.4.1.362" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PU + model: F13 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV32 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; vi; F15 Build/JDQ39) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.6.0.378" + engine: WebKit + engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PU + model: F15 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; Android 7.1.1; SM-A530F Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/173.0.0.62.99;]' + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-US; PULID_F6 Build/IMM76D) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/9.7.0.520 Mobile os: name: Android short_name: AND - version: "7.1.1" + version: "4.0.4" platform: "" client: - type: mobile app - name: Facebook - version: "173.0.0.62.99" + type: browser + name: UC Browser + short_name: UC + version: "9.7.0.520" + engine: WebKit + engine_version: "528.5" device: type: smartphone - brand: SA - model: GALAXY A8 + brand: PU + model: F6 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A810F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Android 2.3.6; en-US; PULID F7) U2/1.0.0 UCBrowser/10.4.1.565 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "7.0" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink + name: UC Browser + short_name: UC + version: "10.4.1.565" + engine: "" engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 (2016) + brand: PU + model: F7 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A810S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; PULID T3 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A8 (2016) + brand: PU + model: T3 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A810YZ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MOB-5045 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.2.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A8 (2016) + brand: PV + model: Mobii Phone 5045 os_family: Android - browser_family: Chrome + browser_family: Android Browser diff --git a/Tests/fixtures/smartphone-9.yml b/Tests/fixtures/smartphone-9.yml index 4392a21050..6c641f3d47 100644 --- a/Tests/fixtures/smartphone-9.yml +++ b/Tests/fixtures/smartphone-9.yml @@ -1,350 +1,350 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-A530W Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Pixus Raze Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 (2018) + brand: PX + model: Raze os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A530N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum Fit) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 (2018) + brand: QA + model: Fit os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G885F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Quantum Mini) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 Star + brand: QA + model: Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G885Y Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "70.0.3538.80" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 Star + brand: QA + model: V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G885S Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Quantum You E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "8.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8 Star + brand: QA + model: You E os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-A730F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Q09 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A8+ (2018) + brand: QH + model: Q09 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A9000 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Qilive 40/V2 Linux/3.0.13 Android/4.0 Release/02.15.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 MBBMS/2.2 System/Android 4.2.2 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A9 + brand: QI + model: "40" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A920F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Qilive 40 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A9 (2018) + brand: QI + model: "40" os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; SM-A9[7] Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Qilive 45 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A9 7 + brand: QI + model: "45" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A9100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Qilive 50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY A9 Pro + brand: QI + model: "50" os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A910F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Qilive 53 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "66.0.3359.126" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY A9 Pro + brand: QI + model: "53" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-us; GT-S5830L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S5IN4GR) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q10 5.0" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S53IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.73" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q10 5.3" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sr-rs; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S57IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q10 5.7" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; GT-S5830 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Q10S6IN4G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q10 6.0" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-S5830 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Q8S5IN4GP) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q8 5.1" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-S5830i Build/830iv1.4cn20120908) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Q8S55IN4G2 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QI + model: Q8 5.5" 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; QMobile A11Note Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -352,155 +352,155 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QM + model: A11Note os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; in-id; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; en-US; QMobile_A2_Lite) U2/1.0.0 UCBrowser/9.1.1.420 U2/1.0.0 Mobile os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "2.3.5" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "9.1.1.420" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QM + model: A2 Lite os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ru-ru; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: UCWEB/2.0 (Linux; U; Adr 4.2.2; en-US; QMobile A30) U2/1.0.0 UCBrowser/9.3.1.344 U2/1.0.0 Mobile os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: UC Browser + short_name: UC + version: "9.3.1.344" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QM + model: A30 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; sl-si; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; QMobile A65 Build/QMobileA65) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "7.2.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.5.0.360" engine: WebKit engine_version: "533.1" device: type: smartphone - brand: SA - model: GALAXY Ace + brand: QM + model: A65 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; GT-I8160P-ORANGE/I8160PBVLK3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; LUNA PRO Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "63.0.3239.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 2 + brand: QM + model: Luna Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-I8160 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0; NICE S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 2 + brand: QM + model: Nice S os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GT-I8160P Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; Noir X1S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 2 + brand: QM + model: Noir X1S os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; fr-ch; SAMSUNG GT-S7275R/S7275RXXUAMK2 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.5; vi; Q-Smart_S12) U2/1.0.0 UCBrowser/9.7.0.520 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" - engine: WebKit - engine_version: "535.19" + name: UC Browser + short_name: UC + version: "9.7.0.520" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY ACE 3 + brand: QM + model: S12 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313HY Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; QMobile X25 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 OPR/27.0.1698.88647 os: name: Android short_name: AND @@ -508,219 +508,219 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera Mobile + short_name: OM + version: "27.0.1698.88647" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: QM + model: X25 os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313MU Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; QMobile Z10 Build/LMY47D) U2/1.0.0 UCMini/10.9.0.946 (SpeedMode; Android 5.1; QMobile Z10 Build/LMY47D) Mobile os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: UC Browser Mini + short_name: UM + version: "10.9.0.946" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: QM + model: Z10 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313ML Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; Quechua Phone 5 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.517" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: QU + model: Quechua Phone 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313MY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; IO Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.517" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: R1 + model: IO Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; CASPER_VIA_A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "78.0.3904.96" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: R4 + model: VIA A2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CASPER_VIA_E2 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 + brand: R4 + model: VIA E2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; VIA_G4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 Lite + brand: R4 + model: VIA G4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313HZ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; CASPER_VIA_M1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "36.0.1985.135" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 Lite + brand: R4 + model: VIA M1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313HN Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; CASPER_VIA_M3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 Lite + brand: R4 + model: VIA M3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313H Build/KOT49H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 OPR/36.2.2254.130496 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; VIA_M4 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "36.2.2254.130496" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Ace 4 Lite + brand: R4 + model: VIA M4 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6_mobile-star; iw-il; GT-S7500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; VIA_P2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY ACE Plus + brand: R4 + model: VIA P2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-G850A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Casper_VIA_V6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 os: name: Android short_name: AND @@ -730,217 +730,294 @@ type: browser name: Chrome Mobile short_name: CM - version: "35.0.1916.141" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Alpha + brand: R4 + model: VIA V6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G850M Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VIA_V8C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Alpha + brand: R4 + model: VIA V8C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G850Y Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Casper_VIA_V9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Alpha + brand: R4 + model: VIA V9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G850S Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RoverPhone) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "78.0.3904.96" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Alpha + brand: R6 + model: "" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G850W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RCA RLTP4028 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "5.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "2.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Alpha + brand: RC + model: RLTP4028 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; GT-I5801 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.0; BBC100-1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Apollo + brand: RM + model: Aurora os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-US; GT-I8520 Build/ECLAIR) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.1.0.297 U3/0.8.0 Mobile Safari/534.31 + user_agent: FlyCast/1.34 (BlackBerry; 8330/4.5.0.131 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/-1) os: - name: Android - short_name: AND - version: "2.1" + name: BlackBerry OS + short_name: BLB + version: "" + platform: "" + client: + type: mediaplayer + name: FlyCast + version: "1.34" + device: + type: smartphone + brand: RM + model: BlackBerry + os_family: BlackBerry + browser_family: Unknown +- + user_agent: UCWEB/2.0(BlackBerry; U; 6.6.0.236; en-us; 9300/6.6.0.236) U2/1.0.0 UCBrowser/8.1.0.216 U2/1.0.0 Mobile + os: + name: BlackBerry OS + short_name: BLB + version: "" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.1.0.297" - engine: WebKit - engine_version: "534.31" + version: "8.1.0.216" + engine: "" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Beam - os_family: Android + brand: RM + model: BlackBerry + os_family: BlackBerry browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I8530 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Opera/9.80 (BlackBerry; Opera Mini/4.5.33868/34.861; U; es) Presto/2.8.119 Version/11.10 os: - name: Android - short_name: AND - version: "4.1.2" + name: BlackBerry OS + short_name: BLB + version: "11.10" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Opera Mini + short_name: OI + version: "4.5.33868" + engine: Presto + engine_version: "2.8.119" + device: + type: smartphone + brand: RM + model: BlackBerry + os_family: BlackBerry + browser_family: Opera +- + user_agent: OneBrowser/for Blackberry3.0.0 (BlackBerry9930/7.1.0.580) + os: + name: BlackBerry OS + short_name: BLB + version: "7.1.0.580" + platform: "" + client: + type: browser + name: ONE Browser + short_name: OE version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Beam - os_family: Android - browser_family: Android Browser + brand: RM + model: BlackBerry 3 + os_family: BlackBerry + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5000 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: BlackBerry7520/4.0.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/5.0.3.3 UP.Link/5.1.2.12 (Google WAP Proxy/1.0) os: - name: Android - short_name: AND - version: "6.0.1" + name: BlackBerry OS + short_name: BLB + version: "4.0.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: Openwave Mobile Browser + short_name: OV + version: "5.0.3.3" + engine: "" + engine_version: "" + device: + type: smartphone + brand: RM + model: BlackBerry 7520 + os_family: BlackBerry + browser_family: Unknown +- + user_agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/134 + os: + name: BlackBerry OS + short_name: BLB + version: "5.0.0.681" + platform: "" + client: + type: browser + name: BlackBerry Browser + short_name: BB + version: "" + engine: "" + engine_version: "" + device: + type: smartphone + brand: RM + model: BlackBerry 8520 + os_family: BlackBerry + browser_family: BlackBerry Browser +- + user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9220; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.714 Mobile Safari/534.11+ + os: + name: BlackBerry OS + short_name: BLB + version: "7.1.0.714" + platform: "" + client: + type: browser + name: BlackBerry Browser + short_name: BB + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.11" device: type: smartphone - brand: SA - model: GALAXY C5 - os_family: Android - browser_family: Chrome + brand: RM + model: BlackBerry 9220 + os_family: BlackBerry + browser_family: BlackBerry Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5018 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+ os: - name: Android - short_name: AND - version: "6.0.1" + name: BlackBerry OS + short_name: BLB + version: "6.0.0.448" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" + name: BlackBerry Browser + short_name: BB + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.8" device: type: smartphone - brand: SA - model: GALAXY C5 Pro - os_family: Android - browser_family: Chrome + brand: RM + model: BlackBerry 9800 + os_family: BlackBerry + browser_family: BlackBerry Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5010 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9930; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.755 Mobile Safari/534.11+ os: - name: Android - short_name: AND - version: "6.0.1" + name: BlackBerry OS + short_name: BLB + version: "7.1.0.755" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: BlackBerry Browser + short_name: BB + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.11" device: type: smartphone - brand: SA - model: GALAXY C5 Pro - os_family: Android - browser_family: Chrome + brand: RM + model: BlackBerry 9930 + os_family: BlackBerry + browser_family: BlackBerry Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C7000 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; STH100-2 Build/MMB29M) os: name: Android short_name: AND @@ -948,19 +1025,19 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C7 + brand: RM + model: BlackBerry DTEK50 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-C7018 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STH100-1 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -970,17 +1047,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C7 Pro + brand: RM + model: BlackBerry DTEK50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C701F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; BBA100-2 Build/6.0.1_0.248.0.069) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND @@ -988,19 +1065,19 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C7 Pro + brand: RM + model: BlackBerry DTEK60 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C7010 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; BBA100-1 Build/6.0.1_0.223.0.064) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1008,59 +1085,59 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C7 Pro + brand: RM + model: BlackBerry DTEK60 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-C7100 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4651 Mobile Safari/537.10+ os: - name: Android - short_name: AND - version: "7.1.1" + name: BlackBerry OS + short_name: BLB + version: "10.1.0.4651" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" + name: BlackBerry Browser + short_name: BB + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "537.10" device: type: smartphone - brand: SA - model: GALAXY C8 - os_family: Android - browser_family: Chrome + brand: RM + model: BlackBerry Kbd + os_family: BlackBerry + browser_family: BlackBerry Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-C7108 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; STV100-1 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C8 + brand: RM + model: BlackBerry Priv os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-C9008 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-3 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1070,1201 +1147,1195 @@ type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C9 Pro + brand: RM + model: BlackBerry Priv os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; SM-C900F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.0.0.1088 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-4 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "6.0.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.0.0.1088" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY C9 Pro + brand: RM + model: BlackBerry Priv os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SCH-S738C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-4 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Centura + brand: RM + model: BlackBerry Priv os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-es; GT-B5330 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; STV100-2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Chat + brand: RM + model: BlackBerry Priv os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-us; GT-B5330L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4633 Mobile Safari/537.10+ os: - name: Android - short_name: AND - version: "4.1.2" + name: BlackBerry OS + short_name: BLB + version: "10.1.0.4633" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: BlackBerry Browser + short_name: BB version: "" engine: WebKit - engine_version: "534.30" + engine_version: "537.10" device: type: smartphone - brand: SA - model: GALAXY Chat - os_family: Android - browser_family: Android Browser + brand: RM + model: BlackBerry Touch + os_family: BlackBerry + browser_family: BlackBerry Browser - - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; pt-br; GT-I8262B Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ' + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBG100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core + brand: RM + model: Evolve os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; GT-I8262D Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBH100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core + brand: RM + model: Evolve X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8260 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-6 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core + brand: RM + model: KEY2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8260L Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-7 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core + brand: RM + model: KEY2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I8262 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: MocorDroid - short_name: MCD - version: "2.3.5" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core + brand: RM + model: KEY2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; pl-pl; SAMSUNG GT-I8580 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-2 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Core Advance + brand: RM + model: KEY2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; SM-G386F Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-3 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY CORE LTE + brand: RM + model: KEY2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SM-G350 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-4 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY CORE Plus + brand: RM + model: KEY2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G361H Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-5 Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.81" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY CORE Prime Value Edition + brand: RM + model: KEY2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SGH-S730M Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-9 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Discover + brand: RM + model: KEY2 Black os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SCH-R740C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-1 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "31.0.1650.59" + version: "69.0.3497" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Discover + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-E500H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-2 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.85" + version: "69.0.3497" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY E5 + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-E700H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-3 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "69.0.3497" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY E7 + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-I8730 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-4 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Express + brand: RM + model: KEY2 LE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; SAMSUNG SM-G3815/G3815XXUBMK5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-5 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY EXPRESS II + brand: RM + model: KEY2 LE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6810 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-6 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY FAME + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6790 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-7 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "69.0.3497" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY FAME Lite with NFC + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-cn; SM-G1650 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.8 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-8 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "8.8" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "69.0.3497" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Folder 2 + brand: RM + model: KEY2 LE os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G720N0 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-9 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "40.0.2214.109" + version: "69.0.3497" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Grand Max + brand: RM + model: KEY2 LE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G720AX Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BBF100-8 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "51.0.2704.81" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Grand Max + brand: RM + model: KEY2 Silver os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G7202 Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-3 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.3" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY Grand Max + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-J100H Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-5 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J1 + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J120H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-6 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.116" + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J1 (2016) + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG SM-J110H Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-7 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "2.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: SA - model: GALAXY J1 Ace + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BBB100-2 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J1 Ace + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J105B Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; BBB100-4 Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.70" + version: "37.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J1 mini + brand: RM + model: KEYone os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200G Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-2 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 + brand: RM + model: Motion os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-6 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 + brand: RM + model: Motion os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J210F Build/MMB29Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; BBD100-1 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J2 Pro + brand: RM + model: Motion os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-J250F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; es-us; RINNO R505 Build/KOT49H) Browser/AppleWebKit534.30 Mobile Safari/534.30 System/Android 5.1; os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.70" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J2 Pro + brand: RN + model: R505 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320FN Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Shock 5 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "5.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J3 (2016) + brand: RT + model: Shock 5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; RIVIERA F23) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.68" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J3 (2016) + brand: RV + model: F23 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 8312D Build/8312D) AppleWebKit/534.30 (KHTML, like Gecko) Version/2.0 Chrome/30.0.0.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J3 (2016) + brand: S0 + model: G101 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J320N0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; cs-cz; G602 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J3 (2016) + brand: S0 + model: G602 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-J330G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; Ar-eg; G703 Build/IMM76D) AppleWebKit/534.30 (KHTML, Like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.85" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J3 (2017) + brand: S0 + model: G703 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-J337W Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ar-eg; G708G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J3 (2018) + brand: S0 + model: G708G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J400F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; N83-2cpu Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J4 + brand: S0 + model: N83 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J410F Build/M1AJB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; N91 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baidubrowser/4.2.9.2 (Baidu; P1 4.1.2) os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Baidu Browser + short_name: BD + version: "4.2.9.2" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J4 Core + brand: S0 + model: N91 os_family: Android - browser_family: Chrome + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J415F Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4; ELEMENT P501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "8.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J4+ + brand: S1 + model: Element P501 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SM-J415FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX EVO Build/STXSTX_EVO) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.101" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J4+ + brand: S2 + model: EVO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J500H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; STX Mini Build/STXSTX_MINI) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J5 (2015) + brand: S2 + model: Mini os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J500F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX MINI 2 Build/STXSTX_MINI_2) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J5 (2015) + brand: S2 + model: MINI 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J510MN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.97 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; STX ULTRA Build/STXSTX_ULTRA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.97" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J5 (2016) + brand: S2 + model: ULTRA os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-J510FN Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; STX ULTRA 2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J5 (2016) + brand: S2 + model: ULTRA 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J530F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; SUNVAN S8888A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" + name: QQ Browser + short_name: QQ + version: "6.0" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: SA - model: GALAXY J5 (2017) + brand: S3 + model: S8888A os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J530G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; SUNVAN_S899 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 BaiduBoxApp/3.6_7300050a os: name: Android short_name: AND - version: "8.1.0" + version: "4.3" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "74.0.3729.136" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "3.6" device: type: smartphone - brand: SA - model: GALAXY J5 (2017) + brand: S3 + model: S899 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G570M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; zh-cn; SUNVAN S899B Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 baiduboxapp/4.2 (Baidu; P1 4.4) os: name: Android short_name: AND - version: "6.0.1" + version: "4.4" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "4.2" device: type: smartphone - brand: SA - model: GALAXY J5 Prime + brand: S3 + model: S899B os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G570Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4; zh-cn; SUNVAN S899C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.2 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "5.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone - brand: SA - model: GALAXY J5 Prime + brand: S3 + model: S899C os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G570F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; N8800 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "43.0.2357.92" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J5 Prime + brand: S4 + model: N8800 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; N9500 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.70" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J6 + brand: S4 + model: N9500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600GF Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; N9600 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.85" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J6 + brand: S4 + model: N9600 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; N9700 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.70" + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J6 + brand: S4 + model: N9700 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J610F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; N9800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "71.0.3578.99" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J6+ + brand: S4 + model: N9800 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; SAMSUNG SM-J7008 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; N9977 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1" + version: "4.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.3" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J7 + brand: S4 + model: N9977 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J700K Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; N9000 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 + brand: S4 + model: Note 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SENSEIT A109 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser @@ -2275,592 +2346,603 @@ engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 + brand: S6 + model: A109 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J710MN Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 Snapchat/10.29.0.0 (SM-J710MN; Android 6.0.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0; SENSEIT E500 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "62.0.3202.84" + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 + brand: S6 + model: E500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SENSEIT L301 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 + brand: S6 + model: L301 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700P Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SENSEIT R390 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "50.0.2661.89" + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 (2015) + brand: S6 + model: R390 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700T Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM919 Build/MXB48T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.4.1000 NetType/WIFI Language/zh_CN os: name: Android short_name: AND version: "6.0.1" platform: "" client: - type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.5.4.1000" device: type: smartphone - brand: SA - model: GALAXY J7 (2016) + brand: S7 + model: M1L os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J700T1 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; OD105 Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043409 Safari/537.36 V1_AND_SQ_7.1.0_692_YYB_D QQ/7.1.0.3175 NetType/WIFI WebP/0.3.0 Pixel/1080 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" + name: QQ Browser + short_name: QQ + version: "6.2" engine: WebKit engine_version: "537.36" device: type: smartphone - brand: SA - model: GALAXY J7 (2016) + brand: S7 + model: Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-J737U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; SM701 Build/SANFRANCISCO) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025469 Mobile Safari/533.1 MicroMessenger/6.2.5.49_r7ead8bf.620 NetType/WIFI Language/zh_CN QQ/6.6.0.2935 os: name: Android short_name: AND - version: "8.0.0" + version: "4.4.2" platform: "" client: - type: browser - name: Samsung Browser - short_name: SB - version: "7.4" - engine: WebKit - engine_version: "537.36" + type: mobile app + name: WeChat + version: "6.2.5.49.r7ead8bf.620" device: type: smartphone - brand: SA - model: GALAXY J7 (2018) + brand: S7 + model: T1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; Android 6.1; SM-J7[7] Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM801 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.4.1000 NetType/4G Language/zh_CN os: name: Android short_name: AND - version: "6.1" + version: "5.1.1" platform: "" client: - type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + type: mobile app + name: WeChat + version: "6.5.4.1000" device: type: smartphone - brand: SA - model: GALAXY J7 7 + brand: S7 + model: T2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J701F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; zh-CN; YQ601 Build/LMY47V) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.9.3.727 U3/0.8.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" + name: UC Browser + short_name: UC + version: "10.9.3.727" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone - brand: SA - model: GALAXY J7 Core + brand: S7 + model: U1 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G615F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; STK Avenger 500 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 Max + brand: S8 + model: Avenger 500 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G610F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; STK_Sync_5e Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 Prime + brand: S8 + model: Sync 5e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G610M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; STK Sync 5z Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone - brand: SA - model: GALAXY J7 Prime + brand: S8 + model: Sync 5z os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-G611MT Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; GT-I5800 Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: name: Android short_name: AND - version: "7.1.1" + version: "2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "530.17" + device: + type: smartphone + brand: SA + model: GALAXY 3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 Linux; Android 9; SM-A105F Build/PPR1.180610.011; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 YandexSearch/8.60 YandexSearchBrowser/8.60 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY J7 Prime 2 + model: GALAXY A10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G611FF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-A107M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY J7 Prime 2 + model: GALAXY A10s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G611M Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; arm; Android 9; SM-A107F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 YaBrowser/19.9.1.126.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" + platform: ARM + client: + type: browser + name: Yandex Browser + short_name: YA + version: "19.9.1.126.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY A10s + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A202F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "8.2" + version: "9.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J7 Prime 2 + model: GALAXY A20e os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-J730GM Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A300YZ Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "60.0.3112.116" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY J7 Pro + model: GALAXY A3 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J730G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A3000 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.85" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY J7 Pro + model: GALAXY A3 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J727T1 Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A300H Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "7.4" + version: "3.3" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J7 V + model: GALAXY A3 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; SM-C710F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.0.1109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A300Y Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.0.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.5.0.1109" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J7+ (C7) + model: GALAXY A3 (2015) os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SM-J810M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A310M Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "73.0.3683.90" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "3.5" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J8 + model: GALAXY A3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; SM-J8 Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.101 Mobile Safari/537.36 (Ecosia android@62.0.3202.101) os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Ecosia + short_name: EC + version: "62.0.3202.101" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J8 Pro + model: GALAXY A3 (2016) os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 6.0; SM-J9[7] Prime Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310N0 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "5.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J9 7 Prime + model: GALAXY A3 (2016) os_family: Android browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 7.1.1; SM-J9[8] Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36' + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY J9 8 Pro + model: GALAXY A3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605K/KKU1ARJ1 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A320Y Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "7.4" + version: "4.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY Jean + model: GALAXY A3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4; SM-C115 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.514 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A320FL Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.514" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY K zoom + model: GALAXY A3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-C111M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-A3051) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SA - model: GALAXY K zoom - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG SM-C111 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY K zoom + model: GALAXY A40s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M105F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A500Y Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.534 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "36.0.1985.534" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY M10 + model: GALAXY A5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M205F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A500L Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY M20 + model: GALAXY A5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M205G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-A500W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY M20 + model: GALAXY A5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G550FY Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-A500S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2870,57 +2952,57 @@ type: browser name: Chrome Mobile short_name: CM - version: "56.0.2924.87" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY On5 + model: GALAXY A5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G5510 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A510M Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY On5 + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G5520 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A5100 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY On5 + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G6000 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A510S Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2936,11 +3018,11 @@ device: type: smartphone brand: SA - model: GALAXY On7 + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G600FY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A510Y Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2948,59 +3030,59 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "5.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY On7 + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G600F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A510L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "60.0.3112.107" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY On7 + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G6100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A510K/KKU1CQK1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "5.4" + version: "6.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY On7 (2016) + model: GALAXY A5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G610K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A520K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3016,11 +3098,11 @@ device: type: smartphone brand: SA - model: GALAXY On7 (2016) + model: GALAXY A5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G610L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A520L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3030,17 +3112,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY On7 (2016) + model: GALAXY A5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G610S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A520F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3050,1057 +3132,1074 @@ type: browser name: Samsung Browser short_name: SB - version: "7.2" + version: "6.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY On7 (2016) + model: GALAXY A5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-G611F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A520S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY On7 Prime + model: GALAXY A5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-G611S Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A520W Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.0.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "6.2" + version: "7.0" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY On7 Prime + model: GALAXY A5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; ko-kr; SAMSUNG SM-A500K/KTU1AOA1 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" + name: Chrome Webview + short_name: CV + version: "34.0.1847.76" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET 2 + model: GALAXY A5 Duos os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-A500G Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "47.0.2526.83" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET 2 + model: GALAXY A5 Duos os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600P Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "66.0.3359.126" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET 2 + model: GALAXY A6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-S5310 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; Maxthon (4.0.4.1000); + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.0.0" platform: "" client: type: browser - name: Maxthon - short_name: MX - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET Neo + model: GALAXY A6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; GT-S5301 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET Plus + model: GALAXY A6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; GT-S5301L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET Plus + model: GALAXY A6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-br; GT-S5301B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.133" - engine: WebKit - engine_version: "534.30" + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY POCKET Plus + model: GALAXY A6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; GT-I9103 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.4" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY R + model: GALAXY A6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G910S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600T1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.68" + version: "72.0.3626.105" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Round + model: GALAXY A6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; GT-I9088 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A600AZ Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "44.0.2403.119" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: SAMSUNG-GT-I9008L_TD/1.0 Android/2.2.1 Release/12.15.2010 Browser/AppleWebKit533.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A600GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.1" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: MQQBrowser/3.0/Mozilla/5.0 (Linux; U; Android 2.2.2; zh-cn; GT-I9018 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A600F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2.2" + version: "8.0.0" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "3.0" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; GT-I9000M Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.0" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-I9000 Build/admin.AiLL) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; nl-nl; GT-I9000 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605FN/A605FNXXU1ARD7 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S + model: GALAXY A6+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; GT-I9070 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S Advance + model: GALAXY A6+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; SAMSUNG GT-I9070/I9070BULK1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-A700YD Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "40.0.2214.109" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S Advance + model: GALAXY A7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; GT-I9070P-ORANGE/I9070PBVLD3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A7000 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "3.3" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S Advance + model: GALAXY A7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-i919 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A700H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S DUOS + model: GALAXY A7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-; GT-S7562 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A7108 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY A7 (2016) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A710L Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S DUOS + model: GALAXY A7 (2016) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; GT-S7562L Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A710F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY A7 (2016) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A710S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.2 Chrome/51.0.2704.106 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "5.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S DUOS + model: GALAXY A7 (2016) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; GT-S7582 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A710K/KKU1CQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S DUOS 2 + model: GALAXY A7 (2016) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; GT-S7582 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A720F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "10.7.0.636" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S DUOS 2 + model: GALAXY A7 (2017) os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G316HU Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A720S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S DUOS 3 + model: GALAXY A7 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; GT-I9010 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-A750G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S Giorgio Armani + model: GALAXY A7 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-ca; GT-I9100M Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A750GN Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A7 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; SAMSUNG GT-I9100/I9100BUKJ3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A750F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A7 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; SC-02C) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 9; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "9" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.0.276" - engine: "" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.101" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A70 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; zh-CN; GT-I9100) U2/1.0.0 UCBrowser/9.6.1.401 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A800I Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "5.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.1.401" - engine: "" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; GT-I9100T Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A8000 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-es; GT-I9100G Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-A800S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; GT-I9108 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A800F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.3.413" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; Galaxy S II Build/GRJ22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV32 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; it-it; GT-I9100P Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 7.1.1; SM-A530F Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/173.0.0.62.99;]' os: name: Android short_name: AND - version: "4.0.3" + version: "7.1.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Facebook + version: "173.0.0.62.99" device: type: smartphone brand: SA - model: GALAXY S II + model: GALAXY A8 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; GT-I9100 Build/JOP40G; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: CyanogenMod - short_name: CYN - version: "10.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SA - model: GALAXY S II - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-I9105 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A810F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II Plus + model: GALAXY A8 (2016) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9105P Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A810S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S II Plus + model: GALAXY A8 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ISW11SC Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A810YZ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S II WiMAX + model: GALAXY A8 (2016) os_family: Android browser_family: Chrome - - user_agent: samsung-GT-I9300/1.0 Linux/2.6.35.7 Android/4.0.4 Release/04.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-A530W Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I535 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A530N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I9300-ORANGE/I9300XXEMF1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G885F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8 Star os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SCH-I535 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Mobile Safari/537.36 OPR/19.0.1340.69721 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G885Y Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.0.0" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "19.0.1340.69721" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "7.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8 Star os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SCH-L710 Build/JSS15J) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G885S Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.0.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8 Star os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SCH-I535 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-A730F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S III + model: GALAXY A8+ (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SCH-R530U Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 USCC-R530U + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-A9000 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III LTE + model: GALAXY A9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; de-de; SAMSUNG GT-I9305/I9305XXUEMKC Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A920F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III LTE + model: GALAXY A9 (2018) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SAMSUNG GT-I8190/I8190XXALJL Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; SM-A9[7] Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S III mini + model: GALAXY A9 7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; GT-I8190L Build/JRO03H) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A9100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S III mini + model: GALAXY A9 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG GT-I8190N/I8190NXXAML1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-A910F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S III mini + model: GALAXY A9 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I8200N Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; es-us; GT-S5830L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S III mini Value Edition + model: GALAXY Ace os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sv-se; GT-I9001 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -4116,95 +4215,95 @@ device: type: smartphone brand: SA - model: GALAXY S Plus + model: GALAXY Ace os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G973F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sr-rs; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "9" + version: "2.3.6" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "9.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S10 + model: GALAXY Ace os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG-SM-G730A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; GT-S5830 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S3 mini + model: GALAXY Ace os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G730V Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-S5830 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S3 mini + model: GALAXY Ace os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G730W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-S5830i Build/830iv1.4cn20120908) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S3 mini + model: GALAXY Ace os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: samsung-GT-I9505+/1.0 Linux/2.6.35.7 Android/4.1.2 Release/08.14.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser @@ -4216,15 +4315,15 @@ device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; GT-I9500. Build/CNANZHI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; in-id; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser @@ -4236,15 +4335,15 @@ device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace os_family: Android browser_family: Android Browser - - user_agent: sprd-Galaxy-S4/1.0 Linux/2.6.35.7 Android/4.2.2 Release/10.14.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; ru-ru; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "4.2.2" + name: CyanogenMod + short_name: CYN + version: "7.2.0" platform: "" client: type: browser @@ -4256,71 +4355,91 @@ device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; SCH-I959 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.2.13.3 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; sl-si; GT-S5830 Build/GRWK74; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: CyanogenMod + short_name: CYN + version: "7.2.0" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: SA + model: GALAXY Ace + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; GT-I8160P-ORANGE/I8160PBVLK3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Baidu Browser - short_name: BD - version: "4.2.13.3" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.24" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 2 os_family: Android - browser_family: Baidu + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SC-04E Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-I8160 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.31" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-gb; SAMSUNG GT-I9505X Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GT-I8160P Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "18.0.1025.308" - engine: WebKit - engine_version: "535.19" + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG GT-I9500 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; fr-ch; SAMSUNG GT-S7275R/S7275RXXUAMK2 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND @@ -4336,111 +4455,131 @@ device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY ACE 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M919N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313HY Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; GT-I9500 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313MU Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: SA + model: GALAXY Ace 4 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313ML Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "33.0.1750.517" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SCH-I545 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313MY Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "33.0.1750.517" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG SCH-R970C Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; zh-cn; SAMSUNG-SCH-I959 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SGH-M919 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4448,19 +4587,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GT-I9502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 MApi 1.0 (com.dianping.v1 7.0.0 om_sd_360sz GT-I9502; Android 4.4.2) MApi 1.0 (com.dianping.v1 7.0.0 om_sd_360sz GT-I9502; Android 4.4.2) efte/1.0 (efte-for-android) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313HZ Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4468,336 +4607,359 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; GT-I9500 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G313HN Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY Ace 4 Lite os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9500 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G313H Build/KOT49H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 OPR/36.2.2254.130496 os: name: Android short_name: AND - version: "5.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "2.1" + name: Opera Mobile + short_name: OM + version: "36.2.2254.130496" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY Ace 4 Lite + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6_mobile-star; iw-il; GT-S7500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.6" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S4 + model: GALAXY ACE Plus os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9295 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-G850A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 ACTIVE + model: GALAXY Alpha os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9190 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G850M Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 mini + model: GALAXY Alpha os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SCH-I435 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G850Y Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "28.0.1500.94" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 mini + model: GALAXY Alpha os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9195 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G850S Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S4 mini + model: GALAXY Alpha os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; de-de; SAMSUNG GT-I9195 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G850W Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" + name: Samsung Browser + short_name: SB + version: "2.1" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S4 mini + model: GALAXY Alpha os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; GT-I9195I Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Crosswalk/14.43.343.17 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; GT-I5801 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.2" platform: "" client: - type: mobile app - name: CrosswalkApp - version: "14.43.343.17" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S4 mini + model: GALAXY Apollo os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; fr-fr; SAMSUNG GT-I9506/I9506XXUBNA2 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; en-US; GT-I8520 Build/ECLAIR) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.1.0.297 U3/0.8.0 Mobile Safari/534.31 os: name: Android short_name: AND - version: "4.3" + version: "2.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "9.1.0.297" + engine: WebKit + engine_version: "534.31" device: type: smartphone brand: SA - model: GALAXY S4 with LTE+ + model: GALAXY Beam os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG-SM-C105A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I8530 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S4 zoom + model: GALAXY Beam os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SM-C105 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5000 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S4 zoom + model: GALAXY C5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; fr-be; SAMSUNG SM-C101 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5018 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S4 zoom + model: GALAXY C5 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG SM-C105L Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C5010 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "535.19" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S4 zoom + model: GALAXY C5 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-ca; SM-G900W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C7000 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "4.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; fr-fr; SAMSUNG SM-G900F-ORANGE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-C7018 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C7 Pro os_family: Android browser_family: Chrome - - user_agent: sprd-Galaxy-S5/1.0 Linux/2.6.35.7 Android/4.4.4 Release/11.29.2014 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C701F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "4.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C7 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G906L Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-C7010 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -4805,183 +4967,183 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "7.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G906K Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-C7100 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G906S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-C7108 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "4.0" + version: "7.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 + model: GALAXY C8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G870F Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-C9008 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "6.0.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "2.1" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S5 Active + model: GALAXY C9 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G870W Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; SM-C900F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.0.0.1088 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" + name: UC Browser + short_name: UC + version: "12.0.0.1088" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S5 Active + model: GALAXY C9 Pro os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG-SM-G890A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SCH-S738C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S5 Active + model: GALAXY Centura os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G870A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-es; GT-B5330 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "8.2" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S5 Active + model: GALAXY Chat os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; zh-cn; SAMSUNG-SM-G9009D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; es-us; GT-B5330L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S5 Dual-SIM + model: GALAXY Chat os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G860P Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.1.2; pt-br; GT-I8262B Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ' os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S5 K Sport + model: GALAXY Core os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; SM-G800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; GT-I8262D Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -4993,111 +5155,131 @@ device: type: smartphone brand: SA - model: GALAXY S5 mini + model: GALAXY Core os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G800F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 MobileIron/1.6.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8260 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.2" platform: "" client: type: browser - name: Iron Mobile - short_name: I3 - version: "1.6.0" - engine: Blink - engine_version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone brand: SA - model: GALAXY S5 mini + model: GALAXY Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G903W Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8260L Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S5 Neo + model: GALAXY Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G903F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I8262 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Android - short_name: AND - version: "5.1.1" + name: MocorDroid + short_name: MCD + version: "2.3.5" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "3.3" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY S5 Neo + model: GALAXY Core os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G903M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; pl-pl; SAMSUNG GT-I8580 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "72.0.3626.105" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S5 Neo + model: GALAXY Core Advance os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G920W8 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; SM-G386F Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.0.2" + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: SA + model: GALAXY CORE LTE + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SM-G350 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY CORE Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G920V Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G361H Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5107,621 +5289,601 @@ type: browser name: Chrome Mobile short_name: CM - version: "61.0.3163.98" + version: "67.0.3396.81" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY CORE Prime Value Edition os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G920X Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SGH-S730M Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "4.0" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "537.36" + engine_version: "535.19" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY Discover os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SCH-R740C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "52.0.2743.98" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY Discover os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-E500H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY E5 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920P Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-E700H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY E7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-cn; SM-G9200 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.9 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-I8730 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.1.2" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "8.9" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY Express os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G920L Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; es-es; SAMSUNG SM-G3815/G3815XXUBMK5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY EXPRESS II os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6810 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY FAME os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6790 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.1.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY FAME Lite with NFC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-cn; SM-G1650 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.8 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.68" - engine: Blink - engine_version: "" + name: QQ Browser + short_name: QQ + version: "8.8" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 + model: GALAXY Folder 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG-SM-G925A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G720N0 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "39.0.2171.93" + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY Grand Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G9250 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G720AX Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY Grand Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G7202 Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "3.3" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY Grand Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925S Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-J100H Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.137" + version: "67.0.3396.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY J1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925P Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J120H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "67.0.3396.87" + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925D Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" - client: - type: browser - name: Samsung Browser - short_name: SB - version: "4.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: SA - model: GALAXY S6 edge + model: GALAXY J1 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925T Build/LDY.08) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG SM-J110H Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "4.0" + version: "2.0" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY J1 Ace os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G925K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY J1 Ace os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV31 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J105B Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "65.0.3325.109" + version: "68.0.3440.70" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY J1 mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G925L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200G Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge + model: GALAXY J2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; 404SC Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge (Softbank) + model: GALAXY J2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928G Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-J260F Build/M1AJB) os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Core os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928P Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; SM-J260G Build/M1AJB os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Core os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928W8 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Dalvik/2.1.0 Linux; U; Android 8.1.0; SM-J260M Build/M1AJB os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.158" - engine: Blink + name: Android Browser + short_name: AN + version: "" + engine: WebKit engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Core os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J260A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "71.0.3578.99" + version: "70.0.3538.110" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SAMSUNG-SM-G928A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J260T1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "8.1.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "4.0" + version: "10.1" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9287C Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J210F Build/MMB29Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G928I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-J250F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "68.0.3440.70" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G928V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J260AZ Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "6.4" + version: "9.4" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J2 Pure os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G9280 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320FN Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G928S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.126" + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G9287 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser @@ -5733,31 +5895,31 @@ device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928K/KKU3DQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J320N0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-J330G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5765,43 +5927,43 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.85" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-J337W Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "8.2" + version: "7.4" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S6 edge+ + model: GALAXY J3 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G930S Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J400F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.0.0" platform: "" client: type: browser @@ -5813,15 +5975,15 @@ device: type: smartphone brand: SA - model: GALAXY S7 + model: GALAXY J4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G9300 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J410F Build/M1AJB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser @@ -5833,91 +5995,91 @@ device: type: smartphone brand: SA - model: GALAXY S7 + model: GALAXY J4 Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J415F Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "64.0.3282.137" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "8.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S7 + model: GALAXY J4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G930K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-J415FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.106" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 + model: GALAXY J4+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G930L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J500H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "72.0.3626.105" + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 + model: GALAXY J5 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G891A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J500F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "7.2" + version: "4.0" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S7 active + model: GALAXY J5 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SC-02H Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J510MN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.97 Mobile Safari/537.36 os: name: Android short_name: AND @@ -5927,97 +6089,77 @@ type: browser name: Chrome Mobile short_name: CM - version: "46.0.2490.76" + version: "60.0.3112.97" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-J510FN Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "53.0.2785.124" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G935X Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J530F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Android 6.0.1; samsung SAMSUNG-SM-G935A) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 SurfBrowser/3.0 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J530G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "74.0.3729.136" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G9350 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" - client: - type: browser - name: Samsung Browser - short_name: SB - version: "4.0" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: SA - model: GALAXY S7 edge + model: GALAXY J5 (2017) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935W8 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G570M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6025,19 +6167,19 @@ platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 7.0; ko-kr; SM-G935S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G570Y Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6047,17 +6189,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "57.0.2987.132" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G935T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G570F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6067,157 +6209,157 @@ type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J5 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G935V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600G Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "59.0.3071.125" + version: "68.0.3440.70" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV33 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600GF Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "63.0.3239.111" + version: "68.0.3440.85" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.0 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-J600F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.70 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "68.0.3440.70" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935P Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-J610F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J6+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935K/KKU1DQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; SAMSUNG SM-J7008 Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "6.2" + version: "3.3" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J700K Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "5.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "6.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G935L Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S7 edge + model: GALAXY J7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G950 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J710MN Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 Snapchat/10.29.0.0 (SM-J710MN; Android 6.0.1 os: name: Android short_name: AND @@ -6227,157 +6369,137 @@ type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "4.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV36 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.123 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700P Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "64.0.3282.123" + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 (2015) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G9508 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700T Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "69.0.3497.100" + version: "64.0.3282.137" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G9500 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" - device: - type: smartphone - brand: SA - model: GALAXY S8 + model: GALAXY J7 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950W Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J700T1 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "5.4" + version: "4.0" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-J737U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.0.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "6.2" + version: "7.4" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 (2018) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G950N Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36;KAKAOTALK 1908210 + user_agent: 'Mozilla/5.0 (Linux; Android 6.1; SM-J7[7] Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "8.0.0" + version: "6.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "71.0.3578.99" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8 + model: GALAXY J7 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G892U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J701F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6387,97 +6509,97 @@ type: browser name: Samsung Browser short_name: SB - version: "5.4" + version: "6.4" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8 Active + model: GALAXY J7 Core os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G892A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G615F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "8.2" + version: "6.4" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8 Active + model: GALAXY J7 Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G955F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G610F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "62.0.3202.84" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8+ + model: GALAXY J7 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G955N Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.70 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G610M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.70" + version: "66.0.3359.158" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8+ + model: GALAXY J7 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G955U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-G611MT Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "5.4" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8+ + model: GALAXY J7 Prime 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G9550 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G611FF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6487,17 +6609,17 @@ type: browser name: Chrome Mobile short_name: CM - version: "66.0.3359.158" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S8+ + model: GALAXY J7 Prime 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV35 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G611M Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND @@ -6505,579 +6627,539 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "8.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S8+ + model: GALAXY J7 Prime 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G960X Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-J730GM Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "66.0.3359.106" + name: Chrome Webview + short_name: CV + version: "60.0.3112.116" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S9 + model: GALAXY J7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SM-G960N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-J730G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "5.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S9 + model: GALAXY J7 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV38 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J727T1 Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "8.1.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.91" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "7.4" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S9 + model: GALAXY J7 V os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G960F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; en-US; SM-C710F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.0.1109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" + name: UC Browser + short_name: UC + version: "12.5.0.1109" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY S9 + model: GALAXY J7+ (C7) os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SCV39 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-J810M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "68.0.3440.91" + version: "73.0.3683.90" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY S9+ + model: GALAXY J8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; SM-J8 Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S9+ + model: GALAXY J8 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965N Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 6.0; SM-J9[7] Prime Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36' os: name: Android short_name: AND - version: "8.0.0" + version: "6.0" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S9+ + model: GALAXY J9 7 Prime os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G965X Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 7.1.1; SM-J9[8] Pro Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36' os: name: Android short_name: AND - version: "8.0.0" + version: "7.1.1" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "7.0" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY S9+ + model: GALAXY J9 8 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; GT-I9003 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A605K/KKU1ARJ1 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.0.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "7.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY SL + model: GALAXY Jean os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 1.5; fr-fr; GT-I5700 Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4; SM-C115 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.514 Mobile Safari/537.36 os: name: Android short_name: AND - version: "1.5" + version: "4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.514" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Spica + model: GALAXY K zoom os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S5280 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-C111M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY STAR + model: GALAXY K zoom os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SCH-I200 4G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG SM-C111 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SA - model: GALAXY Stellar - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SCH-I200 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: smartphone - brand: SA - model: GALAXY Stellar - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla 5.0 (Linux; U; Android 4.1.2; zh-cn; SCH-I829 Build JZO54K) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "" - engine: WebKit - engine_version: "534.31" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Style Duos + model: GALAXY K zoom os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; zh-CN; SCH-I829) U2/1.0.0 UCBrowser/9.5.0.360 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M105F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "8.1.0" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.5.0.360" - engine: "" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Style Duos + model: GALAXY M10 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-I699 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M205F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Trend + model: GALAXY M20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; GT-S7560M-parrot Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; SM-M205G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "8.1.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Trend + model: GALAXY M20 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-pt; SAMSUNG GT-S7560/S7560XXBNC2 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-M307F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "9" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "77.0.3865.92" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Trend + model: GALAXY M30s os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S7390 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; SM-M307FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "9" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" + version: "78.0.3904.62" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Trend Lite + model: GALAXY M30s os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-S7580 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G550FY Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "21.0.1437.74904" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Trend Plus + model: GALAXY On5 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; nl-nl; GT-I8150 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G5510 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY W + model: GALAXY On5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.6; en-US; GT-I8150) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G5520 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.2.0.242" - engine: "" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY W + model: GALAXY On5 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G600S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G6000 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.1.1" platform: "" client: type: browser name: Samsung Browser short_name: SB - version: "6.4" + version: "3.5" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY Wide + model: GALAXY On7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8552 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G600FY Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Win + model: GALAXY On7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-I8552B Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G600F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.114" + version: "60.0.3112.107" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Win + model: GALAXY On7 os_family: Android browser_family: Chrome - - user_agent: samsung-GT-I8550/1.0 Linux/2.6.35.7 Android/4.2.2 Release/08.08.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G6100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "5.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY Win + model: GALAXY On7 (2016) os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; zh-cn; SAMSUNG-GT-I8558_TD/1.0 Android/4.2.2 Release/04.15.2013 Browser/AppleWebKit535.19 Build/JDQ39) ApplelWebkit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G610K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" - engine: WebKit - engine_version: "535.19" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Win + model: GALAXY On7 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S7710 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G610L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Xcover 2 + model: GALAXY On7 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G390F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G610S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7087,141 +7169,161 @@ type: browser name: Samsung Browser short_name: SB - version: "6.2" + version: "7.2" engine: WebKit engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY Xcover 4 + model: GALAXY On7 (2016) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; GT-S5360L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SM-G611F Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.5" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "62.0.3202.84" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Y Hello Kitty + model: GALAXY On7 Prime os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; GT-S5360B Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-G611S Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: GALAXY Y Hello Kitty + model: GALAXY On7 Prime os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; SAMSUNG GT-S5360T Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "36.0.1985.135" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GALAXY Y Hello Kitty + model: GALAXY POCKET 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.3; en-gb; GT-S5360 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: + name: Chrome Mobile + short_name: CM + version: "47.0.2526.83" + engine: Blink + engine_version: "" + device: type: smartphone brand: SA - model: GALAXY Y Hello Kitty + model: GALAXY POCKET 2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; GT-B5510-ORANGE/B5510BVLH1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G110B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN + name: Chrome Mobile + short_name: CM + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY POCKET 2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-S5310 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; Maxthon (4.0.4.1000); + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Maxthon + short_name: MX version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Y Pro + model: GALAXY POCKET Neo os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.6; en-US; GT-B5510) U2/1.0.0 UCBrowser/9.1.0.386 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; GT-S5301 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.1.0.386" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Y Pro + model: GALAXY POCKET Plus os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; tr-tr; GT-B5512 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; GT-S5301L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser @@ -7229,55 +7331,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Y Pro Duos + model: GALAXY POCKET Plus os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6310 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pt-br; GT-S5301B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "32.0.1700.99" - engine: Blink - engine_version: "" + version: "18.0.1025.133" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Young + model: GALAXY POCKET Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; GT-I9103 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.3.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.517" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY R os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130HN Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G910S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND @@ -7287,81 +7389,81 @@ type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.517" + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY Round os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; GT-I9088 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "36.0.1985.135" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G130U Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: SAMSUNG-GT-I9008L_TD/1.0 Android/2.2.1 Release/12.15.2010 Browser/AppleWebKit533.1 Profile/MIDP-2.1 Configuration/CLDC-1.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.2.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "67.0.3396.87" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; SM-G130E Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/11.3.0.950 U3/0.8.0 Mobile Safari/534.30 + user_agent: MQQBrowser/3.0/Mozilla/5.0 (Linux; U; Android 2.2.2; zh-cn; GT-I9018 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.2" + version: "2.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "11.3.0.950" + name: QQ Browser + short_name: QQ + version: "3.0" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY S os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; SM-G130BT Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-ca; GT-I9000M Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.3" platform: "" client: type: browser @@ -7369,35 +7471,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 + model: GALAXY S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G130BU Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; GT-I9000 Build/admin.AiLL) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.6" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Young 2 Pro + model: GALAXY S os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S6312 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; nl-nl; GT-I9000 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7405,227 +7507,203 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "21.0.1437.74904" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Young DUOS + model: GALAXY S os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z130H) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; GT-I9070 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Tizen - short_name: TIZ - version: "2.4" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "1.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.3" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Z1 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S Advance + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200F) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-ch; SAMSUNG GT-I9070/I9070BULK1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Tizen - short_name: TIZ - version: "2.4" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "1.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.3" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Z2 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S Advance + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200M) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; GT-I9070P-ORANGE/I9070PBVLD3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Tizen - short_name: TIZ - version: "2.4" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "1.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.3" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Z2 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S Advance + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z200Y) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-i919 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Tizen - short_name: TIZ - version: "2.4" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "1.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.3" + engine_version: "533.1" device: type: smartphone brand: SA - model: GALAXY Z2 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S DUOS + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 2.4; SAMSUNG SM-Z300H) AppleWebKit/537.3 (KHTML, like Gecko) SamsungBrowser/1.1 Mobile Safari/537.3 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-; GT-S7562 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Tizen - short_name: TIZ - version: "2.4" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "1.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.3" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Z3 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S DUOS + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.69 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; GT-S7562L Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Tizen - short_name: TIZ - version: "3.0" + name: Android + short_name: AND + version: "4.0.4" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "47.0.2526.69" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Z4 - os_family: Other Mobile - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Tizen 3.0; SAMSUNG SM-Z400F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.0 Chrome/47.0.2526.69 Mobile Safari/537.36 + model: GALAXY S DUOS + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; GT-S7582 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Tizen - short_name: TIZ - version: "3.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "2.0" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: smartphone brand: SA - model: GALAXY Z4 - os_family: Other Mobile - browser_family: Chrome + model: GALAXY S DUOS 2 + os_family: Android + browser_family: Android Browser - - user_agent: SAMSUNG-GT-C3011/1.0 Openwave/6.2.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 - os: [ ] + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; GT-S7582 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" client: type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.3.3" - engine: "" - engine_version: "" + name: UC Browser + short_name: UC + version: "10.7.0.636" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-C3011 - os_family: Unknown + model: GALAXY S DUOS 2 + os_family: Android browser_family: Unknown - - user_agent: SAMSUNG-GT-C3262 Opera/9.80 (J2ME/MIDP; Opera Mini/7.0.30281/34.1000; U; en) Presto/2.8.119 Version/11.10 - os: [ ] - client: - type: browser - name: Opera Mini - short_name: OI - version: "7.0.30281" - engine: Presto - engine_version: "2.8.119" - device: - type: smartphone - brand: SA - model: GT-C3262 - os_family: Unknown - browser_family: Opera -- - user_agent: SAMSUNG-GT-C3303K/C3303KJPJI2 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: NetFront - short_name: NF - version: "3.5" - engine: NetFront - engine_version: "3.5" - device: - type: smartphone - brand: SA - model: GT-C3303K - os_family: Unknown - browser_family: NetFront -- - user_agent: SAMSUNG-GT-C3520/C3520JPKK2 NetFront/4.1 Profile/MIDP-2.0 Configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G316HU Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" client: type: browser - name: NetFront - short_name: NF - version: "4.1" - engine: NetFront - engine_version: "4.1" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GT-C3520 - os_family: Unknown - browser_family: NetFront + model: GALAXY S DUOS 3 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; pt-br; GT-I5500 Build/GINGERBREAD; CyanogenMod-7.1.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; GT-I9010 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: CyanogenMod - short_name: CYN - version: "7.1.0" + name: Android + short_name: AND + version: "2.2" platform: "" client: type: browser @@ -7637,15 +7715,15 @@ device: type: smartphone brand: SA - model: GT-I5500 + model: GALAXY S Giorgio Armani os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; es-us; GT-I5500L Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; en-ca; GT-I9100M Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.2.2" + version: "2.3.3" platform: "" client: type: browser @@ -7657,15 +7735,15 @@ device: type: smartphone brand: SA - model: GT-I5500L + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; fr-ca; GT-I5500M Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-gb; SAMSUNG GT-I9100/I9100BUKJ3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.1" + version: "2.3.5" platform: "" client: type: browser @@ -7673,215 +7751,55 @@ short_name: AN version: "" engine: WebKit - engine_version: "530.17" + engine_version: "533.1" device: type: smartphone brand: SA - model: GT-I5500M + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; SAMSUNG; GT-I8750) - os: - name: Windows Phone - short_name: WPH - version: "8.0" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "10.0" - engine: Trident - engine_version: "6.0" - device: - type: smartphone - brand: SA - model: GT-I8750 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; SAMSUNG; GT-I8750) like Gecko - os: - name: Windows Phone - short_name: WPH - version: "8.1" - platform: ARM - client: - type: browser - name: IE Mobile - short_name: IM - version: "11.0" - engine: Trident - engine_version: "7.0" - device: - type: smartphone - brand: SA - model: GT-I8750 - os_family: Windows Mobile - browser_family: Internet Explorer -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9192 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: SA - model: GT-I9192 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; zh-cn; SAMSUNG-GT-I9508_TD/1.0 Android/4.2.2 Release/03.15.2013 Browser/AppleWebKit535.19 Build/JDQ39) ApplelWebkit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; en-US; SC-02C) U2/1.0.0 UCBrowser/8.6.0.276 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.2.2" + version: "2.3.5" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" - engine: WebKit - engine_version: "535.19" - device: - type: smartphone - brand: SA - model: GT-I9508 - os_family: Android - browser_family: Chrome -- - user_agent: SAMSUNG-GT-S5230-Bouygues/S5230AGIF2 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Jasmine - short_name: JS - version: "0.8" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: GT-S5230 - os_family: Unknown - browser_family: Unknown -- - user_agent: SAMSUNG-GT-S5230-ORANGE/S5230BVIF1 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Jasmine - short_name: JS - version: "0.8" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: GT-S5230 - os_family: Unknown - browser_family: Unknown -- - user_agent: SAMSUNG-GT-S5230/S523MXEIL2 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Jasmine - short_name: JS - version: "1.0" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: GT-S5230 - os_family: Unknown - browser_family: Unknown -- - user_agent: SAMSUNG-GT-S5230N/S5230NCEKF1 SHP/VPP/R5 Jasmine/0.8 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Jasmine - short_name: JS - version: "0.8" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: GT-S5230N - os_family: Unknown - browser_family: Unknown -- - user_agent: SAMSUNG-GT-S5230W/S523WXEIL1 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: Jasmine - short_name: JS - version: "1.0" + name: UC Browser + short_name: UC + version: "8.6.0.276" engine: "" engine_version: "" device: type: smartphone brand: SA - model: GT-S5230W - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-S5282 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" - device: - type: smartphone - brand: SA - model: GT-S5282 + model: GALAXY S II os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.1.2; en-US; GT-S5282) U2/1.0.0 UCBrowser/8.2.0.242 U2/1.0.0 Mobile + user_agent: UCWEB/2.0 (Linux; U; Adr 2.3.5; zh-CN; GT-I9100) U2/1.0.0 UCBrowser/9.6.1.401 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "4.1.2" + version: "2.3.5" platform: "" client: type: browser name: UC Browser short_name: UC - version: "8.2.0.242" + version: "9.6.1.401" engine: "" engine_version: "" device: type: smartphone brand: SA - model: GT-S5282 + model: GALAXY S II os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-nz; GT-S5300 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; GT-I9100T Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -7897,11 +7815,11 @@ device: type: smartphone brand: SA - model: GT-S5300 + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; fi-fi; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-es; GT-I9100G Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -7917,11 +7835,11 @@ device: type: smartphone brand: SA - model: GT-S5660 + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; nb-no; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-CN; GT-I9108 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.3.413 U3/0.8.0 Mobile Safari/533.1 os: name: Android short_name: AND @@ -7929,23 +7847,23 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "9.6.3.413" engine: WebKit engine_version: "533.1" device: type: smartphone brand: SA - model: GT-S5660 + model: GALAXY S II os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ro-ro; GT-S5660 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; Galaxy S II Build/GRJ22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser @@ -7953,19 +7871,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-S5660 + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; el-gr; GT-S5839i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; it-it; GT-I9100P Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.3" platform: "" client: type: browser @@ -7973,19 +7891,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-S5839i + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; GT-S6010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; it-it; GT-I9100 Build/JOP40G; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: Android - short_name: AND - version: "4.0.4" + name: CyanogenMod + short_name: CYN + version: "10.1" platform: "" client: type: browser @@ -7997,15 +7915,15 @@ device: type: smartphone brand: SA - model: GT-S6010 + model: GALAXY S II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; GT-S6010L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-I9105 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.2" platform: "" client: type: browser @@ -8017,55 +7935,55 @@ device: type: smartphone brand: SA - model: GT-S6010L + model: GALAXY S II Plus os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; tr-tr; GT-S6102 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9105P Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: GT-S6102 + model: GALAXY S II Plus os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; el-gr; GT-S6500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ISW11SC Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "533.1" + engine_version: "535.19" device: type: smartphone brand: SA - model: GT-S6500 + model: GALAXY S II WiMAX os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; lv-lv; GT-S6500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: samsung-GT-I9300/1.0 Linux/2.6.35.7 Android/4.0.4 Release/04.18.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "2.3.6" + version: "4.0.4" platform: "" client: type: browser @@ -8077,15 +7995,15 @@ device: type: smartphone brand: SA - model: GT-S6500 + model: GALAXY S III os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ph; GT-S6500D Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I535 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser @@ -8093,19 +8011,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-S6500D + model: GALAXY S III os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-nz; GT-S6802 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; GT-I9300-ORANGE/I9300XXEMF1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser @@ -8113,59 +8031,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-S6802 + model: GALAXY S III os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-S6812 Build/JZO54K) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.5.0.360 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.3; SCH-I535 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Mobile Safari/537.36 OPR/19.0.1340.69721 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "19.0.1340.69721" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S III + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SCH-L710 Build/JSS15J) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.3" platform: "" client: type: browser name: UC Browser short_name: UC - version: "9.5.0.360" + version: "9.6.0.378" engine: WebKit engine_version: "533.1" device: type: smartphone brand: SA - model: GT-S6812 + model: GALAXY S III os_family: Android browser_family: Unknown - - user_agent: UCWEB/2.0 (Linux; U; Opera Mini/7.1.32052/30.3697; en-US; GT-S6812) U2/1.0.0 UCBrowser/9.0.0.366 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SCH-I535 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Opera Mini - short_name: OI - version: "7.1.32052" - engine: Presto + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: GT-S6812 - os_family: GNU/Linux - browser_family: Opera + model: GALAXY S III + os_family: Android + browser_family: Chrome - - user_agent: SAMSUNG-GT-S6818_TD/1.0 Android/4.1.2 Release/02.03.2013 Browser/ApplelWebkit/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SCH-R530U Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 USCC-R530U os: name: Android short_name: AND - version: "4.1.2" + version: "4.1.1" platform: "" client: type: browser @@ -8177,35 +8115,35 @@ device: type: smartphone brand: SA - model: GT-S6818 + model: GALAXY S III LTE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-S7262) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.0.347 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; de-de; SAMSUNG GT-I9305/I9305XXUEMKC Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.4.0.347" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: smartphone brand: SA - model: GT-S7262 + model: GALAXY S III LTE os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SAMSUNG-GT-S7568_TD/1.0 Android/4.0.4 Release/07.15.2012 Browser/AppleWebKit534.30 Build/IMM76D) ApplelWebkit/534.30 (KHTML,like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SAMSUNG GT-I8190/I8190XXALJL Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -8217,171 +8155,175 @@ device: type: smartphone brand: SA - model: GT-S7568 + model: GALAXY S III mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-S7568 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.1 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; GT-I8190L Build/JRO03H) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser - name: QQ Browser - short_name: QQ - version: "5.1" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "537.36" + engine_version: "535.19" device: type: smartphone brand: SA - model: GT-S7568 + model: GALAXY S III mini os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: SAMSUNG-GT-I8320-Vodafone/I8320BUJC1 Linux/X2/R1 Opera/9.6 SMS-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG GT-I8190N/I8190NXXAML1 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "4.1.2" platform: "" client: type: browser - name: Opera - short_name: OP - version: "9.6" - engine: Presto - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: smartphone brand: SA - model: H1 - os_family: GNU/Linux - browser_family: Opera + model: GALAXY S III mini + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) SAMSUNG-GT-i8000V/BUIJ1 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I8200N Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident + name: Chrome Mobile + short_name: CM + version: "34.0.1847.114" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: Omnia II - os_family: Windows Mobile - browser_family: Internet Explorer + model: GALAXY S III mini Value Edition + os_family: Android + browser_family: Chrome - - user_agent: SAMSUNG-GT-i8000/1.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; sv-se; GT-I9001 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "2.3.6" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "8.12" - engine: Trident - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: smartphone brand: SA - model: Omnia II - os_family: Windows Mobile - browser_family: Internet Explorer + model: GALAXY S Plus + os_family: Android + browser_family: Android Browser - - user_agent: SAMSUNG-GT-i8000/1.0 (Windows CE; Opera Mobi; U; en) Opera 9.5 + user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G973F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 os: - name: Windows CE - short_name: WCE - version: "" + name: Android + short_name: AND + version: "9" platform: "" client: type: browser - name: Opera - short_name: OP - version: "9.5" - engine: Presto - engine_version: "" + name: Samsung Browser + short_name: SB + version: "9.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: Omnia II - os_family: Windows Mobile - browser_family: Opera + model: GALAXY S10 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; SAMSUNG; Omnia W; Orange) + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG-SM-G730A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.5" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "9.0" - engine: Trident - engine_version: "5.0" + name: Chrome Mobile + short_name: CM + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Omnia W - os_family: Windows Mobile - browser_family: Internet Explorer + model: GALAXY S3 mini + os_family: Android + browser_family: Chrome - - user_agent: SAMSUNG-S8000/S8000XXIF3 SHP/VPP/R5 Jasmine/1.0 Nextreaming SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 FirePHP/0.3 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G730V Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" client: type: browser - name: Jasmine - short_name: JS - version: "1.0" - engine: "" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: S8000 - os_family: Unknown - browser_family: Unknown + model: GALAXY S3 mini + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/4.0 (compatible; Polaris 6.2; Brew 3.1.5; en)/240X320 Samsung sam-r631 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G730W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Brew - short_name: BMP - version: "3.1.5" + name: Android + short_name: AND + version: "4.4.2" platform: "" client: type: browser - name: Polaris - short_name: PO - version: "6.2" - engine: "" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: sam-r631 - os_family: Brew - browser_family: Unknown + model: GALAXY S3 mini + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SCH-I519 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: samsung-GT-I9505+/1.0 Linux/2.6.35.7 Android/4.1.2 Release/08.14.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "2.3.6" + version: "4.1.2" platform: "" client: type: browser @@ -8393,83 +8335,35 @@ device: type: smartphone brand: SA - model: SCH-I519 + model: GALAXY S4 os_family: Android browser_family: Android Browser - - user_agent: sam-r560 UP.Browser/6.2.3.8 (GUI) MMP/2.0 - os: [ ] - client: - type: browser - name: Openwave Mobile Browser - short_name: OV - version: "6.2.3.8" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: SCH-r560 - os_family: Unknown - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SCH-W2013 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30; 360browser(securitypay,securityinstalled); 360(android,uppayplugin); 360 Aphone Browser (5.3.1) + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; GT-I9500. Build/CNANZHI) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "5.3.1" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: SA - model: SCH-W2013 + model: GALAXY S4 os_family: Android - browser_family: Unknown -- - user_agent: SAMSUNG-SGH-A737/UCHD2 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2.0 profile/MIDP-2.0 configuration/CLDC-1.1 - os: [ ] - client: - type: browser - name: NetFront - short_name: NF - version: "3.4" - engine: NetFront - engine_version: "3.4" - device: - type: smartphone - brand: SA - model: SGH-A737 - os_family: Unknown - browser_family: NetFront -- - user_agent: MQQBrowser/Mini2.6 (SAMSUNG-SGH-A777/A777UCIF2) - os: [ ] - client: - type: browser - name: QQ Browser Mini - short_name: Q1 - version: "2.6" - engine: "" - engine_version: "" - device: - type: smartphone - brand: SA - model: SGH-A777 - os_family: Unknown - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-ca; SAMSUNG-SGH-I317 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: sprd-Galaxy-S4/1.0 Linux/2.6.35.7 Android/4.2.2 Release/10.14.2013 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -8477,236 +8371,239 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: smartphone brand: SA - model: SGH-I317 + model: GALAXY S4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SAMSUNG-SGH-I317 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; SCH-I959 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baidubrowser/4.2.13.3 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.99" - engine: Blink - engine_version: "" + name: Baidu Browser + short_name: BD + version: "4.2.13.3" + engine: WebKit + engine_version: "534.24" device: type: smartphone brand: SA - model: SGH-I317 + model: GALAXY S4 os_family: Android - browser_family: Chrome + browser_family: Baidu - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SGH-I317M Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SC-04E Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: smartphone brand: SA - model: SGH-I317M + model: GALAXY S4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SAMSUNG-SGH-I337 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-gb; SAMSUNG GT-I9505X Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SA - model: SGH-I337 + model: GALAXY S4 os_family: Android browser_family: Chrome - - user_agent: NS/3.0.1 (Linux; U; Android 4.3; en-us; phone/SAMSUNG-SGH-I337 Build/JSS15J; Density/480; gzip) com.google.android.apps.magazines/133431644 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG GT-I9500 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: - type: mobile app - name: Google Play Newsstand - version: "" + type: browser + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SA - model: SGH-I337 + model: GALAXY S4 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; en-ca; SGH-I337M Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M919N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + version: "18.0.1025.308" + engine: WebKit + engine_version: "535.19" device: type: smartphone brand: SA - model: SGH-I337M + model: GALAXY S4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SAMSUNG-SGH-I437 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; GT-I9500 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I437 + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG-SGH-I437P Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; SCH-I545 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I437P + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; SAMSUNG-SGH-I547 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG SCH-R970C Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I547 + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-es; SAMSUNG-SGH-I577 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 4.3; zh-cn; SAMSUNG-SCH-I959 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "4.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I577 + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SAMSUNG-SGH-I717 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 airGClient/2.1.7 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SGH-M919 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I717 + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SAMSUNG-SGH-I747 Build/JRO03L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; GT-I9502 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 MApi 1.0 (com.dianping.v1 7.0.0 om_sd_360sz GT-I9502; Android 4.4.2) MApi 1.0 (com.dianping.v1 7.0.0 om_sd_360sz GT-I9502; Android 4.4.2) efte/1.0 (efte-for-android) os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "32.0.1700.99" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SGH-I747 + model: GALAXY S4 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SGH-I747 Build/JOP40D; LiquidSmooth-Liquid-JB-v2.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; GT-I9500 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.4.4" platform: "" client: type: browser @@ -8718,151 +8615,228 @@ device: type: smartphone brand: SA - model: SGH-I747 + model: GALAXY S4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SAMSUNG-SGH-I747 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9500 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "10.1" + name: Android + short_name: AND + version: "5.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "2.1" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SGH-I747 + model: GALAXY S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SGH-I747M Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9295 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I747M + model: GALAXY S4 ACTIVE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-I897 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9190 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-I897 + model: GALAXY S4 mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: UCWEB/2.0 (Windows; U; wds 7.10; en-US; SAMSUNG; SGH-i917) U2/1.0.0 UCBrowser/3.2.0.340 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SCH-I435 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.10" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "3.2.0.340" - engine: "" + name: Chrome Mobile + short_name: CM + version: "28.0.1500.94" + engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SGH-i917 - os_family: Windows Mobile - browser_family: Unknown + model: GALAXY S4 mini + os_family: Android + browser_family: Chrome - - user_agent: 'Mozilla/4.0 (compatible: MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; WpsLondonTest; SAMSUNG; SGH-i917)' + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; GT-I9195 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: - name: Windows Phone - short_name: WPH - version: "7.0" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: IE Mobile - short_name: IM - version: "7.0" - engine: Trident - engine_version: "3.1" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-i917 - os_family: Windows Mobile - browser_family: Internet Explorer + model: GALAXY S4 mini + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SGH-I927 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; de-de; SAMSUNG GT-I9195 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: - name: CyanogenMod - short_name: CYN - version: "10.1" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" engine: WebKit - engine_version: "534.30" + engine_version: "535.19" device: type: smartphone brand: SA - model: SGH-I927 + model: GALAXY S4 mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-I997 Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; GT-I9195I Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Crosswalk/14.43.343.17 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "9" - platform: "" + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: mobile app + name: CrosswalkApp + version: "14.43.343.17" + device: + type: smartphone + brand: SA + model: GALAXY S4 mini + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; fr-fr; SAMSUNG GT-I9506/I9506XXUBNA2 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S4 with LTE+ + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG-SM-C105A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S4 zoom + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SM-C105 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S4 zoom + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; fr-be; SAMSUNG SM-C101 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "18.0.1025.308" engine: WebKit - engine_version: "534.30" + engine_version: "535.19" device: type: smartphone brand: SA - model: SGH-I997 + model: GALAXY S4 zoom os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M819N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SAMSUNG SM-C105L Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 os: name: Android short_name: AND @@ -8878,47 +8852,55 @@ device: type: smartphone brand: SA - model: SGH-M819N + model: GALAXY S4 zoom os_family: Android browser_family: Chrome - - user_agent: SAMSUNG-SGH-T259/1.0 SHP/VPP/R5 NetFront/4.1 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-ca; SM-G900W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" client: type: browser - name: NetFront - short_name: NF - version: "4.1" - engine: NetFront - engine_version: "4.1" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T259 - os_family: Unknown - browser_family: NetFront + model: GALAXY S5 + os_family: Android + browser_family: Chrome - - user_agent: SAMSUNG-SGH-T359/T359UVJI2 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; fr-fr; SAMSUNG SM-G900F-ORANGE Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" client: type: browser - name: NetFront - short_name: NF - version: "3.5" - engine: NetFront - engine_version: "3.5" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T359 - os_family: Unknown - browser_family: NetFront + model: GALAXY S5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-ca; SGH-T589W Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: sprd-Galaxy-S5/1.0 Linux/2.6.35.7 Android/4.4.4 Release/11.29.2014 Browser/AppleWebKit533.1 (KHTML, like Gecko) Mozilla/5.0 Mobile os: name: Android short_name: AND - version: "2.3.6" + version: "4.4.4" platform: "" client: type: browser @@ -8930,171 +8912,195 @@ device: type: smartphone brand: SA - model: SGH-T589W + model: GALAXY S5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T599N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G906L Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T599N + model: GALAXY S5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: SAMSUNG-SGH-T749/T749UVIF3 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 - os: [ ] + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G906K Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" client: type: browser - name: NetFront - short_name: NF - version: "3.5" - engine: NetFront - engine_version: "3.5" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T749 - os_family: Unknown - browser_family: NetFront + model: GALAXY S5 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-ca; SGH-T889V Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G906S Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SGH-T889V + model: GALAXY S5 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SGH-T959 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G870F Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "2.1" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SGH-T959 + model: GALAXY S5 Active os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T959V Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G870W Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "9" + name: Android + short_name: AND + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" + device: + type: smartphone + brand: SA + model: GALAXY S5 Active + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG-SM-G890A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T959V + model: GALAXY S5 Active os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T989 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G870A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: SGH-T989 + model: GALAXY S5 Active os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; SGH-T989D Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; zh-cn; SAMSUNG-SM-G9009D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T989D + model: GALAXY S5 Dual-SIM os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SGH-T999 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G860P Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T999 + model: GALAXY S5 K Sport os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SGH-T999 Build/JRO03L; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; tr-tr; SM-G800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser @@ -9106,823 +9112,866 @@ device: type: smartphone brand: SA - model: SGH-T999 + model: GALAXY S5 mini os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; es-us; SGH-T999L Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G800F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 MobileIron/1.6.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Iron Mobile + short_name: I3 + version: "1.6.0" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T999L + model: GALAXY S5 mini os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SGH-T999L Build/JSS15J) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.6.0.378 U3/0.8.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G903W Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.6.0.378" + name: Chrome Mobile + short_name: CM + version: "46.0.2490.76" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S5 Neo + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G903F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "3.3" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: SGH-T999L + model: GALAXY S5 Neo os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; SGH-T999N Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G903M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "72.0.3626.105" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T999N + model: GALAXY S5 Neo os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SGH-T999V Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SM-G920W8 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SGH-T999V + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; SHV-E110S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G920V Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "61.0.3163.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S6 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G920X Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SHV-E110S + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "52.0.2743.98" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: SA + model: GALAXY S6 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; SHV-E140L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E140L + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; zh-cn; SHV-E160L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G920P Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E160L + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; tr-tr; SHV-E210K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; zh-cn; SM-G9200 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/8.9 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "8.9" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SHV-E210K + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-tw; SHV-E210K Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G920L Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SHV-E210K + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SHV-E210S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E210S + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SHV-E210S Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E210S + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; SHV-E250K Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G920R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.68" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E250K + model: GALAXY S6 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SHV-E250K Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG-SM-G925A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "39.0.2171.93" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E250K + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; ko-kr; SHV-E250K/KKUEMK8 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G9250 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHV-E250K + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; ko-kr; SAMSUNG SHV-E330L Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SHV-E330L + model: GALAXY S6 edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; vi-vn; SHW-M110S Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925S Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHW-M110S + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ko-kr; SHW-M130L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G925P Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SHW-M130L + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; ko-kr; SHW-M380S Build/HTK75D) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925D Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "3.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.13" + engine_version: "537.36" device: type: smartphone brand: SA - model: SHW-M380S + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; SHW-M440S Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925T Build/LDY.08) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "4.0" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SHW-M440S + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SM-G355H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 UCBrowser/11.4.1.1138 (UCMini) Mobile + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G925K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: UC Browser Mini - short_name: UM - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SM-G355H + model: GALAXY S6 edge os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-D700 Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SCV31 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-D700 + model: GALAXY S6 edge os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SPH-D710 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G925L Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: SPH-D710 + model: GALAXY S6 edge os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; SPH-D710BST Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.62 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; 404SC Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "34.0.1847.62" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SPH-D710BST + model: GALAXY S6 edge (Softbank) os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; SPH-L300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928G Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-L300 + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SPH-L520 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928P Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "18.0.1025.308" - engine: WebKit - engine_version: "535.19" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-L520 + model: GALAXY S6 edge+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; en-us; SPH-L710 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928W8 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.158" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-L710 + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SPH-L710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-G928L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "33.0.1750.136" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SPH-L710 + model: GALAXY S6 edge+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG SPH-L720 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SAMSUNG-SM-G928A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "4.0" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: SPH-L720 + model: GALAXY S6 edge+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SPH-L720 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9287C Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Samsung Browser + short_name: SB + version: "6.2" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: SA - model: SPH-L720 + model: GALAXY S6 edge+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L720T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G928I Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone brand: SA - model: SPH-L720T + model: GALAXY S6 edge+ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-M830 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G928V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: SPH-M830 + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; SPH-M930BST Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 airGClient/2.1.7 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G9280 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3.6" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-M930BST + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-P500 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G928S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "66.0.3359.126" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: SPH-P500 + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; vollo Vi86 Build/volloVi86) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G9287 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Samsung Browser + short_name: SB + version: "6.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone brand: SA - model: Vollo Vi86 + model: GALAXY S6 edge+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500XXJF4; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928K/KKU3DQL1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "2.0" + name: Samsung Browser + short_name: SB + version: "6.4" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S6 edge+ + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500M/S8500MUGJF5; U; Bada/1.0; fr-ca) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928R4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "2.0" + name: Samsung Browser + short_name: SB + version: "7.2" engine: WebKit - engine_version: "533.1" - device: - type: smartphone - brand: SA - model: Wave - os_family: Other Mobile - browser_family: Unknown -- - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500-VODAFONE/S8500BUJF1; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WVGA SMM-MMS/1.2.0 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B - os: - name: Bada - short_name: SBA - version: "1.0" - platform: "" - client: - type: mediaplayer - name: NexPlayer - version: "3.0" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S6 edge+ + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500JPLC2; U; Bada/2.0; en-us) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G928T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" + name: Samsung Browser + short_name: SB + version: "8.2" engine: WebKit - engine_version: "534.20" + engine_version: "537.36" device: type: smartphone brand: SA - model: Wave - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S6 edge+ + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8500/S8500XXLA1; U; Bada/2.0; de-de) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G930S Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" - engine: WebKit - engine_version: "534.20" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S8600/1.0; U; Bada/2.0; en-us) AppleWebKit/534.20 (KHTML, like Gecko) Dolfin/3.0 Mobile WVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SM-G9300 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "2.0" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "3.0" - engine: WebKit - engine_version: "534.20" + name: Chrome Mobile + short_name: CM + version: "68.0.3440.91" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 3 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 + os_family: Android + browser_family: Chrome - - user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/1.0; U; bada/1.0; pt-br) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B + user_agent: Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36 os: - name: Bada - short_name: SBA - version: "1.0" + name: Android + short_name: AND + version: "7.0" platform: "" client: type: browser - name: Dolphin - short_name: DF - version: "2.0" - engine: WebKit - engine_version: "533.1" + name: Chrome Mobile + short_name: CM + version: "64.0.3282.137" + engine: Blink + engine_version: "" device: type: smartphone brand: SA - model: Wave 525 - os_family: Other Mobile - browser_family: Unknown + model: GALAXY S7 + os_family: Android + browser_family: Chrome diff --git a/Tests/fixtures/smartphone.yml b/Tests/fixtures/smartphone.yml index cdc741b0bd..4d7580cb02 100644 --- a/Tests/fixtures/smartphone.yml +++ b/Tests/fixtures/smartphone.yml @@ -39,6 +39,26 @@ model: "" os_family: Android browser_family: Firefox +- + user_agent: Mozilla/5.0 (Android; Mobile; rv:37.0) Servo/1.0 Firefox/37.0 + os: + name: Android + short_name: AND + version: "" + platform: "" + client: + type: browser + name: Firefox Mobile + short_name: FM + version: "37.0" + engine: Servo + engine_version: "1.0" + device: + type: smartphone + brand: "" + model: "" + os_family: Android + browser_family: Firefox - user_agent: Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3 os: @@ -119,6 +139,26 @@ model: "" os_family: Android browser_family: Firefox +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Web Explorer/2.6.1 Chrome/74.0.3729.157 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Web Explorer + short_name: WP + version: "2.6.1" + engine: Webkit + engine_version: "537.36" + device: + type: smartphone + brand: "" + model: "" + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Android 7.0; Mobile; rv:52.0) Gecko/52.0 Mobicip/2.3.1_r747 os: @@ -179,6 +219,66 @@ model: "" os_family: Android browser_family: Firefox +- + user_agent: Mozilla/5.0 (Linux; Android 9) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36 DuckDuckGo/5 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: DuckDuckGo Privacy Browser + short_name: DD + version: "5" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: "" + model: "" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; iris708 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 0A + model: LAVA PRO 4.5 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Alba 57) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 1A + model: 5.7 + os_family: Android + browser_family: Chrome - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; ETL-S3520 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' os: @@ -639,6 +739,106 @@ model: X-Treme PQ54 os_family: Android browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; Turbo_X5_Black Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 1T + model: X5 Black + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 6.0; en-US; Turbo_X5_Max Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.5.1209 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.13.5.1209" + engine: WebKit + engine_version: "537.36" + device: + type: smartphone + brand: 1T + model: X5 Max + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; TurboX5Space Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 1T + model: X5 Space + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Turbo X6 Z Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 1T + model: X6 Z + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Turbo_X8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 1T + model: X8 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 Linux; Android 8.1.0; Masstel_Juno_Q3 AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Mobile Safari/537.36 os: @@ -980,87 +1180,107 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4Good Light A103 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Meitu2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "58.0.3029.83" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: smartphone - brand: 4G - model: Light A103 + brand: 3M + model: "2" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4Good S555m 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBrowser/16.2.1.7529.00 Mobile Safari/537.36 + user_agent: Android 4.2.1;Build/JOP40D;Meitu Kiss Build/JOP40D os: name: Android short_name: AND - version: "5.1" + version: "4.2.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "16.2.1.7529.00" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: smartphone + brand: 3M + model: Kiss + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Meitu M4 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 Browser + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: smartphone - brand: 4G - model: People + brand: 3M + model: M4 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4Good S450m 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MP1503 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "6.0" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "49.0.2623.105" + version: "56.0.2924.87" engine: Blink engine_version: "" device: type: smartphone - brand: 4G - model: S450m 4G + brand: 3M + model: M6 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; S501m 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; MP1512 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 OPR/48.0.2331.132663 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Opera Mobile + short_name: OM + version: "48.0.2331.132663" engine: Blink engine_version: "" device: type: smartphone - brand: 4G - model: S501m 3G + brand: 3M + model: M6s os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; UL40 Build/UL40_01.01.05; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1603 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND @@ -1070,75 +1290,315 @@ type: browser name: Chrome Webview short_name: CV - version: "71.0.3578.99" + version: "53.0.2785.124" engine: Blink engine_version: "" device: type: smartphone - brand: A0 - model: UL40 + brand: 3M + model: M8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Allview 2 Speed QUAD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1709 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/039308 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: QQ Browser + short_name: QQ + version: "6.2" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: smartphone - brand: A2 - model: 2 Speed QUAD + brand: 3M + model: M8s os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A4You Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; MP1602 Build/NMF26O; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "58.0.3029.83" engine: Blink engine_version: "" device: type: smartphone - brand: A2 - model: A4 You + brand: 3M + model: T8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-us; ALLVIEW A4ALL Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 7.1.1; zh-CN; MP1701 Build/NMF26O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.6.1.1041 Mobile Safari/537.36 os: name: Android short_name: AND - version: "2.3" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: UC Browser + short_name: UC + version: "12.6.1.1041" engine: WebKit - engine_version: "533.1" + engine_version: "537.36" device: type: smartphone - brand: A2 - model: A4ALL + brand: 3M + model: T8s os_family: Android - browser_family: Android Browser + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; 4Good Light A103 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4G + model: Light A103 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4Good S555m 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBrowser/16.2.1.7529.00 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "16.2.1.7529.00" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4G + model: People + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; 4Good S450m 4G Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "49.0.2623.105" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4G + model: S450m 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; S501m 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4G + model: S501m 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Matrix Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4M + model: Matrix + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Mobicel_R1 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: 4M + model: R1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; UL40 Build/UL40_01.01.05; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.1.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A0 + model: UL40 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Allview 2 Speed QUAD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: smartphone + brand: A2 + model: 2 Speed QUAD + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; A10_Lite_2019 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A2 + model: A10 Lite (2019) + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; A10_Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A2 + model: A10 Plus + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; A4You Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A2 + model: A4 You + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3; en-us; ALLVIEW A4ALL Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: smartphone + brand: A2 + model: A4ALL + os_family: Android + browser_family: Android Browser - user_agent: Mozilla/5.0 (Linux; Android 5.1; A5_Easy Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 os: @@ -1579,6 +2039,26 @@ model: M9 Connect os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; P10_Life) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "76.0.3809.132" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A2 + model: P10 Life + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; P10_Style) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 os: @@ -3480,27 +3960,47 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ASK SP618 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2; ASK_SP581_HD Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.2" platform: "" client: type: browser name: Chrome Mobile short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" + version: "27.0.1453.90" + engine: WebKit + engine_version: "537.36" device: type: smartphone brand: A4 - model: SP618 + model: SP581 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; ALTRON AL-555) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ASK SP618 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: smartphone + brand: A4 + model: SP618 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ALTRON AL-555) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 os: name: Android short_name: AND @@ -9482,503 +9982,3 @@ model: One Touch Pixi 3 4" os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4014E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; es-us; 4013M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028J Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.109" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "40.0.2214.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4027D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 4028E Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "61.0.3163.98" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-us; 4027X Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5019D Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017A Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017E Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "49.0.2623.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017D Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017O Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 5017X Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; 5017B Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "43.0.2357.93" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 3 4.5" 4G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017A Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017D Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017E Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017F Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017S Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; 4017X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 3.5" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034D Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "50.0.2661.89" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 4" - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; 4034A Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: smartphone - brand: AL - model: One Touch Pixi 4 4" - os_family: Android - browser_family: Chrome diff --git a/Tests/fixtures/tablet-1.yml b/Tests/fixtures/tablet-1.yml index c5b5bc8f0d..7b2c1e1aab 100644 --- a/Tests/fixtures/tablet-1.yml +++ b/Tests/fixtures/tablet-1.yml @@ -1,4 +1,184 @@ --- +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; CELKON CT2 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: CE + model: CT2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4; CT1000 Build/KRT16S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "46.0.2490.76" + engine: Blink + engine_version: "" + device: + type: tablet + brand: CF + model: CT1000 + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; CT1010 Build/IMM76I.v006) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" + device: + type: tablet + brand: CF + model: CT1010 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CT1020W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: CF + model: CT1020W + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CT1030 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "40.0.2214.89" + engine: Blink + engine_version: "" + device: + type: tablet + brand: CF + model: CT1030 + os_family: Android + browser_family: Chrome +- + user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; CT710FR Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" + device: + type: tablet + brand: CF + model: CT710FR + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; CT720 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "34.0.1847.114" + engine: Blink + engine_version: "" + device: + type: tablet + brand: CF + model: CT720 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CT820 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: CF + model: Touch Tablet Neo2 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; th-th; Fusion Bolt Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: CH + model: Fusion Bolt + os_family: Android + browser_family: Android Browser - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Q7A Build/ICS_IMM76D_B206) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: @@ -1039,6 +1219,46 @@ model: CITI 1902 3G os_family: Android browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; CITI_8527_4G_CS8139ML) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: D2 + model: CITI 8527 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; CITI 8592 3G CS8209MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/54.3.2672.50220 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "54.3.2672.50220" + engine: Blink + engine_version: "" + device: + type: tablet + brand: D2 + model: CITI 8592 3G + os_family: Android + browser_family: Opera - user_agent: Mozilla/5.0 (Linux; Android 5.1; CITI Z510 3G CT5006PG Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 os: @@ -5050,7 +5270,7 @@ device: type: tablet brand: HU - model: Honor Tablet Note + model: MediaPad T1 10 os_family: Android browser_family: Chrome - @@ -5553,6 +5773,26 @@ model: MediaPad M6 8.4 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; VRD-W09 Build/HUAWEIVRD-W09) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.64 HuaweiBrowser/10.0.1.333 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Huawei Browser + short_name: HU + version: "10.0.1.333" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: HU + model: MediaPad M6 8.4 + os_family: Android + browser_family: Unknown - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; T1-A21L Build/HuaweiMediaPad) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 os: @@ -5573,6 +5813,46 @@ model: MediaPad T1 10 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; T1-A21L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad T1 10 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; T1-701u) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3970.3 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "80.0.3970.3" + engine: Blink + engine_version: "" + device: + type: tablet + brand: HU + model: MediaPad T1 7 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; FDR-A01L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 os: @@ -7054,7 +7334,7 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ716 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ714) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Safari/537.36 os: name: Android short_name: AND @@ -7062,19 +7342,19 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "71.0.3578.99" + name: Chrome + short_name: CH + version: "78.0.3904.96" engine: Blink engine_version: "" device: type: tablet brand: I6 - model: TZ716 + model: TZ714 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ753) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ716 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Safari/537.36 os: name: Android short_name: AND @@ -7082,17 +7362,97 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "75.0.3770.143" + name: Chrome Webview + short_name: CV + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: tablet brand: I6 - model: TZ753 + model: TZ716 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ717) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "71.0.3578.83" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ717 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ753) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ753 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TZ754) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.96" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ754 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TZ757) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "55.1.2719.50626" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ757 + os_family: Android + browser_family: Opera - user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ771) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 os: @@ -7293,6 +7653,26 @@ model: TZ865 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TZ878) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "73.0.3683.90" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ878 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 6.0; TZ881) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 os: @@ -7393,6 +7773,26 @@ model: TZ892 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; TZ961) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "74.0.3729.136" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I6 + model: TZ961 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 6.0; TZart) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 YaBrowser/18.11.2.730.01 Safari/537.36 os: @@ -7433,6 +7833,46 @@ model: TZone os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Mi7_HERO_BETA Build/8312cw) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I9 + model: MI7 Hero Beta + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Mi7_HERO_TAB Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "53.0.2785.124" + engine: Blink + engine_version: "" + device: + type: tablet + brand: I9 + model: MI7 Hero Tab + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; iBall Slide 3G7271 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: @@ -7674,216 +8114,376 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; AUXUS CoreX4 3G Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NS-P10A7100 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" + version: "50.0.2661.89" + engine: Blink + engine_version: "" device: type: tablet - brand: IY - model: CoreX4 3G + brand: IS + model: 10.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-101 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS-P10A8100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "59.0.3071.125" + version: "77.0.3865.73" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: Tablet PC 101 + brand: IS + model: 10.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-PA7807 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; NS-P11A8100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: Tablet PC PA7807 + brand: IS + model: 11.6" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-X10F1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NS-P08A7100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: Tablet PC X10F1 + brand: IS + model: 8" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10D Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P16AT10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.101" + name: Chrome + short_name: CH + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: TPCY-TXE10D + brand: IS + model: Flex 10.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P10A6100) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "75.0.3770.143" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: TPCY-TXE10DS + brand: IS + model: Flex 10.1" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DW Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; NS-P16AT08) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "72.0.3626.121" + name: Chrome + short_name: CH + version: "76.0.3809.89" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: TPCY-TXE10DW + brand: IS + model: Flex 8" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DW232 Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; NS-P16AT785HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "74.0.3729.136" + name: Chrome + short_name: CH + version: "76.0.3809.111" engine: Blink engine_version: "" device: type: tablet - brand: JA - model: TPCY-TXE10DW232 + brand: IS + model: Flex Elite 7.85" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE7D Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; AUXUS CoreX4 3G Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.143" - engine: Blink - engine_version: "" + name: Chrome + short_name: CH + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: tablet - brand: JA - model: TPCY-TXE7D + brand: IY + model: CoreX4 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE7DW) Build/MXC89K; wv AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-101 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.101" + name: Chrome + short_name: CH + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: tablet brand: JA - model: TPCY-TXE7DW + model: Tablet PC 101 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; TPCY-TXTE10D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-PA7807 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome - short_name: CH + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: Tablet PC PA7807 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; TPC-X10F1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: Tablet PC X10F1 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10D Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "75.0.3770.101" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE10D + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE10DS + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DW Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "72.0.3626.121" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE10DW + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE10DW232 Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "74.0.3729.136" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE10DW232 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE7D Build/MXC89K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE7D + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TPCY-TXE7DW) Build/MXC89K; wv AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "75.0.3770.101" + engine: Blink + engine_version: "" + device: + type: tablet + brand: JA + model: TPCY-TXE7DW + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; TPCY-TXTE10D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH version: "74.0.3729.112" engine: Blink engine_version: "" @@ -9348,676 +9948,42 @@ os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IdeaPadA10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: LE - model: IdeaPad A10 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; Ideapad K1 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 CyanogenMod/10.1.3/k1 - os: - name: CyanogenMod - short_name: CYN - version: "10.1.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: LE - model: IdeaPad K1 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A7600-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A10-70 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A7600-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "77.0.3865.92" engine: Blink engine_version: "" device: type: tablet brand: LE - model: IdeaTab A10-70 + model: E10 os_family: Android browser_family: Chrome - - user_agent: Orca-Android/2.2.5-release OS/4.0.3 Model/IdeaTab_A2107A-H VersionCode/108531 Product/Messenger Carrier/o2_-_de Manufacturer/LENOVO Brand/Lenovo - os: - name: Android - short_name: AND - version: "2.2.5" - platform: "" - client: null - device: - type: tablet - brand: LE - model: IdeaTab A2107A - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; IdeaTabA2109A Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: LE - model: IdeaTab A2109A - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; IdeaTabA2109A Build/JRO03R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104L Build/OPM1.171019.026) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.2912.171 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "31.0.1650.59" + name: Chrome Mobile + short_name: CM + version: "61.0.2912.171" engine: Blink engine_version: "" device: type: tablet brand: LE - model: IdeaTab A2109A - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A3000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3500-FL Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "31.0.1650.59" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A7-40 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3500-HV Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "46.0.2490.76" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A7-50 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A3500-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A7-50 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A3500-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A7-50 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A5500-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A8-50 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A5500-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab A8-50 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-ve; IdeaTabS2109A-F Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" - device: - type: tablet - brand: LE - model: IdeaTab S2109A - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S5000-F Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab S5000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S5000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab S5000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; IdeaTab S6000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "32.0.1700.99" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab S6000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S6000L-F Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab S6000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; S6000 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "55.0.2883.91" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: IdeaTab S6000 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 9; Lenovo TB-X505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 - os: - name: Android - short_name: AND - version: "9" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "76.0.3809.132" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: M10 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-X704A Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "69.0.3497.100" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: Moto Tab - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo TB2-X30F Build/LenovoTB2-X30F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: Tab 2 A10-30 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo TB2-X30L Build/LenovoTB2-X30L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: Tab 2 A10-30 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; Lenovo TAB 2 A10-70L Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A10-70L - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.0; Tab2A7-10F Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A7-10F - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoA3300-GV Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A7-30 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoA3300-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A7-30 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo TAB 2 A7-30D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A7-30D - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo TAB 2 A8-50L Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "51.0.2704.81" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 2 A8-50L - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-X304F Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "68.0.3440.91" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: TAB 4 10 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X704F Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "63.0.3239.111" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LE - model: Tab 4 10 Plus - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Epic P7 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "43.0.2357.121" - engine: Blink - engine_version: "" - device: - type: tablet - brand: V2 - model: Epic P7 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; Epic E8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "75.0.3770.143" - engine: Blink - engine_version: "" - device: - type: tablet - brand: V2 - model: Epic E8 + model: E10 os_family: Android browser_family: Chrome diff --git a/Tests/fixtures/tablet-2.yml b/Tests/fixtures/tablet-2.yml index da1fb31d37..72a3e4b83f 100644 --- a/Tests/fixtures/tablet-2.yml +++ b/Tests/fixtures/tablet-2.yml @@ -1,26 +1,66 @@ --- - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-8504F Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104X Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "8.1.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "61.0.3163.98" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB 4 8 + model: E10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo TAB S8-50L Build/BMAIN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; IdeaPadA10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: LE + model: IdeaPad A10 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; Ideapad K1 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 CyanogenMod/10.1.3/k1 + os: + name: CyanogenMod + short_name: CYN + version: "10.1.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: LE + model: IdeaPad K1 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A7600-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND @@ -36,55 +76,89 @@ device: type: tablet brand: LE - model: TAB S8-50L + model: IdeaTab A10-70 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-730X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A7600-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "75.0.3770.101" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB3 7 + model: IdeaTab A10-70 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; Lenovo TB3-710F Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Orca-Android/2.2.5-release OS/4.0.3 Model/IdeaTab_A2107A-H VersionCode/108531 Product/Messenger Carrier/o2_-_de Manufacturer/LENOVO Brand/Lenovo os: name: Android short_name: AND - version: "5.0.1" + version: "2.2.5" + platform: "" + client: null + device: + type: tablet + brand: LE + model: IdeaTab A2107A + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; IdeaTabA2109A Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: LE + model: IdeaTab A2109A + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; IdeaTabA2109A Build/JRO03R) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB3 7 Essential + model: IdeaTab A2109A os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo TB3-710I Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser @@ -96,135 +170,135 @@ device: type: tablet brand: LE - model: TAB3 7 Essential + model: IdeaTab A3000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-850M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3500-FL Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "46.0.2490.76" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB3 8 + model: IdeaTab A7-40 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-850M Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3500-HV Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "64.0.3282.123" + name: Chrome + short_name: CH + version: "46.0.2490.76" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB3 8 + model: IdeaTab A7-50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X304L Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A3500-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "67.0.3396.87" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB4 10 + model: IdeaTab A7-50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X304L Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 YaBrowser/17.7.0.1173.01 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A3500-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "17.7.0.1173.01" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB4 10 + model: IdeaTab A7-50 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 7.1.1; TB-X704V Build/NMF26F AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.86 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A5500-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "69.0.3497.86" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: tablet brand: LE - model: TAB4 10 Plus + model: IdeaTab A8-50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ThinkPadTablet Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A5500-F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "33.0.1750.166" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: ThinkPad Tablet + model: IdeaTab A8-50 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-ca; ThinkPad Tablet Build/ThinkPadTablet_A310_02) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-ve; IdeaTabS2109A-F Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 os: name: Android short_name: AND - version: "3.1" + version: "4.0.4" platform: "" client: type: browser @@ -232,155 +306,155 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "533.1" device: type: tablet brand: LE - model: ThinkPad Tablet A310 + model: IdeaTab S2109A os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; ThinkPad Tablet Build/ThinkPadTablet_A400_03) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S5000-F Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet brand: LE - model: ThinkPad Tablet A400 + model: IdeaTab S5000 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo YT3-X90X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S5000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "51.0.2704.81" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga 3 Pro + model: IdeaTab S5000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo YT3-X90L Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; IdeaTab S6000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "32.0.1700.99" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga 3 Pro + model: IdeaTab S6000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo YT3-X90F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenovo S6000L-F Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "55.0.2883.91" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga 3 Pro + model: IdeaTab S6000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-X50F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; S6000 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tab 3 + model: IdeaTab S6000 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-X50L Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 9; Lenovo TB-X505F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "9" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "76.0.3809.132" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tab 3 + model: M10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-850F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-X704A Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tab 3 8 + model: Moto Tab os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-850L Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo TB2-X30F Build/LenovoTB2-X30F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND @@ -396,71 +470,71 @@ device: type: tablet brand: LE - model: Yoga Tab 3 8 + model: Tab 2 A10-30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; Lenovo B8000-F Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo TB2-X30L Build/LenovoTB2-X30L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 10 + model: Tab 2 A10-30 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lenovo B8000-H/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; Lenovo TAB 2 A10-70L Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 10 + model: TAB 2 A10-70L os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;pl-pl; Lenovo B8000-F/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0; Tab2A7-10F Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 10 + model: TAB 2 A7-10F os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2 Pro-1380L Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoA3300-GV Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND @@ -470,17 +544,17 @@ type: browser name: Chrome short_name: CH - version: "36.0.1985.135" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 2 Pro-1380L + model: TAB 2 A7-30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2-1050F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LenovoA3300-H Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND @@ -490,17 +564,17 @@ type: browser name: Chrome short_name: CH - version: "42.0.2311.111" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 2-1050F + model: TAB 2 A7-30 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2-830L Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo TAB 2 A7-30D Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND @@ -510,301 +584,301 @@ type: browser name: Chrome short_name: CH - version: "42.0.2311.111" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 2-830L + model: TAB 2 A7-30D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;pl-pl; Lenovo B6000-F/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo TAB 2 A8-50L Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: tablet brand: LE - model: Yoga Tablet 8 + model: TAB 2 A8-50L os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-V700 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-X304F Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad 10.1 + brand: LE + model: TAB 4 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-V490 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X704F Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "7.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "51.0.2704.81" + version: "63.0.3239.111" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad 8.0 + brand: LE + model: Tab 4 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LG-V500 Build/KOT49I.V50020f) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; TB-8504F Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" + name: Chrome Webview + short_name: CV + version: "61.0.3163.98" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad 8.3 + brand: LE + model: TAB 4 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0.2; VK810 4G Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lenovo TAB S8-50L Build/BMAIN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "5.0.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "57.0.2987.132" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad 8.3 LTE + brand: LE + model: TAB S8-50L os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-V935 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-730X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "6.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "75.0.3770.101" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad II 10.1 + brand: LE + model: TAB3 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-V521 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.1; Lenovo TB3-710F Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "5.0.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "51.0.2704.81" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad X 8.0 + brand: LE + model: TAB3 7 Essential os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; VK815) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo TB3-710I Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "74.0.3729.157" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: G Pad X 8.3 + brand: LE + model: TAB3 7 Essential os_family: Android browser_family: Chrome - - user_agent: Android 3.1;AppleWebKit/534.13;Build/HMJ37;LG Optimus Pad L-06C Build/HMJ37 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-850M Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 os: name: Android short_name: AND - version: "3.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Chrome + short_name: CH + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: tablet - brand: LG - model: Optimus Pad L-06C + brand: LE + model: TAB3 8 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 3.0.1; LG-V905R Build/HRI66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Safari/537.36 OPR/16.0.1212.63780 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Lenovo TB3-850M Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.123 Safari/537.36 os: name: Android short_name: AND - version: "3.0.1" + version: "6.0" platform: "" client: type: browser - name: Opera - short_name: OP - version: "16.0.1212.63780" + name: Chrome Webview + short_name: CV + version: "64.0.3282.123" engine: Blink engine_version: "" device: type: tablet - brand: LG - model: V905R + brand: LE + model: TAB3 8 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Lark Evolution 10 Build/JDQ39) + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X304L Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome + short_name: CH + version: "67.0.3396.87" + engine: Blink engine_version: "" device: type: tablet - brand: LK - model: Evolution 10 + brand: LE + model: TAB4 10 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lark Evolution X2 7 3G-GPS Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Lenovo TB-X304L Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 YaBrowser/17.7.0.1173.01 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" + name: Yandex Browser + short_name: YA + version: "17.7.0.1173.01" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: Evolution X2 7 3G-GPS + brand: LE + model: TAB4 10 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LARK_Evolution_X4_10.1 Build/LARK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 7.1.1; TB-X704V Build/NMF26F AppleWebKit/537.36 KHTML, like Gecko Chrome/69.0.3497.86 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "54.0.2840.85" + version: "69.0.3497.86" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: Evolution X4 10.1 + brand: LE + model: TAB4 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Evolution X4 7 IPS Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; ThinkPadTablet Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "4.1.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome + short_name: CH + version: "33.0.1750.166" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: Evolution X4 7 IPS + brand: LE + model: ThinkPad Tablet os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 7 Build/JDQ39) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Safari/537.16 + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-ca; ThinkPad Tablet Build/ThinkPadTablet_A310_02) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.2.2" + version: "3.1" platform: "" client: type: browser @@ -812,19 +886,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.16" + engine_version: "534.13" device: type: tablet - brand: LK - model: FreeMe X2 7 + brand: LE + model: ThinkPad Tablet A310 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 7 ver.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; ThinkPad Tablet Build/ThinkPadTablet_A400_03) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -835,276 +909,276 @@ engine_version: "534.30" device: type: tablet - brand: LK - model: FreeMe X2 7 Version 2 + brand: LE + model: ThinkPad Tablet A400 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark FreeMe X2 7 ver.3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo YT3-X90X Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: FreeMe X2 7 Version 3 + brand: LE + model: Yoga 3 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 8 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; Lenovo YT3-X90L Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet - brand: LK - model: FreeMe X2 8 + brand: LE + model: Yoga 3 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Lenovo YT3-X90F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: tablet - brand: LK - model: FreeMe X2 9 + brand: LE + model: Yoga 3 Pro os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeMe x2 9 v.2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-X50F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: FreeMe X2 9 Version 2 + brand: LE + model: Yoga Tab 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeMe x2 9 ver.3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-X50L Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: FreeMe X2 9 Version 3 + brand: LE + model: Yoga Tab 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 5.1; (Lark FreeMe X4 7 3G HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-850F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "5.1.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "72.0.3626.76" + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: FreeMe X4 7HD 3G + brand: LE + model: Yoga Tab 3 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; FreeMe X4 9 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Lenovo YT3-850L Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: FreeMe X4 9 + brand: LE + model: Yoga Tab 3 8 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PHABLET 7 Build/LARK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; Lenovo B8000-F Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "50.0.2661.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LK - model: Phablet 7 + brand: LE + model: Yoga Tablet 10 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 4.4.4; Ultimate 7i Build/KTU84P AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.84 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lenovo B8000-H/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LK - model: Ultimate 7i + brand: LE + model: Yoga Tablet 10 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultimate X4 10.1 3G IPS Build/Lark; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;pl-pl; Lenovo B8000-F/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "51.0.2704.81" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LK - model: Ultimate X4 10.1 3G IPS + brand: LE + model: Yoga Tablet 10 os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1; Ultimate X4 8s 3G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Safari/537.36 + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2 Pro-1380L Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "46.0.2490.76" + name: Chrome + short_name: CH + version: "36.0.1985.135" engine: Blink engine_version: "" device: type: tablet - brand: LK - model: Ultimate X4 8s 3G + brand: LE + model: 'Yoga Tablet 2 Pro 13.3"' os_family: Android browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0; B BOT 550 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2-1050F Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "53.0.2785.124" + name: Chrome + short_name: CH + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: B BOT 550 + brand: LE + model: 'Yoga Tablet 2 10.1"' os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; E1031 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; YOGA Tablet 2-830L Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: tablet - brand: LM - model: E1031 + brand: LE + model: 'Yoga Tablet 2 8.0"' os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-; E731 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 bdbrowser_i18n/3.1.2.2 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2;pl-pl; Lenovo B6000-F/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -1115,176 +1189,196 @@ engine_version: "534.30" device: type: tablet - brand: LM - model: E731 + brand: LE + model: Yoga Tablet 8 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; E812 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-V700 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet - brand: LM - model: E812 + brand: LG + model: G Pad 10.1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; E912 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; LG-V490 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.0.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: tablet - brand: LM - model: E912 + brand: LG + model: G Pad 8.0 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; ID bot 53+ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LG-V500 Build/KOT49I.V50020f) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "55.0.2883.91" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: ID BOT 53+ + brand: LG + model: G Pad 8.3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; IDbot553 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0.2; VK810 4G Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.0.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "59.0.3071.125" + name: Chrome + short_name: CH + version: "57.0.2987.132" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: ID BOT 553 + brand: LG + model: G Pad 8.3 LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; IDbot553PLUS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LG-V935 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "63.0.3239.111" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: ID BOT 553PLUS + brand: LG + model: G Pad II 10.1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; L-EMENT_TAB1040_BT Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LG-V521 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "59.0.3071.125" + version: "51.0.2704.81" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ement Tab 1040 BT + brand: LG + model: G Pad X 8.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; L-EMENT 741 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; VK815) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36 os: name: Android short_name: AND - version: "4.4.4" + version: "6.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "55.0.2883.91" + version: "74.0.3729.157" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ement Tab 741 + brand: LG + model: G Pad X 8.3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LEMENT_TAB901 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Safari/537.36 + user_agent: Android 3.1;AppleWebKit/534.13;Build/HMJ37;LG Optimus Pad L-06C Build/HMJ37 os: name: Android short_name: AND - version: "4.4.4" + version: "3.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "61.0.3163.98" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: LG + model: Optimus Pad L-06C + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 3.0.1; LG-V905R Build/HRI66) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Safari/537.36 OPR/16.0.1212.63780 + os: + name: Android + short_name: AND + version: "3.0.1" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "16.0.1212.63780" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ement Tab 901 + brand: LG + model: V905R os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Android 5.1;AppleWebKit/533.1;Build/LMY47D;L-ITE 402 Build/LMY47D + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Lark Evolution 10 Build/JDQ39) os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser @@ -1292,75 +1386,115 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "" device: type: tablet - brand: LM - model: L-ite Tab 402 + brand: LK + model: Evolution 10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; L-ITE 502 PLUS Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lark Evolution X2 7 3G-GPS Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "52.0.2743.98" + name: Chrome + short_name: CH + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ite Tab 502 PLUS + brand: LK + model: Evolution X2 7 3G-GPS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; L-ITE 504 HD Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; LARK_Evolution_X4_10.1 Build/LARK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "48.0.2564.106" + name: Chrome + short_name: CH + version: "54.0.2840.85" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ite Tab 504 HD + brand: LK + model: Evolution X4 10.1 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LIXIR1041 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Evolution X4 7 IPS Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "46.0.2490.76" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: L-ixir Tab 1041 + brand: LK + model: Evolution X4 7 IPS os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KT712A_4.4 Build/KOT49H) AppleWebKit/537.36 (KHTML, Like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 7 Build/JDQ39) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Safari/537.16 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.16" + device: + type: tablet + brand: LK + model: FreeMe X2 7 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 7 ver.2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: LK + model: FreeMe X2 7 Version 2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Lark FreeMe X2 7 ver.3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND @@ -1375,132 +1509,132 @@ engine_version: "" device: type: tablet - brand: LM - model: L-ixir Tab 701 + brand: LK + model: FreeMe X2 7 Version 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; L-IXIR TAB 701 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 8 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LM - model: L-ixir Tab 701 3G + brand: LK + model: FreeMe X2 8 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 7.1.2; La Tab 72 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; Lark FreeMe X2 9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "7.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "75.0.3770.101" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LM - model: La Tab 72 + brand: LK + model: FreeMe X2 9 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0; M BOT 551 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeMe x2 9 v.2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: M BOT 551 + brand: LK + model: FreeMe X2 9 Version 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M bot 60 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeMe x2 9 ver.3 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: M BOT 60 + brand: LK + model: FreeMe X2 9 Version 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; M_bot_tab_1150 Build/N9F27F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 5.1; (Lark FreeMe X4 7 3G HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Safari/537.36 os: name: Android short_name: AND - version: "7.1.1" + version: "5.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "67.0.3396.87" + version: "72.0.3626.76" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: M BOT tab 1150 + brand: LK + model: FreeMe X4 7HD 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.1.2; M_bot_tab_71 Build/NHG47K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; FreeMe X4 9 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "7.1.2" + version: "4.4.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "58.0.3029.83" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: M BOT tab 71 + brand: LK + model: FreeMe X4 9 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; POWER BOT Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PHABLET 7 Build/LARK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/537.36 os: name: Android short_name: AND @@ -1508,103 +1642,103 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "54.0.2840.85" + name: Chrome + short_name: CH + version: "50.0.2661.89" engine: Blink engine_version: "" device: type: tablet - brand: LM - model: POWER BOT + brand: LK + model: Phablet 7 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TAB1062 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 4.4.4; Ultimate 7i Build/KTU84P AppleWebKit/537.36 KHTML, like Gecko Chrome/62.0.3202.84 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: LM - model: TAB1062 + name: Chrome + short_name: CH + version: "62.0.3202.84" + engine: Blink + engine_version: "" + device: + type: tablet + brand: LK + model: Ultimate 7i os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; TAB950 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; Ultimate X4 10.1 3G IPS Build/Lark; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "51.0.2704.81" + engine: Blink + engine_version: "" device: type: tablet - brand: LM - model: TAB950 + brand: LK + model: Ultimate X4 10.1 3G IPS os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Lenco CARTAB-920 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + user_agent: Mozilla/5.0 (Linux; Android 5.1; Ultimate X4 8s 3G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "5.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + name: Chrome Webview + short_name: CV + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: CARTAB-920 + brand: LK + model: Ultimate X4 8s 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco CARTAB-925 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; B BOT 550 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "53.0.2785.124" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: CARTAB-925 + brand: LM + model: B BOT 550 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco CoolTab-70 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; E1031 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -1615,16 +1749,16 @@ engine_version: "534.30" device: type: tablet - brand: LN - model: CoolTab-70 + brand: LM + model: E1031 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco CoolTAB-72 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30/4.05d.1002.m7 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-; E731 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 bdbrowser_i18n/3.1.2.2 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -1635,176 +1769,176 @@ engine_version: "534.30" device: type: tablet - brand: LN - model: CoolTAB-72 + brand: LM + model: E731 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenco CoolTAB-72 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; E812 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: Opera - short_name: OP - version: "21.0.1437.74904" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LN - model: CoolTAB-72 + brand: LM + model: E812 os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Lenco CoolTab-80 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; E912 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: tablet - brand: LN - model: CoolTab-80 + brand: LM + model: E912 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco KidzTab-70 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; ID bot 53+ Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: KidzTab-70 + brand: LM + model: ID BOT 53+ os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-1014 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; IDbot553 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-1014 + brand: LM + model: ID BOT 553 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; Lenco TAB-1030 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; IDbot553PLUS Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "63.0.3239.111" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-1030 + brand: LM + model: ID BOT 553PLUS os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-704 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; L-EMENT_TAB1040_BT Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-704 + brand: LM + model: L-ement Tab 1040 BT os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-712 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; L-EMENT 741 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "55.0.2883.91" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-712 + brand: LM + model: L-ement Tab 741 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-813 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; LEMENT_TAB901 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "61.0.3163.98" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-813 + brand: LM + model: L-ement Tab 901 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco TAB-900 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Android 5.1;AppleWebKit/533.1;Build/LMY47D;L-ITE 402 Build/LMY47D os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser @@ -1812,239 +1946,239 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: LN - model: TAB-900 + brand: LM + model: L-ite Tab 402 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco TAB-925 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; L-ITE 502 PLUS Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-925 + brand: LM + model: L-ite Tab 502 PLUS os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco TAB-9720 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; L-ITE 504 HD Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "48.0.2564.106" + engine: Blink + engine_version: "" device: type: tablet - brand: LN - model: TAB-9720 + brand: LM + model: L-ite Tab 504 HD os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2.1; tr-tr; LePanII Build/HTK75) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; LIXIR1041 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 os: name: Android short_name: AND - version: "3.2.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Chrome + short_name: CH + version: "46.0.2490.76" + engine: Blink + engine_version: "" device: type: tablet - brand: LP - model: Le Pan II + brand: LM + model: L-ixir Tab 1041 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Le Pan TC802A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; KT712A_4.4 Build/KOT49H) AppleWebKit/537.36 (KHTML, Like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "40.0.2214.109" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: LP - model: Le Pan Mini + brand: LM + model: L-ixir Tab 701 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-es; Le Pan S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; L-IXIR TAB 701 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: tablet - brand: LP - model: Le Pan S + brand: LM + model: L-ixir Tab 701 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; es-es; TC970 (Wi-Fi) Build/s3394) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 Linux; Android 7.1.2; La Tab 72 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Safari/537.36 os: name: Android short_name: AND - version: "2.2" + version: "7.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome + short_name: CH + version: "75.0.3770.101" + engine: Blink + engine_version: "" device: type: tablet - brand: LP - model: TC970 (Wi-Fi) + brand: LM + model: La Tab 72 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; MFC190BBFR Build/JRO03H) + user_agent: Mozilla/5.0 (Linux; Android 6.0; M BOT 551 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink engine_version: "" device: type: tablet - brand: LX - model: Barbie Tablet + brand: LM + model: M BOT 551 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195FUFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M bot 60 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: tablet - brand: LX - model: Furby Tablet + brand: LM + model: M BOT 60 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MFC140FR1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.1; M_bot_tab_1150 Build/N9F27F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "67.0.3396.87" + engine: Blink + engine_version: "" device: type: tablet - brand: LX - model: LapTab + brand: LM + model: M BOT tab 1150 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MFC141FR Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.1.2; M_bot_tab_71 Build/NHG47K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "7.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: tablet - brand: LX - model: LapTab 2 + brand: LM + model: M BOT tab 71 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC162FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; POWER BOT Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "54.0.2840.85" + engine: Blink + engine_version: "" device: type: tablet - brand: LX - model: Power Tablet + brand: LM + model: POWER BOT os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC180FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; TAB1062 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser @@ -2055,16 +2189,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Advanced + brand: LM + model: TAB1062 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC181FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; TAB950 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -2075,36 +2209,36 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Advanced 2 + brand: LM + model: TAB950 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195DCFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Lenco CARTAB-920 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "18.0.1025.166" engine: WebKit - engine_version: "534.30" + engine_version: "535.19" device: type: tablet - brand: LX - model: Tablet Disney Cars HD + brand: LN + model: CARTAB-920 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195DPFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco CARTAB-925 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -2115,16 +2249,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Disney Princesse HD + brand: LN + model: CARTAB-925 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC250FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco CoolTab-70 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -2135,12 +2269,12 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Junior + brand: LN + model: CoolTab-70 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC280FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco CoolTAB-72 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30/4.05d.1002.m7 os: name: Android short_name: AND @@ -2155,56 +2289,56 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Junior 2 + brand: LN + model: CoolTAB-72 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC270FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Lenco CoolTAB-72 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera + short_name: OP + version: "21.0.1437.74904" + engine: Blink + engine_version: "" device: type: tablet - brand: LX - model: Tablet Junior Power Touch + brand: LN + model: CoolTAB-72 os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; mfc142fr Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Lenco CoolTab-80 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "18.0.1025.166" engine: WebKit - engine_version: "534.30" + engine_version: "535.19" device: type: tablet - brand: LX - model: Tablet Kids + brand: LN + model: CoolTab-80 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC155FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco KidzTab-70 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser @@ -2215,16 +2349,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Master + brand: LN + model: KidzTab-70 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC157FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-1014 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -2235,56 +2369,36 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Master 2 + brand: LN + model: TAB-1014 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MFC157FR Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "30.0.1599.82" - engine: Blink - engine_version: "" - device: - type: tablet - brand: LX - model: Tablet Master 2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MFC163FR Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; Lenco TAB-1030 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Master 3 + brand: LN + model: TAB-1030 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC156FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-704 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -2295,16 +2409,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet One + brand: LN + model: TAB-704 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC170FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-712 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -2315,16 +2429,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Ultra + brand: LN + model: TAB-712 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC175FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Lenco TAB-813 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -2335,12 +2449,12 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Ultra + brand: LN + model: TAB-813 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ca-es; MFC375FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco TAB-900 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2355,12 +2469,12 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet Ultra 2 + brand: LN + model: TAB-900 os_family: Android browser_family: Android Browser - - user_agent: mozilla/5.0 (linux; u; android 4.2.2; fr-fr; mfc500fr build/jdq39) applewebkit/534.30 (khtml, like gecko) version/4.0 safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; Lenco TAB-925 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2375,12 +2489,12 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: Tablet XL + brand: LN + model: TAB-925 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC045FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Lenco TAB-9720 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2395,16 +2509,16 @@ engine_version: "534.30" device: type: tablet - brand: LX - model: TabTab + brand: LN + model: TAB-9720 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; X1010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2.1; tr-tr; LePanII Build/HTK75) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.0.4" + version: "3.2.1" platform: "" client: type: browser @@ -2412,39 +2526,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "534.13" device: type: tablet - brand: M3 - model: X1010 + brand: LP + model: Le Pan II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 101P51C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Le Pan TC802A Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "40.0.2214.109" engine: Blink engine_version: "" device: type: tablet - brand: M3 - model: Xpress Smartlife 101P51C + brand: LP + model: Le Pan Mini os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; 800P31C Build/JDQ39) AppleWebKit/534.30 (KHTML like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; es-es; Le Pan S Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -2455,16 +2569,16 @@ engine_version: "534.30" device: type: tablet - brand: M3 - model: Xpress Smartlife 800P31C + brand: LP + model: Le Pan S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ar-eg; M785 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; es-es; TC970 (Wi-Fi) Build/s3394) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "2.2" platform: "" client: type: browser @@ -2472,19 +2586,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: M3 - model: Xpress Smartlife M785 + brand: LP + model: TC970 (Wi-Fi) os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; FreeTAB Build/RK2906) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.1.1; MFC190BBFR Build/JRO03H) os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: tablet + brand: LX + model: Barbie Tablet + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195FUFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -2495,36 +2629,36 @@ engine_version: "534.30" device: type: tablet - brand: M4 - model: FreeTab + brand: LX + model: Furby Tablet os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeTAB 7001 HD IC Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MFC140FR1 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "35.0.1916.141" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: M4 - model: FreeTab 7001 HD IC + brand: LX + model: LapTab os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; pl-pl; FreeTAB 8001 IPS X2 3G+ Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MFC141FR Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -2535,92 +2669,92 @@ engine_version: "534.30" device: type: tablet - brand: M4 - model: FreeTab 8001 IPS X2 3G+ + brand: LX + model: LapTab 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; lt-lt; FreeWAY TAB 7.0 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC162FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "18.0.1025.133" + name: Android Browser + short_name: AN + version: "" engine: WebKit engine_version: "534.30" device: type: tablet - brand: M4 - model: FreeWay Tab 7.0 + brand: LX + model: Power Tablet os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.1; MIDM-8803 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC180FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: M7 - model: MIDM 8803 + brand: LX + model: Tablet Advanced os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Cozy Build/MOB30M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC181FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "62.0.3202.84" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: M8 - model: Cozy + brand: LX + model: Tablet Advanced 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Easy tab 9 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195DCFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: M8 - model: Easy tab 9 + brand: LX + model: Tablet Disney Cars HD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 1078 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC195DPFR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2628,23 +2762,23 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: M9 - model: "1078" + brand: LX + model: Tablet Disney Princesse HD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MID1001 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC250FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.0.3" platform: "" client: type: browser @@ -2655,52 +2789,52 @@ engine_version: "534.30" device: type: tablet - brand: MA - model: MID1001 + brand: LX + model: Tablet Junior os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID1009 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC280FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MA - model: MID1009 + brand: LX + model: Tablet Junior 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID1010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC270FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MA - model: MID1010 + brand: LX + model: Tablet Junior Power Touch os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MID704 Build/MID704) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; mfc142fr Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2715,16 +2849,16 @@ engine_version: "534.30" device: type: tablet - brand: MA - model: MID704 + brand: LX + model: Tablet Kids os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID705 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC155FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -2735,16 +2869,16 @@ engine_version: "534.30" device: type: tablet - brand: MA - model: MID705 + brand: LX + model: Tablet Master os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MID706A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC157FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -2755,32 +2889,32 @@ engine_version: "534.30" device: type: tablet - brand: MA - model: MID706A + brand: LX + model: Tablet Master 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID713 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MFC157FR Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.82 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome Mobile + short_name: CM + version: "30.0.1599.82" engine: Blink engine_version: "" device: type: tablet - brand: MA - model: MID713 + brand: LX + model: Tablet Master 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID901 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MFC163FR Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -2795,12 +2929,12 @@ engine_version: "" device: type: tablet - brand: MA - model: MID901 + brand: LX + model: Tablet Master 3 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID9701 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MFC156FR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2815,72 +2949,72 @@ engine_version: "534.30" device: type: tablet - brand: MA - model: MID9701 + brand: LX + model: Tablet One os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; M-SP1AGO3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC170FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "7.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "70.0.3538.80" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10 Go 3G + brand: LX + model: Tablet Ultra os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP10PA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MFC175FR Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "43.0.2357.78" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 HD Pro + brand: LX + model: Tablet Ultra os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP10PA3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ca-es; MFC375FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 HD Pro 3G + brand: LX + model: Tablet Ultra 2 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1040M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: mozilla/5.0 (linux; u; android 4.2.2; fr-fr; mfc500fr build/jdq39) applewebkit/534.30 (khtml, like gecko) version/4.0 safari/534.30 os: name: Android short_name: AND @@ -2888,19 +3022,19 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 HD S4 3G + brand: LX + model: Tablet XL os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1040MC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MFC045FR Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -2908,19 +3042,59 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "43.0.2357.78" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: LX + model: TabTab + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; X1010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: M3 + model: X1010 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; 101P51C Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 10.1 HD S4 3G + brand: M3 + model: Xpress Smartlife 101P51C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP1040S2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; 800P31C Build/JDQ39) AppleWebKit/534.30 (KHTML like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2935,12 +3109,12 @@ engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 S2 + brand: M3 + model: Xpress Smartlife 800P31C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1041S2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ar-eg; M785 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -2948,39 +3122,39 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 S2 + brand: M3 + model: Xpress Smartlife M785 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M-MP1051S2 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; FreeTAB Build/RK2906) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.4" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "43.0.2357.78" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 S2 + brand: M4 + model: FreeTab os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S2A3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; FreeTAB 7001 HD IC Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Safari/537.36 os: name: Android short_name: AND @@ -2990,21 +3164,21 @@ type: browser name: Chrome short_name: CH - version: "43.0.2357.93" + version: "35.0.1916.141" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 10.1 S2 3G + brand: M4 + model: FreeTab 7001 HD IC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP10S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; pl-pl; FreeTAB 8001 IPS X2 3G+ Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -3015,112 +3189,92 @@ engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 S4 + brand: M4 + model: FreeTab 8001 IPS X2 3G+ os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP12S4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; lt-lt; FreeWAY TAB 7.0 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser name: Chrome short_name: CH - version: "43.0.2357.93" - engine: Blink - engine_version: "" + version: "18.0.1025.133" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 10.1 S4 + brand: M4 + model: FreeWay Tab 7.0 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S4B3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.1; MIDM-8803 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "43.0.2357.93" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 10.1 S4 3G + brand: M7 + model: MIDM 8803 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S4A3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Cozy Build/MOB30M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "6.0.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "62.0.3202.84" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 10.1 S4 3G + brand: M8 + model: Cozy os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP101S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: MC - model: SmartPad 101 S2 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; M-MP1010i Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Easy tab 9 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: MC - model: SmartPad 1010i + brand: M8 + model: Easy tab 9 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP102S2W Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MTC 1078 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND @@ -3128,23 +3282,23 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: tablet - brand: MC - model: SmartPad 102 S2 + brand: M9 + model: "1078" os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP102S2B Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MID1001 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -3155,32 +3309,32 @@ engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 102 S2 + brand: MA + model: MID1001 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; M-MP720GO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID1009 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: MC - model: SmartPad 7.0 Go + brand: MA + model: MID1009 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP740GOx Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID1010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND @@ -3188,39 +3342,39 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 7.0 Go + brand: MA + model: MID1010 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP726GOx Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MID704 Build/MID704) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 7.0 Go + brand: MA + model: MID704 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; M-MP722I Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID705 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -3235,16 +3389,16 @@ engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 722I + brand: MA + model: MID705 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SmartPad7503G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MID706A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -3255,12 +3409,12 @@ engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 750 3G + brand: MA + model: MID706A os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO110B Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID713 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3268,19 +3422,19 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: MC - model: SmartPad 8.0 HD iPro110 3G + brand: MA + model: MID713 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO800B Build/Version1.20) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MID901 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND @@ -3295,52 +3449,52 @@ engine_version: "" device: type: tablet - brand: MC - model: SmartPad 8.0 HD iPro800 3G + brand: MA + model: MID901 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO810B Build/Version1.30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID9701 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "42.0.2311.111" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MC - model: SmartPad 8.0 HD iPro810 3G + brand: MA + model: MID9701 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO810W Build/Version1.20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; M-SP1AGO3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "7.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "42.0.2311.111" + version: "70.0.3538.80" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 HD iPro810 3G + model: SmartPad 10 Go 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8PA3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP10PA Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 os: name: Android short_name: AND @@ -3348,39 +3502,39 @@ platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Chrome + short_name: CH + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 HD Pro 3G + model: SmartPad 10.1 HD Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP842M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP10PA3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "34.0.1847.114" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 Mobile + model: SmartPad 10.1 HD Pro 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP840M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Safari/537.36 OPR/29.0.1809.92117 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1040M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND @@ -3388,39 +3542,39 @@ platform: "" client: type: browser - name: Opera - short_name: OP - version: "29.0.1809.92117" + name: Chrome + short_name: CH + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 Mobile + model: SmartPad 10.1 HD S4 3G os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP876S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 M + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1040MC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "43.0.2357.78" + engine: Blink + engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S2 + model: SmartPad 10.1 HD S4 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP8S2A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP1040S2 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -3436,11 +3590,11 @@ device: type: tablet brand: MC - model: SmartPad 8.0 S2 3G + model: SmartPad 10.1 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP8S23G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP1041S2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND @@ -3450,57 +3604,57 @@ type: browser name: Chrome short_name: CH - version: "31.0.1650.59" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S2 3G + model: SmartPad 10.1 S2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8S2B3G Build/MEDIACOM Version 1.20 (01/2015)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; M-MP1051S2 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome short_name: CH - version: "42.0.2311.111" + version: "43.0.2357.78" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S2 3G + model: SmartPad 10.1 S2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP82S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S2A3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S4 + model: SmartPad 10.1 S2 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP84S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP10S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -3516,11 +3670,11 @@ device: type: tablet brand: MC - model: SmartPad 8.0 S4 + model: SmartPad 10.1 S4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-ch; M-MP8S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP12S4 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 os: name: Android short_name: AND @@ -3528,19 +3682,19 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S4 3G + model: SmartPad 10.1 S4 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8S4B3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S4B3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36 os: name: Android short_name: AND @@ -3550,37 +3704,37 @@ type: browser name: Chrome short_name: CH - version: "42.0.2311.111" + version: "43.0.2357.93" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 8.0 S4 3G + model: SmartPad 10.1 S4 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; M-MP860S2 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP1S4A3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Opera - short_name: OP - version: "21.0.1437.74904" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet brand: MC - model: SmartPad 860 S2 + model: SmartPad 10.1 S4 3G os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP875S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP101S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -3596,15 +3750,15 @@ device: type: tablet brand: MC - model: SmartPad 875 S2 + model: SmartPad 101 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP85S23G Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; M-MP1010i Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -3616,35 +3770,15 @@ device: type: tablet brand: MC - model: SmartPad 875 S2 3G + model: SmartPad 1010i os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 4.2.1; M-MP940M Build/JOP40D[20131128.193712]) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36' - os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "43.0.2357.93" - engine: Blink - engine_version: "" - device: - type: tablet - brand: MC - model: SmartPad 9.7 Mobile - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP102S2W Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -3656,11 +3790,11 @@ device: type: tablet brand: MC - model: SmartPad 9.7 S4 3G + model: SmartPad 102 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SmartPad970s2 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP102S2B Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -3676,15 +3810,15 @@ device: type: tablet brand: MC - model: SmartPad 970 S2 + model: SmartPad 102 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SmartPad970s23G Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; M-MP720GO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -3696,112 +3830,55 @@ device: type: tablet brand: MC - model: SmartPad 970 S2 3G + model: SmartPad 7.0 Go os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; E1041X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "71.0.3578.99" - engine: Blink - engine_version: "" - device: - type: tablet - brand: MD - model: E1041X - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 7.0; E1051X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP740GOx Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "75.0.3770.143" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: E1051X + brand: MC + model: SmartPad 7.0 Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; LIFETAB_E10310 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP726GOx Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "33.0.1750.136" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab E10310 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; LIFETAB_E10312 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.4.16.1149292.arm - os: - name: Android - short_name: AND - version: "4.2.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" - device: - type: tablet - brand: MD - model: Lifetab E10312 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LIFETAB_E10316 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "26.0.1410.58" - engine: WebKit - engine_version: "537.31" - device: - type: tablet - brand: MD - model: Lifetab E10316 + brand: MC + model: SmartPad 7.0 Go os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; LIFETAB_E10320 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; M-MP722I Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -3812,193 +3889,176 @@ engine_version: "534.30" device: type: tablet - brand: MD - model: Lifetab E10320 + brand: MC + model: SmartPad 722I os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; LIFETAB_E7310 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SmartPad7503G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MD - model: Lifetab E7310 + brand: MC + model: SmartPad 750 3G os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LIFETAB_E7312 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO110B Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "28.0.1500.94" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab E7312 + brand: MC + model: SmartPad 8.0 HD iPro110 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; LIFETAB_E7316 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.4.16.1149292.arm - os: - name: Android - short_name: AND - version: "4.2.2" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.4.16.1149292" - device: - type: tablet - brand: MD - model: Lifetab E7316 - os_family: Android - browser_family: Unknown -- - user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0; P1035X Build/LRX21V) + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO800B Build/Version1.20) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab P1035X + brand: MC + model: SmartPad 8.0 HD iPro800 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.0; P1035X Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO810B Build/Version1.30) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "5.0" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "49.0.2623.105" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab P1035X + brand: MC + model: SmartPad 8.0 HD iPro810 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LIFETAB_P9514 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-IPRO810W Build/Version1.20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "31.0.1650.59" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab P9514 + brand: MC + model: SmartPad 8.0 HD iPro810 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; MD_LIFETAB_P9516 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8PA3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: MD - model: Lifetab P9516 + brand: MC + model: SmartPad 8.0 HD Pro 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MD_LIFETAB_P9516 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP842M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: tablet - brand: MD - model: Lifetab P9516 + brand: MC + model: SmartPad 8.0 Mobile os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1; S1035X Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP840M Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Safari/537.36 OPR/29.0.1809.92117 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "56.0.2924.87" + name: Opera + short_name: OP + version: "29.0.1809.92117" engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab S1035X + brand: MC + model: SmartPad 8.0 Mobile os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; LIFETAB_S9512 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP876S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 M os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -4006,19 +4066,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: MD - model: Lifetab S9512 + brand: MC + model: SmartPad 8.0 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; LIFETAB_S9714 Build/JRO03R) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP8S2A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -4029,32 +4089,32 @@ engine_version: "534.30" device: type: tablet - brand: MD - model: Lifetab S9714 + brand: MC + model: SmartPad 8.0 S2 3G os_family: Android browser_family: Android Browser - - user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; X1030X Build/MRA58K) + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; M-MP8S23G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Chrome + short_name: CH + version: "31.0.1650.59" + engine: Blink engine_version: "" device: type: tablet - brand: MD - model: Lifetab X1030X + brand: MC + model: SmartPad 8.0 S2 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; P70221 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8S2B3G Build/MEDIACOM Version 1.20 (01/2015)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND @@ -4064,17 +4124,17 @@ type: browser name: Chrome short_name: CH - version: "36.0.1985.135" + version: "42.0.2311.111" engine: Blink engine_version: "" device: type: tablet - brand: MI - model: Canvas Tab + brand: MC + model: SmartPad 8.0 S2 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Micromax P280 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP82S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4089,36 +4149,16 @@ engine_version: "534.30" device: type: tablet - brand: MI - model: P280 + brand: MC + model: SmartPad 8.0 S4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MAJESTIC TAB 371 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome Mobile - short_name: CM - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" - device: - type: tablet - brand: MJ - model: Tab 371 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux;U; Android 4.0.4; en-us; MID102C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP84S4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -4129,36 +4169,16 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID102C + brand: MC + model: SmartPad 8.0 S4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MID102C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "33.0.1750.136" - engine: Blink - engine_version: "" - device: - type: tablet - brand: MM - model: MID102C - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux;U; Android 4.0.4; en-us; MID103C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-ch; M-MP8S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -4169,52 +4189,52 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID103C + brand: MC + model: SmartPad 8.0 S4 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID104C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; M-MP8S4B3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "42.0.2311.111" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MID104C + brand: MC + model: SmartPad 8.0 S4 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID114C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; M-MP860S2 Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera + short_name: OP + version: "21.0.1437.74904" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MID114C + brand: MC + model: SmartPad 860 S2 os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MID43C Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; M-MP875S2 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4229,16 +4249,16 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID43C + brand: MC + model: SmartPad 875 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MID701 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; M-MP85S23G Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -4249,36 +4269,36 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID701 + brand: MC + model: SmartPad 875 S2 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID74C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: 'Mozilla/5.0 (Linux; Android 4.2.1; M-MP940M Build/JOP40D[20131128.193712]) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Safari/537.36' os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "43.0.2357.93" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MID74C + brand: MC + model: SmartPad 9.7 Mobile os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID77C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -4289,16 +4309,16 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID77C + brand: MC + model: SmartPad 9.7 S4 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; MID7C Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SmartPad970s2 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.3.3" + version: "4.1.1" platform: "" client: type: browser @@ -4306,15 +4326,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: MM - model: MID7C + brand: MC + model: SmartPad 970 S2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; MID801 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; it-it; SmartPad970s23G Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4329,136 +4349,133 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MID801 + brand: MC + model: SmartPad 970 S2 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID82C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0; M-SP10MXA Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MID82C + brand: MC + model: SmartPad MX 10 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID84C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; E1041X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "71.0.3578.99" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MID84C + brand: MD + model: E1041X os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; MID84C Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; E1051X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "34.0.1847.114" + version: "75.0.3770.143" engine: Blink engine_version: "" device: type: tablet - brand: MM - model: MID84C + brand: MD + model: E1051X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MP1010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; LIFETAB_E10310 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MP1010 + brand: MD + model: Lifetab E10310 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MP7007 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; LIFETAB_E10312 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.4.16.1149292.arm os: name: Android short_name: AND - version: "4.1.1" - platform: "" + version: "4.2.2" + platform: ARM client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Google Search App + version: "3.4.16.1149292" device: type: tablet - brand: MM - model: MP7007 + brand: MD + model: Lifetab E10312 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MP7007 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LIFETAB_E10316 Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Opera - short_name: OP - version: "21.0.1437.74904" - engine: Blink - engine_version: "" + name: Chrome + short_name: CH + version: "26.0.1410.58" + engine: WebKit + engine_version: "537.31" device: type: tablet - brand: MM - model: MP7007 + brand: MD + model: Lifetab E10316 os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MP717 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; LIFETAB_E10320 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -4469,76 +4486,73 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MP717 + brand: MD + model: Lifetab E10320 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; MP843 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; LIFETAB_E7310 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MP843 + brand: MD + model: Lifetab E7310 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MP888 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; LIFETAB_E7312 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MP888 + brand: MD + model: Lifetab E7312 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MP959 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; LIFETAB_E7316 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.4.16.1149292.arm os: name: Android short_name: AND - version: "4.0.3" - platform: "" + version: "4.2.2" + platform: ARM client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Google Search App + version: "3.4.16.1149292" device: - type: tablet - brand: MM - model: MP959 + type: tablet + brand: MD + model: Lifetab E7316 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MP969 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 5.0; P1035X Build/LRX21V) os: name: Android short_name: AND - version: "4.0.4" + version: "5.0" platform: "" client: type: browser @@ -4546,59 +4560,59 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: tablet - brand: MM - model: MP969 + brand: MD + model: Lifetab P1035X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MPDC100 BT Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.0; P1035X Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "28.0.1500.94" + version: "49.0.2623.105" engine: Blink engine_version: "" device: type: tablet - brand: MM - model: MPDC100 BT + brand: MD + model: Lifetab P1035X os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPDC110 BT IPS Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; LIFETAB_P9514 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "31.0.1650.59" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MPDC110 BT IPS + brand: MD + model: Lifetab P9514 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MPDC112 BT IPS Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; MD_LIFETAB_P9516 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -4609,16 +4623,16 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MPDC112 BT IPS + brand: MD + model: Lifetab P9516 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPDC8 BT Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MD_LIFETAB_P9516 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -4629,33 +4643,36 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MPDC8 BT + brand: MD + model: Lifetab P9516 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPDC88 BT IPS Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/2.0.0.392829 + user_agent: Mozilla/5.0 (Linux; Android 5.1; S1035X Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: - type: mobile app - name: Google Search App - version: "2.0.0.392829" + type: browser + name: Chrome + short_name: CH + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: tablet - brand: MM - model: MPDC88 BT IPS + brand: MD + model: Lifetab S1035X os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MPDC903 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; LIFETAB_S9512 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -4663,15 +4680,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: MM - model: MPDC903 + brand: MD + model: Lifetab S9512 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPQC704 HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; LIFETAB_S9714 Build/JRO03R) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4686,16 +4703,16 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MPQC704 HD + brand: MD + model: Lifetab S9714 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPQC784 IPS Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0; X1030X Build/MRA58K) os: name: Android short_name: AND - version: "4.1.1" + version: "6.0" platform: "" client: type: browser @@ -4703,19 +4720,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "" device: type: tablet - brand: MM - model: MPQC784 IPS + brand: MD + model: Lifetab X1030X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPQC804HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; P70221 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "36.0.1985.135" + engine: Blink + engine_version: "" + device: + type: tablet + brand: MI + model: Canvas Tab + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Micromax P280 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser @@ -4726,12 +4763,12 @@ engine_version: "534.30" device: type: tablet - brand: MM - model: MPQC804HD + brand: MI + model: P280 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; M.T.T. Tablet Build/M.T.T.) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MAJESTIC TAB 371 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 os: name: Android short_name: AND @@ -4739,23 +4776,23 @@ platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "18.0.1025.166" engine: WebKit - engine_version: "534.30" + engine_version: "535.19" device: type: tablet - brand: MQ - model: Tablet + brand: MJ + model: Tab 371 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.0.1; en-gb; MZ601 Build/H.6.1-38-1) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux;U; Android 4.0.4; en-us; MID102C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.0.1" + version: "4.0.4" platform: "" client: type: browser @@ -4763,39 +4800,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID102C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; MZ601 Build/H.6.3-25-5) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MID102C Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 os: name: Android short_name: AND - version: "3.1" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Chrome + short_name: CH + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID102C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; en-gb; MZ601 Build/H.6.5-17-3) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux;U; Android 4.0.4; en-us; MID103C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2" + version: "4.0.4" platform: "" client: type: browser @@ -4803,19 +4840,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID103C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MZ601 Build/I.7.1-45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID104C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -4826,32 +4863,32 @@ engine_version: "534.30" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID104C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MZ601 Build/I.7.1-42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36 OPR/18.0.1290.67495 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID114C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser - name: Opera - short_name: OP - version: "18.0.1290.67495" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID114C os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MZ601 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MID43C Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -4866,16 +4903,16 @@ engine_version: "534.30" device: type: tablet - brand: MR - model: MZ601 + brand: MM + model: MID43C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; en-us; MZ604 Build/H.6.6-23) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MID701 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2" + version: "4.2.2" platform: "" client: type: browser @@ -4883,19 +4920,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: MR - model: MZ604 + brand: MM + model: MID701 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; MZ604 Build/I.7.1-42) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID74C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -4906,16 +4943,16 @@ engine_version: "534.30" device: type: tablet - brand: MR - model: MZ604 + brand: MM + model: MID74C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2.2; en-us; MZ617 Build/1.6.0M_279_MZ617) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID77C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -4923,19 +4960,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: MR - model: MZ617 + brand: MM + model: MID77C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; Xoom Build/HMJ25) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; MID7C Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "3.1" + version: "2.3.3" platform: "" client: type: browser @@ -4943,19 +4980,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "533.1" device: type: tablet - brand: MR - model: Xoom + brand: MM + model: MID7C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2.2; he-il; XOOM 2 Build/1.6.0_268.4-MZ616) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; MID801 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -4963,15 +5000,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: MR - model: XOOM 2 + brand: MM + model: MID801 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; XOOM 2 Build/7.7.1-128_MZ615-12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID82C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -4979,23 +5016,23 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "31.0.1650.59" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MR - model: XOOM 2 + brand: MM + model: MID82C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; fr-fr; XOOM 2 ME Build/1.6.0_218.3-MZ607) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MID84C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2" + version: "4.0.3" platform: "" client: type: browser @@ -5003,39 +5040,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: MR - model: XOOM 2 ME + brand: MM + model: MID84C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xoom Wifi Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; MID84C Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser name: Chrome short_name: CH - version: "32.0.1700.99" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: MR - model: Xoom Wifi + brand: MM + model: MID84C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Slidepad Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MP1010 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.2" + version: "4.0.4" platform: "" client: type: browser @@ -5043,19 +5080,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad + brand: MM + model: MP1010 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SLIDEPAD Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MP7007 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.3.3" + version: "4.1.1" platform: "" client: type: browser @@ -5063,15 +5100,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad + brand: MM + model: MP7007 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SlidePad 104 Build/JRO03H) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 OPR/14.0.1074.58201 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MP7007 Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND @@ -5081,17 +5118,17 @@ type: browser name: Opera short_name: OP - version: "14.0.1074.58201" - engine: Presto + version: "21.0.1437.74904" + engine: Blink engine_version: "" device: type: tablet - brand: MU - model: SlidePad 104 + brand: MM + model: MP7007 os_family: Android browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SlidePad 108 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MP717 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5106,32 +5143,12 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad 108 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SP704C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: MU - model: SlidePad 704C + brand: MM + model: MP717 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SP704CE Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; MP843 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5146,12 +5163,12 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad 704CE + brand: MM + model: MP843 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SlidePad704CE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MP888 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5166,33 +5183,16 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad 704CE + brand: MM + model: MP888 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; SlidePad704CE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm - os: - name: Android - short_name: AND - version: "4.1.1" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.1.24.941712" - device: - type: tablet - brand: MU - model: SlidePad 704CE - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad 816P Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MP959 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -5203,16 +5203,16 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad 816P + brand: MM + model: MP959 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad Elite 9708 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MP969 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -5223,32 +5223,32 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad Elite 9708 + brand: MM + model: MP969 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SlidePad Elite 9708 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; MPDC100 BT Build/JRO03H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: Opera - short_name: OP - version: "21.0.1437.74904" + name: Chrome + short_name: CH + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: tablet - brand: MU - model: SlidePad Elite 9708 + brand: MM + model: MPDC100 BT os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SlidePad Kids Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPDC110 BT IPS Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5256,19 +5256,19 @@ platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "21.0.1437.74904" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad Kids + brand: MM + model: MPDC110 BT IPS os_family: Android - browser_family: Opera + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; SlidePad NG 116DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MPDC112 BT IPS Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5283,16 +5283,16 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG 116DC + brand: MM + model: MPDC112 BT IPS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad NG 116DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPDC8 BT Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -5303,36 +5303,33 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG 116DC + brand: MM + model: MPDC8 BT os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad NG 704DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPDC88 BT IPS Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/2.0.0.392829 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Google Search App + version: "2.0.0.392829" device: type: tablet - brand: MU - model: SlidePad NG 704DC + brand: MM + model: MPDC88 BT IPS os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG708 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MPDC903 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser @@ -5343,36 +5340,36 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG708 + brand: MM + model: MPDC903 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.0.3; en-US; SPNG708) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MPQC704 HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.8.1.359" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG708 + brand: MM + model: MPQC704 HD os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG808 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPQC784 IPS Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -5383,16 +5380,16 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG808 + brand: MM + model: MPQC784 IPS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG9708 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MPQC804HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -5403,12 +5400,12 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG9708 + brand: MM + model: MPQC804HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SPNG9716DC Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; M.T.T. Tablet Build/M.T.T.) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -5423,16 +5420,16 @@ engine_version: "534.30" device: type: tablet - brand: MU - model: SlidePad NG9716DC + brand: MQ + model: Tablet os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MyPad 1000 HD Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 3.0.1; en-gb; MZ601 Build/H.6.1-38-1) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.1.1" + version: "3.0.1" platform: "" client: type: browser @@ -5440,99 +5437,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "534.13" device: type: tablet - brand: MY - model: MyPad 1000 HD + brand: MR + model: MZ601 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us ; MyPad 2 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.6.1.262/145/405 + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; MZ601 Build/H.6.3-25-5) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.0.4" + version: "3.1" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "8.6.1.262" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.13" device: type: tablet - brand: MY - model: MyPad 2 + brand: MR + model: MZ601 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MyPad 750HD Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; en-gb; MZ601 Build/H.6.5-17-3) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.2.2" + version: "3.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" device: type: tablet - brand: MY - model: MyPad 750HD + brand: MR + model: MZ601 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myTab10II Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; MZ601 Build/I.7.1-45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: MY - model: MyTab 10 II + brand: MR + model: MZ601 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myTab_10_Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MZ601 Build/I.7.1-42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36 OPR/18.0.1290.67495 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Opera + short_name: OP + version: "18.0.1290.67495" engine: Blink engine_version: "" device: type: tablet - brand: MY - model: MyTab 10 Q + brand: MR + model: MZ601 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; Enjoy 7 Plus Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; MZ601 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -5543,32 +5540,32 @@ engine_version: "534.30" device: type: tablet - brand: MZ - model: Enjoy 7 Plus + brand: MR + model: MZ601 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Primo76 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; en-us; MZ604 Build/H.6.6-23) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.2.2" + version: "3.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" device: type: tablet - brand: MZ - model: Primo 76 + brand: MR + model: MZ604 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Primo 91 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; MZ604 Build/I.7.1-42) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5583,56 +5580,56 @@ engine_version: "534.30" device: type: tablet - brand: MZ - model: Primo 91 + brand: MR + model: MZ604 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MTN-8978P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2.2; en-us; MZ617 Build/1.6.0M_279_MZ617) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.4.4" + version: "3.2.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "65.0.3325.109" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" device: type: tablet - brand: N4 - model: Steppa + brand: MR + model: MZ617 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; C101010 Ultra2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; Xoom Build/HMJ25) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "7.0" + version: "3.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" device: type: tablet - brand: NM - model: Ultra 2 + brand: MR + model: Xoom os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; NX785QC8G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2.2; he-il; XOOM 2 Build/1.6.0_268.4-MZ616) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 os: name: Android short_name: AND - version: "4.2.2" + version: "3.2.2" platform: "" client: type: browser @@ -5640,15 +5637,15 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "534.13" device: type: tablet - brand: NT - model: "8" + brand: MR + model: XOOM 2 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; NXM900MC Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; XOOM 2 Build/7.7.1-128_MZ615-12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND @@ -5658,21 +5655,21 @@ type: browser name: Chrome short_name: CH - version: "34.0.1847.114" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: tablet - brand: NT - model: 8 HD + brand: MR + model: XOOM 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; Next10P12 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; fr-fr; XOOM 2 ME Build/1.6.0_218.3-MZ607) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "3.2" platform: "" client: type: browser @@ -5680,39 +5677,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: NT - model: Next 10P12 + brand: MR + model: XOOM 2 ME os_family: Android browser_family: Android Browser - - user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Next7P12-8G Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Xoom Wifi Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "32.0.1700.99" + engine: Blink + engine_version: "" device: type: tablet - brand: NT - model: Next 7P12-8G + brand: MR + model: Xoom Wifi os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; Next800K Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Slidepad Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.1.1" + version: "2.2" platform: "" client: type: browser @@ -5720,19 +5717,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: NT - model: Next 800K + brand: MU + model: SlidePad os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Next8P12 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; SLIDEPAD Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.0.3" + version: "2.3.3" platform: "" client: type: browser @@ -5740,19 +5737,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: NT - model: Next 8P12 + brand: MU + model: SlidePad + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SlidePad 104 Build/JRO03H) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 OPR/14.0.1074.58201 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "14.0.1074.58201" + engine: Presto + engine_version: "" + device: + type: tablet + brand: MU + model: SlidePad 104 os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; Next9P Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SlidePad 108 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -5763,16 +5780,16 @@ engine_version: "534.30" device: type: tablet - brand: NT - model: Next 9P + brand: MU + model: SlidePad 108 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; NX010HI8G Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30/4.05d.1002.m7 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SP704C Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -5783,16 +5800,16 @@ engine_version: "534.30" device: type: tablet - brand: NT - model: Premium 10 Hi + brand: MU + model: SlidePad 704C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; en-gb; NXM726 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; SP704CE Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.1" + version: "4.0.4" platform: "" client: type: browser @@ -5800,36 +5817,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: NT - model: Premium 7 + brand: MU + model: SlidePad 704CE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; NX008HD8G Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.3.11.1069658.arm + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SlidePad704CE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND version: "4.1.1" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.3.11.1069658" - device: - type: tablet - brand: NT - model: Premium 8 HD - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; fr-fr; NXM908HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - os: - name: Android - short_name: AND - version: "2.3.1" platform: "" client: type: browser @@ -5837,39 +5837,36 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: NT - model: Premium 9 + brand: MU + model: SlidePad 704CE os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SHIELD Tablet K1 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; SlidePad704CE Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.1.24.941712.arm os: name: Android short_name: AND - version: "6.0.1" - platform: "" + version: "4.1.1" + platform: ARM client: - type: browser - name: Chrome Mobile - short_name: CM - version: "56.0.2924.87" - engine: Blink - engine_version: "" + type: mobile app + name: Google Search App + version: "3.1.24.941712" device: type: tablet - brand: NV - model: SHIELD Tablet K1 + brand: MU + model: SlidePad 704CE os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; AEON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad 816P Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -5880,12 +5877,12 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Aeon + brand: MU + model: SlidePad 816P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; CONNECT7PRO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad Elite 9708 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5900,52 +5897,52 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Connect 7 Pro + brand: MU + model: SlidePad Elite 9708 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CONNECT8PLUS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SlidePad Elite 9708 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" + name: Opera + short_name: OP + version: "21.0.1437.74904" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Connect 8 Plus + brand: MU + model: SlidePad Elite 9708 os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ELEMENT10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; SlidePad Kids Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Mobile Safari/537.36 OPR/21.0.1437.74904 os: name: Android short_name: AND - version: "5.1.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Opera Mobile + short_name: OM + version: "21.0.1437.74904" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Element 10 Plus 3G + brand: MU + model: SlidePad Kids os_family: Android - browser_family: Chrome + browser_family: Opera - - user_agent: Kinder-Tablet-1.0-Weltbild-Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; EOS10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; SlidePad NG 116DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -5960,36 +5957,16 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: EOS 10 + brand: MU + model: SlidePad NG 116DC os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; FALCON_10_PLUS_3G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Safari/537.36 - os: - name: Android - short_name: AND - version: "7.0" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "67.0.3396.68" - engine: Blink - engine_version: "" - device: - type: tablet - brand: O1 - model: Falcon 10 Plus 3G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; FUSION Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad NG 116DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -6000,112 +5977,92 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Fusion 7 + brand: MU + model: SlidePad NG 116DC os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.0; IEOS_QUAD_10_PRO Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.0" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "37.0.0.0" - engine: Blink - engine_version: "" - device: - type: tablet - brand: O1 - model: Ieos QUAD 10 PRO - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MAVEN10_HD Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; SlidePad NG 704DC Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: O1 - model: Maven 10 HD + brand: MU + model: SlidePad NG 704DC os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN_10_PLUS Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG708 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: O1 - model: Maven 10 Plus + brand: MU + model: SlidePad NG708 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN_10_PRO Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 4.0.3; en-US; SPNG708) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink + name: UC Browser + short_name: UC + version: "8.8.1.359" + engine: "" engine_version: "" device: type: tablet - brand: O1 - model: Maven 10 Pro + brand: MU + model: SlidePad NG708 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN10_PRO_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG808 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: O1 - model: Maven 10 Pro Plus 3G + brand: MU + model: SlidePad NG808 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-eg; ADM816HC Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG9708 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -6120,16 +6077,16 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Neo X + brand: MU + model: SlidePad NG9708 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; NOON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SPNG9716DC Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -6140,12 +6097,12 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Noon + brand: MU + model: SlidePad NG9716DC os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; ODYS-NOON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MyPad 1000 HD Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -6160,96 +6117,96 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Noon + brand: MY + model: MyPad 1000 HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RAPID_10_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us ; MyPad 2 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1/UCBrowser/8.6.1.262/145/405 os: name: Android short_name: AND - version: "5.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: UC Browser + short_name: UC + version: "8.6.1.262" + engine: WebKit + engine_version: "533.1" device: type: tablet - brand: O1 - model: Rapid 10 LTE + brand: MY + model: MyPad 2 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 5.1; RAPID7LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; MyPad 750HD Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome + short_name: CH + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Rapid 7 LTE + brand: MY + model: MyPad 750HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SPACE10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myTab10II Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "39.0.0.0" + name: Chrome + short_name: CH + version: "52.0.2743.98" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Space 10 Plus 3G + brand: MY + model: MyTab 10 II os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SPACE10_PRO_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; myTab_10_Q Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Space 10 Pro 3G + brand: MY + model: MyTab 10 Q os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; TAO_X10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; Enjoy 7 Plus Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -6260,96 +6217,96 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Tao X10 + brand: MZ + model: Enjoy 7 Plus os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR10 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Primo76 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "60.0.3112.78" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Thor 10 + brand: MZ + model: Primo 76 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR_10 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; Primo 91 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0.1" + version: "4.0.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: O1 - model: Thor 10 + brand: MZ + model: Primo 91 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR_10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MTN-8978P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "4.4.4" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "49.0.2623.105" + name: Chrome Mobile + short_name: CM + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Thor 10 Plus 3G + brand: N4 + model: Steppa os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; C101010 Ultra2 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 os: name: Android short_name: AND - version: "6.0.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" + name: Chrome + short_name: CH + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Thor 10 Plus 3G + brand: NM + model: Ultra 2 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; ADM8000KP Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; NX785QC8G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -6360,36 +6317,36 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Titan + brand: NT + model: "8" os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XELIO10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; NXM900MC Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.0.4" platform: "" client: type: browser name: Chrome short_name: CH - version: "58.0.3029.83" + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: O1 - model: Xelio 10 Plus 3G + brand: NT + model: 8 HD os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-at; XELIO10EXTREME Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; Next10P12 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -6400,76 +6357,36 @@ engine_version: "534.30" device: type: tablet - brand: O1 - model: Xelio 10 Xtreme + brand: NT + model: Next 10P12 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; XELIO_A10 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; Next7P12-8G Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser name: Chrome short_name: CH - version: "69.0.3497.100" - engine: Blink - engine_version: "" - device: - type: tablet - brand: O1 - model: Xelio A10 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XELIO_NEXT_10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 - os: - name: Android - short_name: AND - version: "6.0.1" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "59.0.3071.125" - engine: Blink - engine_version: "" - device: - type: tablet - brand: O1 - model: Xelio Next 10 Plus 3G - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; XELIOPHONETAB3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: tablet - brand: O1 - model: Xelio Phonetab 3 + brand: NT + model: Next 7P12-8G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; ONDA MID Build/ICS.g12refM1006.20120915) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; Next800K Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -6480,16 +6397,16 @@ engine_version: "534.30" device: type: tablet - brand: OD - model: MID + brand: NT + model: Next 800K os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; FunTab 8 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; Next8P12 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.3" platform: "" client: type: browser @@ -6500,36 +6417,16 @@ engine_version: "534.30" device: type: tablet - brand: OR - model: FunTab 8 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Sego Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" - engine: Blink - engine_version: "" - device: - type: tablet - brand: OR - model: Sego + brand: NT + model: Next 8P12 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; OV-BasicTab Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; Next9P Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -6540,12 +6437,12 @@ engine_version: "534.30" device: type: tablet - brand: OV - model: OV-BasicTab + brand: NT + model: Next 9P os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; OV-Quattor10 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; NX010HI8G Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30/4.05d.1002.m7 os: name: Android short_name: AND @@ -6560,36 +6457,53 @@ engine_version: "534.30" device: type: tablet - brand: OV - model: OV-Quattor10 + brand: NT + model: Premium 10 Hi os_family: Android browser_family: Android Browser - - user_agent: OV-SteelCore(B) Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; en-gb; NXM726 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: - name: GNU/Linux - short_name: LIN - version: "" - platform: x64 + name: Android + short_name: AND + version: "2.3.1" + platform: "" client: type: browser - name: Chrome - short_name: CH - version: "11.0.696.34" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "534.24" + engine_version: "533.1" device: type: tablet - brand: OV - model: OV-SteelCore - os_family: GNU/Linux - browser_family: Chrome + brand: NT + model: Premium 7 + os_family: Android + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; OV-SteelCore10+II Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; es-us; NX008HD8G Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.3.11.1069658.arm os: name: Android short_name: AND version: "4.1.1" + platform: ARM + client: + type: mobile app + name: Google Search App + version: "3.3.11.1069658" + device: + type: tablet + brand: NT + model: Premium 8 HD + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; fr-fr; NXM908HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.1" platform: "" client: type: browser @@ -6597,39 +6511,39 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "533.1" device: type: tablet - brand: OV - model: OV-SteelCore10+II + brand: NT + model: Premium 9 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; OV-TB-07B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; SHIELD Tablet K1 Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "56.0.2924.87" + engine: Blink + engine_version: "" device: type: tablet - brand: OV - model: OV-TB-07B + brand: NV + model: SHIELD Tablet K1 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ro-ro; OV-TB-07B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; AEON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -6640,16 +6554,16 @@ engine_version: "534.30" device: type: tablet - brand: OV - model: OV-TB-07B + brand: O1 + model: Aeon os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; OV-TB-08 II Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; CONNECT7PRO Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -6660,12 +6574,12 @@ engine_version: "534.30" device: type: tablet - brand: OV - model: OV-TB-08 II + brand: O1 + model: Connect 7 Pro os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Qualcore 1010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; CONNECT8PLUS Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND @@ -6680,36 +6594,36 @@ engine_version: "" device: type: tablet - brand: OV - model: Qualcore 1010 + brand: O1 + model: Connect 8 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OYSTERS T14N 3G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36 OPR/19.0.1340.69721 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; ELEMENT10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Opera - short_name: OP - version: "19.0.1340.69721" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: OY - model: T14N 3G + brand: O1 + model: Element 10 Plus 3G os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; Oysters T3 3G Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Kinder-Tablet-1.0-Weltbild-Mozilla/5.0 (Linux; U; Android 4.2.2; en-US; EOS10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -6720,136 +6634,156 @@ engine_version: "534.30" device: type: tablet - brand: OY - model: T3 3G + brand: O1 + model: EOS 10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1; T72HM3G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 7.0; FALCON_10_PLUS_3G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.68 Safari/537.36 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "75.0.3770.143" + name: Chrome + short_name: CH + version: "67.0.3396.68" engine: Blink engine_version: "" device: type: tablet - brand: OY - model: T72HM3G + brand: O1 + model: Falcon 10 Plus 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; T74HMi_4G AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; FUSION Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "71.0.3578.99" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: O1 + model: Fusion 7 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.0; IEOS_QUAD_10_PRO Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "37.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: OY - model: T74HMi 4G + brand: O1 + model: Ieos QUAD 10 PRO os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Oysters T7X 3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; MAVEN10_HD Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: OY - model: T7X 3G + brand: O1 + model: Maven 10 HD os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 Linux; Android 6.0; T84Bi_4G AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN_10_PLUS Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "5.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "70.0.3538.110" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: OY - model: T84Bi 4G + brand: O1 + model: Maven 10 Plus os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; T84ERi_3G Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN_10_PRO Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: tablet - brand: OY - model: T84ERi 3G + brand: O1 + model: Maven 10 Pro os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; PLT7035-C Build/MID713) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; MAVEN10_PRO_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: P1 - model: PLT7035-C + brand: O1 + model: Maven 10 Pro Plus 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-ca; PLT7044K-B Build/MID713) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ar-eg; ADM816HC Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -6860,16 +6794,16 @@ engine_version: "534.30" device: type: tablet - brand: P1 - model: PLT7044K-B + brand: O1 + model: Neo X os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; PLT7602G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; NOON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -6880,16 +6814,16 @@ engine_version: "534.30" device: type: tablet - brand: P1 - model: PLT7602G + brand: O1 + model: Noon os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; PLT7802 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; ODYS-NOON Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -6900,112 +6834,112 @@ engine_version: "534.30" device: type: tablet - brand: P1 - model: PLT7802 + brand: O1 + model: Noon os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; POLYTRON T7800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RAPID_10_LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: P5 - model: Cosmica T7800 + brand: O1 + model: Rapid 10 LTE os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; POLYTRON_T7700 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1; RAPID7LTE Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "5.1" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "30.0.0.0" + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: P5 - model: Rocket Pad + brand: O1 + model: Rapid 7 LTE os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PD-3127 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SPACE10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "33.0.1750.166" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: P9 - model: PD-3127 + brand: O1 + model: Space 10 Plus 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PD-3127NC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SPACE10_PRO_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "5.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "60.0.3112.116" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: P9 - model: PD-3127NC + brand: O1 + model: Space 10 Pro 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; PCB-T103 CURI LITE Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; TAO_X10 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "6.0" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "68.0.3440.91" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PB - model: Curi Lite + brand: O1 + model: Tao X10 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; PCB-T715 Build/MXC89K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR10 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 os: name: Android short_name: AND @@ -7015,81 +6949,81 @@ type: browser name: Chrome short_name: CH - version: "65.0.3325.109" + version: "60.0.3112.78" engine: Blink engine_version: "" device: type: tablet - brand: PB - model: T715 + brand: O1 + model: Thor 10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android; en-us; PENTAGRAM_EON_PRIX Build/FRF91) AppleWebKit/533.1 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR_10 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "" + version: "6.0.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "533.1" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: PG - model: Eon Prix + brand: O1 + model: Thor 10 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Quadra 7 UltraSlim Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Safari/537.36 OPR/25.0.1619.84037 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR_10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "6.0.1" platform: "" client: type: browser - name: Opera - short_name: OP - version: "25.0.1619.84037" + name: Chrome Webview + short_name: CV + version: "49.0.2623.105" engine: Blink engine_version: "" device: type: tablet - brand: PG - model: Quadra 7 UltraSlim + brand: O1 + model: Thor 10 Plus 3G os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux;4.1.1;Quadra 7 UltraSlim AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ 192.168.1.16 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; THOR10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 os: - name: GNU/Linux - short_name: LIN - version: "" + name: Android + short_name: AND + version: "6.0.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" + engine: Blink + engine_version: "" device: type: tablet - brand: PG - model: Quadra 7 UltraSlim - os_family: GNU/Linux + brand: O1 + model: Thor 10 Plus 3G + os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PentagramTAB7.6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; ADM8000KP Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -7100,32 +7034,32 @@ engine_version: "534.30" device: type: tablet - brand: PG - model: Tab 7.6 + brand: O1 + model: Titan os_family: Android browser_family: Android Browser - - user_agent: Android 4.1.1;AppleWebKit/534.30;Build/JRO03C;PENTAGRAM TAB 8.5 Build/JRO03C + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XELIO10_PLUS_3G Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "58.0.3029.83" + engine: Blink + engine_version: "" device: type: tablet - brand: PG - model: Tab 8.5 + brand: O1 + model: Xelio 10 Plus 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PI3210G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; de-at; XELIO10EXTREME Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -7140,96 +7074,76 @@ engine_version: "534.30" device: type: tablet - brand: PH - model: PI3210G + brand: O1 + model: Xelio 10 Xtreme os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; TLE722G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; XELIO_A10 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "8.1.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "77.0.3865.92" + version: "69.0.3497.100" engine: Blink engine_version: "" device: type: tablet - brand: PH - model: TLE722G + brand: O1 + model: Xelio A10 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 6.0; TLE821L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; XELIO_NEXT_10_PLUS_3G Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 os: name: Android short_name: AND - version: "6.0" + version: "6.0.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "70.0.3538.80" + name: Chrome Webview + short_name: CV + version: "59.0.3071.125" engine: Blink engine_version: "" device: type: tablet - brand: PH - model: TLE821L 4G LTE + brand: O1 + model: Xelio Next 10 Plus 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-CN; R1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.0.620 U3/0.8.0 Mobile Safari/534.30 - os: - name: Android - short_name: AND - version: "4.4.3" - platform: "" - client: - type: browser - name: UC Browser - short_name: UC - version: "10.6.0.620" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: PI - model: R1 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID0714PGE02.133 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; XELIOPHONETAB3 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MID0714 + brand: O1 + model: Xelio Phonetab 3 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID0714PCE01 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; zh-cn; ONDA MID Build/ICS.g12refM1006.20120915) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -7240,16 +7154,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MID0714 + brand: OD + model: MID os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; nl-nl; MID0714 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; FunTab 8 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -7260,29 +7174,32 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MID0714 + brand: OR + model: FunTab 8 os_family: Android browser_family: Android Browser - - user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; MID0714 Build/JRO03H) + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Orange Sego Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.4" platform: "" client: - type: mobile app - name: AndroidDownloadManager - version: "4.1.1" + type: browser + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MID0714 + brand: OR + model: Sego os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID1014 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; OV-BasicTab Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -7297,16 +7214,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MID1014 + brand: OV + model: OV-BasicTab os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-sg; MIDC010PR001 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; OV-Quattor10 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.1.1" platform: "" client: type: browser @@ -7317,36 +7234,36 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC010PR001 + brand: OV + model: OV-Quattor10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MIDC110 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: OV-SteelCore(B) Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24 os: - name: Android - short_name: AND - version: "4.2.1" - platform: "" + name: GNU/Linux + short_name: LIN + version: "" + platform: x64 client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "11.0.696.34" engine: WebKit - engine_version: "534.30" + engine_version: "534.24" device: type: tablet - brand: PL - model: MIDC110 - os_family: Android - browser_family: Android Browser + brand: OV + model: OV-SteelCore + os_family: GNU/Linux + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC124 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; pl-pl; OV-SteelCore10+II Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -7357,16 +7274,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC124 + brand: OV + model: OV-SteelCore10+II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC127 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; OV-TB-07B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -7377,16 +7294,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC127 + brand: OV + model: OV-TB-07B os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC128 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ro-ro; OV-TB-07B Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -7397,16 +7314,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC128 + brand: OV + model: OV-TB-07B os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MIDC407 Build/eng.glwx.20121119.172601) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; pl-pl; OV-TB-08 II Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.0.4" platform: "" client: type: browser @@ -7417,76 +7334,76 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC407 + brand: OV + model: OV-TB-08 II os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC408 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Qualcore 1010 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC408 + brand: OV + model: Qualcore 1010 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC408PR002 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Oysters T104HVi 3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/54.3.2672.50220 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera + short_name: OP + version: "54.3.2672.50220" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC408PR002 + brand: OY + model: T104HVi 3G os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; MIDC409 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; OYSTERS T14N 3G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36 OPR/19.0.1340.69721 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Opera + short_name: OP + version: "19.0.1340.69721" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC409 + brand: OY + model: T14N 3G os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MIDC410 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; Oysters T3 3G Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -7497,76 +7414,76 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC410 + brand: OY + model: T3 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MIDC410PR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; T72HM3G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "75.0.3770.143" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC410PR + brand: OY + model: T72HM3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MIDC430 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1; T72HMs_3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "5.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC430 + brand: OY + model: T72HMs 3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MIDC497 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 6.0; T74HMi_4G AppleWebKit/537.36 KHTML, like Gecko Chrome/71.0.3578.99 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser name: Chrome short_name: CH - version: "33.0.1750.166" + version: "71.0.3578.99" engine: Blink engine_version: "" device: type: tablet - brand: PL - model: MIDC497 + brand: OY + model: T74HMi 4G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; MIDC801 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Oysters T7X 3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -7577,56 +7494,56 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC801 + brand: OY + model: T7X 3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC802 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 Linux; Android 6.0; T84Bi_4G AppleWebKit/537.36 KHTML, like Gecko Chrome/70.0.3538.110 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "6.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: tablet - brand: PL - model: MIDC802 + brand: OY + model: T84Bi 4G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MIDC901 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; T84ERi_3G Build/HD) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.4.2" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "34.0.1847.114" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: PL - model: MIDC901 + brand: OY + model: T84ERi 3G os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC970 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; PLT7035-C Build/MID713) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -7637,16 +7554,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDC970 + brand: P1 + model: PLT7035-C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDCD10 Build/ICS.d5h1083_8188.20121126) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-ca; PLT7044K-B Build/MID713) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -7657,16 +7574,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDCD10 + brand: P1 + model: PLT7044K-B os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MIDCD97 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; PLT7602G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser @@ -7677,16 +7594,16 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: MIDCD97 + brand: P1 + model: PLT7602G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; PMID4311 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; PLT7802 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -7697,12 +7614,12 @@ engine_version: "534.30" device: type: tablet - brand: PL - model: PMID4311 + brand: P1 + model: PLT7802 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMID71C Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; POLYTRON T7800 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -7710,143 +7627,183 @@ platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "33.0.1750.136" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PL - model: PMID71C + brand: P5 + model: Cosmica T7800 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; T-i708D Build/LMY49F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; POLYTRON_T7700 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "5.1.1" + version: "4.4.2" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "39.0.0.0" + version: "30.0.0.0" engine: Blink engine_version: "" device: type: tablet - brand: PN - model: T-i708D + brand: P5 + model: Rocket Pad os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; Build/ICS.polypad.7208HD.Dualcore.20121101) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PD-3127 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "33.0.1750.166" + engine: Blink + engine_version: "" device: type: tablet - brand: PP - model: 7208HD + brand: P9 + model: PD-3127 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; tr-tr; POLY PAD_8208HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PD-3127NC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "60.0.3112.116" + engine: Blink + engine_version: "" device: type: tablet - brand: PP - model: 8208HD + brand: P9 + model: PD-3127NC os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 7.0; PMT3201_4G Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36 YandexSearch/7.90/apad YandexSearchBrowser/7.90 + user_agent: Mozilla/5.0 (Linux; Android 6.0; PCB-T103 CURI LITE Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Safari/537.36 os: name: Android short_name: AND - version: "7.0" + version: "6.0" platform: "" client: type: browser name: Chrome Webview short_name: CV - version: "69.0.3497.100" + version: "68.0.3440.91" engine: Blink engine_version: "" device: type: tablet - brand: PR - model: Grace 4G + brand: PB + model: Curi Lite os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; PMT3277_3G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; PCB-T715 Build/MXC89K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "6.0.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "52.0.2743.98" + version: "65.0.3325.109" engine: Blink engine_version: "" device: type: tablet - brand: PR - model: MultiPad Ranger 7.0 3G + brand: PB + model: T715 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; PMT3287_3G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android; en-us; PENTAGRAM_EON_PRIX Build/FRF91) AppleWebKit/533.1 os: name: Android short_name: AND - version: "4.3" + version: "" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "52.0.2743.98" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: PG + model: Eon Prix + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.1; Quadra 7 UltraSlim Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Safari/537.36 OPR/25.0.1619.84037 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "25.0.1619.84037" engine: Blink engine_version: "" device: type: tablet - brand: PR - model: MultiPad Ranger 8.0 3G + brand: PG + model: Quadra 7 UltraSlim os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux;4.1.1;Quadra 7 UltraSlim AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ 192.168.1.16 Mobile Safari/537.36 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: PG + model: Quadra 7 UltraSlim + os_family: GNU/Linux browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; PMP3370B Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PentagramTAB7.6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: type: browser @@ -7857,12 +7814,12 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP3370B + brand: PG + model: Tab 7.6 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP3670B Build/PMP3670B_20130323_v1.0.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Android 4.1.1;AppleWebKit/534.30;Build/JRO03C;PENTAGRAM TAB 8.5 Build/JRO03C os: name: Android short_name: AND @@ -7877,16 +7834,16 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP3670B + brand: PG + model: Tab 8.5 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; fr-fr; PMP5080B Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; PI3210G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30 os: name: Android short_name: AND - version: "2.3.1" + version: "4.2.2" platform: "" client: type: browser @@ -7894,39 +7851,79 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5080B + brand: PH + model: PI3210G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; PMP5080CPRO Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 7.0; TLE722G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Safari/537.36 os: name: Android short_name: AND - version: "4.0.3" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "77.0.3865.92" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PH + model: TLE722G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; TLE821L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "70.0.3538.80" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PH + model: TLE821L 4G LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.3; zh-CN; R1 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.6.0.620 U3/0.8.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.4.3" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "10.6.0.620" engine: WebKit engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5080CPRO + brand: PI + model: R1 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; cs-cz; PMP5101C_QUAD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MID0714PGE02.133 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -7937,16 +7934,16 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5101C QUAD + brand: PL + model: MID0714 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sk-sk; PMP5570C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID0714PCE01 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -7957,16 +7954,16 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5570C + brand: PL + model: MID0714 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; PMP5580C Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; nl-nl; MID0714 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -7977,56 +7974,53 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5580C + brand: PL + model: MID0714 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PMP5580C Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 + user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; MID0714 Build/JRO03H) os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: - type: browser - name: Chrome - short_name: CH - version: "31.0.1650.59" - engine: Blink - engine_version: "" + type: mobile app + name: AndroidDownloadManager + version: "4.1.1" device: type: tablet - brand: PR - model: PMP5580C + brand: PL + model: MID0714 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: 'Mozilla/5.0 (Linux; Android 4.2.1; PMP5588C Build/E8HD-ELITE-1280x768) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MID1014 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.1" + version: "4.1.1" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "18.0.1025.166" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "535.19" + engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5588C + brand: PL + model: MID1014 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; PMP5770D Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-sg; MIDC010PR001 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser @@ -8037,16 +8031,16 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5770D + brand: PL + model: MIDC010PR001 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP5870C Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; MIDC110 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.2.1" platform: "" client: type: browser @@ -8057,12 +8051,12 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP5870C + brand: PL + model: MIDC110 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMP7079D3G_QUAD Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC124 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -8070,23 +8064,23 @@ platform: "" client: type: browser - name: Chrome - short_name: CH - version: "26.0.1410.58" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.31" + engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7079D3G QUAD + brand: PL + model: MIDC124 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; PMP7100D3G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC127 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -8097,36 +8091,36 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7100D3G + brand: PL + model: MIDC127 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PMP7170B3G Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; MIDC128 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "27.0.1453.90" + name: Android Browser + short_name: AN + version: "" engine: WebKit - engine_version: "537.36" + engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7170B3G + brand: PL + model: MIDC128 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; PMP7170B3G_DUO Build/JZO54K) AppleWebKit/534.30 (KHTML, \xd0\xba\xd0\xb0\xd0\xba Gecko) Version/4.0 \xd0\x9c\xd0\xbe\xd0\xb1\xd0\xb8\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb9Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MIDC407 Build/eng.glwx.20121119.172601) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.3" platform: "" client: type: browser @@ -8137,16 +8131,16 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7170B3G DUO + brand: PL + model: MIDC407 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; PMP7280C Build/PMP7280C_20130123_v1.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC408 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -8157,36 +8151,36 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7280C + brand: PL + model: MIDC408 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMP7280C3G_QUAD Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC408PR002 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7280C3G QUAD + brand: PL + model: MIDC408PR002 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP7880D3G Build/PMP7880D3G_20130220_v1.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; MIDC409 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -8197,96 +8191,96 @@ engine_version: "534.30" device: type: tablet - brand: PR - model: PMP7880D3G + brand: PL + model: MIDC409 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PSP7610DUO Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MIDC410 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "69.0.3497.100" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PR - model: S Max + brand: PL + model: MIDC410 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PSP7610DUO_RU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; MIDC410PR Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "76.0.3809.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PR - model: S Max + brand: PL + model: MIDC410PR os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; Android 8.1.0; PSP7546DUO_RU AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; MIDC430 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Mobile - short_name: CM - version: "75.0.3770.89" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PR - model: X Pro + brand: PL + model: MIDC430 os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; PSP7546DUO Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.0.1187 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MIDC497 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 os: name: Android short_name: AND - version: "8.1.0" + version: "4.0.4" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "12.12.0.1187" - engine: WebKit - engine_version: "537.36" + name: Chrome + short_name: CH + version: "33.0.1750.166" + engine: Blink + engine_version: "" device: type: tablet - brand: PR - model: X Pro + brand: PL + model: MIDC497 os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PL1015 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; it-it; MIDC801 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -8297,53 +8291,56 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: Mobii 1015 + brand: PL + model: MIDC801 os_family: Android browser_family: Android Browser - - user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; POV_TAB-P1325(V1.1) Build/JRO03H) + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC802 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: - type: mobile app - name: AndroidDownloadManager - version: "4.1.1" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PV - model: Mobii 1325 + brand: PL + model: MIDC802 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; POV_TAB-P722C(V1.0) Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; MIDC901 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH + name: Chrome Mobile + short_name: CM version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: PV - model: Mobii 722C + brand: PL + model: MIDC901 os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; POV_TAB-P925(V1.0) Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDC970 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -8354,12 +8351,12 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: Mobii 925 + brand: PL + model: MIDC970 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; POV_TAB-P506 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; MIDCD10 Build/ICS.d5h1083_8188.20121126) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -8374,16 +8371,16 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: ONYX 506 Navi + brand: PL + model: MIDCD10 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; POV_TAB-NAVI7-3G-M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-be; MIDCD97 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -8394,12 +8391,12 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: ONYX 507 Navi + brand: PL + model: MIDCD97 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; POV_TAB_NAVI7_3G_M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; PMID4311 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -8414,56 +8411,56 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: ONYX 507 Navi + brand: PL + model: PMID4311 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; POV_TAB-P527S(v1.0) Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMID71C Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Mobile + short_name: CM + version: "33.0.1750.136" + engine: Blink + engine_version: "" device: type: tablet - brand: PV - model: ONYX 527S + brand: PL + model: PMID71C os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; POV_TAB-P547(v1.0) Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; T-i708D Build/LMY49F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.2.1" + version: "5.1.1" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "39.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: PV - model: ONYX 547 Navi + brand: PN + model: T-i708D os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PROTAB25XXL8 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; tr-tr; Build/ICS.polypad.7208HD.Dualcore.20121101) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.3" platform: "" client: type: browser @@ -8474,12 +8471,12 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: ProTab 25XXL + brand: PP + model: 7208HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PROTAB26 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; tr-tr; POLY PAD_8208HD Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -8494,32 +8491,132 @@ engine_version: "534.30" device: type: tablet - brand: PV - model: ProTab 26 XXL IPS + brand: PP + model: 8208HD os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 7.0; Ride_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 OPR/49.2.2361.134358 + user_agent: Mozilla/5.0 (Linux; Android 7.0; PMT3201_4G Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36 YandexSearch/7.90/apad YandexSearchBrowser/7.90 os: name: Android short_name: AND version: "7.0" platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "69.0.3497.100" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PR + model: Grace 4G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.1.1; PSP5551DUO Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 OPR/44.1.2254.143214 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "44.1.2254.143214" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PR + model: Grace S5 + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; PMT3277_3G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PR + model: MultiPad Ranger 7.0 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; PMT3287_3G Build/JLS36C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "52.0.2743.98" + engine: Blink + engine_version: "" + device: + type: tablet + brand: PR + model: MultiPad Ranger 8.0 3G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; PMT3208_3G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36 OPR/55.0.2719.50560 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" client: type: browser name: Opera short_name: OP - version: "49.2.2361.134358" + version: "55.0.2719.50560" engine: Blink engine_version: "" device: type: tablet - brand: PX - model: Ride 4G + brand: PR + model: MultiPad Wize 8.0 3G os_family: Android browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; MOMO19 Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; PMP3370B Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: PR + model: PMP3370B + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP3670B Build/PMP3670B_20130323_v1.0.9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -8534,156 +8631,156 @@ engine_version: "534.30" device: type: tablet - brand: PY - model: MOMO 19 + brand: PR + model: PMP3670B os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MOMO8W Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.1; fr-fr; PMP5080B Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "4.4.4" + version: "2.3.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "33.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" device: type: tablet - brand: PY - model: MOMO 8W + brand: PR + model: PMP5080B os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Android 4.0.4; zh-CN; MOMO9star) U2/1.0.0 UCBrowser/9.9.3.478 U2/1.0.0 Mobile + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; PMP5080CPRO Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.0.3" platform: "" client: type: browser - name: UC Browser - short_name: UC - version: "9.9.3.478" - engine: "" - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PY - model: MOMO 9star + brand: PR + model: PMP5080CPRO os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MOMOminiS Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; cs-cz; PMP5101C_QUAD Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: PY - model: MOMO mini S + brand: PR + model: PMP5101C QUAD os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 8 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; sk-sk; PMP5570C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: QI - model: "8" + brand: PR + model: PMP5570C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 8QC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; PMP5580C Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: QI - model: 8QC + brand: PR + model: PMP5580C os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 97 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PMP5580C Build/IMM76I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser name: Chrome short_name: CH - version: "28.0.1500.94" + version: "31.0.1650.59" engine: Blink engine_version: "" device: type: tablet - brand: QI - model: "97" + brand: PR + model: PMP5580C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 97R Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 + user_agent: 'Mozilla/5.0 (Linux; Android 4.2.1; PMP5588C Build/E8HD-ELITE-1280x768) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' os: name: Android short_name: AND - version: "4.2.2" + version: "4.2.1" platform: "" client: type: browser name: Chrome short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" device: type: tablet - brand: QI - model: 97R + brand: PR + model: PMP5588C os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; QTab Q400 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; PMP5770D Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -8694,16 +8791,16 @@ engine_version: "534.30" device: type: tablet - brand: QM - model: Q400 Tab + brand: PR + model: PMP5770D os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ur-pk; QTab Q50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP5870C Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -8714,36 +8811,36 @@ engine_version: "534.30" device: type: tablet - brand: QM - model: Q50 Tab + brand: PR + model: PMP5870C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; QTAB Tab4 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMP7079D3G_QUAD Build/JDQ39) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "26.0.1410.58" engine: WebKit - engine_version: "534.30" + engine_version: "537.31" device: type: tablet - brand: QM - model: Tab4 Tab + brand: PR + model: PMP7079D3G QUAD os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Ramosi9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; PMP7100D3G Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser @@ -8754,53 +8851,36 @@ engine_version: "534.30" device: type: tablet - brand: RA - model: i9 + brand: PR + model: PMP7100D3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Ramos W27Pro Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.2.17.1009776.arm - os: - name: Android - short_name: AND - version: "4.1.1" - platform: ARM - client: - type: mobile app - name: Google Search App - version: "3.2.17.1009776" - device: - type: tablet - brand: RA - model: W27Pro - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Ramos X10 PRO时尚版 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; PMP7170B3G Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "4.0.4" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome + short_name: CH + version: "27.0.1453.90" engine: WebKit - engine_version: "534.30" + engine_version: "537.36" device: type: tablet - brand: RA - model: X10 PRO时尚版 + brand: PR + model: PMP7170B3G os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_F300 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; PMP7170B3G_DUO Build/JZO54K) AppleWebKit/534.30 (KHTML, \xd0\xba\xd0\xb0\xd0\xba Gecko) Version/4.0 \xd0\x9c\xd0\xbe\xd0\xb1\xd0\xb8\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb9Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.2" platform: "" client: type: browser @@ -8811,16 +8891,16 @@ engine_version: "534.30" device: type: tablet - brand: RB - model: F300 + brand: PR + model: PMP7170B3G DUO os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G100 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; PMP7280C Build/PMP7280C_20130123_v1.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -8831,12 +8911,12 @@ engine_version: "534.30" device: type: tablet - brand: RB - model: G100 + brand: PR + model: PMP7280C os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30; 360 Aphone Browser (6.9.9.22) + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; PMP7280C3G_QUAD Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND @@ -8844,23 +8924,23 @@ platform: "" client: type: browser - name: 360 Phone Browser - short_name: 36 - version: "6.9.9.22" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "28.0.1500.94" + engine: Blink + engine_version: "" device: type: tablet - brand: RB - model: G20 + brand: PR + model: PMP7280C3G QUAD os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G30 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 baiduboxpad/1.3 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP7880D3G Build/PMP7880D3G_20130220_v1.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser @@ -8871,110 +8951,96 @@ engine_version: "534.30" device: type: tablet - brand: RB - model: G30 + brand: PR + model: PMP7880D3G os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Readboy_G35 Build/KVT49L) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.2) - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: mobile app - name: Baidu Box App - version: "6.7" - device: - type: tablet - brand: RB - model: G35 - os_family: Android - browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G50 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.2.2) + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PSP7610DUO Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: - type: mobile app - name: Baidu Box App - version: "6.7" + type: browser + name: Chrome Mobile + short_name: CM + version: "69.0.3497.100" + engine: Blink + engine_version: "" device: type: tablet - brand: RB - model: G50 + brand: PR + model: S Max os_family: Android - browser_family: Unknown + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; RCT6077W2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; PSP7610DUO_RU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.2.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" + name: Chrome Mobile + short_name: CM + version: "76.0.3809.89" engine: Blink engine_version: "" device: - type: tablet - brand: RC - model: RCT6077W2 + type: tablet + brand: PR + model: S Max os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RCT6773W22 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36 + user_agent: Mozilla/5.0 Linux; Android 8.1.0; PSP7546DUO_RU AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.89 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "8.1.0" platform: "" client: type: browser - name: Chrome - short_name: CH - version: "40.0.2214.109" + name: Chrome Mobile + short_name: CM + version: "75.0.3770.89" engine: Blink engine_version: "" device: type: tablet - brand: RC - model: RCT6773W22 + brand: PR + model: X Pro os_family: Android browser_family: Chrome - - 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+ + user_agent: Mozilla/5.0 Linux; U; Android 8.1.0; en-US; PSP7546DUO Build/OPM2.171019.012 AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.0.1187 Mobile Safari/537.36 os: - name: BlackBerry Tablet OS - short_name: QNX - version: "2.1.0" + name: Android + short_name: AND + version: "8.1.0" platform: "" client: type: browser - name: BlackBerry Browser - short_name: BB - version: "" + name: UC Browser + short_name: UC + version: "12.12.0.1187" engine: WebKit - engine_version: "536.2" + engine_version: "537.36" device: type: tablet - brand: RM - model: BlackBerry Playbook - os_family: BlackBerry - browser_family: BlackBerry Browser + brand: PR + model: X Pro + os_family: Android + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT10 1 Build/ICS.g08refem611.20121108) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PL1015 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: type: browser @@ -8985,56 +9051,53 @@ engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 10.1 + brand: PV + model: Mobii 1015 os_family: Android browser_family: Android Browser - - user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; ELEMENT7V2) U2/1.0.0 UCBrowser/9.3.0.321 U2/1.0.0 Mobile + user_agent: AndroidDownloadManager/4.1.1 (Linux; U; Android 4.1.1; POV_TAB-P1325(V1.1) Build/JRO03H) os: name: Android short_name: AND - version: "4.0.4" + version: "4.1.1" platform: "" client: - type: browser - name: UC Browser - short_name: UC - version: "9.3.0.321" - engine: "" - engine_version: "" + type: mobile app + name: AndroidDownloadManager + version: "4.1.1" device: type: tablet - brand: S1 - model: Element 7 V2 + brand: PV + model: Mobii 1325 os_family: Android browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ELEMENT 7 V2 BASIC Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.65583 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; POV_TAB-P722C(V1.0) Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Opera Mobile - short_name: OM - version: "16.0.1212.65583" + name: Chrome + short_name: CH + version: "34.0.1847.114" engine: Blink engine_version: "" device: type: tablet - brand: S1 - model: Element 7 V2 Basic + brand: PV + model: Mobii 722C os_family: Android - browser_family: Opera + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT 7V3 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; POV_TAB-P925(V1.0) Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -9045,12 +9108,12 @@ engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 7 V3 + brand: PV + model: Mobii 925 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT8 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-fr; POV_TAB-P506 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -9065,16 +9128,16 @@ engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 8 + brand: PV + model: ONYX 506 Navi os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android; en-us; SENCOR_ELEMENT_8V2 Build/FRF91) AppleWebKit/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; POV_TAB-NAVI7-3G-M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "" + version: "4.0.4" platform: "" client: type: browser @@ -9082,19 +9145,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 8 V2 + brand: PV + model: ONYX 507 Navi os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; SENCOR ELEMENT 8V2 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; ru-ru; POV_TAB_NAVI7_3G_M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.0.4" platform: "" client: type: browser @@ -9105,16 +9168,16 @@ engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 8 V2 + brand: PV + model: ONYX 507 Navi os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; hu-hu; ELEMENT 8V3 Build/JRO03H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Safari/537.16 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; POV_TAB-P527S(v1.0) Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.1" + version: "4.1.2" platform: "" client: type: browser @@ -9122,19 +9185,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "537.16" + engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 8 V3 + brand: PV + model: ONYX 527S os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; SENCOR ELEMENT 9.7V3 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; fr-fr; POV_TAB-P547(v1.0) Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.1" platform: "" client: type: browser @@ -9145,36 +9208,36 @@ engine_version: "534.30" device: type: tablet - brand: S1 - model: Element 9.7 V3 + brand: PV + model: ONYX 547 Navi os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SUPRA M726G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PROTAB25XXL8 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.2.2" + version: "4.1.1" platform: "" client: type: browser - name: Yandex Browser - short_name: YA - version: "14.5.1847.18432.00" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: S5 - model: M726G + brand: PV + model: ProTab 25XXL os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; SUPRA M74AG Build/KOT49H) + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; POV_TAB-PROTAB26 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser @@ -9182,35 +9245,35 @@ short_name: AN version: "" engine: WebKit - engine_version: "" + engine_version: "534.30" device: type: tablet - brand: S5 - model: M74AG + brand: PV + model: ProTab 26 XXL IPS os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; SUPRA M74JG Build/LMY47D) + user_agent: Mozilla/5.0 (Linux; Android 7.0; Ride_4G Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 OPR/49.2.2361.134358 os: name: Android short_name: AND - version: "5.1" + version: "7.0" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit + name: Opera + short_name: OP + version: "49.2.2361.134358" + engine: Blink engine_version: "" device: type: tablet - brand: S5 - model: M74JG + brand: PX + model: Ride 4G os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 Linux; U; Android 4.1.1; ru-ru; NVTAB 7.0 3G Build/JRO03C AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; MOMO19 Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND @@ -9225,176 +9288,156 @@ engine_version: "534.30" device: type: tablet - brand: S5 - model: NVTAB 7.0 3G + brand: PY + model: MOMO 19 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-M305F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; MOMO8W Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "9" + version: "4.4.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "9.2" - engine: WebKit - engine_version: "537.36" + name: Chrome Webview + short_name: CV + version: "33.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY M30 + brand: PY + model: MOMO 8W os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-M405F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + user_agent: UCWEB/2.0 (Linux; U; Android 4.0.4; zh-CN; MOMO9star) U2/1.0.0 UCBrowser/9.9.3.478 U2/1.0.0 Mobile os: name: Android short_name: AND - version: "9" + version: "4.0.4" platform: "" client: type: browser - name: Samsung Browser - short_name: SB - version: "9.2" - engine: WebKit - engine_version: "537.36" + name: UC Browser + short_name: UC + version: "9.9.3.478" + engine: "" + engine_version: "" device: type: tablet - brand: SA - model: GALAXY M40 + brand: PY + model: MOMO 9star os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; cs-cz; GT-N8000 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; MOMOminiS Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 10.1" + brand: PY + model: MOMO mini S os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P601 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 8 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "33.0.1750.136" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 10.1" 2014 Edition + brand: QI + model: "8" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; tr-tr; SAMSUNG SM-P602 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 8QC Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser - name: Chrome Webview - short_name: CV + name: Chrome + short_name: CH version: "28.0.1500.94" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 10.1" 2014 Edition + brand: QI + model: 8QC os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P605 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 97 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "33.0.1750.166" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 10.1" 2014 Edition LTE - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-P607T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Safari/537.36 - os: - name: Android - short_name: AND - version: "5.1.1" - platform: "" - client: - type: browser - name: Samsung Browser - short_name: SB - version: "3.3" - engine: WebKit - engine_version: "537.36" - device: - type: tablet - brand: SA - model: GALAXY Note 10.1" 2014 Edition LTE + brand: QI + model: "97" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P600 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; QiLive 97R Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 os: name: Android short_name: AND - version: "4.3" + version: "4.2.2" platform: "" client: type: browser name: Chrome short_name: CH - version: "32.0.1700.99" + version: "28.0.1500.94" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 10.1" 2014 Edition WiFi + brand: QI + model: 97R os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; da-dk; GT-N8020 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; QTab Q400 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.2.2" platform: "" client: type: browser @@ -9405,52 +9448,12 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Note 10.1" LTE - os_family: Android - browser_family: Android Browser -- - user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-N8010 Build/IMM76D; 1280*752) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1' - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "528.5" - device: - type: tablet - brand: SA - model: GALAXY Note 10.1" WiFi - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-N5100 Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.123 Safari/537.22 - os: - name: Android - short_name: AND - version: "4.1.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "25.0.1364.123" - engine: WebKit - engine_version: "537.22" - device: - type: tablet - brand: SA - model: GALAXY Note 8.0" + brand: QM + model: Q400 Tab os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; N5100 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ur-pk; QTab Q50 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND @@ -9462,19 +9465,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Note 8.0" + brand: QM + model: Q50 Tab os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fi-fi; GT-N5120 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; th-th; QTAB Tab4 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.1.2" + version: "4.0.4" platform: "" client: type: browser @@ -9485,113 +9488,116 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Note 8.0" LTE + brand: QM + model: Tab4 Tab os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-N5110 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; VIA-T7D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 os: name: Android short_name: AND - version: "4.1.2" + version: "4.4.4" platform: "" client: type: browser name: Chrome short_name: CH - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" + version: "78.0.3904.108" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Note 8.0" WiFi + brand: R4 + model: VIA T7D os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; N5110 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.0.52_r1162382.561 NetType/3gnet Language/zh_CN + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD_600 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16 os: name: Android short_name: AND - version: "4.3" + version: "4.1.1" platform: "" client: - type: mobile app - name: WeChat - version: "6.2.0.52.r1162382.561" + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Note 8.0" WiFi + brand: R5 + model: RMD-600 os_family: Android - browser_family: Unknown + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; fr-fr; SAMSUNG SM-P901 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-974R Build/MASTER) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 os: name: Android short_name: AND - version: "4.4.2" + version: "4.1.1" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" - engine: Blink - engine_version: "" + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY NotePRO 12.2" + brand: R5 + model: RMD-974R os_family: Android - browser_family: Chrome + browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; de-de; SAMSUNG SM-P905 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; arm; Android 5.1; RoverPad) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 YaBrowser/19.9.6.88.00 Mobile Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" - platform: "" + version: "5.1" + platform: ARM client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Yandex Browser + short_name: YA + version: "19.9.6.88.00" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY NotePRO 12.2" LTE + brand: R6 + model: "" os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-gb; SAMSUNG SM-P900 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; RoverPad 10.4 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.122 Safari/537.36 os: name: Android short_name: AND - version: "4.4.2" + version: "4.0.3" platform: "" client: type: browser - name: Chrome Webview - short_name: CV - version: "28.0.1500.94" + name: Chrome + short_name: CH + version: "35.0.1916.122" engine: Blink engine_version: "" device: type: tablet - brand: SA - model: GALAXY NotePRO 12.2" WiFi + brand: R6 + model: "10.4" os_family: Android browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-ca; GT-P1000M Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 2.2.1; ru-ru; RoverPad 3W A73 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 os: name: Android short_name: AND - version: "2.2" + version: "2.2.1" platform: "" client: type: browser @@ -9602,16 +9608,16 @@ engine_version: "533.1" device: type: tablet - brand: SA - model: GALAXY Tab + brand: R6 + model: 3W A73 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; SCH-I800 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; ru-ru; RoverPad 3W7 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "2.3.5" + version: "4.0.3" platform: "" client: type: browser @@ -9619,19 +9625,19 @@ short_name: AN version: "" engine: WebKit - engine_version: "533.1" + engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab + brand: R6 + model: 3W7 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-P1000 Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RoverPad 3W9.4 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: - name: CyanogenMod - short_name: CYN - version: "10" + name: Android + short_name: AND + version: "4.1.1" platform: "" client: type: browser @@ -9642,16 +9648,16 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab + brand: R6 + model: 3W9.4 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; GT-P1000 Build/IMM76L; CyanogenMod-9.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 2.1; ru-ru; RoverPad 3WT70 Build/MASTER) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 os: - name: CyanogenMod - short_name: CYN - version: "9.0.0" + name: Android + short_name: AND + version: "2.1" platform: "" client: type: browser @@ -9659,99 +9665,99 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.30" + engine_version: "530.17" device: type: tablet - brand: SA - model: GALAXY Tab + brand: R6 + model: 3WT70 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; el-gr; GT-P7500 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; Roverpad 9.7 3G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36 OPR/50.3.2426.136976 os: name: Android short_name: AND - version: "3.1" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Opera + short_name: OP + version: "50.3.2426.136976" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: R6 + model: 9.7 3G os_family: Android - browser_family: Android Browser + browser_family: Opera - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-ca; GT-P7500D Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; RoverPad Air S70 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 os: name: Android short_name: AND - version: "3.1" + version: "4.1.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: Chrome Mobile + short_name: CM + version: "26.0.1410.58" engine: WebKit - engine_version: "534.13" + engine_version: "537.31" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: R6 + model: Air S70 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.1; sv-se; GT-P7510 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 Linux; Android 4.4.2; RoverPad sky 7.85 Build/KOT49H AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: name: Android short_name: AND - version: "3.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: R6 + model: Sky 7.85 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; ar-il; GT-P7500 Build/HTJ85B) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; RoverPad Sky 9.7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 os: name: Android short_name: AND - version: "3.2" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.13" + name: Chrome + short_name: CH + version: "70.0.3538.110" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: R6 + model: Sky 9.7 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 3.2; cs-cz; GT-P7510 Build/HTJ85B) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; Ramosi9 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "3.2" + version: "4.2.2" platform: "" client: type: browser @@ -9759,39 +9765,36 @@ short_name: AN version: "" engine: WebKit - engine_version: "534.13" + engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RA + model: i9 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; SAMSUNG GT-P7500/P7500BULP5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; Ramos W27Pro Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 GSA/3.2.17.1009776.arm os: name: Android short_name: AND - version: "4.0.4" - platform: "" + version: "4.1.1" + platform: ARM client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Google Search App + version: "3.2.17.1009776" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RA + model: W27Pro os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-au; GT-P7500 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Ramos X10 PRO时尚版 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -9802,16 +9805,16 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RA + model: X10 PRO时尚版 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; GT-P7500R Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_F300 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -9822,16 +9825,16 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RB + model: F300 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; GT-P7500M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G100 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -9842,36 +9845,36 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RB + model: G100 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; vi-vn; GT-P7500 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G20 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30; 360 Aphone Browser (6.9.9.22) os: - name: CyanogenMod - short_name: CYN - version: "10.1" + name: Android + short_name: AND + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" + name: 360 Phone Browser + short_name: 36 + version: "6.9.9.22" engine: WebKit engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1" + brand: RB + model: G20 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; GT-P7100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G30 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 baiduboxpad/1.3 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser @@ -9882,87 +9885,81 @@ engine_version: "534.30" device: type: tablet - brand: SA - model: GALAXY Tab 10.1v + brand: RB + model: G30 os_family: Android browser_family: Android Browser - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; pt-pt; GT-P5100 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; Readboy_G35 Build/KVT49L) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.4.2) os: name: Android short_name: AND - version: "4.0.3" + version: "4.4.2" platform: "" client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + type: mobile app + name: Baidu Box App + version: "6.7" device: type: tablet - brand: SA - model: GALAXY Tab 2 10.1" + brand: RB + model: G35 os_family: Android - browser_family: Android Browser + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; Readboy_G50 Build/JDQ39) AppleWebKit/534.24 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.24 T5/2.0 baiduboxapp/6.7 (Baidu; P1 4.2.2) os: name: Android short_name: AND - version: "4.0.3" + version: "4.2.2" platform: "" client: - type: browser - name: Chrome - short_name: CH - version: "32.0.1700.99" - engine: Blink - engine_version: "" + type: mobile app + name: Baidu Box App + version: "6.7" device: type: tablet - brand: SA - model: GALAXY Tab 2 10.1" + brand: RB + model: G50 os_family: Android - browser_family: Chrome + browser_family: Unknown - - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-P5100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; RCT6077W2 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 os: name: Android short_name: AND - version: "4.0.4" + version: "4.2.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "34.0.1847.114" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Tab 2 10.1" + brand: RC + model: RCT6077W2 os_family: Android - browser_family: Android Browser + browser_family: Chrome - - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ar-ae; GT-P5100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; RCT6773W22 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36 os: name: Android short_name: AND - version: "4.1.1" + version: "4.4.2" platform: "" client: type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" + name: Chrome + short_name: CH + version: "40.0.2214.109" + engine: Blink + engine_version: "" device: type: tablet - brand: SA - model: GALAXY Tab 2 10.1" + brand: RC + model: RCT6773W22 os_family: Android - browser_family: Android Browser + browser_family: Chrome diff --git a/Tests/fixtures/tablet-3.yml b/Tests/fixtures/tablet-3.yml index 8969ccc64d..d67db22fa5 100644 --- a/Tests/fixtures/tablet-3.yml +++ b/Tests/fixtures/tablet-3.yml @@ -1,4 +1,1161 @@ --- +- + 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+ + os: + name: BlackBerry Tablet OS + short_name: QNX + version: "2.1.0" + platform: "" + client: + type: browser + name: BlackBerry Browser + short_name: BB + version: "" + engine: WebKit + engine_version: "536.2" + device: + type: tablet + brand: RM + model: BlackBerry Playbook + os_family: BlackBerry + browser_family: BlackBerry Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; Roadrover ChangAn S Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RR + model: ChangAn S + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1026 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-1026 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1028 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-1028 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1058 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-1058 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-1059 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 YandexSearch/7.16/apad + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-1059 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ru-ru; RMD-726 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: RX + model: RMD-726 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT10 1 Build/ICS.g08refem611.20121108) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S1 + model: Element 10.1 + os_family: Android + browser_family: Android Browser +- + user_agent: UCWEB/2.0 (Linux; U; Adr 4.0.4; en-US; ELEMENT7V2) U2/1.0.0 UCBrowser/9.3.0.321 U2/1.0.0 Mobile + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "9.3.0.321" + engine: "" + engine_version: "" + device: + type: tablet + brand: S1 + model: Element 7 V2 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.4; ELEMENT 7 V2 BASIC Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.65583 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Opera Mobile + short_name: OM + version: "16.0.1212.65583" + engine: Blink + engine_version: "" + device: + type: tablet + brand: S1 + model: Element 7 V2 Basic + os_family: Android + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT 7V3 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S1 + model: Element 7 V3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; cs-cz; ELEMENT8 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S1 + model: Element 8 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android; en-us; SENCOR_ELEMENT_8V2 Build/FRF91) AppleWebKit/533.1 + os: + name: Android + short_name: AND + version: "" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: S1 + model: Element 8 V2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; SENCOR ELEMENT 8V2 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S1 + model: Element 8 V2 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; hu-hu; ELEMENT 8V3 Build/JRO03H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Safari/537.16 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "537.16" + device: + type: tablet + brand: S1 + model: Element 8 V3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; hu-hu; SENCOR ELEMENT 9.7V3 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S1 + model: Element 9.7 V3 + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.2.2; SUPRA M726G Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 YaBrowser/14.5.1847.18432.00 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Yandex Browser + short_name: YA + version: "14.5.1847.18432.00" + engine: Blink + engine_version: "" + device: + type: tablet + brand: S5 + model: M726G + os_family: Android + browser_family: Unknown +- + user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; SUPRA M74AG Build/KOT49H) + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: tablet + brand: S5 + model: M74AG + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; SUPRA M74AG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.62" + engine: Blink + engine_version: "" + device: + type: tablet + brand: S5 + model: M74AG + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 5.1; en-US; SUPRA M74JG Build/LMY47D) + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "" + device: + type: tablet + brand: S5 + model: M74JG + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 Linux; U; Android 4.1.1; ru-ru; NVTAB 7.0 3G Build/JRO03C AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: S5 + model: NVTAB 7.0 3G + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-M305F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "9.2" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: SA + model: GALAXY M30 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-M405F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "9" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "9.2" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: SA + model: GALAXY M40 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; cs-cz; GT-N8000 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P601 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.136 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "33.0.1750.136" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" 2014 Edition + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; tr-tr; SAMSUNG SM-P602 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" 2014 Edition + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P605 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "33.0.1750.166" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" 2014 Edition LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-P607T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1.1" + platform: "" + client: + type: browser + name: Samsung Browser + short_name: SB + version: "3.3" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" 2014 Edition LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.3; SM-P600 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "32.0.1700.99" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" 2014 Edition WiFi + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; da-dk; GT-N8020 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" LTE + os_family: Android + browser_family: Android Browser +- + user_agent: 'Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-N8010 Build/IMM76D; 1280*752) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1' + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "528.5" + device: + type: tablet + brand: SA + model: GALAXY Note 10.1" WiFi + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-N5100 Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.123 Safari/537.22 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "25.0.1364.123" + engine: WebKit + engine_version: "537.22" + device: + type: tablet + brand: SA + model: GALAXY Note 8.0" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; N5100 Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "4.2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: SA + model: GALAXY Note 8.0" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fi-fi; GT-N5120 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Note 8.0" LTE + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.1.2; GT-N5110 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 + os: + name: Android + short_name: AND + version: "4.1.2" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "18.0.1025.166" + engine: WebKit + engine_version: "535.19" + device: + type: tablet + brand: SA + model: GALAXY Note 8.0" WiFi + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.3; zh-cn; N5110 Build/JLS36C) AppleWebKit/533.1 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.4 TBS/025438 Mobile Safari/533.1 MicroMessenger/6.2.0.52_r1162382.561 NetType/3gnet Language/zh_CN + os: + name: Android + short_name: AND + version: "4.3" + platform: "" + client: + type: mobile app + name: WeChat + version: "6.2.0.52.r1162382.561" + device: + type: tablet + brand: SA + model: GALAXY Note 8.0" WiFi + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; fr-fr; SAMSUNG SM-P901 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY NotePRO 12.2" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; de-de; SAMSUNG SM-P905 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY NotePRO 12.2" LTE + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; en-gb; SAMSUNG SM-P900 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "28.0.1500.94" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY NotePRO 12.2" WiFi + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.2; fr-ca; GT-P1000M Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: SA + model: GALAXY Tab + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; SCH-I800 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 + os: + name: Android + short_name: AND + version: "2.3.5" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "533.1" + device: + type: tablet + brand: SA + model: GALAXY Tab + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; GT-P1000 Build/JZO54K; CyanogenMod-10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "10" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; id-id; GT-P1000 Build/IMM76L; CyanogenMod-9.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "9.0.0" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; el-gr; GT-P7500 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + os: + name: Android + short_name: AND + version: "3.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; fr-ca; GT-P7500D Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + os: + name: Android + short_name: AND + version: "3.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 3.1; sv-se; GT-P7510 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + os: + name: Android + short_name: AND + version: "3.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; ar-il; GT-P7500 Build/HTJ85B) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + os: + name: Android + short_name: AND + version: "3.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 3.2; cs-cz; GT-P7510 Build/HTJ85B) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13 + os: + name: Android + short_name: AND + version: "3.2" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.13" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; SAMSUNG GT-P7500/P7500BULP5 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-au; GT-P7500 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-ca; GT-P7500R Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-ca; GT-P7500M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.2.1; vi-vn; GT-P7500 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: CyanogenMod + short_name: CYN + version: "10.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; GT-P7100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 10.1v + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; pt-pt; GT-P5100 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 2 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.99 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.0.3" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "32.0.1700.99" + engine: Blink + engine_version: "" + device: + type: tablet + brand: SA + model: GALAXY Tab 2 10.1" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; GT-P5100 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.0.4" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 2 10.1" + os_family: Android + browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; ar-ae; GT-P5100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 + os: + name: Android + short_name: AND + version: "4.1.1" + platform: "" + client: + type: browser + name: Android Browser + short_name: AN + version: "" + engine: WebKit + engine_version: "534.30" + device: + type: tablet + brand: SA + model: GALAXY Tab 2 10.1" + os_family: Android + browser_family: Android Browser - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I915 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: @@ -3278,6 +4435,26 @@ model: SurfTab duo W1 10.1 os_family: Windows browser_family: Internet Explorer +- + user_agent: Mozilla/5.0 (Linux; Android 8.1.0; TFMTKAW01232) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "8.1.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: T6 + model: SurfTab L15 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TrekStor SurfTab theatre 13.3 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 os: @@ -5445,6 +6622,46 @@ model: QOOQ os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; Epic E8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "75.0.3770.143" + engine: Blink + engine_version: "" + device: + type: tablet + brand: V2 + model: Epic E8 + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Epic P7 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "43.0.2357.121" + engine: Blink + engine_version: "" + device: + type: tablet + brand: V2 + model: Epic P7 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 7.0; Magnet M1 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 os: diff --git a/Tests/fixtures/tablet.yml b/Tests/fixtures/tablet.yml index fabee7f195..7e4cfc4311 100644 --- a/Tests/fixtures/tablet.yml +++ b/Tests/fixtures/tablet.yml @@ -119,6 +119,26 @@ model: "" os_family: Android browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Florida Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: tablet + brand: "" + model: "" + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch; ARMBJS) os: @@ -2339,6 +2359,26 @@ model: Viva H801 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux;Android 5.0;ASK 791SP 3G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.0" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "30.0.0.0" + engine: Blink + engine_version: "" + device: + type: tablet + brand: A4 + model: 791SP 3G + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 7.1.1; QUAD-CORE A64 p3 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36 os: @@ -2379,6 +2419,26 @@ model: AP-106 Force os_family: Android browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; AP-107G Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.5.1209 Mobile Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "12.13.5.1209" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: A8 + model: AP-107G + os_family: Android + browser_family: Unknown - user_agent: Mozilla/5.0 (Linux; Android 4.4; AP-721N Build/A86V_SY) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 os: @@ -2419,6 +2479,26 @@ model: AP-727G os_family: Android browser_family: Android Browser +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; AP-753G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/54.2.2672.49907 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Opera + short_name: OP + version: "54.2.2672.49907" + engine: Blink + engine_version: "" + device: + type: tablet + brand: A8 + model: AP-753G + os_family: Android + browser_family: Opera - user_agent: Mozilla/5.0 (Linux; Android 6.0; AP-757G Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Safari/537.36 os: @@ -3419,6 +3499,46 @@ model: Excer 10 Pro os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Excer G5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 Mobile UCBrowser/3.4.3.532 + os: + name: Android + short_name: AND + version: "4.4.2" + platform: "" + client: + type: browser + name: UC Browser + short_name: UC + version: "3.4.3.532" + engine: WebKit + engine_version: "537.36" + device: + type: tablet + brand: AH + model: Excer G5 + os_family: Android + browser_family: Unknown +- + user_agent: Mozilla/5.0 (Linux; Android 5.1; Excer G5.3 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Safari/537.36 + os: + name: Android + short_name: AND + version: "5.1" + platform: "" + client: + type: browser + name: Chrome Webview + short_name: CV + version: "55.0.2883.91" + engine: Blink + engine_version: "" + device: + type: tablet + brand: AH + model: Excer G5.3 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 Linux; U; Android 4.2.2; ru-ru; AKTB-703MZ Build/JDQ39 AppleWebKit/534.30 KHTML, like Gecko Version/4.0 Safari/534.30 os: @@ -6278,6 +6398,26 @@ model: X Pad 10 LTE os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0; ASUS Z101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "6.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: AU + model: Z101 + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 5.0.1; P01T_1 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/537.36 os: @@ -7229,6 +7369,26 @@ model: Tab Pro os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BDF-819) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: B6 + model: "819" + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 7.0; Positivo BGH +Simple Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Safari/537.36 os: @@ -8169,6 +8329,26 @@ model: Aquaris M8 os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 7.0; BQru-7082 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.40 YaSearchBrowser/9.40 + os: + name: Android + short_name: AND + version: "7.0" + platform: "" + client: + type: browser + name: Chrome Mobile + short_name: CM + version: "78.0.3904.108" + engine: Blink + engine_version: "" + device: + type: tablet + brand: BX + model: Armor + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux; Android 8.1.0; BQ-7098G Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.132 Mobile Safari/537.36 os: @@ -9789,183 +9969,3 @@ model: Tab T10 os_family: Android browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; CELKON CT2 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: "4.0.3" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: CE - model: CT2 - os_family: Android - browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 4.4; CT1000 Build/KRT16S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "46.0.2490.76" - engine: Blink - engine_version: "" - device: - type: tablet - brand: CF - model: CT1000 - os_family: Android - browser_family: Chrome -- - user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; CT1010 Build/IMM76I.v006) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" - device: - type: tablet - brand: CF - model: CT1010 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CT1020W Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" - device: - type: tablet - brand: CF - model: CT1020W - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CT1030 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "40.0.2214.89" - engine: Blink - engine_version: "" - device: - type: tablet - brand: CF - model: CT1030 - os_family: Android - browser_family: Chrome -- - user_agent: 'Mozilla/5.0 (Linux; Android 4.0.4; CT710FR Build/IMM76I) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' - os: - name: Android - short_name: AND - version: "4.0.4" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "18.0.1025.166" - engine: WebKit - engine_version: "535.19" - device: - type: tablet - brand: CF - model: CT710FR - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.1.1; CT720 Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "34.0.1847.114" - engine: Blink - engine_version: "" - device: - type: tablet - brand: CF - model: CT720 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; Android 4.2.2; CT820 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.2.2" - platform: "" - client: - type: browser - name: Chrome - short_name: CH - version: "28.0.1500.94" - engine: Blink - engine_version: "" - device: - type: tablet - brand: CF - model: Touch Tablet Neo2 - os_family: Android - browser_family: Chrome -- - user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; th-th; Fusion Bolt Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 - os: - name: Android - short_name: AND - version: "4.1.1" - platform: "" - client: - type: browser - name: Android Browser - short_name: AN - version: "" - engine: WebKit - engine_version: "534.30" - device: - type: tablet - brand: CH - model: Fusion Bolt - os_family: Android - browser_family: Android Browser diff --git a/Tests/fixtures/tv.yml b/Tests/fixtures/tv.yml index 53fc53fb09..57a9cb23c9 100644 --- a/Tests/fixtures/tv.yml +++ b/Tests/fixtures/tv.yml @@ -451,6 +451,46 @@ model: CNV001 os_family: GNU/Linux browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CVTE_MSD338_1G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "76.0.3809.89" + engine: Blink + engine_version: "" + device: + type: tv + brand: CV + model: MSD338 1G + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CVTE_MSD338_512M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.70 Safari/537.36 + os: + name: Android + short_name: AND + version: "4.4.4" + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: "76.0.3809.70" + engine: Blink + engine_version: "" + device: + type: tv + brand: CV + model: MSD338 512M + os_family: Android + browser_family: Chrome - user_agent: Mozilla/5.0 (Linux mips; U;HbbTV/1.1.1 (+RTSP;DMM;Dreambox;0.1a;1.0;) CE-HTML/1.0; en) AppleWebKit/535.19 no/Volksbox QtWebkit/2.2 os: @@ -3331,3 +3371,163 @@ model: MXQ Pro os_family: Android browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Andr0id 6.0; MiTV4S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Devices + short_name: OH + version: 4.9.0.59 + engine: Blink + engine_version: "" + device: + type: tv + brand: XI + model: MiTV 4S + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Andr0id 6.0; MiTV4X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Devices + short_name: OH + version: 4.9.0.59 + engine: Blink + engine_version: "" + device: + type: tv + brand: XI + model: MiTV 4X + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Andr0id 6.0.1; MiTV4C Build/MHC19J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Devices + short_name: OH + version: 4.9.0.59 + engine: Blink + engine_version: "" + device: + type: tv + brand: XI + model: MiTV 4C + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Andr0id 8.1; MIBOX4 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114 + os: + name: GNU/Linux + short_name: LIN + version: "" + platform: "" + client: + type: browser + name: Opera Devices + short_name: OH + version: 4.9.0.59 + engine: Blink + engine_version: "" + device: + type: tv + brand: XI + model: Mi Box 4 + os_family: GNU/Linux + browser_family: Opera +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KATV-01 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 75.0.3770.143 + engine: Blink + engine_version: "" + device: + type: tv + brand: K5 + model: KATV-01 Pro + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VMP-011-81) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36 + os: + name: Android + short_name: AND + version: 5.1.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 77.0.3865.116 + engine: Blink + engine_version: "" + device: + type: tv + brand: V7 + model: "011" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VMP-021-82) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: "" + client: + type: browser + name: Chrome + short_name: CH + version: 79.0.3945.136 + engine: Blink + engine_version: "" + device: + type: tv + brand: V7 + model: "021" + os_family: Android + browser_family: Chrome +- + user_agent: Mozilla/5.0 (Linux; arm; Android 6.0.1; VMP-041-162) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.01 Safari/537.36 + os: + name: Android + short_name: AND + version: 6.0.1 + platform: ARM + client: + type: browser + name: Yandex Browser + short_name: YA + version: 19.7.2.90.01 + engine: Blink + engine_version: "" + device: + type: tv + brand: V7 + model: "041" + os_family: Android + browser_family: Unknown \ No newline at end of file diff --git a/Tests/fixtures/unknown.yml b/Tests/fixtures/unknown.yml index 6dd00a2067..0170ea01b8 100644 --- a/Tests/fixtures/unknown.yml +++ b/Tests/fixtures/unknown.yml @@ -2873,26 +2873,6 @@ model: "" os_family: Android browser_family: Unknown -- - user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Florida Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36 - os: - name: Android - short_name: AND - version: "4.4.2" - platform: "" - client: - type: browser - name: Chrome Webview - short_name: CV - version: "30.0.0.0" - engine: Blink - engine_version: "" - device: - type: "" - brand: "" - model: "" - os_family: Android - browser_family: Chrome - user_agent: 'Dalvik/2.1.0 (Linux## U## Android 7.1.1## Chromebook 14 (CB3-431) Build/R63-10032.86.0)' os: @@ -2913,26 +2893,6 @@ model: "" os_family: Android browser_family: Android Browser -- - user_agent: Mozilla/5.0 (Linux; Android 9) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36 DuckDuckGo/5 - os: - name: Android - short_name: AND - version: "9" - platform: "" - client: - type: browser - name: DuckDuckGo Privacy Browser - short_name: DD - version: "5" - engine: Blink - engine_version: "" - device: - type: "" - brand: "" - model: "" - os_family: Android - browser_family: Chrome - user_agent: bPod os: diff --git a/misc/readme-report.php b/misc/readme-report.php deleted file mode 100644 index 518947576d..0000000000 --- a/misc/readme-report.php +++ /dev/null @@ -1,85 +0,0 @@ - -## What Device Detector is able to detect - -The lists below are auto generated and updated from time to time. Some of them might not be complete. - -*Last update: * - -### List of detected operating systems: - - - - -### List of detected browsers: - - - - -### List of detected browser engines: - - - - -### List of detected libraries: - - - - -### List of detected media players: - - - - -### List of detected mobile apps: - - and *mobile apps using [AFNetworking](https://github.com/AFNetworking/AFNetworking)* - -### List of detected PIMs (personal information manager): - - - - -### List of detected feed readers: - - - - -### List of brands with detected devices: - - - - -### List of detected bots: - -loadFile(__DIR__ . '/../regexes/bots.yml'); - -foreach ($parsedBots as $parsedBot) { - $bots[] = $parsedBot['name']; -} - -natcasesort($bots); -echo implode(', ', $bots); - -?> - diff --git a/misc/update-readme.php b/misc/update-readme.php new file mode 100644 index 0000000000..05e0dccfff --- /dev/null +++ b/misc/update-readme.php @@ -0,0 +1,79 @@ +loadFile(__DIR__ . '/../regexes/bots.yml'); + +foreach ($parsedBots as $parsedBot) { + $bots[] = $parsedBot['name']; +} + +natcasesort($bots); + +$detections = '## What Device Detector is able to detect + +The lists below are auto generated and updated from time to time. Some of them might not be complete. + +*Last update: '. date('Y/m/d') .'* + +### List of detected operating systems: + +'. implode(', ', \DeviceDetector\Parser\OperatingSystem::getAvailableOperatingSystems()) .' + +### List of detected browsers: + +'. implode(', ', \DeviceDetector\Parser\Client\Browser::getAvailableBrowsers()) .' + +### List of detected browser engines: + +'. implode(', ', \DeviceDetector\Parser\Client\Browser\Engine::getAvailableEngines()) .' + +### List of detected libraries: + +'. implode(', ', \DeviceDetector\Parser\Client\Library::getAvailableClients()) .' + +### List of detected media players: + +'. implode(', ', \DeviceDetector\Parser\Client\MediaPlayer::getAvailableClients()) .' + +### List of detected mobile apps: + +'. implode(', ', \DeviceDetector\Parser\Client\MobileApp::getAvailableClients()) .' and *mobile apps using [AFNetworking](https://github.com/AFNetworking/AFNetworking)* + +### List of detected PIMs (personal information manager): + +'. implode(', ', \DeviceDetector\Parser\Client\PIM::getAvailableClients()) .' + +### List of detected feed readers: + +'. implode(', ', \DeviceDetector\Parser\Client\FeedReader::getAvailableClients()) .' + +### List of brands with detected devices: + +'. implode(', ', $brands) .' + +### List of detected bots: + +'. implode(', ', $bots); + +$file = dirname(__FILE__) . '/../README.md'; + +$readme = file_get_contents($file); + +$readme = substr($readme, 0, strpos($readme, '## What Device Detector is able to detect')); + +$readme .= $detections; + +file_put_contents($file, $readme); \ No newline at end of file diff --git a/regexes/bots.yml b/regexes/bots.yml index bd8fbfa33f..1ce9d7f5a9 100644 --- a/regexes/bots.yml +++ b/regexes/bots.yml @@ -283,13 +283,13 @@ name: 'CloudFlare' url: 'http://www.cloudflare.com' -- regex: 'coccoc/' +- regex: 'coccoc|coccocbot(-ads|-fast|-image|-shopping|-web)?' name: 'Cốc Cốc Bot' - url: 'http://help.coccoc.com/' + url: 'https://help.coccoc.com/en/search-engine/coccoc-robots' category: 'Search bot' producer: name: 'Cốc Cốc' - url: 'http://coccoc.com/' + url: 'https://coccoc.com/' - regex: 'collectd' name: 'Collectd' @@ -443,7 +443,7 @@ name: 'SEOmoz, Inc.' url: 'http://moz.com/' -- regex: 'facebookexternalhit|facebookplatform' +- regex: 'facebookexternalhit|facebookplatform|facebookexternalua' name: 'Facebook External Hit' category: 'Social Media Agent' url: 'https://www.facebook.com/externalhit_uatext.php' @@ -577,6 +577,14 @@ name: 'Google Inc.' url: 'http://www.google.com' +- regex: 'Google-Cloud-Scheduler' + name: 'Google Cloud Scheduler' + category: 'Crawler' + url: 'https://cloud.google.com/scheduler' + producer: + name: 'Google Inc.' + url: 'https://www.google.com' + - regex: 'Google-Structured-Data-Testing-Tool' name: 'Google Structured Data Testing Tool' category: 'Validator' @@ -585,6 +593,14 @@ name: 'Google Inc.' url: 'http://www.google.com' +- regex: 'GoogleStackdriverMonitoring' + name: 'Google Stackdriver Monitoring' + category: 'Site Monitor' + url: 'https://cloud.google.com/monitoring' + producer: + name: 'Google Inc.' + url: 'https://www.google.com' + - regex: 'via ggpht\.com GoogleImageProxy' name: 'Gmail Image Proxy' category: 'Crawler' @@ -592,7 +608,7 @@ producer: name: 'Google Inc.' url: 'http://www.google.com' - + - regex: 'SeznamEmailProxy' name: 'Seznam Email Proxy' category: 'Crawler' @@ -625,7 +641,7 @@ name: 'Visual Meta' url: 'https://www.shopalike.cz/' -- regex: 'Googlebot(-Mobile|-Image|-Video|-News)?|Feedfetcher-Google|Google-Test|Google-Site-Verification|Google Web Preview|AdsBot-Google(-Mobile)?|Google-Adwords-Instant|APIs-Google|Mediapartners-Google|Google.*/\+/web/snippet|GoogleProducer|Google[ -]Publisher[ -]Plugin|Google-Shopping-Quality|Google-Adwords-DisplayAds|Google-Assess|Google-AdWords-Express|Google-speakr|Google-Read-Aloud' +- regex: 'Googlebot(-Mobile|-Image|-Video|-News)?|Feedfetcher-Google|Google Web Preview|AdsBot-Google(-Mobile)?|APIs-Google|Mediapartners-Google|Google.*/\+/web/snippet|GoogleProducer|Google[ -]Publisher[ -]Plugin|Google-(AMPHTML|Test|Site-Verification|Shopping-Quality|Adwords-DisplayAds|Assess|AdWords-Express|Adwords-Instant|speakr|Read-Aloud|Youtube-Links|HotelAdsVerifier)?' name: 'Googlebot' category: 'Search bot' url: 'http://www.google.com/bot.html' @@ -1593,7 +1609,15 @@ name: 'Yahoo! Inc.' url: 'http://www.yahoo.com' -- regex: 'Yandex(SpravBot|ScreenshotBot|MobileBot|AccessibilityBot|ForDomain|Vertis|Market|Catalog|Calendar|Sitelinks|AdNet|Pagechecker|Webmaster|Media|Video|Bot|Images|Antivirus|Direct|Blogs|Favicons|ImageResizer|Verticals|News(links)?|Metrika|\.Gazeta Bot)|YaDirectFetcher' +- regex: 'Y!J-BRW' + name: 'Yahoo! Japan BRW' + category: 'Crawler' + url: 'https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて' + producer: + name: 'Yahoo! Japan Corp.' + url: 'https://www.yahoo.co.jp/' + +- regex: 'Yandex(SpravBot|ScreenshotBot|MobileBot|AccessibilityBot|ForDomain|Vertis|Market|Catalog|Calendar|Sitelinks|AdNet|Pagechecker|Webmaster|Media|Video|Bot|Images|Antivirus|Direct|Blogs|Favicons|ImageResizer|Verticals|News(links)?|Metrika|\.Gazeta Bot)|YaDirectFetcher|YandexTurbo|YandexTracker|YandexSearchShop|YandexRCA|YandexPartner|YandexOntoDBAPI|YandexOntoDB|YandexMobileScreenShotBot' name: 'Yandex Bot' category: 'Search bot' url: 'http://www.yandex.com/bots' @@ -1601,7 +1625,7 @@ name: 'Yandex LLC' url: 'http://company.yandex.com' -- regex: 'Yeti' +- regex: 'Yeti|NaverJapan' name: 'Yeti/Naverbot' category: 'Search bot' url: 'http://help.naver.com/robots/' @@ -1805,7 +1829,7 @@ - regex: 'RSSRadio \(Push Notification Scanner;support@dorada\.co\.uk\)' name: 'RSSRadio Bot' -- regex: '(A6-Indexer|nuhk|TsolCrawler|Yammybot|Openbot|Gulper Web Bot|grub-client|Download Demon|SearchExpress|Microsoft URL Control|borg|altavista|dataminr.com|tweetedtimes.com|TrendsmapResolver|teoma|blitzbot|oegp|furlbot|http%20client|polybot|htdig|mogimogi|larbin|scrubby|searchsight|seekbot|semanticdiscovery|snappy|vortex(?! Build)|zeal|fast-webcrawler|converacrawler|dataparksearch|findlinks|BrowserMob|HttpMonitor|ThumbShotsBot|URL2PNG|ZooShot|GomezA|Google SketchUp|Read%20Later|Minimo|RackspaceBot)' +- regex: '(A6-Indexer|nuhk|TsolCrawler|Yammybot|Openbot|Gulper Web Bot|grub-client|Download Demon|SearchExpress|Microsoft URL Control|borg|altavista|dataminr.com|tweetedtimes.com|TrendsmapResolver|teoma|blitzbot|oegp|furlbot|http%20client|polybot|htdig|mogimogi|larbin|scrubby|searchsight|seekbot|semanticdiscovery|snappy|vortex(?! Build)|zeal|fast-webcrawler|converacrawler|dataparksearch|findlinks|BrowserMob|HttpMonitor|ThumbShotsBot|URL2PNG|ZooShot|GomezA|Google SketchUp|Read%20Later|RackspaceBot|robots|SeopultContentAnalyzer|7Siters|centuryb.o.t9)' name: 'Generic Bot' - regex: '^sentry' @@ -1824,6 +1848,174 @@ name: 'The Knowledge AI' category: 'Crawler' +- regex: 'Embedly' + name: 'Embedly' + category: 'Crawler' + url: 'https://support.embed.ly/hc/en-us' + producer: + name: 'A Medium, Corp.' + url: 'https://medium.com/' + +- regex: 'BrandVerity' + name: 'BrandVerity' + category: 'Crawler' + url: 'https://www.brandverity.com/why-is-brandverity-visiting-me' + producer: + name: 'BrandVerity, Inc.' + url: 'https://www.brandverity.com/' + +- regex: 'Kaspersky Lab CFR link resolver' + name: 'Kaspersky' + category: 'Security Checker' + url: 'https://www.kaspersky.com/' + producer: + name: 'AO Kaspersky Lab' + url: 'https://www.kaspersky.com/' + +- regex: 'eZ Publish Link Validator' + name: 'eZ Publish Link Validator' + category: 'Crawler' + url: 'https://ez.no/' + producer: + name: 'eZ Systems AS' + url: 'https://ez.no/' + +- regex: 'woorankreview' + name: 'WooRank' + category: 'Search bot' + url: 'https://www.woorank.com/' + producer: + name: 'WooRank sprl' + url: 'https://www.woorank.com/' + +- regex: '(Match|LinkCheck) by Siteimprove.com' + name: 'Siteimprove' + category: 'Search bot' + url: 'https://siteimprove.com/' + producer: + name: 'Siteimprove GmbH' + url: 'https://siteimprove.com/' + +- regex: 'CATExplorador' + name: 'CATExplorador' + category: 'Search bot' + url: 'https://fundacio.cat/ca/domini/' + producer: + name: 'Fundació puntCAT' + url: 'https://fundacio.cat/ca/domini/' + +- regex: 'Buck' + name: 'Buck' + category: 'Search bot' + url: 'https://hypefactors.com/' + producer: + name: 'Hypefactors A/S' + url: 'https://hypefactors.com/' + +- regex: 'tracemyfile' + name: 'TraceMyFile' + category: 'Search bot' + url: 'https://www.tracemyfile.com/' + producer: + name: 'Idee Inc.' + url: 'http://ideeinc.com/' + +- regex: 'zelist.ro feed parser' + name: 'Ze List' + url: 'https://www.zelist.ro/' + category: 'Feed Fetcher' + producer: + name: 'Treeworks SRL' + url: 'https://www.tree.ro/' + +- regex: 'weborama-fetcher' + name: 'Weborama' + category: 'Search bot' + url: 'https://weborama.com/' + producer: + name: 'Weborama SA' + url: 'https://weborama.com/' + +- regex: 'BoardReader Favicon Fetcher' + name: 'BoardReader' + category: 'Search bot' + url: 'http://boardreader.com/' + producer: + name: 'Effyis Inc' + url: 'http://boardreader.com/' + +- regex: 'IDG/IT' + name: 'IDG/IT' + category: 'Search bot' + url: 'https://spaziodati.eu/' + producer: + name: 'SpazioDati S.r.l.' + url: 'https://spaziodati.eu/' + +- regex: 'Bytespider' + name: 'Bytespider' + category: 'Search bot' + url: 'https://bytedance.com/' + producer: + name: 'ByteDance Ltd.' + url: 'https://bytedance.com/' + +- regex: 'WikiDo' + name: 'WikiDo' + category: 'Search bot' + url: 'https://www.wikido.com/' + producer: + name: 'Fotolitografie Fiorentine di Becchi Antonio s.n.c.' + url: 'https://www.wikido.com/' + +- regex: 'AwarioSmartBot' + name: 'Awario' + category: 'Search bot' + url: 'https://awario.com/bots.html' + producer: + name: 'Awario' + url: 'https://awario.com/' + +- regex: 'AwarioRssBot' + name: 'Awario' + category: 'Feed Fetcher' + url: 'https://awario.com/bots.html' + producer: + name: 'Awario' + url: 'https://awario.com/' + +- regex: 'oBot' + name: 'oBot' + category: 'Search bot' + url: 'http://www.xforce-security.com/crawler/' + producer: + name: 'IBM Germany Research & Development GmbH' + url: 'https://exchange.xforce.ibmcloud.com/' + +- regex: 'SMTBot' + name: 'SMTBot' + category: 'Search bot' + url: 'https://www.similartech.com/smtbot' + producer: + name: 'SimilarTech Ltd.' + url: 'https://www.similartech.com/' + +- regex: 'LCC' + name: 'LCC' + category: 'Search bot' + url: 'https://corpora.uni-leipzig.de/crawler_faq.html' + producer: + name: 'Universität Leipzig' + url: 'https://www.uni-leipzig.de/' + +- regex: 'Startpagina-Linkchecker' + name: 'Startpagina Linkchecker' + category: 'Search bot' + url: 'https://www.startpagina.nl/linkchecker' + producer: + name: 'Startpagina B.V.' + url: 'https://www.startpagina.nl/' + # Generic detections - regex: 'Nutch' diff --git a/regexes/client/browsers.yml b/regexes/client/browsers.yml index 9caac09dfd..51c1b87de9 100644 --- a/regexes/client/browsers.yml +++ b/regexes/client/browsers.yml @@ -5,6 +5,121 @@ # @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later ############### +# Firefox Reality (https://mixedreality.mozilla.org/firefox-reality/) +- regex: 'Mobile VR.+Firefox' + name: 'Firefox Reality' + version: '' + +# AVG Secure Browser (https://www.avg.com/en-us/secure-browser) +- regex: 'AVG(?:/(\d+[\.\d]+))?' + name: 'AVG Secure Browser' + version: '$1' + +# START Internet Browser (https://play.google.com/store/apps/details?id=fyi.start.web.browser) +- regex: 'Start/(?:(\d+[\.\d]+))?' + name: 'START Internet Browser' + version: '$1' + +# Lovense Browser (https://www.lovense.com/cam-model/download) +- regex: 'Lovense(?:/(\d+[\.\d]+))?' + name: 'Lovense Browser' + version: '$1' + +# Delta Browser (https://play.google.com/store/apps/details?id=com.airfind.deltabrowser) +- regex: 'com.airfind.deltabrowser(?:/(\d+[\.\d]+))?' + name: 'Delta Browser' + version: '$1' + +# Ordissimo (https://www.ordissimo.fr/) +- regex: '(?:Ordissimo|webissimo3)(?:/(\d+[\.\d]+))?' + name: 'Ordissimo' + version: '$1' + +# CCleaner (https://www.ccleaner.com/ccleaner/browser) +- regex: 'CCleaner(?:/(\d+[\.\d]+))?' + name: 'CCleaner' + version: '$1' + +# Aloha Browser Lite (https://play.google.com/store/apps/details?id=com.alohamobile.browser.lite) +- regex: 'AlohaLite(?:/(\d+[\.\d]+))?' + name: 'Aloha Browser Lite' + version: '$1' + +# Tao Browser (https://browser.taobao.com/) +- regex: 'TaoBrowser(?:/(\d+[\.\d]+))?' + name: 'Tao Browser' + version: '$1' + +# Falkon (https://www.falkon.org/) +- regex: 'Falkon(?:/(\d+[\.\d]+))?' + name: 'Falkon' + version: '$1' + +# mCent (http://mcentbrowser.com/) +- regex: 'mCent(?:/(\d+[\.\d]+))?' + name: 'mCent' + version: '$1' + +# SalamWeb (https://salamweb.com/) +- regex: 'SalamWeb(?:/(\d+[\.\d]+))?' + name: 'SalamWeb' + version: '$1' + +# BlackHawk (http://www.netgate.sk/blackhawk/) +- regex: 'BlackHawk(?:/(\d+[\.\d]+))?' + name: 'BlackHawk' + version: '$1' + +# Minimo (https://www-archive.mozilla.org/projects/minimo/) +- regex: 'Minimo(?:/(\d+[\.\d]+))?' + name: 'Minimo' + version: '$1' + +# Wear Internet Browser (https://play.google.com/store/apps/details?id=com.appfour.wearbrowser) +- regex: 'WIB(?:/(\d+[\.\d]+))?' + name: 'Wear Internet Browser' + version: '$1' + +# Origyn Web Browser (https://en.wikipedia.org/wiki/Origyn_Web_Browser) +- regex: 'Origyn Web Browser' + name: 'Origyn Web Browser' + version: '' + +# Kinza (https://www.kinza.jp/en/) +- regex: 'Kinza(?:/(\d+[\.\d]+))?' + name: 'Kinza' + version: '$1' + +# Beamrise (https://web.archive.org/web/20170520043839/http://beamrise.com/) +- regex: 'Beamrise(?:/(\d+[\.\d]+))?' + name: 'Beamrise' + version: '$1' + +# Faux Browser (https://apps.apple.com/us/app/faux-browser/id472250940) +- regex: 'Faux(?:/(\d+[\.\d]+))?' + name: 'Faux Browser' + version: '$1' + +# Splash (https://scrapinghub.com/splash) +- regex: 'splash Version(?:/(\d+[\.\d]+))?' + name: 'Splash' + version: '$1' + +# Meizu Browser (https://www.meizu.com/) +- regex: 'MZBrowser(?:/(\d+[\.\d]+))?' + name: 'Meizu Browser' + version: '$1' + +# COS Browser (https://sj.qq.com/myapp/detail.htm?apkName=com.qcloud.cos.client) +- regex: 'COSBrowser(?:/(\d+[\.\d]+))?' + name: 'COS Browser' + version: '$1' + +# Crusta (https://github.com/Crusta/CrustaBrowser) +- regex: 'Crusta(?:/(\d+[\.\d]+))?' + name: 'Crusta' + version: '$1' + # Hawk Turbo Browser - regex: 'Hawk/TurboBrowser(?:/v?(\d+[\.\d]+))?' name: 'Hawk Turbo Browser' @@ -343,6 +458,18 @@ name: 'Cunaguaro' version: '$1' +# t-online.de Browser (https://www.t-online.de/computer/browser/) +- regex: 'TO-Browser(?:/TOB(\d+[\.\d]+))?' + name: 't-online.de Browser' + version: '$1' + +#Kazehakase +- regex: 'Kazehakase(?:/(\d+[\.\d]+))?' + name: 'Kazehakase' + version: '$1' + engine: + default: '' # multi engine + #Firefox Focus / Firefox Klar - regex: '(?:Focus|Klar)(?:/(\d+[\.\d]+))?' name: 'Firefox Focus' @@ -473,6 +600,21 @@ name: 'UC Browser Mini' version: '' +# UC Browser Turbo +- regex: 'UCTurbo(?:[ /]?(\d+[\.\d]+))?' + name: 'UC Browser Turbo' + version: '$1' +- regex: 'UC[ ]?Browser.* \(UCTurbo\)' + name: 'UC Browser Turbo' + version: '' + +# Opera GX (https://www.opera.com/gx#start | http://ftp.opera.com/pub/opera_gx/) +- regex: 'OPRGX(?:/(\d+[\.\d]+))?' + name: 'Opera GX' + version: '$1' + engine: + default: 'Blink' + #Opera - regex: '(?:Opera Tablet.*Version|Opera/.+Opera Mobi.+Version|Mobile.+OPR)/(\d+[\.\d]+)' name: 'Opera Mobile' @@ -650,7 +792,7 @@ versions: 3: 'WebKit' -- regex: '(?:Maxthon|MyIE2|Uzbl)' +- regex: '(?:Maxthon|MyIE2)' name: 'Maxthon' version: '' engine: @@ -668,7 +810,13 @@ engine: default: 'Blink' -#Iron +# Iron +- regex: 'Chrome(?:/(\d+[\.\d]+))?.*Iron' + name: 'Iron' + version: '$1' + engine: + default: 'WebKit' + - regex: 'Iron(?:/(\d+[\.\d]+))?' name: 'Iron' version: '$1' @@ -747,18 +895,29 @@ name: 'Samsung Browser' version: '$1' -#Streamy -#This browser is built on top of Chromium. -#It should be checked first. +# Super Fast Browser (https://play.google.com/store/apps/details?id=com.browser.tssomas) +- regex: '(?:SFBrowser|com.browser.tssomas)(?:/(\d+[\.\d]+))?' + name: 'Super Fast Browser' + version: '$1' + +# EUI Browser +- regex: 'EUI Browser(?:/(\d+[\.\d]+))?' + name: 'EUI Browser' + version: '$1' + +# UBrowser (https://callumprentice.github.io/) +- regex: 'UBrowser(?:/(\d+[\.\d]+))?' + name: 'UBrowser' + version: '$1' + +#Streamy (Chromium based) - regex: 'Streamy(?:/(\d+[\.\d]+))?' name: 'Streamy' version: '$1' engine: default: 'WebKit' -#Isivioo -#Andorid version of the browser is built on top of Chrome Mobile. -#It should be checked first. +#Isivioo (Android version is Chrome based) - regex: 'isivioo' name: 'Isivioo' version: '' @@ -903,6 +1062,23 @@ name: 'Nokia Browser' version: '' +#Sleipnir +- regex: 'Sleipnir(?:[ /](\d+[\.\d]+))?' + name: 'Sleipnir' + version: '$1' + engine: + default: '' # multi engine + +# NTENT Browser +- regex: 'NTENTBrowser(?:/(\d+[\.\d]+))?' + name: 'NTENT Browser' + version: '$1' + +# TV Bro +- regex: 'TV Bro/(\d+[\.\d]+)' + name: 'TV Bro' + version: '$1' + # Chrome Webview - regex: 'Version/.* Chrome(?:/(\d+[\.\d]+))?' name: 'Chrome Webview' @@ -1091,6 +1267,11 @@ name: 'Element Browser' version: '$1' +# eZ Browser (https://play.google.com/store/apps/details?id=com.asc.csbrowser) +- regex: 'eZBrowser(?:/(\d+[\.\d]+))?' + name: 'eZ Browser' + version: '$1' + #Firebird - regex: 'Firebird(?! Build)(?:/(\d+[\.\d]+))?' name: 'Firebird' @@ -1140,13 +1321,6 @@ versions: 4: 'WebKit' -#Sleipnir -- regex: 'Sleipnir(?:[ /](\d+[\.\d]+))?' - name: 'Sleipnir' - version: '$1' - engine: - default: '' # multi engine - #Lunascape - regex: 'Lunascape(?:[/ ](\d+[\.\d]+))?' name: 'Lunascape' @@ -1196,13 +1370,6 @@ engine: default: 'Trident' -#Kazehakase -- regex: 'Kazehakase(?:/(\d+[\.\d]+))?' - name: 'Kazehakase' - version: '$1' - engine: - default: '' # multi engine - #Kindle Browser - regex: 'Kindle/(\d+[\.\d]+)' name: 'Kindle Browser' @@ -1255,7 +1422,7 @@ version: '$1' engine: default: 'NetFront' -- regex: 'PLAYSTATION|NINTENDO 3|AppleWebKit.+ NX/\d+\.\d+\.\d+' +- regex: 'PLAYSTATION|NINTENDO 3|AppleWebKit.+ N[XF]/\d+\.\d+\.\d+' name: 'NetFront' version: '' @@ -1264,11 +1431,6 @@ name: 'NetPositive' version: '$1' -# NTENT Browser -- regex: 'NTENTBrowser(?:/(\d+[\.\d]+))?' - name: 'NTENT Browser' - version: '$1' - #Odyssey Web Browser - regex: 'Odyssey Web Browser(?:.*OWB/(\d+[\.\d]+))?' name: 'Odyssey Web Browser' @@ -1410,3 +1572,13 @@ version: '$1' engine: default: 'NetSurf' + +# Uzbl (https://www.uzbl.org/) +- regex: 'Uzbl' + name: 'Uzbl' + version: '' + +# SimpleBrowser (https://github.com/SimpleBrowserDotNet/SimpleBrowser) +- regex: 'SimpleBrowser' + name: 'SimpleBrowser' + version: '' \ No newline at end of file diff --git a/regexes/client/libraries.yml b/regexes/client/libraries.yml index 37799a144d..99f2fbbed2 100644 --- a/regexes/client/libraries.yml +++ b/regexes/client/libraries.yml @@ -91,3 +91,18 @@ name: 'RestSharp' version: '$1' url: 'http://restsharp.org/' + +- regex: 'scalaj-http/(\d+[\.\d]+)' + name: 'ScalaJ HTTP' + version: '$1' + url: 'https://github.com/scalaj/scalaj-http' + +- regex: 'REST::Client/(\d+)' + name: 'Perl REST::Client' + version: '$1' + url: 'https://metacpan.org/pod/REST::Client' + +- regex: 'node-fetch/(\d+[\.\d]+)' + name: 'Node Fetch' + version: $1 + url: 'https://github.com/node-fetch/node-fetch' diff --git a/regexes/client/mediaplayers.yml b/regexes/client/mediaplayers.yml index 484773718e..11ab785566 100644 --- a/regexes/client/mediaplayers.yml +++ b/regexes/client/mediaplayers.yml @@ -87,4 +87,16 @@ - regex: 'stagefright(?:/([\d\.]+))?' name: 'Stagefright' - version: '$1' \ No newline at end of file + version: '$1' + +- regex: 'GoogleChirp(?:/(\d+[\.\d]+))?' + name: 'Google Podcasts' + version: '$1' + +- regex: 'Music Player Daemon (?:(\d+[\.\d]+))?' + name: 'Music Player Daemon' + version: '$1' + +- regex: 'mpv (?:(\d+[\.\d]+))?' + name: 'mpv' + version: '$1' diff --git a/regexes/client/mobile_apps.yml b/regexes/client/mobile_apps.yml index e712180668..e630704c89 100644 --- a/regexes/client/mobile_apps.yml +++ b/regexes/client/mobile_apps.yml @@ -34,6 +34,11 @@ name: 'FeedR' version: '$1' +# Google Go +- regex: 'com.google.android.apps.searchlite' + name: 'Google Go' + version: '' + # Google Play Kiosk - regex: 'com.google.android.apps.magazines' name: 'Google Play Newsstand' @@ -113,6 +118,10 @@ regex: 'Overcast/([\d\.]+)' name: 'Overcast' version: '$1' +- + regex: '(?:CastBox|fm.castbox.audiobook.radio.podcast)/?([\d\.]+)?' + name: 'CastBox' + version: '$1' - regex: 'Player FM' name: 'Player FM' diff --git a/regexes/device/car_browsers.yml b/regexes/device/car_browsers.yml index 5870ccbdfa..24a1d7b02a 100644 --- a/regexes/device/car_browsers.yml +++ b/regexes/device/car_browsers.yml @@ -7,6 +7,10 @@ # Tesla Model S Tesla: - regex: 'QtCarBrowser' + regex: '(?:Tesla/[0-9.]+|QtCarBrowser)' device: 'car browser' - model: 'Model S' + models: + - regex: 'QtCarBrowser' + model: 'Model S' + - regex: 'Tesla/[0-9.]+' + model: '' diff --git a/regexes/device/consoles.yml b/regexes/device/consoles.yml index c17793ada5..05e0f875c8 100644 --- a/regexes/device/consoles.yml +++ b/regexes/device/consoles.yml @@ -20,7 +20,7 @@ Microsoft: model: 'Xbox 360' Nintendo: - regex: 'Nintendo (([3]?DS[i]?)|Wii[U]?)' + regex: 'Nintendo (([3]?DS[i]?)|Wii[U]?|Switch)' device: 'console' model: '$1' diff --git a/regexes/device/mobiles.yml b/regexes/device/mobiles.yml index c6d4429cf8..690ba42461 100644 --- a/regexes/device/mobiles.yml +++ b/regexes/device/mobiles.yml @@ -5,6 +5,14 @@ # @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later ############### +# Ace (https://www.acemobile.fr/) +Ace: + regex: 'BUZZ 1 Lite' + device: 'smartphone' + models: + - regex: 'BUZZ 1 Lite' + model: 'Buzz 1 Lite' + 'Tunisie Telecom': regex: 'StarTrail TT[);/ ]' device: 'smartphone' @@ -56,7 +64,7 @@ SFR: # HTC HTC: - regex: 'HTC|Sprint (?:APA|ATP)|ADR(?!910L)[a-z0-9]+|NexusHD2|Amaze[ _]4G[);/ ]|(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/]+) Build|(Amaze[ _]4G|One ?[XELSV\+]+)[);/ ]|SPV E6[05]0|One M8|X525a|PG86100|PC36100|XV6975|PJ83100[);/ ]|2PYB2|2PZC5|0PJA10|0PJA2' + regex: 'HTC|Sprint (?:APA|ATP)|ADR(?!910L)[a-z0-9]+|NexusHD2|Amaze[ _]4G[);/ ]|(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/)]+)(?: Build|\))|(Amaze[ _]4G|One ?[XELSV\+]+)[);/ ]|SPV E6[05]0|One M8|X525a|PG86100|PC36100|XV6975|PJ83100[);/ ]|2PYB2|2PZC5|0PJA10|0PJA2|HTV33' device: 'smartphone' models: # explicit smartphone models @@ -68,6 +76,8 @@ HTC: model: 'Evo 3G' - regex: 'PC36100[);/ ]' model: 'Evo 4G' + - regex: 'HTV33[);/ ]' + model: 'U11' - regex: 'PJ83100[);/ ]' model: 'One X' - regex: '(?:0PJA2|0PJA10)[);/ ]' @@ -118,7 +128,7 @@ HTC: model: '$1' - regex: 'HTC;(?: )?([a-z0-9 ]+)' model: '$1' - - regex: '(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/]+) Build' + - regex: '(Desire|Sensation|Evo ?3D|IncredibleS|Wildfire|Butterfly)[ _]?([^;/)]+)(?: Build|\))' model: '$1 $2' - regex: '(Amaze[ _]4G|One ?[XELSV\+]*) Build' model: '$1' @@ -405,7 +415,7 @@ Palm: # HP HP: - regex: 'TouchPad/\d+\.\d+|hp-tablet|HP ?iPAQ|webOS.*P160U|HP Slate|HP [78]|Compaq [7|8]|HP; [^;/)]+' + regex: 'TouchPad/\d+\.\d+|hp-tablet|HP ?iPAQ|webOS.*P160U|HP (?:Pro )?Slate|HP [78]|Compaq [7|8]|HP; [^;/)]+' device: 'smartphone' models: - regex: 'HP Slate 6 Voice Tab' @@ -417,6 +427,9 @@ HP: - regex: 'Compaq ([78][^/;]*) Build' model: 'Compaq $1' device: 'tablet' + - regex: 'HP Pro Slate 8' + model: 'Pro Slate 8' + device: 'tablet' - regex: 'HP Slate ?(.+) Build' model: 'Slate $1' device: 'tablet' @@ -441,8 +454,12 @@ TiPhone: # Apple Apple: - regex: '(?:iTunes-)?Apple[ _]?TV|(?:Apple-|iTunes-)?(?