Faisal Salman
557cc2198d
More test for latest phones with unique form factor (fold/flip/qwerty/swivel)
2021-04-04 13:12:55 +07:00
Faisal Salman
c937400e8e
Add new browser: Firefox Reality
2021-04-02 01:00:50 +07:00
Faisal Salman
8bea5c552a
Add new Engine & Browser: Flow
2021-04-02 00:15:20 +07:00
Faisal Salman
3843578de9
Small refactor
2021-04-01 23:55:20 +07:00
sUP
6f2ba7fcd5
Better tablet detection:
...
- iPad using Facebook browser on some occasions
- More Huawei tablets
- Asus ZenPad Z8s (P00J)
2021-03-29 18:40:41 +03:00
sUP
80fae81eee
Better tablet detection:
...
- Fix lenovo phone / tablet detection
2021-03-29 16:04:00 +03:00
sUP
91fa6dd5cc
Better tablet detection:
...
- Huawei MediaPad M/T
- Galaxy Tab SM-P
- Kindle Fire without Silk
2021-03-29 15:42:44 +03:00
Faisal Salman
999764cf36
Merge branch 'old-edge-fix' into develop
2021-03-27 02:29:18 +07:00
Faisal Salman
0e70fc4044
Add new device.vendor: Realme
2021-03-27 02:21:18 +07:00
Faisal Salman
3b703a6379
Refine device detection with more test cases
2021-03-27 00:45:26 +07:00
Faisal Salman
2cfd792d24
Fix #342 - Enforce all regexes to comply with safe-regex as a safeguard against possible ReDoS vulnerability
2021-03-26 19:54:32 +07:00
Faisal Salman
536b9e8d9d
Add new device.vendor: Vivo
2021-03-26 15:54:09 +07:00
Faisal Salman
8d5685771d
Refine some detection with more test cases
2021-03-25 23:18:46 +07:00
Faisal Salman
69a568ae49
Casually save some bytes
2021-03-25 15:45:18 +07:00
Faisal Salman
59d947dcab
Detect ARMEABI as ARM
2021-03-25 01:56:19 +07:00
Faisal Salman
62cb5a2e54
Add some test cases for Samsung, Huawei, Xiaomi
2021-03-25 01:54:30 +07:00
Faisal Salman
cd61aef07d
Add Device: Surface Duo
2021-03-25 00:13:24 +07:00
Faisal Salman
afe62e915d
Add new OS: Raspbian
2021-03-25 00:06:12 +07:00
Faisal Salman
ef4eeadcd8
Refine some OS detection
2021-03-25 00:00:30 +07:00
Faisal Salman
73fb12b379
Add Electron
2021-03-24 02:15:50 +07:00
Faisal Salman
14e7dd3f86
Fix #448 Add AT&T & Vodafone devices
2021-03-24 00:44:14 +07:00
Faisal Salman
dff9746527
Fix #279 Remap old Edge versions <= 44 as suggested by @mikemaccana @callaginn
2021-03-24 00:09:49 +07:00
Faisal Salman
effd766e3b
Fix #422 Add ARMHF in CPU Arch detection
2021-03-23 23:37:43 +07:00
Faisal Salman
8c2b84fc31
Enforce maximum limit to user-agent input
2021-03-23 20:10:09 +07:00
Faisal Salman
1a8cd671ab
Fix #449 Lenovo Tablet
2021-03-18 02:05:57 +07:00
Faisal Salman
d1ba5f5914
Fix #430 Playstation 5
2021-03-18 00:19:41 +07:00
Faisal Salman
e402a6a55c
Latest Xperia lineup
2021-03-17 10:58:50 +07:00
Faisal Salman
e612b44ecd
Fix #470 Identify Android TV as SmartTV
2021-03-14 22:47:23 +07:00
Faisal Salman
fc1d3b0719
Fix #475 Nokia version incomplete
2021-03-14 22:22:04 +07:00
Faisal Salman
d1ea2f0dc4
Fix #433 #434 Huawei devices
2021-03-14 19:07:28 +07:00
Faisal Salman
6c44b3fcc5
Merge branch 'develop' of github.com:faisalman/ua-parser-js into develop
2021-03-13 21:04:46 +07:00
Faisal Salman
b1f34c1620
Merge pull request #477 from crcong/fixWechatDesktop
...
FIX: Wechat Desktop for Windows compatible with new version
2021-03-13 21:00:59 +07:00
Faisal Salman
6c87e069ec
Fix #407 ZTE Nubia misidentified as Nextbook Tablet
2021-03-13 11:41:56 +07:00
Faisal Salman
d658ef364b
Fix #339 Add Weibo
2021-03-13 09:34:22 +07:00
Faisal Salman
f85dc8cb9a
Fix #366 Amazon Alexa Echo Show
2021-03-13 09:22:56 +07:00
Faisal Salman
cdac86782b
Add Nintendo Switch
2021-03-13 08:47:06 +07:00
Faisal Salman
46615e70db
Fix #454 Improve Samsung detection
2021-03-12 19:20:17 +07:00
Faisal Salman
6aa3ff1374
Fix #450 Sony Xperia Z2 Tablet
2021-03-12 17:40:07 +07:00
Faisal Salman
ec5a864abb
Fix #367 #425 Detect Instagram in-app browser
2021-03-09 02:32:10 +07:00
Faisal Salman
d78a2e0361
Fix #413 Bug resulting Motorola model O
2021-03-09 02:13:31 +07:00
Joey Parrish
7679003f87
fix: Xbox OS detection
...
It is better to detect Xbox devices as having the OS "Xbox".
Otherwise, they are detected as "Windows 10", making it difficult to
see the difference between Legacy Edge on Windows and the Xbox
browser. (Karma (https://github.com/karma-runner/karma ) only shows
the browser & OS on the status line.)
With this change, Xbox 360, Xbox One, Xbox X/S, and Xbox Series X/S
are all detected as OS "Xbox" with version "360", "One", etc.
2021-02-09 12:24:17 -08:00
ruicong
cd1bfd87c5
FIX: Wechat Desktop for Windows compatible with new version
2021-01-18 17:11:53 +08:00
Faisal Salman
45bf76a0fe
Merge pull request #474 from dust-off/master
...
Fallback for Mobile
2021-01-08 14:41:15 +07:00
Dustin
f543c5ad72
facebook movile app with no browser info
2021-01-07 09:41:20 -08:00
Faisal Salman
89a72c27a7
Merge pull request #471 from jishidaaaaa/fix-firetv-detection
...
Fix Detection Rule For Amazon Fire TV
2021-01-05 23:46:45 +07:00
Junki-Ishida
b0f14de2a4
Fix Detection Rule For Amazon Fire TV
2021-01-05 21:19:07 +09:00
Deliaz
26c74ef356
Merge branch 'develop' into master
2020-12-16 19:37:22 +02:00
Faisal Salman
43fb4d16a7
Merge pull request #459 from WizKid/master
...
Amazon Fire do not always contain build number
2020-12-01 10:36:11 +07:00
Emil Hesslow
7b23335d29
Amazon Fire do not always contain build number
2020-11-23 13:43:33 -08:00
Faisal Salman
edd84eaa72
Fix #447 - Improve identification for LG SmartTV
2020-10-01 12:16:54 +07:00