Dmitry Tyschenko
0fbf55227d
Added Nexus 7 and Nexus 10 devices
2014-04-25 10:54:29 +03:00
Faisal Salman
7234216e02
Increment build version
2014-01-20 15:17:43 +07:00
Faisal Salman
6dc04cdea2
Merge pull request #30 from jackpoll/patch-1
...
Add device detection for Lenovo tablet
2014-01-02 00:54:02 -08:00
Douglas Li
7c1397cdcc
Add Nexus 5 to device list
...
User agent string taken from Chrome (Beta) Desktop's user-agent override in its
developer tools. Added to test plan.
2013-12-04 17:12:23 -08:00
jackpoll
1b3fdf173a
Add device detection for Lenovo tablet
...
Lenovo tablet detection is missing. example userAgent: "Mozilla/5.0 (Linux; Android 4.0.3; IdeaTab A2107A-F Build/ IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19"
2013-12-03 15:05:17 +02:00
Jake Mc
3796968cfe
Add support for ipod touch
...
"Mozilla/5.0 (iPod touch; CPU iPhone OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53"
Now matches until the ;
2013-10-24 16:17:43 +10:00
Michael Hess
f57577e417
Added windows 8.1 support NT was updated to 6.3
2013-10-18 12:15:35 -04:00
John Yanarella
494175854f
Fixed unsafe use of for..in to sequentially iterate an Array = incorrect parsed values in some JavaScript VMs.
2013-08-16 16:15:52 -04:00
Faisal Salman
80d6d137ba
Increment build version
2013-07-04 17:49:34 +07:00
Faisal Salman
19b5ddd038
Fix rv token IE11
2013-07-04 17:44:05 +07:00
Faisal Salman
9133d73d50
Merge branch 'ie11' of github.com:faisalman/ua-parser-js
2013-07-04 17:40:44 +07:00
Faisal Salman
3699c70a3a
Fix unicode char
2013-07-04 17:39:48 +07:00
Faisal Salman
eed632e3dd
Detect IE11 without MSIE token
2013-07-04 15:53:46 +07:00
Faisal Salman
c5ce73f7de
Add browsers: Iron, IceDragon, QQBrowser
2013-06-24 19:43:07 +07:00
Faisal Salman
2c9c721a5c
Motorola Droid lineup
2013-06-13 13:57:24 +07:00
Erik Hesselink
07a7956eda
Change 'for..in' loop to for loop.
...
The 'for..in' loop caused problems when the array was extended with
more methods (like map), e.g. by html5shiv in old IEs.
2013-05-17 14:05:21 +02:00
Faisal Salman
be0eec6716
Include ua in result object
2013-04-04 14:50:46 +07:00
Faisal Salman
8d439d26b8
Fix PocketPC mistakenly identified as PowerPC
2013-04-04 14:35:02 +07:00
Faisal Salman
dc20c12b63
Add CPU test & increment minor version
2013-04-04 13:46:09 +07:00
Faisal Salman
376541a383
Add new getCPU() method to detect CPU architecture
2013-04-03 18:00:27 +07:00
Faisal Salman
9cad6a0f2d
Detect new IE 11 user-agent
2013-03-26 13:35:10 +07:00
Faisal Salman
84a8eedad4
Exclude unintended char from being captured
2013-03-26 11:10:06 +07:00
Faisal Salman
30e1e7a98f
Increment version
2013-03-26 10:29:43 +07:00
Faisal Salman
c1df106dca
Fix closing braces
2013-03-26 10:27:24 +07:00
Faisal Salman
edcd5402a6
Fixes issue #15 - Attach UAParser to window
2013-03-25 23:16:40 +07:00
Faisal Salman
4f2ee98dae
Fix issue #14
2013-03-22 13:23:24 +07:00
Faisal Salman
ce8f4977c0
Revert back util.is to typeof
2013-03-20 14:09:31 +07:00
Faisal Salman
38f62b3d63
Fix issue #13 & Resolve npm package name conflict with ua-parser
2013-03-20 12:50:18 +07:00
Faisal Salman
e89e8173f5
Fix error build
2013-03-18 22:22:58 +07:00
Faisal Salman
5717b00343
Some premature optimizations
2013-03-18 18:30:05 +07:00
Faisal Salman
d75f84820a
Some minor revisions
2013-03-16 02:09:12 +07:00
Faisal Salman
d063e532e3
Reorder files
2013-03-15 21:25:16 +07:00
Faisalman
711ec77820
Move file to top directory
2012-03-03 16:29:56 +07:00
Faisalman
8e9f7eaccb
Renamingsniff to ua-parser
2012-03-03 16:17:45 +07:00