Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Update readme and java doc for 1.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Walker committed Jan 24, 2018
1 parent f9bf49a commit 2a6db83
Show file tree
Hide file tree
Showing 47 changed files with 142 additions and 142 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ EOL WARNING
-----------
This library has reached end-of-life and will not see regular updates any longer.

Version 1.20 was the last official release in 2016.
Version 1.21 was the last official release in 2018.

PULL REQUESTS WILL NOT BE PROCESSED.
Pull request with significant feature changes will not get processed.

If you want to improve this library, fork it and release it yourself.

Expand All @@ -33,9 +33,13 @@ A lot of user-agents lie about their identity. That makes UA sniffing a guessing

Instead of using browser switches, build sites and services that are cross-platform/cross-device compatible.

New in Version 1.21 (snapshot)
New in Version 1.21
-------------------
- Added current and future Chrome and Firefox versions
- Added current and future Chrome, Firefox, Safari, Edge versions
- Updated Android and iOS detection
- Added Tizen as operating system including detection of smart TVs
- Added detection of linux based smart TVs
- Added additional bot detection
- Added iOS and Android versions since version 1.20.

Javadoc
Expand All @@ -50,7 +54,7 @@ Add dependency:
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
<version>1.20</version>
<version>1.21</version>
</dependency>
```

Expand All @@ -59,7 +63,7 @@ Add dependency for snapshot releases:
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.22-SNAPSHOT</version>
</dependency>
```

Expand All @@ -69,10 +73,6 @@ Contributors
* If you want changes, feel free to fork this project and start your own version. Send me a link and I'll be happy to promote it.
* Code has been contributed by: Nathan Maves, Francisco Collao (https://github.com/pcollaog), Madgency (https://github.com/guignol), Pavel Sher (https://github.com/pavelsher), Pierre Etchemaite, Alexander Radzin (https://github.com/alexradzin), SeabassNg (https://github.com/SeabassNg), Sudeep Sinha (https://github.com/sudeep-sinha), John Dydo, frankdev (https://github.com/frankdev), Lew Dawson, Joachim Mueller (https://github.com/joachimmueller), Jason Calabrese (https://github.com/jasoncalabrese), Thorsten Schaefer, Parker Seidel (https://github.com/parker), Joris Aerts (https://github.com/JorisAerts), Stephan Heffner, Filipe Névola (https://github.com/filipenevola), John Patrick (https://github.com/nhojpatrick), Konrad Kubacki (https://github.com/konradkg), Vipul Delwadia (https://github.com/vipuldelwadia) and more. A BIG thank you to all of them!

Sponsors
--------
Jetbrains


FAQ
---
Expand All @@ -95,7 +95,7 @@ http://www.bitwalker.eu/contact

Changelog
---------
1.20 (current)
1.20
----
- #142 Fix iPhone detection in case of Opera Mini agent-string
- #154 Prevent bots with bot in UA-String from pretending to be Safari
Expand Down
4 changes: 2 additions & 2 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:13 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>All Classes (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:13 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>All Classes (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Constant Field Values (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Constant Field Values (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:13 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Deprecated List (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Deprecated List (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/Application.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:19 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Application (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Application (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Application (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Application (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/ApplicationType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:19 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ApplicationType (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>ApplicationType (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ApplicationType (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="ApplicationType (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/Browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Browser (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Browser (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Browser (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Browser (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/BrowserType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BrowserType (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>BrowserType (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BrowserType (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="BrowserType (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/DeviceType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DeviceType (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>DeviceType (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DeviceType (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="DeviceType (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/Manufacturer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Manufacturer (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Manufacturer (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Manufacturer (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Manufacturer (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/OperatingSystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OperatingSystem (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>OperatingSystem (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OperatingSystem (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="OperatingSystem (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/RenderingEngine.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RenderingEngine (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>RenderingEngine (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RenderingEngine (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="RenderingEngine (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SequentialVersionFetcher (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>SequentialVersionFetcher (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SequentialVersionFetcher (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="SequentialVersionFetcher (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/UserAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UserAgent (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>UserAgent (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="UserAgent (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="UserAgent (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/Utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Utils (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Utils (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Utils (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Utils (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions javadoc/eu/bitwalker/useragentutils/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:46:20 CET 2018 -->
<!-- Generated by javadoc (1.8.0_152) on Wed Jan 24 10:50:12 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Version (User-Agent-Utils 1.21-SNAPSHOT API)</title>
<title>Version (User-Agent-Utils 1.21 API)</title>
<meta name="date" content="2018-01-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Version (User-Agent-Utils 1.21-SNAPSHOT API)";
parent.document.title="Version (User-Agent-Utils 1.21 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 2a6db83

Please sign in to comment.