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

Commit

Permalink
Merge 1.14 snapshot into master for release
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	pom.xml
  • Loading branch information
Harald Walker committed Sep 14, 2014
2 parents 3cdcf38 + 773802c commit acb7cce
Show file tree
Hide file tree
Showing 53 changed files with 643 additions and 244 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ Support me and buy me a beer:
If you are looking for a more complete user-agent detection, have a look at the libraries that use the user-agent-string.info database.
http://user-agent-string.info/download

New in Version 1.13
New in Version 1.14
-------------------

* Added additional Chrome and Opera browser versions
* Added current and future Firefox versons
* Added agent string handling for Microsoft RSS platform user-agents
* Added detection of Windows Phone 8.1 and IE Mobile 11.
* Fixed null pointer exception when user-agent-string was null
* Adjusted IE11 regex to match IE11 on Win8

- IOS8 support added
- added Opera Coast as new mobile browser
- more Chrome and Firefox versions added, including future releases (up to Firefox 40 and Chrome 40)
- added 3 Opera versions
- performance improvements

Javadoc
-------
Expand All @@ -36,7 +33,7 @@ Include our github repository in your pom.xml:
```xml
<repository>
<id>bitwalker.user-agent-utils.mvn.repo</id>
<url>https://raw.github.com/HaraldWalker/user-agent-utils/mvn-repo/</url>
<url>https://raw.githubusercontent.com/HaraldWalker/user-agent-utils/mvn-repo/</url>
<!-- use snapshot version -->
<snapshots>
<enabled>true</enabled>
Expand All @@ -60,6 +57,16 @@ Contributors
Changelog
---------

1.13
----
* Added additional Chrome and Opera browser versions
* Added current and future Firefox versons
* Added agent string handling for Microsoft RSS platform user-agents
* Added detection of Windows Phone 8.1 and IE Mobile 11.
* Fixed null pointer exception when user-agent-string was null
* Adjusted IE11 regex to match IE11 on Win8


1.12
----
* Fix for version detection of Internet Explorer 11, contributed by https://github.com/parker
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 (version 1.7.0_07) on Sun Apr 06 18:21:56 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:43 CEST 2014 -->
<title>All Classes</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
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 (version 1.7.0_07) on Sun Apr 06 18:21:56 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:43 CEST 2014 -->
<title>All Classes</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 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 (version 1.7.0_07) on Sun Apr 06 18:21:56 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:42 CEST 2014 -->
<title>Constant Field Values</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 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 (version 1.7.0_07) on Sun Apr 06 18:21:56 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:43 CEST 2014 -->
<title>Deprecated List</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
10 changes: 4 additions & 6 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 (version 1.7.0_07) on Sun Apr 06 18:21:55 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:42 CEST 2014 -->
<title>Application</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down Expand Up @@ -367,8 +367,7 @@ <h4>values</h4>
for (Application c : Application.values())
&nbsp; System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
Expand All @@ -385,8 +384,7 @@ <h4>valueOf</h4>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
with the specified name</dd>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
Expand Down
10 changes: 4 additions & 6 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 (version 1.7.0_07) on Sun Apr 06 18:21:55 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 14 17:57:42 CEST 2014 -->
<title>ApplicationType</title>
<meta name="date" content="2014-04-06">
<meta name="date" content="2014-09-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down Expand Up @@ -236,8 +236,7 @@ <h4>values</h4>
for (ApplicationType c : ApplicationType.values())
&nbsp; System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
Expand All @@ -254,8 +253,7 @@ <h4>valueOf</h4>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
with the specified name</dd>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
Expand Down
Loading

0 comments on commit acb7cce

Please sign in to comment.