Skip to content

Releases: pieroxy/java-user-agent-detection

Regular update

24 Sep 17:10
Compare
Choose a tag to compare

Note: Internal fields are now private. If you used to directly access those, it will not work anymore.

Touch and WebView support

05 May 20:19
Compare
Choose a tag to compare
  • The Browser object now has a isInWebView() method to tell you that it isn't the standalone browser calling but an app with a webview.
  • The device object now has a isTouch() method to tell whether it supports touch or not.

Of course, also a bunch of new devices and stuff detected.

Blink and Edge support

30 Apr 08:32
Compare
Choose a tag to compare
  • New detection as usual
  • Some breaking changes in this release: no more public properties but getters/setters

Weekly release

31 Oct 06:54
Compare
Choose a tag to compare

Mostly more bots.

Long-time-no-see release

27 Oct 06:35
Compare
Choose a tag to compare

New bots and fixes notified by issues.

Weekly release

26 May 21:48
Compare
Choose a tag to compare

More bots, more android devices.

Weekly release

18 May 21:00
Compare
Choose a tag to compare

Includes a few more detections and a refactoring of the detection routines, for bots.

Weekly release

10 May 08:03
Compare
Choose a tag to compare

New detections

Small fix in the Bot object which could be null if the detected device wasn't a bot. It has now a BotFamily value of NOT_A_BOT.

Weekly release

03 May 18:04
Compare
Choose a tag to compare

New detections.

Last week release was skipped because of vacation.

Weekly release

20 Apr 22:01
Compare
Choose a tag to compare

Code:

  • More stability

Detection:

  • More bots
  • More devices
  • More browsers
  • More libraries