summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/class.jetpack-user-agent.php')
-rw-r--r--plugins/jetpack/class.jetpack-user-agent.php1206
1 files changed, 692 insertions, 514 deletions
diff --git a/plugins/jetpack/class.jetpack-user-agent.php b/plugins/jetpack/class.jetpack-user-agent.php
index 346b340b..cbf7a21e 100644
--- a/plugins/jetpack/class.jetpack-user-agent.php
+++ b/plugins/jetpack/class.jetpack-user-agent.php
@@ -11,7 +11,11 @@
* $return_matched_agent is true, returns the UA string
*/
function jetpack_is_mobile( $kind = 'any', $return_matched_agent = false ) {
- static $kinds = array( 'smart' => false, 'dumb' => false, 'any' => false );
+ static $kinds = array(
+ 'smart' => false,
+ 'dumb' => false,
+ 'any' => false,
+ );
static $first_run = true;
static $matched_agent = '';
@@ -48,22 +52,22 @@ function jetpack_is_mobile( $kind = 'any', $return_matched_agent = false ) {
}
// Remove Samsung Galaxy tablets (SCH-I800) from being mobile devices
- if ( strpos( strtolower( $_SERVER['HTTP_USER_AGENT'] ) , 'sch-i800') ) {
+ if ( strpos( strtolower( $_SERVER['HTTP_USER_AGENT'] ), 'sch-i800' ) ) {
return false;
}
- if( $ua_info->is_android_tablet() && false === $ua_info->is_kindle_touch() ) {
+ if ( $ua_info->is_android_tablet() && false === $ua_info->is_kindle_touch() ) {
return false;
}
- if( $ua_info->is_blackberry_tablet() ) {
+ if ( $ua_info->is_blackberry_tablet() ) {
return false;
}
if ( $first_run ) {
$first_run = false;
- //checks for iPhoneTier devices & RichCSS devices
+ // checks for iPhoneTier devices & RichCSS devices
if ( $ua_info->isTierIphone() || $ua_info->isTierRichCSS() ) {
$kinds['smart'] = true;
$matched_agent = $ua_info->matched_agent;
@@ -87,7 +91,7 @@ function jetpack_is_mobile( $kind = 'any', $return_matched_agent = false ) {
if ( isset( $_SERVER['HTTP_X_WAP_PROFILE'] ) ) {
$kinds['dumb'] = true;
$matched_agent = 'http_x_wap_profile';
- } elseif ( isset( $_SERVER['HTTP_ACCEPT']) && ( preg_match( '/wap\.|\.wap/i', $_SERVER['HTTP_ACCEPT'] ) || false !== strpos( strtolower( $_SERVER['HTTP_ACCEPT'] ), 'application/vnd.wap.xhtml+xml' ) ) ) {
+ } elseif ( isset( $_SERVER['HTTP_ACCEPT'] ) && ( preg_match( '/wap\.|\.wap/i', $_SERVER['HTTP_ACCEPT'] ) || false !== strpos( strtolower( $_SERVER['HTTP_ACCEPT'] ), 'application/vnd.wap.xhtml+xml' ) ) ) {
$kinds['dumb'] = true;
$matched_agent = 'vnd.wap.xhtml+xml';
}
@@ -126,185 +130,207 @@ class Jetpack_User_Agent_Info {
public $useragent;
public $matched_agent;
- public $isTierIphone; //Stores whether is the iPhone tier of devices.
- public $isTierRichCss; //Stores whether the device can probably support Rich CSS, but JavaScript (jQuery) support is not assumed.
- public $isTierGenericMobile; //Stores whether it is another mobile device, which cannot be assumed to support CSS or JS (eg, older BlackBerry, RAZR)
-
- private $_platform = null; //Stores the device platform name
- const PLATFORM_WINDOWS = 'windows';
- const PLATFORM_IPHONE = 'iphone';
- const PLATFORM_IPOD = 'ipod';
- const PLATFORM_IPAD = 'ipad';
- const PLATFORM_BLACKBERRY = 'blackberry';
- const PLATFORM_BLACKBERRY_10 = 'blackberry_10';
- const PLATFORM_SYMBIAN = 'symbian_series60';
- const PLATFORM_SYMBIAN_S40 = 'symbian_series40';
- const PLATFORM_J2ME_MIDP = 'j2me_midp';
- const PLATFORM_ANDROID = 'android';
- const PLATFORM_ANDROID_TABLET = 'android_tablet';
- const PLATFORM_FIREFOX_OS = 'firefoxOS';
+ public $isTierIphone; // Stores whether is the iPhone tier of devices.
+ public $isTierRichCss; // Stores whether the device can probably support Rich CSS, but JavaScript (jQuery) support is not assumed.
+ public $isTierGenericMobile; // Stores whether it is another mobile device, which cannot be assumed to support CSS or JS (eg, older BlackBerry, RAZR)
+
+ private $_platform = null; // Stores the device platform name
+ const PLATFORM_WINDOWS = 'windows';
+ const PLATFORM_IPHONE = 'iphone';
+ const PLATFORM_IPOD = 'ipod';
+ const PLATFORM_IPAD = 'ipad';
+ const PLATFORM_BLACKBERRY = 'blackberry';
+ const PLATFORM_BLACKBERRY_10 = 'blackberry_10';
+ const PLATFORM_SYMBIAN = 'symbian_series60';
+ const PLATFORM_SYMBIAN_S40 = 'symbian_series40';
+ const PLATFORM_J2ME_MIDP = 'j2me_midp';
+ const PLATFORM_ANDROID = 'android';
+ const PLATFORM_ANDROID_TABLET = 'android_tablet';
+ const PLATFORM_FIREFOX_OS = 'firefoxOS';
public $dumb_agents = array(
- 'nokia', 'blackberry', 'philips', 'samsung', 'sanyo', 'sony', 'panasonic', 'webos',
- 'ericsson', 'alcatel', 'palm',
- 'windows ce', 'opera mini', 'series60', 'series40',
- 'au-mic,', 'audiovox', 'avantgo', 'blazer',
- 'danger', 'docomo', 'epoc',
- 'ericy', 'i-mode', 'ipaq', 'midp-',
- 'mot-', 'netfront', 'nitro',
- 'palmsource', 'pocketpc', 'portalmmm',
- 'rover', 'sie-',
- 'symbian', 'cldc-', 'j2me',
- 'smartphone', 'up.browser', 'up.link',
- 'up.link', 'vodafone/', 'wap1.', 'wap2.', 'mobile', 'googlebot-mobile',
+ 'nokia',
+ 'blackberry',
+ 'philips',
+ 'samsung',
+ 'sanyo',
+ 'sony',
+ 'panasonic',
+ 'webos',
+ 'ericsson',
+ 'alcatel',
+ 'palm',
+ 'windows ce',
+ 'opera mini',
+ 'series60',
+ 'series40',
+ 'au-mic,',
+ 'audiovox',
+ 'avantgo',
+ 'blazer',
+ 'danger',
+ 'docomo',
+ 'epoc',
+ 'ericy',
+ 'i-mode',
+ 'ipaq',
+ 'midp-',
+ 'mot-',
+ 'netfront',
+ 'nitro',
+ 'palmsource',
+ 'pocketpc',
+ 'portalmmm',
+ 'rover',
+ 'sie-',
+ 'symbian',
+ 'cldc-',
+ 'j2me',
+ 'smartphone',
+ 'up.browser',
+ 'up.link',
+ 'up.link',
+ 'vodafone/',
+ 'wap1.',
+ 'wap2.',
+ 'mobile',
+ 'googlebot-mobile',
);
- //The constructor. Initializes default variables.
- function __construct()
- {
- if ( !empty( $_SERVER['HTTP_USER_AGENT'] ) )
- $this->useragent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- }
-
- /**
- * This method detects the mobile User Agent name.
- *
- * @return string The matched User Agent name, false otherwise.
- */
- function get_mobile_user_agent_name() {
- if( $this->is_chrome_for_iOS( ) ) //keep this check before the safari rule
- return 'chrome-for-ios';
- elseif ( $this->is_iphone_or_ipod( 'iphone-safari' ) )
- return 'iphone';
- elseif ( $this->is_ipad( 'ipad-safari' ) )
- return 'ipad';
- elseif ( $this->is_android_tablet() ) //keep this check before the android rule
- return 'android_tablet';
- elseif ( $this->is_android() )
- return 'android';
- elseif ( $this->is_blackberry_10() )
- return 'blackberry_10';
- elseif ( $this->is_blackbeberry() )
- return 'blackberry';
- elseif ( $this->is_WindowsPhone7() )
- return 'win7';
- elseif ( $this->is_windows_phone_8() )
- return 'winphone8';
- elseif ( $this->is_opera_mini() )
- return 'opera-mini';
- elseif ( $this->is_opera_mini_dumb() )
- return 'opera-mini-dumb';
- elseif ( $this->is_opera_mobile() )
- return 'opera-mobi';
- elseif ( $this->is_blackberry_tablet() )
- return 'blackberry_tablet';
- elseif ( $this->is_kindle_fire() )
- return 'kindle-fire';
- elseif ( $this->is_PalmWebOS() )
- return 'webos';
- elseif ( $this->is_S60_OSSBrowser() )
- return 'series60';
- elseif ( $this->is_firefox_os() )
- return 'firefoxOS';
- elseif ( $this->is_firefox_mobile() )
- return 'firefox_mobile';
- elseif ( $this->is_MaemoTablet() )
- return 'maemo';
- elseif ( $this->is_MeeGo() )
- return 'meego';
- elseif( $this->is_TouchPad() )
- return 'hp_tablet';
- elseif ( $this->is_facebook_for_iphone() )
- return 'facebook-for-iphone';
- elseif ( $this->is_facebook_for_ipad() )
- return 'facebook-for-ipad';
- elseif ( $this->is_twitter_for_iphone() )
- return 'twitter-for-iphone';
- elseif ( $this->is_twitter_for_ipad() )
- return 'twitter-for-ipad';
- elseif ( $this->is_wordpress_for_ios() )
- return 'ios-app';
- elseif ( $this->is_iphone_or_ipod( 'iphone-not-safari' ) )
- return 'iphone-unknown';
- elseif ( $this->is_ipad( 'ipad-not-safari' ) )
- return 'ipad-unknown';
- elseif ( $this->is_Nintendo_3DS() )
- return 'nintendo-3ds';
- else {
- $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $dumb_agents = $this->dumb_agents;
- foreach ( $dumb_agents as $dumb_agent ) {
- if ( false !== strpos( $agent, $dumb_agent ) ) {
- return $dumb_agent;
- }
- }
- }
-
- return false;
- }
-
- /**
- * This method detects the mobile device's platform. All return strings are from the class constants.
- * Note that this function returns the platform name, not the UA name/type. You should use a different function
- * if you need to test the UA capabilites.
- *
- * @return string Name of the platform, false otherwise.
- */
- public function get_platform() {
- if ( isset( $this->_platform ) ) {
- return $this->_platform;
- }
-
- if ( strpos( $this->useragent, 'windows phone' ) !== false ) {
- $this->_platform = self::PLATFORM_WINDOWS;
- }
- elseif ( strpos( $this->useragent, 'windows ce' ) !== false ) {
- $this->_platform = self::PLATFORM_WINDOWS;
- }
- elseif ( strpos( $this->useragent, 'ipad' ) !== false ) {
- $this->_platform = self::PLATFORM_IPAD;
- }
- else if ( strpos( $this->useragent, 'ipod' ) !== false ) {
- $this->_platform = self::PLATFORM_IPOD;
- }
- else if ( strpos( $this->useragent, 'iphone' ) !== false ) {
- $this->_platform = self::PLATFORM_IPHONE;
- }
- elseif ( strpos( $this->useragent, 'android' ) !== false ) {
- if ( $this->is_android_tablet() )
- $this->_platform = self::PLATFORM_ANDROID_TABLET;
- else
- $this->_platform = self::PLATFORM_ANDROID;
- }
- elseif ( $this->is_kindle_fire() ) {
- $this->_platform = self::PLATFORM_ANDROID_TABLET;
- }
- elseif ( $this->is_blackberry_10() ) {
- $this->_platform = self::PLATFORM_BLACKBERRY_10;
- }
- elseif ( strpos( $this->useragent, 'blackberry' ) !== false ) {
- $this->_platform = self::PLATFORM_BLACKBERRY;
- }
- elseif ( $this->is_blackberry_tablet() ) {
- $this->_platform = self::PLATFORM_BLACKBERRY;
- }
- elseif ( $this->is_symbian_platform() ) {
- $this->_platform = self::PLATFORM_SYMBIAN;
- }
- elseif ( $this->is_symbian_s40_platform() ) {
- $this->_platform = self::PLATFORM_SYMBIAN_S40;
- }
- elseif ( $this->is_J2ME_platform() ) {
- $this->_platform = self::PLATFORM_J2ME_MIDP;
- }
- elseif ( $this->is_firefox_os() ) {
- $this->_platform = self::PLATFORM_FIREFOX_OS;
- }
- else
- $this->_platform = false;
-
- return $this->_platform;
- }
+ // The constructor. Initializes default variables.
+ function __construct() {
+ if ( ! empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ $this->useragent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ }
+ }
+
+ /**
+ * This method detects the mobile User Agent name.
+ *
+ * @return string The matched User Agent name, false otherwise.
+ */
+ function get_mobile_user_agent_name() {
+ if ( $this->is_chrome_for_iOS() ) { // keep this check before the safari rule
+ return 'chrome-for-ios';
+ } elseif ( $this->is_iphone_or_ipod( 'iphone-safari' ) ) {
+ return 'iphone';
+ } elseif ( $this->is_ipad( 'ipad-safari' ) ) {
+ return 'ipad';
+ } elseif ( $this->is_android_tablet() ) { // keep this check before the android rule
+ return 'android_tablet';
+ } elseif ( $this->is_android() ) {
+ return 'android';
+ } elseif ( $this->is_blackberry_10() ) {
+ return 'blackberry_10';
+ } elseif ( $this->is_blackbeberry() ) {
+ return 'blackberry';
+ } elseif ( $this->is_WindowsPhone7() ) {
+ return 'win7';
+ } elseif ( $this->is_windows_phone_8() ) {
+ return 'winphone8';
+ } elseif ( $this->is_opera_mini() ) {
+ return 'opera-mini';
+ } elseif ( $this->is_opera_mini_dumb() ) {
+ return 'opera-mini-dumb';
+ } elseif ( $this->is_opera_mobile() ) {
+ return 'opera-mobi';
+ } elseif ( $this->is_blackberry_tablet() ) {
+ return 'blackberry_tablet';
+ } elseif ( $this->is_kindle_fire() ) {
+ return 'kindle-fire';
+ } elseif ( $this->is_PalmWebOS() ) {
+ return 'webos';
+ } elseif ( $this->is_S60_OSSBrowser() ) {
+ return 'series60';
+ } elseif ( $this->is_firefox_os() ) {
+ return 'firefoxOS';
+ } elseif ( $this->is_firefox_mobile() ) {
+ return 'firefox_mobile';
+ } elseif ( $this->is_MaemoTablet() ) {
+ return 'maemo';
+ } elseif ( $this->is_MeeGo() ) {
+ return 'meego';
+ } elseif ( $this->is_TouchPad() ) {
+ return 'hp_tablet';
+ } elseif ( $this->is_facebook_for_iphone() ) {
+ return 'facebook-for-iphone';
+ } elseif ( $this->is_facebook_for_ipad() ) {
+ return 'facebook-for-ipad';
+ } elseif ( $this->is_twitter_for_iphone() ) {
+ return 'twitter-for-iphone';
+ } elseif ( $this->is_twitter_for_ipad() ) {
+ return 'twitter-for-ipad';
+ } elseif ( $this->is_wordpress_for_ios() ) {
+ return 'ios-app';
+ } elseif ( $this->is_iphone_or_ipod( 'iphone-not-safari' ) ) {
+ return 'iphone-unknown';
+ } elseif ( $this->is_ipad( 'ipad-not-safari' ) ) {
+ return 'ipad-unknown';
+ } elseif ( $this->is_Nintendo_3DS() ) {
+ return 'nintendo-3ds';
+ } else {
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $dumb_agents = $this->dumb_agents;
+ foreach ( $dumb_agents as $dumb_agent ) {
+ if ( false !== strpos( $agent, $dumb_agent ) ) {
+ return $dumb_agent;
+ }
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * This method detects the mobile device's platform. All return strings are from the class constants.
+ * Note that this function returns the platform name, not the UA name/type. You should use a different function
+ * if you need to test the UA capabilites.
+ *
+ * @return string Name of the platform, false otherwise.
+ */
+ public function get_platform() {
+ if ( isset( $this->_platform ) ) {
+ return $this->_platform;
+ }
+
+ if ( strpos( $this->useragent, 'windows phone' ) !== false ) {
+ $this->_platform = self::PLATFORM_WINDOWS;
+ } elseif ( strpos( $this->useragent, 'windows ce' ) !== false ) {
+ $this->_platform = self::PLATFORM_WINDOWS;
+ } elseif ( strpos( $this->useragent, 'ipad' ) !== false ) {
+ $this->_platform = self::PLATFORM_IPAD;
+ } elseif ( strpos( $this->useragent, 'ipod' ) !== false ) {
+ $this->_platform = self::PLATFORM_IPOD;
+ } elseif ( strpos( $this->useragent, 'iphone' ) !== false ) {
+ $this->_platform = self::PLATFORM_IPHONE;
+ } elseif ( strpos( $this->useragent, 'android' ) !== false ) {
+ if ( $this->is_android_tablet() ) {
+ $this->_platform = self::PLATFORM_ANDROID_TABLET;
+ } else {
+ $this->_platform = self::PLATFORM_ANDROID;
+ }
+ } elseif ( $this->is_kindle_fire() ) {
+ $this->_platform = self::PLATFORM_ANDROID_TABLET;
+ } elseif ( $this->is_blackberry_10() ) {
+ $this->_platform = self::PLATFORM_BLACKBERRY_10;
+ } elseif ( strpos( $this->useragent, 'blackberry' ) !== false ) {
+ $this->_platform = self::PLATFORM_BLACKBERRY;
+ } elseif ( $this->is_blackberry_tablet() ) {
+ $this->_platform = self::PLATFORM_BLACKBERRY;
+ } elseif ( $this->is_symbian_platform() ) {
+ $this->_platform = self::PLATFORM_SYMBIAN;
+ } elseif ( $this->is_symbian_s40_platform() ) {
+ $this->_platform = self::PLATFORM_SYMBIAN_S40;
+ } elseif ( $this->is_J2ME_platform() ) {
+ $this->_platform = self::PLATFORM_J2ME_MIDP;
+ } elseif ( $this->is_firefox_os() ) {
+ $this->_platform = self::PLATFORM_FIREFOX_OS;
+ } else {
+ $this->_platform = false;
+ }
+
+ return $this->_platform;
+ }
/*
* This method detects for UA which can display iPhone-optimized web content.
@@ -316,102 +342,86 @@ class Jetpack_User_Agent_Info {
return $this->isTierIphone;
}
if ( $this->is_iphoneOrIpod() ) {
- $this->matched_agent = 'iphone';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ $this->matched_agent = 'iphone';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_android() ) {
- $this->matched_agent = 'android';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_android() ) {
+ $this->matched_agent = 'android';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_windows_phone_8() ) {
- $this->matched_agent = 'winphone8';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_windows_phone_8() ) {
+ $this->matched_agent = 'winphone8';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_WindowsPhone7() ) {
- $this->matched_agent = 'win7';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_WindowsPhone7() ) {
+ $this->matched_agent = 'win7';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_blackberry_10() ) {
- $this->matched_agent = 'blackberry-10';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_blackberry_10() ) {
+ $this->matched_agent = 'blackberry-10';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_blackbeberry() && $this->detect_blackberry_browser_version() == 'blackberry-webkit' ) {
- $this->matched_agent = 'blackberry-webkit';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_blackbeberry() && $this->detect_blackberry_browser_version() == 'blackberry-webkit' ) {
+ $this->matched_agent = 'blackberry-webkit';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_blackberry_tablet() ) {
- $this->matched_agent = 'blackberry_tablet';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_blackberry_tablet() ) {
+ $this->matched_agent = 'blackberry_tablet';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_PalmWebOS() ) {
- $this->matched_agent = 'webos';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_PalmWebOS() ) {
+ $this->matched_agent = 'webos';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_TouchPad() ) {
- $this->matched_agent = 'hp_tablet';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_TouchPad() ) {
+ $this->matched_agent = 'hp_tablet';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_firefox_os() ) {
- $this->matched_agent = 'firefoxOS';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_firefox_os() ) {
+ $this->matched_agent = 'firefoxOS';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_firefox_mobile() ) {
- $this->matched_agent = 'fennec';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_firefox_mobile() ) {
+ $this->matched_agent = 'fennec';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_opera_mobile() ) {
- $this->matched_agent = 'opera-mobi';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_opera_mobile() ) {
+ $this->matched_agent = 'opera-mobi';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_MaemoTablet() ) {
- $this->matched_agent = 'maemo';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_MaemoTablet() ) {
+ $this->matched_agent = 'maemo';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_MeeGo() ) {
- $this->matched_agent = 'meego';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_MeeGo() ) {
+ $this->matched_agent = 'meego';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_kindle_touch() ) {
- $this->matched_agent = 'kindle-touch';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_kindle_touch() ) {
+ $this->matched_agent = 'kindle-touch';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_Nintendo_3DS() ) {
- $this->matched_agent = 'nintendo-3ds';
- $this->isTierIphone = true;
- $this->isTierRichCss = false;
+ } elseif ( $this->is_Nintendo_3DS() ) {
+ $this->matched_agent = 'nintendo-3ds';
+ $this->isTierIphone = true;
+ $this->isTierRichCss = false;
$this->isTierGenericMobile = false;
- }
- else {
+ } else {
$this->isTierIphone = false;
}
return $this->isTierIphone;
@@ -423,36 +433,34 @@ class Jetpack_User_Agent_Info {
* Excludes all iPhone Tier UA.
*
*/
- function isTierRichCss(){
+ function isTierRichCss() {
if ( isset( $this->isTierRichCss ) ) {
return $this->isTierRichCss;
}
- if ($this->isTierIphone())
- return false;
+ if ( $this->isTierIphone() ) {
+ return false;
+ }
- //The following devices are explicitly ok.
+ // The following devices are explicitly ok.
if ( $this->is_S60_OSSBrowser() ) {
- $this->matched_agent = 'series60';
- $this->isTierIphone = false;
- $this->isTierRichCss = true;
+ $this->matched_agent = 'series60';
+ $this->isTierIphone = false;
+ $this->isTierRichCss = true;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_opera_mini() ) {
- $this->matched_agent = 'opera-mini';
- $this->isTierIphone = false;
- $this->isTierRichCss = true;
+ } elseif ( $this->is_opera_mini() ) {
+ $this->matched_agent = 'opera-mini';
+ $this->isTierIphone = false;
+ $this->isTierRichCss = true;
$this->isTierGenericMobile = false;
- }
- elseif ( $this->is_blackbeberry() ) {
+ } elseif ( $this->is_blackbeberry() ) {
$detectedDevice = $this->detect_blackberry_browser_version();
if ( $detectedDevice === 'blackberry-5' || $detectedDevice == 'blackberry-4.7' || $detectedDevice === 'blackberry-4.6' ) {
- $this->matched_agent = $detectedDevice;
- $this->isTierIphone = false;
- $this->isTierRichCss = true;
+ $this->matched_agent = $detectedDevice;
+ $this->isTierIphone = false;
+ $this->isTierRichCss = true;
$this->isTierGenericMobile = false;
}
- }
- else {
+ } else {
$this->isTierRichCss = false;
}
@@ -463,12 +471,12 @@ class Jetpack_User_Agent_Info {
// props Corey Gilmore, BGR.com
static function is_tablet() {
return ( 0 // never true, but makes it easier to manage our list of tablet conditions
- || self::is_ipad()
- || self::is_android_tablet()
- || self::is_blackberry_tablet()
- || self::is_kindle_fire()
- || self::is_MaemoTablet()
- || self::is_TouchPad()
+ || self::is_ipad()
+ || self::is_android_tablet()
+ || self::is_blackberry_tablet()
+ || self::is_kindle_fire()
+ || self::is_MaemoTablet()
+ || self::is_TouchPad()
);
}
@@ -478,20 +486,22 @@ class Jetpack_User_Agent_Info {
* DEPRECATED: use is_iphone_or_ipod
*
*/
- static function is_iphoneOrIpod(){
+ static function is_iphoneOrIpod() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua,'ipod' ) !== false ) ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
- }
- else
+ if ( ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua, 'ipod' ) !== false ) ) {
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
+ } else {
return false;
+ }
}
@@ -507,19 +517,21 @@ class Jetpack_User_Agent_Info {
*/
static function is_iphone_or_ipod( $type = 'iphone-any' ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
- $ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $is_iphone = ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua,'ipod' ) !== false );
+ $ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $is_iphone = ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua, 'ipod' ) !== false );
$is_safari = ( false !== strpos( $ua, 'safari' ) );
- if ( 'iphone-safari' == $type )
+ if ( 'iphone-safari' == $type ) {
return $is_iphone && $is_safari;
- elseif ( 'iphone-not-safari' == $type )
- return $is_iphone && !$is_safari;
- else
+ } elseif ( 'iphone-not-safari' == $type ) {
+ return $is_iphone && ! $is_safari;
+ } else {
return $is_iphone;
+ }
}
@@ -529,18 +541,22 @@ class Jetpack_User_Agent_Info {
* The User-Agent string in Chrome for iOS is the same as the Mobile Safari User-Agent, with CriOS/<ChromeRevision> instead of Version/<VersionNum>.
* - Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3
*/
- static function is_chrome_for_iOS( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_chrome_for_iOS() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
- if ( self::is_iphone_or_ipod( 'iphone-safari' ) === false ) return false;
+ if ( self::is_iphone_or_ipod( 'iphone-safari' ) === false ) {
+ return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'crios/' ) !== false )
+ if ( strpos( $ua, 'crios/' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
@@ -551,19 +567,22 @@ class Jetpack_User_Agent_Info {
* Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 Twitter for iPhone
*
*/
- static function is_twitter_for_iphone( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_twitter_for_iphone() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'ipad' ) !== false )
+ if ( strpos( $ua, 'ipad' ) !== false ) {
return false;
+ }
- if ( strpos( $ua, 'twitter for iphone' ) !== false )
+ if ( strpos( $ua, 'twitter for iphone' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
/*
@@ -573,18 +592,20 @@ class Jetpack_User_Agent_Info {
* Ver 5.0 or Higher - Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 Twitter for iPhone
*
*/
- static function is_twitter_for_ipad( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_twitter_for_ipad() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'twitter for ipad' ) !== false )
+ if ( strpos( $ua, 'twitter for ipad' ) !== false ) {
return true;
- elseif( strpos( $ua, 'ipad' ) !== false && strpos( $ua, 'twitter for iphone' ) !== false )
+ } elseif ( strpos( $ua, 'ipad' ) !== false && strpos( $ua, 'twitter for iphone' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
@@ -594,23 +615,26 @@ class Jetpack_User_Agent_Info {
* - Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_0 like Mac OS X; en_US) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.0.2;FBBV/4020.0;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.0;FBSS/2; FBCR/O2;FBID/phone;FBLC/en_US;FBSF/2.0]
* - Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 [FBAN/FBIOS;FBAV/5.0;FBBV/47423;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.1.1;FBSS/2; FBCR/3ITA;FBID/phone;FBLC/en_US]
*/
- static function is_facebook_for_iphone( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_facebook_for_iphone() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if( false === strpos( $ua, 'iphone' ) )
+ if ( false === strpos( $ua, 'iphone' ) ) {
return false;
+ }
- if ( false !== strpos( $ua, 'facebook' ) && false === strpos( $ua, 'ipad' ) )
+ if ( false !== strpos( $ua, 'facebook' ) && false === strpos( $ua, 'ipad' ) ) {
return true;
- else if ( false !== strpos( $ua, 'fbforiphone' ) && false === strpos( $ua, 'tablet' ) )
+ } elseif ( false !== strpos( $ua, 'fbforiphone' ) && false === strpos( $ua, 'tablet' ) ) {
return true;
- else if ( false !== strpos( $ua, 'fban/fbios;' ) && false === strpos( $ua, 'tablet' ) ) //FB app v5.0 or higher
+ } elseif ( false !== strpos( $ua, 'fban/fbios;' ) && false === strpos( $ua, 'tablet' ) ) { // FB app v5.0 or higher
return true;
- else
+ } else {
return false;
+ }
}
/*
@@ -619,33 +643,38 @@ class Jetpack_User_Agent_Info {
* - Mozilla/5.0 (iPad; U; CPU iPhone OS 5_0 like Mac OS X; en_US) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.0.2;FBBV/4020.0;FBDV/iPad2,1;FBMD/iPad;FBSN/iPhone OS;FBSV/5.0;FBSS/1; FBCR/;FBID/tablet;FBLC/en_US;FBSF/1.0]
* - Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10A403 [FBAN/FBIOS;FBAV/5.0;FBBV/47423;FBDV/iPad2,1;FBMD/iPad;FBSN/iPhone OS;FBSV/6.0;FBSS/1; FBCR/;FBID/tablet;FBLC/en_US]
*/
- static function is_facebook_for_ipad( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_facebook_for_ipad() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( false === strpos( $ua, 'ipad' ) )
+ if ( false === strpos( $ua, 'ipad' ) ) {
return false;
+ }
- if ( false !== strpos( $ua, 'facebook' ) || false !== strpos( $ua, 'fbforiphone' ) || false !== strpos( $ua, 'fban/fbios;' ) )
+ if ( false !== strpos( $ua, 'facebook' ) || false !== strpos( $ua, 'fbforiphone' ) || false !== strpos( $ua, 'fban/fbios;' ) ) {
return true;
- else
+ } else {
return false;
+ }
}
/*
* Detects if the current UA is WordPress for iOS
*/
- static function is_wordpress_for_ios( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_wordpress_for_ios() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( false !== strpos( $ua, 'wp-iphone' ) )
+ if ( false !== strpos( $ua, 'wp-iphone' ) ) {
return true;
- else
+ } else {
return false;
+ }
}
/*
@@ -659,20 +688,22 @@ class Jetpack_User_Agent_Info {
*/
static function is_ipad( $type = 'ipad-any' ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $is_ipad = ( false !== strpos( $ua, 'ipad' ) );
+ $is_ipad = ( false !== strpos( $ua, 'ipad' ) );
$is_safari = ( false !== strpos( $ua, 'safari' ) );
- if ( 'ipad-safari' == $type )
+ if ( 'ipad-safari' == $type ) {
return $is_ipad && $is_safari;
- elseif ( 'ipad-not-safari' == $type )
- return $is_ipad && !$is_safari;
- else
+ } elseif ( 'ipad-not-safari' == $type ) {
+ return $is_ipad && ! $is_safari;
+ } else {
return $is_ipad;
+ }
}
/*
@@ -682,19 +713,43 @@ class Jetpack_User_Agent_Info {
* Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1
* Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1
*/
- static function is_firefox_mobile( ) {
+ static function is_firefox_mobile() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'fennec' ) !== false )
+ if ( strpos( $ua, 'fennec' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
+ /*
+ * Detects if the current browser is Firefox for desktop
+ *
+ * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox
+ * Mozilla/5.0 (platform; rv:geckoversion) Gecko/geckotrail Firefox/firefoxversion
+ * The platform section will include 'Mobile' for phones and 'Tablet' for tablets.
+ *
+ */
+ static function is_firefox_desktop() {
+
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
+
+ $ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+
+ if ( false !== strpos( $ua, 'firefox' ) && false === strpos( $ua, 'mobile' ) && false === strpos( $ua, 'tablet' ) ) {
+ return true;
+ } else {
+ return false;
+ }
+ }
/*
* Detects if the current browser is FirefoxOS Native browser
@@ -702,17 +757,19 @@ class Jetpack_User_Agent_Info {
* Mozilla/5.0 (Mobile; rv:14.0) Gecko/14.0 Firefox/14.0
*
*/
- static function is_firefox_os( ) {
+ static function is_firefox_os() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'mozilla' ) !== false && strpos( $ua, 'mobile' ) !== false && strpos( $ua, 'gecko' ) !== false && strpos( $ua, 'firefox' ) !== false)
+ if ( strpos( $ua, 'mozilla' ) !== false && strpos( $ua, 'mobile' ) !== false && strpos( $ua, 'gecko' ) !== false && strpos( $ua, 'firefox' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
@@ -728,19 +785,21 @@ class Jetpack_User_Agent_Info {
* Opera/9.80 (Windows NT 6.1; Opera Mobi/14316; U; en) Presto/2.7.81 Version/11.00"
* Opera/9.50 (Nintendo DSi; Opera/507; U; en-US)
*/
- static function is_opera_mobile( ) {
+ static function is_opera_mobile() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mobi' ) !== false )
+ if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mobi' ) !== false ) {
return true;
- elseif ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'nintendo dsi' ) !== false )
+ } elseif ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'nintendo dsi' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
@@ -756,35 +815,39 @@ class Jetpack_User_Agent_Info {
* Opera/9.80 (BlackBerry; Opera Mini/5.1.22303/22.387; U; en) Presto/2.5.25 Version/10.54
*
*/
- static function is_opera_mini( ) {
+ static function is_opera_mini() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mini' ) !== false )
+ if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mini' ) !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
/*
* Detects if the current browser is Opera Mini, but not on a smart device OS(Android, iOS, etc)
* Used to send users on dumb devices to m.wor
*/
- static function is_opera_mini_dumb( ) {
+ static function is_opera_mini_dumb() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( self::is_opera_mini() ) {
- if ( strpos( $ua, 'android' ) !== false || strpos( $ua, 'iphone' ) !== false || strpos( $ua, 'ipod' ) !== false
- || strpos( $ua, 'ipad' ) !== false || strpos( $ua, 'blackberry' ) !== false)
+ if ( strpos( $ua, 'android' ) !== false || strpos( $ua, 'iphone' ) !== false || strpos( $ua, 'ipod' ) !== false
+ || strpos( $ua, 'ipad' ) !== false || strpos( $ua, 'blackberry' ) !== false ) {
return false;
- else
+ } else {
return true;
+ }
} else {
return false;
}
@@ -800,16 +863,18 @@ class Jetpack_User_Agent_Info {
static function is_OperaMobile() {
_deprecated_function( __FUNCTION__, 'always', 'is_opera_mini() or is_opera_mobile()' );
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( strpos( $ua, 'opera' ) !== false ) {
- if ( ( strpos( $ua, 'mini' ) !== false ) || ( strpos( $ua,'mobi' ) !== false ) )
+ if ( ( strpos( $ua, 'mini' ) !== false ) || ( strpos( $ua, 'mobi' ) !== false ) ) {
return true;
- else
+ } else {
return false;
+ }
} else {
return false;
}
@@ -820,18 +885,20 @@ class Jetpack_User_Agent_Info {
* ex: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; GW910)
*/
static function is_WindowsPhone7() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( false === strpos( $ua, 'windows phone os 7' ) ) {
return false;
} else {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
}
}
@@ -840,8 +907,9 @@ class Jetpack_User_Agent_Info {
* ex: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; ARM; Touch; IEMobile/10.0; <Manufacturer>; <Device> [;<Operator>])
*/
static function is_windows_phone_8() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( strpos( $ua, 'windows phone 8' ) === false ) {
@@ -860,18 +928,20 @@ class Jetpack_User_Agent_Info {
*
*/
static function is_PalmWebOS() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( false === strpos( $ua, 'webos' ) ) {
- return false;
+ return false;
} else {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
}
}
@@ -883,18 +953,20 @@ class Jetpack_User_Agent_Info {
*
*/
static function is_TouchPad() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$http_user_agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( false !== strpos( $http_user_agent, 'hp-tablet' ) || false !== strpos( $http_user_agent, 'hpwos' ) || false !== strpos( $http_user_agent, 'touchpad' ) ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
- }
- else
+ if ( false !== strpos( $http_user_agent, 'hp-tablet' ) || false !== strpos( $http_user_agent, 'hpwos' ) || false !== strpos( $http_user_agent, 'touchpad' ) ) {
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
+ } else {
return false;
+ }
}
@@ -910,27 +982,30 @@ class Jetpack_User_Agent_Info {
*/
static function is_S60_OSSBrowser() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ }
$pos_webkit = strpos( $agent, 'webkit' );
if ( $pos_webkit !== false ) {
- //First, test for WebKit, then make sure it's either Symbian or S60.
+ // First, test for WebKit, then make sure it's either Symbian or S60.
if ( strpos( $agent, 'symbian' ) !== false || strpos( $agent, 'series60' ) !== false ) {
- return true;
- } else
+ return true;
+ } else {
return false;
- } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent,'series60' ) !== false ) {
+ }
+ } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent, 'series60' ) !== false ) {
return true;
- } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent,'series60' ) !== false ) {
+ } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent, 'series60' ) !== false ) {
return true;
}
- return false;
+ return false;
}
/*
@@ -940,28 +1015,31 @@ class Jetpack_User_Agent_Info {
*/
static function is_symbian_platform() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos_webkit = strpos( $agent, 'webkit' );
if ( $pos_webkit !== false ) {
- //First, test for WebKit, then make sure it's either Symbian or S60.
+ // First, test for WebKit, then make sure it's either Symbian or S60.
if ( strpos( $agent, 'symbian' ) !== false || strpos( $agent, 'series60' ) !== false ) {
- return true;
- } else
+ return true;
+ } else {
return false;
- } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent,'series60' ) !== false ) {
+ }
+ } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent, 'series60' ) !== false ) {
return true;
- } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent,'series60' ) !== false ) {
+ } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent, 'series60' ) !== false ) {
return true;
} elseif ( strpos( $agent, 'opera mini' ) !== false ) {
- if( strpos( $agent,'symbianos' ) !== false || strpos( $agent,'symbos' ) !== false || strpos( $agent,'series 60' ) !== false )
- return true;
+ if ( strpos( $agent, 'symbianos' ) !== false || strpos( $agent, 'symbos' ) !== false || strpos( $agent, 'series 60' ) !== false ) {
+ return true;
+ }
}
- return false;
+ return false;
}
/*
@@ -973,23 +1051,26 @@ class Jetpack_User_Agent_Info {
*/
static function is_symbian_s40_platform() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( strpos( $agent, 'series40' ) !== false ) {
- if( strpos( $agent,'nokia' ) !== false || strpos( $agent,'ovibrowser' ) !== false || strpos( $agent,'nokiabrowser' ) !== false )
- return true;
+ if ( strpos( $agent, 'nokia' ) !== false || strpos( $agent, 'ovibrowser' ) !== false || strpos( $agent, 'nokiabrowser' ) !== false ) {
+ return true;
+ }
}
- return false;
+ return false;
}
static function is_J2ME_platform() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
@@ -999,7 +1080,7 @@ class Jetpack_User_Agent_Info {
return true;
}
- return false;
+ return false;
}
@@ -1008,22 +1089,27 @@ class Jetpack_User_Agent_Info {
*/
static function is_MaemoTablet() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos_maemo = strpos( $agent, 'maemo' );
- if ( $pos_maemo === false ) return false;
+ if ( $pos_maemo === false ) {
+ return false;
+ }
- //Must be Linux + Tablet, or else it could be something else.
+ // Must be Linux + Tablet, or else it could be something else.
if ( strpos( $agent, 'tablet' ) !== false && strpos( $agent, 'linux' ) !== false ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
- } else
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
+ } else {
return false;
+ }
}
/*
@@ -1031,18 +1117,20 @@ class Jetpack_User_Agent_Info {
*/
static function is_MeeGo() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( false === strpos( $ua, 'meego' ) ) {
- return false;
+ return false;
} else {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
}
}
@@ -1052,63 +1140,71 @@ class Jetpack_User_Agent_Info {
*/
static function is_webkit() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos_webkit = strpos( $agent, 'webkit' );
- if ( $pos_webkit !== false )
+ if ( $pos_webkit !== false ) {
return true;
- else
+ } else {
return false;
+ }
}
- /**
- * Detects if the current browser is the Native Android browser.
- * @return boolean true if the browser is Android otherwise false
- */
+ /**
+ * Detects if the current browser is the Native Android browser.
+ *
+ * @return boolean true if the browser is Android otherwise false
+ */
static function is_android() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
- $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos_android = strpos( $agent, 'android' );
if ( $pos_android !== false ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
- return false;
- else
- return true;
- }
- else
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
+ return false;
+ } else {
+ return true;
+ }
+ } else {
return false;
+ }
}
/**
* Detects if the current browser is the Native Android Tablet browser.
- * Assumes 'Android' should be in the user agent, but not 'mobile'
+ * Assumes 'Android' should be in the user agent, but not 'mobile'
*
* @return boolean true if the browser is Android and not 'mobile' otherwise false
*/
- static function is_android_tablet( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_android_tablet() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $pos_android = strpos( $agent, 'android' );
- $pos_mobile = strpos( $agent, 'mobile' );
+ $pos_android = strpos( $agent, 'android' );
+ $pos_mobile = strpos( $agent, 'mobile' );
$post_android_app = strpos( $agent, 'wp-android' );
if ( false !== $pos_android && false === $pos_mobile && false === $post_android_app ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
return false;
- else
+ } else {
return true;
- } else
+ }
+ } else {
return false;
+ }
}
/**
@@ -1119,63 +1215,87 @@ class Jetpack_User_Agent_Info {
*
* @return boolean true if the browser is Kindle Fire Native browser otherwise false
*/
- static function is_kindle_fire( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_kindle_fire() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
- $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $pos_silk = strpos( $agent, 'silk/' );
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $pos_silk = strpos( $agent, 'silk/' );
$pos_silk_acc = strpos( $agent, 'silk-accelerated=' );
- if ( $pos_silk !== false && $pos_silk_acc !== false )
- return true;
- else
+ if ( $pos_silk !== false && $pos_silk_acc !== false ) {
+ return true;
+ } else {
return false;
+ }
}
-/**
- * Detects if the current browser is the Kindle Touch Native browser
- *
- * Mozilla/5.0 (X11; U; Linux armv7l like Android; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/533.2+ Kindle/3.0+
- *
- * @return boolean true if the browser is Kindle monochrome Native browser otherwise false
- */
- static function is_kindle_touch( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
- return false;
- $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $pos_kindle_touch = strpos( $agent, 'kindle/3.0+' );
- if ( false !== $pos_kindle_touch && false === self::is_kindle_fire() )
- return true;
- else
- return false;
- }
+ /**
+ * Detects if the current browser is the Kindle Touch Native browser
+ *
+ * Mozilla/5.0 (X11; U; Linux armv7l like Android; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/533.2+ Kindle/3.0+
+ *
+ * @return boolean true if the browser is Kindle monochrome Native browser otherwise false
+ */
+ static function is_kindle_touch() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $pos_kindle_touch = strpos( $agent, 'kindle/3.0+' );
+ if ( false !== $pos_kindle_touch && false === self::is_kindle_fire() ) {
+ return true;
+ } else {
+ return false;
+ }
+ }
// Detect if user agent is the WordPress.com Windows 8 app (used ONLY on the custom oauth stylesheet)
- static function is_windows8_auth( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_windows8_auth() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $pos = strpos( $agent, 'msauthhost' );
- if ( false !== $pos )
- return true;
- else
+ $pos = strpos( $agent, 'msauthhost' );
+ if ( false !== $pos ) {
+ return true;
+ } else {
return false;
+ }
}
// Detect if user agent is the WordPress.com Windows 8 app.
- static function is_wordpress_for_win8( ) {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ static function is_wordpress_for_win8() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos = strpos( $agent, 'wp-windows8' );
- if ( false !== $pos )
+ if ( false !== $pos ) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+
+ // Detect if user agent is the WordPress.com Desktop app.
+ static function is_wordpress_desktop_app() {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ return false;
+ }
+
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $pos = strpos( $agent, 'WordPressDesktop' );
+ if ( false !== $pos ) {
return true;
- else
+ } else {
return false;
+ }
}
@@ -1187,15 +1307,15 @@ class Jetpack_User_Agent_Info {
*/
static function is_blackberry_tablet() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
- $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- $pos_playbook = stripos( $agent, 'PlayBook' );
+ $agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ $pos_playbook = stripos( $agent, 'PlayBook' );
$pos_rim_tablet = stripos( $agent, 'RIM Tablet' );
- if ( ( false === $pos_playbook ) || ( false === $pos_rim_tablet ) )
- {
+ if ( ( false === $pos_playbook ) || ( false === $pos_rim_tablet ) ) {
return false;
} else {
return true;
@@ -1208,17 +1328,19 @@ class Jetpack_User_Agent_Info {
*/
static function is_blackbeberry() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
$pos_blackberry = strpos( $agent, 'blackberry' );
if ( $pos_blackberry !== false ) {
- if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() )
+ if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) {
return false;
- else
+ } else {
return true;
+ }
} else {
return false;
}
@@ -1250,8 +1372,9 @@ class Jetpack_User_Agent_Info {
*/
static function get_blackbeberry_OS_version() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
if ( self::is_blackberry_10() ) {
return 'blackberry-10';
@@ -1278,7 +1401,7 @@ class Jetpack_User_Agent_Info {
} else {
// detecting the BB OS version for devices running OS 6.0 or higher
if ( preg_match( '#Version\/([\d\.]+)#i', $agent, $matches ) ) {
- $version = $matches[1];
+ $version = $matches[1];
$version_num = explode( '.', $version );
if ( false === is_array( $version_num ) || count( $version_num ) <= 1 ) {
return 'blackberry-6'; // not a BB device that match our rule.
@@ -1297,7 +1420,7 @@ class Jetpack_User_Agent_Info {
if ( preg_match( '#BlackBerry\w+\/([\d\.]+)#i', $agent, $matches ) ) {
$version = $matches[1];
} else {
- return false; //not a BB device that match our rule.
+ return false; // not a BB device that match our rule.
}
$version_num = explode( '.', $version );
@@ -1384,13 +1507,15 @@ class Jetpack_User_Agent_Info {
// Checks if a visitor is coming from one of the WordPress mobile apps
static function is_mobile_app() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) )
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
+ }
$agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
- if ( isset( $_SERVER['X_USER_AGENT'] ) && preg_match( '|wp-webos|', $_SERVER['X_USER_AGENT'] ) )
- return true; //wp4webos 1.1 or higher
+ if ( isset( $_SERVER['X_USER_AGENT'] ) && preg_match( '|wp-webos|', $_SERVER['X_USER_AGENT'] ) ) {
+ return true; // wp4webos 1.1 or higher
+ }
$app_agents = array( 'wp-android', 'wp-blackberry', 'wp-iphone', 'wp-nokia', 'wp-webos', 'wp-windowsphone' );
// the mobile reader on iOS has an incorrect UA when loading the reader
@@ -1400,26 +1525,27 @@ class Jetpack_User_Agent_Info {
$app_agents[] = 'wordpress/3.1';
foreach ( $app_agents as $app_agent ) {
- if ( false !== strpos( $agent, $app_agent ) )
- return true;
+ if ( false !== strpos( $agent, $app_agent ) ) {
+ return true;
+ }
}
return false;
}
- /*
+ /*
* Detects if the current browser is Nintendo 3DS handheld.
*
* example: Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7498.US
* can differ in language, version and region
*/
static function is_Nintendo_3DS() {
- if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
+ if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
return false;
}
$ua = strtolower( $_SERVER['HTTP_USER_AGENT'] );
if ( strpos( $ua, 'nintendo 3ds' ) !== false ) {
- return true;
+ return true;
}
return false;
}
@@ -1433,7 +1559,7 @@ class Jetpack_User_Agent_Info {
static $is_bot = null;
if ( is_null( $is_bot ) ) {
- $is_bot = Jetpack_User_Agent_Info::is_bot_user_agent( $_SERVER['HTTP_USER_AGENT'] );
+ $is_bot = self::is_bot_user_agent( $_SERVER['HTTP_USER_AGENT'] );
}
return $is_bot;
@@ -1448,17 +1574,69 @@ class Jetpack_User_Agent_Info {
*/
static function is_bot_user_agent( $ua = null ) {
- if ( empty( $ua ) )
+ if ( empty( $ua ) ) {
return false;
+ }
$bot_agents = array(
- 'alexa', 'altavista', 'ask jeeves', 'attentio', 'baiduspider', 'bingbot', 'chtml generic', 'crawler', 'fastmobilecrawl',
- 'feedfetcher-google', 'firefly', 'froogle', 'gigabot', 'googlebot', 'googlebot-mobile', 'heritrix', 'httrack', 'ia_archiver', 'irlbot',
- 'iescholar', 'infoseek', 'jumpbot', 'linkcheck', 'lycos', 'mediapartners', 'mediobot', 'motionbot', 'msnbot', 'mshots', 'openbot',
- 'pss-webkit-request', 'pythumbnail', 'scooter', 'slurp', 'snapbot', 'spider', 'taptubot', 'technoratisnoop',
- 'teoma', 'twiceler', 'yahooseeker', 'yahooysmcm', 'yammybot', 'ahrefsbot', 'pingdom.com_bot', 'kraken', 'yandexbot',
- 'twitterbot', 'tweetmemebot', 'openhosebot', 'queryseekerspider', 'linkdexbot', 'grokkit-crawler',
- 'livelapbot', 'germcrawler', 'domaintunocrawler', 'grapeshotcrawler', 'cloudflare-alwaysonline',
+ 'alexa',
+ 'altavista',
+ 'ask jeeves',
+ 'attentio',
+ 'baiduspider',
+ 'bingbot',
+ 'chtml generic',
+ 'crawler',
+ 'fastmobilecrawl',
+ 'feedfetcher-google',
+ 'firefly',
+ 'froogle',
+ 'gigabot',
+ 'googlebot',
+ 'googlebot-mobile',
+ 'heritrix',
+ 'httrack',
+ 'ia_archiver',
+ 'irlbot',
+ 'iescholar',
+ 'infoseek',
+ 'jumpbot',
+ 'linkcheck',
+ 'lycos',
+ 'mediapartners',
+ 'mediobot',
+ 'motionbot',
+ 'msnbot',
+ 'mshots',
+ 'openbot',
+ 'pss-webkit-request',
+ 'pythumbnail',
+ 'scooter',
+ 'slurp',
+ 'snapbot',
+ 'spider',
+ 'taptubot',
+ 'technoratisnoop',
+ 'teoma',
+ 'twiceler',
+ 'yahooseeker',
+ 'yahooysmcm',
+ 'yammybot',
+ 'ahrefsbot',
+ 'pingdom.com_bot',
+ 'kraken',
+ 'yandexbot',
+ 'twitterbot',
+ 'tweetmemebot',
+ 'openhosebot',
+ 'queryseekerspider',
+ 'linkdexbot',
+ 'grokkit-crawler',
+ 'livelapbot',
+ 'germcrawler',
+ 'domaintunocrawler',
+ 'grapeshotcrawler',
+ 'cloudflare-alwaysonline',
);
foreach ( $bot_agents as $bot_agent ) {