Commit Graph

91 Commits (80af7747244fa867cc5da3f4e7d3a3eeeb8dc991)

Author SHA1 Message Date
Denis Demchenko 80af774724 remove minified file from git
8 years ago
Denis Demchenko 5b67843977 add nexus mobile to detection
8 years ago
Denis Demchenko 71b69e822d Merge branch 'fix-nexus-mobile-tablet' of git://github.com/daemon1981/bowser into daemon1981-fix-nexus-mobile-tablet
8 years ago
Denis Demchenko 31805826f3 Merge branch 'vivaldi-support' of git://github.com/pokono/bowser into pokono-vivaldi-support
8 years ago
Denis Demchenko e5a4bf15bc Merge branch 'QupZilla' of git://github.com/yconoclast/bowser into yconoclast-QupZilla
8 years ago
Denis Demchenko ffe414a319 Merge branch 'yconoclast-ucbrowser' into develop
8 years ago
Denis Demchenko 468cf69679 Merge branch 'ucbrowser' of git://github.com/yconoclast/bowser into yconoclast-ucbrowser
8 years ago
Denis Demchenko a763bb43e5 Merge branch 'master' of git://github.com/weo-edu/bowser into weo-edu-master
8 years ago
Damien Saillard ad0e2ee636 fix eventual nexus 0 to 3 being mobile
8 years ago
Damien Saillard 6f151970bf fix nexus 7 to 9 considered as a mobile
8 years ago
Ivan Carosati 23697032da Added support for grade a.
9 years ago
Ivan Carosati b98e37c6ac Vivaldi version number is now parsed correctly.
9 years ago
Ivan Carosati 14f16d6120 Trying to get version number to validate.
9 years ago
Ivan Carosati fb5ddeadcb Added Vivaldi case.
9 years ago
Jose Tavares d22d9207cb fix #100 - Exception with QupZilla
9 years ago
Jose Tavares 1fa7c01a85 fix #107 - uc browser is not detect using this library
9 years ago
Will Binns-Smith 32e2bc4807 Expose the UA's os as a property on the results
9 years ago
Dustin Diaz 68d08113a5 officially change export to be the `bowser` object directly
9 years ago
hsteinbr 38f79cf152 Detect chrome book user agent.
9 years ago
Aleksandr Beshkenadze 47678762bd Added support for detection of Yandex.Browser.
9 years ago
jdalton 7de18fd27d Add support for Microsoft Edge.
9 years ago
Dustin Diaz f204fbeca5 Merge pull request #78 from lygstate/master
9 years ago
hsteinbr cda48cb48a Parse user agent by default according to spec.
9 years ago
Yonggang Luo 2b80ea3105 Add bowser test function.
9 years ago
Andrew Shaffer 3c755ed710 add support for googlebot detection
9 years ago
Dustin Diaz bd39e6eb71 Merge pull request #58 from trillioncz/master
10 years ago
Stefan Penner 657f85a1b8 ensure the define belongs to amd
10 years ago
Ales Rippl ac247c5d14 mark BB10 browser as A graded
10 years ago
Dustin Diaz dff5cc37be bump `a` version browsers
10 years ago
BendingBender 1e7a7279c8 refactored detection for firefox/seamonkey/plain gecko to conform to the way other browsers are detected, added version information in case unknown gecko/webkit browser is detected, added detection+tests+docs for sailfish browser
10 years ago
BendingBender 8bcd3bc802 separated os detection specific code from webkit-based browser detection
10 years ago
BendingBender 6ed5e29fd0 removed (undocumented) `mozilla` flag that was merely mirroring the `gecko` flag
10 years ago
BendingBender fd1d833dec refactored regex matching to be executed at the latest possible moment and after a match was found to skip all consecutive regex execution instead of running *all* of the checks upfront
10 years ago
BendingBender 2e5dbd10b3 small code simplification
10 years ago
BendingBender 745c38b758 first flush of refactorings, clarified identifiers, moved flag generation for OSes that may have multiple browsers out of browser-specific code
10 years ago
BendingBender c19a6672aa small cleanup
10 years ago
BendingBender e39d6a8fc0 added detection for tizen and a new `tizen` flag
10 years ago
BendingBender b7622cdb3a added detection for iceweasel, detecting it as firefox, no extra flags added
10 years ago
BendingBender 8fd5310a53 added detection for bada browser, changed docs to reflect the new flag
10 years ago
BendingBender bae0904d80 added tablet detection, refined blackberry and older mobile chrome detection, added more tests for android native browser
10 years ago
BendingBender 23e385f884 combined webos and touchpad as webos with optional touchpad flag, added silk flag for silk browser, expanded documentation
10 years ago
BendingBender a4014721f2 expanded test suite, added webos version detection
10 years ago
BendingBender ffd340c62b marginally improved regex to detect firefoxos
10 years ago
BendingBender b62ae3e233 Merge branch 'master' into make-testable-and-add-tests
10 years ago
BendingBender ede3ff49cd removed falsy flags from results, added osversion for ios/android/winphone,
10 years ago
BendingBender 0da898f906 made version extraction less error-prone/more future-proof, will now always check
10 years ago
BendingBender 24dd55d9b4 added detection and tests for firefox on firefox os
10 years ago
BendingBender 1a22035c5b added tests for seamonkey and fixed detection
10 years ago
BendingBender 4acca40a99 added tests and detection for mobile firefox and mobile chrome
10 years ago
BendingBender 4fdd74d05a fixed indentation
10 years ago