Skip to content

Commit 5a1d584

Browse files
committed
Release v3.5.1
1 parent 34f56f6 commit 5a1d584

File tree

78 files changed

+575
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+575
-225
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
5252
In your module level ``build.gradle`` when using [mavenCentral](https://search.maven.org/artifact/io.github.eltos/simpledialogfragments):
5353
```groovy
5454
dependencies {
55-
implementation 'io.github.eltos:simpledialogfragments:3.4'
55+
implementation 'io.github.eltos:simpledialogfragments:3.5.1'
5656
}
5757
```
5858
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
5959
```groovy
6060
dependencies {
61-
implementation 'com.github.eltos:simpledialogfragments:v3.4'
61+
implementation 'com.github.eltos:simpledialogfragments:v3.5.1'
6262
}
6363
```
6464

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ apply from: "publish.gradle"
2828

2929
// Version number used for simpledialogfragments library, testApp and maven repository
3030
ext {
31-
VERSION = '3.5.0'
32-
VERSION_NR = 350
31+
VERSION = '3.5.1'
32+
VERSION_NR = 351
3333
}
3434

3535

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Documentation
22

3-
**[Javadoc API](javadoc)**
3+
**[Javadoc API](https://eltos.github.io/SimpleDialogFragments/javadoc)**
44

55
**[Github wiki](https://github.com/eltos/SimpleDialogFragments/wiki)**
66

docs/javadoc/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="de">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (simpledialogfragments 3.4 API)</title>
6+
<title>All Classes (simpledialogfragments 3.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="All Classes (simpledialogfragments 3.4 API)";
24+
parent.document.title="All Classes (simpledialogfragments 3.5.1 API)";
2525
}
2626
}
2727
catch(err) {

docs/javadoc/allclasses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="de">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (simpledialogfragments 3.4 API)</title>
6+
<title>All Classes (simpledialogfragments 3.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">

docs/javadoc/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="de">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Packages (simpledialogfragments 3.4 API)</title>
6+
<title>All Packages (simpledialogfragments 3.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="All Packages (simpledialogfragments 3.4 API)";
24+
parent.document.title="All Packages (simpledialogfragments 3.5.1 API)";
2525
}
2626
}
2727
catch(err) {

docs/javadoc/constant-values.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="de">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (simpledialogfragments 3.4 API)</title>
6+
<title>Constant Field Values (simpledialogfragments 3.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Constant Field Values (simpledialogfragments 3.4 API)";
24+
parent.document.title="Constant Field Values (simpledialogfragments 3.5.1 API)";
2525
}
2626
}
2727
catch(err) {
@@ -399,6 +399,13 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
399399
</tr>
400400
<tbody>
401401
<tr class="altColor">
402+
<td class="colFirst"><a id="eltos.simpledialogfragment.SimpleProgressDialog.COMPLETED">
403+
<!-- -->
404+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
405+
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#COMPLETED">COMPLETED</a></code></th>
406+
<td class="colLast"><code>5</code></td>
407+
</tr>
408+
<tr class="rowColor">
402409
<td class="colFirst"><a id="eltos.simpledialogfragment.SimpleProgressDialog.TAG">
403410
<!-- -->
404411
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
@@ -1011,6 +1018,20 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
10111018
<td class="colLast"><code>"SimpleListDialog.highlight"</code></td>
10121019
</tr>
10131020
<tr class="altColor">
1021+
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.LAYOUT">
1022+
<!-- -->
1023+
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
1024+
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/list/SimpleListDialog.html#LAYOUT">LAYOUT</a></code></th>
1025+
<td class="colLast"><code>"SimpleListDialog.icon"</code></td>
1026+
</tr>
1027+
<tr class="rowColor">
1028+
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.LAYOUT_AUTO">
1029+
<!-- -->
1030+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
1031+
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/list/SimpleListDialog.html#LAYOUT_AUTO">LAYOUT_AUTO</a></code></th>
1032+
<td class="colLast"><code>-1</code></td>
1033+
</tr>
1034+
<tr class="altColor">
10141035
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.SELECTED_LABELS">
10151036
<!-- -->
10161037
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>

docs/javadoc/deprecated-list.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="de">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (simpledialogfragments 3.4 API)</title>
6+
<title>Deprecated List (simpledialogfragments 3.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Deprecated List (simpledialogfragments 3.4 API)";
24+
parent.document.title="Deprecated List (simpledialogfragments 3.5.1 API)";
2525
}
2626
}
2727
catch(err) {
@@ -144,6 +144,14 @@ <h2 title="Contents">Contents</h2>
144144
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleImageDialog.html#image(android.graphics.Bitmap)">eltos.simpledialogfragment.SimpleImageDialog.image&#8203;(Bitmap)</a></th>
145145
<td class="colLast"></td>
146146
</tr>
147+
<tr class="rowColor">
148+
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#bar()">eltos.simpledialogfragment.SimpleProgressDialog.bar()</a></th>
149+
<td class="colLast"></td>
150+
</tr>
151+
<tr class="altColor">
152+
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#indeterminateCircle()">eltos.simpledialogfragment.SimpleProgressDialog.indeterminateCircle()</a></th>
153+
<td class="colLast"></td>
154+
</tr>
147155
</tbody>
148156
</table>
149157
</li>

0 commit comments

Comments
 (0)