Ticket #2530221 (closed task)

Reporter


Ryuichi Okumura
Opened: 05/3/11
Last modified: 08/18/11
Status: closed
Type: task
Resolution: fixed

Owner


Dav Glass
Target Release: 3.4.0
Priority: P3 (normal)
Summary: [Pull Request] - Enhanced UA handling for Android devices.
Description:

Enhanced UA handling for Android devices.
via google's posting: http://googlewebmastercentral.blogspot.com/2011/03/mo-better-to-also-detect-mobile-user.html

Type: task Observed in Version: development master
Component: YUI Global Object Severity: S3 (normal)
Assigned To: Dav Glass Target Release: 3.4.0
Location: Library Code Priority: P3 (normal)
Tags: pull request, github Relates To:
Browsers: All
URL: https://github.com/okuryu/yui3/commit/46b546715f723359018f1bd6da395c9af629df68
Test Information:

Change History

Ryuichi Okumura

YUI Contributor

Posted: 05/3/11

Pull Request from okuryu
Commit: /okuryu/yui3/commit/46b546715f723359018f1bd6da395c9af629df68
Files modified:

Ryuichi Okumura

YUI Contributor

Posted: 05/3/11
use cases is just below:

if (Y.UA.android && Y.UA.mobile) {
Y.log('I am android (android mobile).');
}if (Y.UA.android && !Y.UA.mobile) {
Y.log('I am android (android non-mobile).');
}

Dav Glass

Posted: 05/11/11
  • location changed to Library Code
  • milestone changed to 3.4.0
  • status changed from new to accepted

Dav Glass

Posted: 05/27/11

Merged this morning..

Dav Glass

Posted: 05/27/11
  • completed changed from 0 to 0.1
  • remaining changed from 0.25 to 0

Ryuichi Okumura

YUI Contributor

Posted: 05/28/11

awesome!

Dav Glass

Posted: 06/6/11
  • status changed from accepted to checkedin

George

YUI Developer

Posted: 08/18/11
  • resolution changed to fixed
  • status changed from checkedin to closed