Skip to content

Commit c76d0e0

Browse files
committed
Update javadoc for version 1.2
1 parent 324898d commit c76d0e0

14 files changed

+738
-78
lines changed

docs/javadoc/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Mon Jun 19 18:53:14 CEST 2017 -->
6-
<title>All Classes (recyclerview-swipedecorator 1.0 API)</title>
7-
<meta name="date" content="2017-06-19">
5+
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jul 10 12:05:13 CEST 2019 -->
6+
<title>All Classes (recyclerview-swipedecorator 1.2 API)</title>
7+
<meta name="date" content="2019-07-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/javadoc/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Mon Jun 19 18:53:14 CEST 2017 -->
6-
<title>All Classes (recyclerview-swipedecorator 1.0 API)</title>
7-
<meta name="date" content="2017-06-19">
5+
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jul 10 12:05:13 CEST 2019 -->
6+
<title>All Classes (recyclerview-swipedecorator 1.2 API)</title>
7+
<meta name="date" content="2019-07-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/javadoc/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Mon Jun 19 18:53:14 CEST 2017 -->
6-
<title>Constant Field Values (recyclerview-swipedecorator 1.0 API)</title>
7-
<meta name="date" content="2017-06-19">
5+
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jul 10 12:05:13 CEST 2019 -->
6+
<title>Constant Field Values (recyclerview-swipedecorator 1.2 API)</title>
7+
<meta name="date" content="2019-07-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Constant Field Values (recyclerview-swipedecorator 1.0 API)";
15+
parent.document.title="Constant Field Values (recyclerview-swipedecorator 1.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/javadoc/deprecated-list.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Mon Jun 19 18:53:14 CEST 2017 -->
6-
<title>Deprecated List (recyclerview-swipedecorator 1.0 API)</title>
7-
<meta name="date" content="2017-06-19">
5+
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jul 10 12:05:13 CEST 2019 -->
6+
<title>Deprecated List (recyclerview-swipedecorator 1.2 API)</title>
7+
<meta name="date" content="2019-07-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Deprecated List (recyclerview-swipedecorator 1.0 API)";
15+
parent.document.title="Deprecated List (recyclerview-swipedecorator 1.2 API)";
1616
}
1717
}
1818
catch(err) {
@@ -70,6 +70,35 @@
7070
<div class="header">
7171
<h1 title="Deprecated API" class="title">Deprecated API</h1>
7272
<h2 title="Contents">Contents</h2>
73+
<ul>
74+
<li><a href="#method">Deprecated Methods</a></li>
75+
</ul>
76+
</div>
77+
<div class="contentContainer"><a name="method">
78+
<!-- -->
79+
</a>
80+
<ul class="blockList">
81+
<li class="blockList">
82+
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
83+
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
84+
<tr>
85+
<th class="colOne" scope="col">Method and Description</th>
86+
</tr>
87+
<tbody>
88+
<tr class="altColor">
89+
<td class="colOne"><a href="it/xabaras/android/recyclerview/swipedecorator/RecyclerViewSwipeDecorator.html#setIconHorizontalMargin-int-">it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.setIconHorizontalMargin(int)</a>
90+
<div class="block"><span class="deprecationComment">in RecyclerViewSwipeDecorator 1.2, use <a href="it/xabaras/android/recyclerview/swipedecorator/RecyclerViewSwipeDecorator.html#setIconHorizontalMargin-int-int-"><code>RecyclerViewSwipeDecorator.setIconHorizontalMargin(int, int)</code></a> instead.</span></div>
91+
</td>
92+
</tr>
93+
<tr class="rowColor">
94+
<td class="colOne"><a href="it/xabaras/android/recyclerview/swipedecorator/RecyclerViewSwipeDecorator.Builder.html#setIconHorizontalMargin-int-">it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder.setIconHorizontalMargin(int)</a>
95+
<div class="block"><span class="deprecationComment">in RecyclerViewSwipeDecorator 1.2, use <a href="it/xabaras/android/recyclerview/swipedecorator/RecyclerViewSwipeDecorator.Builder.html#setIconHorizontalMargin-int-int-"><code>setIconHorizontalMargin(int, int)</code></a> instead.</span></div>
96+
</td>
97+
</tr>
98+
</tbody>
99+
</table>
100+
</li>
101+
</ul>
73102
</div>
74103
<!-- ======= START OF BOTTOM NAVBAR ====== -->
75104
<div class="bottomNav"><a name="navbar.bottom">

docs/javadoc/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Mon Jun 19 18:53:14 CEST 2017 -->
6-
<title>API Help (recyclerview-swipedecorator 1.0 API)</title>
7-
<meta name="date" content="2017-06-19">
5+
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jul 10 12:05:13 CEST 2019 -->
6+
<title>API Help (recyclerview-swipedecorator 1.2 API)</title>
7+
<meta name="date" content="2019-07-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="API Help (recyclerview-swipedecorator 1.0 API)";
15+
parent.document.title="API Help (recyclerview-swipedecorator 1.2 API)";
1616
}
1717
}
1818
catch(err) {

0 commit comments

Comments
 (0)