Making WordPress.org


Ignore:
Timestamp:
10/02/2017 07:39:32 PM (9 years ago)
Author:
coffee2code
Message:

Browse Happy API: Improve indentification of BlackBerry, Nokia, and Sony Ericsson devices generically as mobile devices if platform not otherwise known.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/tests/phpunit/tests/browse-happy.php

    r5986 r5988  
    516516                        ],
    517517                        [
     518                                'BlackBerry; U; Blackberry 9900; en',
     519                                'Mobile unknown',
     520                        ],
     521                        [
     522                                'BlackBerry8520/5.0.0.592 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/168',
     523                                'Mobile unknown',
     524                        ],
     525                        [
    518526                                'Nokia-MIT-Browser/3.0',
    519                                 'unknown', // It's really a Nokia Browser, but not critical to recognize as such.
     527                                'Mobile unknown', // It's really a Nokia Browser, but not critical to recognize as such.
     528                        ],
     529                        [
     530                                'SonyEricssonW995a/R1GB Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1 JavaPlatform/JP-8.4.4',
     531                                'Mobile unknown',
    520532                        ],
    521533
Note: See TracChangeset for help on using the changeset viewer.