Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Dec 9, 2021
1 parent 34f56f6 commit 5a1d584
Show file tree
Hide file tree
Showing 78 changed files with 575 additions and 225 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
In your module level ``build.gradle`` when using [mavenCentral](https://search.maven.org/artifact/io.github.eltos/simpledialogfragments):
```groovy
dependencies {
implementation 'io.github.eltos:simpledialogfragments:3.4'
implementation 'io.github.eltos:simpledialogfragments:3.5.1'
}
```
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
```groovy
dependencies {
implementation 'com.github.eltos:simpledialogfragments:v3.4'
implementation 'com.github.eltos:simpledialogfragments:v3.5.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apply from: "publish.gradle"

// Version number used for simpledialogfragments library, testApp and maven repository
ext {
VERSION = '3.5.0'
VERSION_NR = 350
VERSION = '3.5.1'
VERSION_NR = 351
}


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Classes (simpledialogfragments 3.4 API)</title>
<title>All Classes (simpledialogfragments 3.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (simpledialogfragments 3.4 API)";
parent.document.title="All Classes (simpledialogfragments 3.5.1 API)";
}
}
catch(err) {
Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Classes (simpledialogfragments 3.4 API)</title>
<title>All Classes (simpledialogfragments 3.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Packages (simpledialogfragments 3.4 API)</title>
<title>All Packages (simpledialogfragments 3.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (simpledialogfragments 3.4 API)";
parent.document.title="All Packages (simpledialogfragments 3.5.1 API)";
}
}
catch(err) {
Expand Down
25 changes: 23 additions & 2 deletions docs/javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (simpledialogfragments 3.4 API)</title>
<title>Constant Field Values (simpledialogfragments 3.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (simpledialogfragments 3.4 API)";
parent.document.title="Constant Field Values (simpledialogfragments 3.5.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -399,6 +399,13 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="eltos.simpledialogfragment.SimpleProgressDialog.COMPLETED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#COMPLETED">COMPLETED</a></code></th>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="eltos.simpledialogfragment.SimpleProgressDialog.TAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
Expand Down Expand Up @@ -1011,6 +1018,20 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
<td class="colLast"><code>"SimpleListDialog.highlight"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.LAYOUT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/list/SimpleListDialog.html#LAYOUT">LAYOUT</a></code></th>
<td class="colLast"><code>"SimpleListDialog.icon"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.LAYOUT_AUTO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="eltos/simpledialogfragment/list/SimpleListDialog.html#LAYOUT_AUTO">LAYOUT_AUTO</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="eltos.simpledialogfragment.list.SimpleListDialog.SELECTED_LABELS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
Expand Down
12 changes: 10 additions & 2 deletions docs/javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (simpledialogfragments 3.4 API)</title>
<title>Deprecated List (simpledialogfragments 3.5.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (simpledialogfragments 3.4 API)";
parent.document.title="Deprecated List (simpledialogfragments 3.5.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -144,6 +144,14 @@ <h2 title="Contents">Contents</h2>
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleImageDialog.html#image(android.graphics.Bitmap)">eltos.simpledialogfragment.SimpleImageDialog.image&#8203;(Bitmap)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#bar()">eltos.simpledialogfragment.SimpleProgressDialog.bar()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="eltos/simpledialogfragment/SimpleProgressDialog.html#indeterminateCircle()">eltos.simpledialogfragment.SimpleProgressDialog.indeterminateCircle()</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
Expand Down
Loading

0 comments on commit 5a1d584

Please sign in to comment.