Skip to content

Commit 46d2b41

Browse files
committed
Updated after release 1.40.2
1 parent 71b7aff commit 46d2b41

15 files changed

Lines changed: 77 additions & 70 deletions

ReleaseNotes.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

@@ -66,9 +66,16 @@ <h5>Project Documentation</h5>
6666
<div id="bodyColumn">
6767
<div id="contentBox">
6868
<div class="section">
69-
<h2>Release Notes (Version 1.40.1)<a name="Release_Notes_Version_1.40.1"></a></h2>
69+
<h2>Release Notes (Version 1.40.2)<a name="Release_Notes_Version_1.40.2"></a></h2>
7070
<p>These are the release notes for the Java library for mapcodes.</p>
7171
<div class="section">
72+
<h3>1.40.2<a name="a1.40.2"></a></h3>
73+
<ul>
74+
<li>Added <tt>getMapcodeFormatType</tt> and <tt>isValidMapcodeFormat</tt> to check validity of mapcode strings. Added unit tests for these methods as well.</li>
75+
<li>Constructor of <tt>Mapcode</tt> now checks for validity of mapcode string.</li>
76+
<li>Added Unicode handling of high precision mapcodes and added check to throw an <tt>IllegalArgumentException</tt> if the character 'Z' or equivalent Unicode character is contained in the high precision part according to the Mapcode documenation.</li>
77+
<li>Added method <tt>convertToAscii</tt> which produces the ASCII, non-Unicode variant of a mapcode which contains Unicode characters&#xa7;.</li></ul></div>
78+
<div class="section">
7279
<h3>1.40.1<a name="a1.40.1"></a></h3>
7380
<ul>
7481
<li>Deprecated names <tt>getMapcodeHighPrecision</tt> and <tt>getMapcodeMediumPrecision</tt>. Replaced those with <tt>getMapcodePrecision1</tt> and <tt>getMapcodePrecision2</tt>.</li>

dependencies.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

@@ -218,7 +218,7 @@ <h2>Project Dependency Graph<a name="Project_Dependency_Graph"></a></h2><script
218218
<div class="section">
219219
<h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
220220
<ul>
221-
<li>com.mapcode:mapcode:jar:1.40.1 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
221+
<li>com.mapcode:mapcode:jar:1.40.2 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
222222
<table border="0" class="bodyTable">
223223
<tr class="a">
224224
<th>Mapcode Java Library</th></tr>

dependency-info.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

@@ -114,36 +114,36 @@ <h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
114114
<pre>&lt;dependency&gt;
115115
&lt;groupId&gt;com.mapcode&lt;/groupId&gt;
116116
&lt;artifactId&gt;mapcode&lt;/artifactId&gt;
117-
&lt;version&gt;1.40.1&lt;/version&gt;
117+
&lt;version&gt;1.40.2&lt;/version&gt;
118118
&lt;/dependency&gt;</pre></div></div>
119119
<div class="section">
120120
<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
121121
<div class="source">
122-
<pre>'com.mapcode:mapcode:jar:1.40.1'</pre></div></div>
122+
<pre>'com.mapcode:mapcode:jar:1.40.2'</pre></div></div>
123123
<div class="section">
124124
<h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
125125
<div class="source">
126-
<pre>&lt;dependency org=&quot;com.mapcode&quot; name=&quot;mapcode&quot; rev=&quot;1.40.1&quot;&gt;
126+
<pre>&lt;dependency org=&quot;com.mapcode&quot; name=&quot;mapcode&quot; rev=&quot;1.40.2&quot;&gt;
127127
&lt;artifact name=&quot;mapcode&quot; type=&quot;jar&quot; /&gt;
128128
&lt;/dependency&gt;</pre></div></div>
129129
<div class="section">
130130
<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
131131
<div class="source">
132132
<pre>@Grapes(
133-
@Grab(group='com.mapcode', module='mapcode', version='1.40.1')
133+
@Grab(group='com.mapcode', module='mapcode', version='1.40.2')
134134
)</pre></div></div>
135135
<div class="section">
136136
<h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
137137
<div class="source">
138-
<pre>compile 'com.mapcode:mapcode:1.40.1'</pre></div></div>
138+
<pre>compile 'com.mapcode:mapcode:1.40.2'</pre></div></div>
139139
<div class="section">
140140
<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
141141
<div class="source">
142-
<pre>[com.mapcode/mapcode &quot;1.40.1&quot;]</pre></div></div>
142+
<pre>[com.mapcode/mapcode &quot;1.40.2&quot;]</pre></div></div>
143143
<div class="section">
144144
<h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
145145
<div class="source">
146-
<pre>libraryDependencies += &quot;com.mapcode&quot; %% &quot;mapcode&quot; % &quot;1.40.1&quot;</pre></div></div></div>
146+
<pre>libraryDependencies += &quot;com.mapcode&quot; %% &quot;mapcode&quot; % &quot;1.40.2&quot;</pre></div></div></div>
147147
</div>
148148
</div>
149149
<div class="clear">

distribution-management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

integration.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

issue-tracking.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

license.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

mail-lists.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

plugin-management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-08 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-10-09 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
1010
@import url("./css/site.css");
1111
</style>
1212
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
13-
<meta name="Date-Revision-yyyymmdd" content="20141008" />
13+
<meta name="Date-Revision-yyyymmdd" content="20141009" />
1414
<meta http-equiv="Content-Language" content="en" />
1515

1616
</head>
@@ -27,8 +27,8 @@
2727

2828

2929
<div class="xleft">
30-
<span id="publishDate">Last Published: 2014-10-08</span>
31-
&nbsp;| <span id="projectVersion">Version: 1.40.1</span>
30+
<span id="publishDate">Last Published: 2014-10-09</span>
31+
&nbsp;| <span id="projectVersion">Version: 1.40.2</span>
3232
</div>
3333
<div class="xright">
3434

0 commit comments

Comments
 (0)