Skip to content

Commit 12d8f52

Browse files
committed
Release v3.8.4
1 parent 071afd2 commit 12d8f52

File tree

79 files changed

+460
-483
lines changed

Some content is hidden

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

79 files changed

+460
-483
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
6262
In your module level ``build.gradle`` when using [mavenCentral](https://search.maven.org/artifact/io.github.eltos/simpledialogfragments):
6363
```groovy
6464
dependencies {
65-
implementation 'io.github.eltos:simpledialogfragments:3.8.3'
65+
implementation 'io.github.eltos:simpledialogfragments:3.8.4'
6666
}
6767
```
6868
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
6969
```groovy
7070
dependencies {
71-
implementation 'com.github.eltos:simpledialogfragments:v3.8.3'
71+
implementation 'com.github.eltos:simpledialogfragments:v3.8.4'
7272
}
7373
```
7474

build.gradle

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

3030
// Version number used for simpledialogfragments library, testApp and maven repository
3131
ext {
32-
VERSION = '3.8.3'
33-
VERSION_NR = 383
32+
VERSION = '3.8.4'
33+
VERSION_NR = 384
3434
}
3535

3636

docs/javadoc/allclasses-index.html

Lines changed: 16 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="de">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Classes and Interfaces (simpledialogfragments 3.8.3 API)</title>
5+
<title>All Classes and Interfaces (simpledialogfragments 3.8.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="class index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="all-classes-index-page">
@@ -68,9 +68,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
6868
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
6969
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/list/AdvancedSectionAdapter.html" title="class in eltos.simpledialogfragment.list">AdvancedSectionAdapter</a>&lt;<a href="eltos/simpledialogfragment/list/AdvancedSectionAdapter.html" title="type parameter in AdvancedSectionAdapter">T</a>&gt;</div>
7070
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
71-
<div class="block">An extension of AdvancedAdapter that provides a section indexer
72-
73-
Created by eltos on 02.02.2017.</div>
71+
<div class="block">An extension of AdvancedAdapter that provides a section indexer</div>
7472
</div>
7573
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/form/Check.html" title="class in eltos.simpledialogfragment.form">Check</a></div>
7674
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
@@ -90,19 +88,15 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
9088
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
9189
<div class="block">A color element to be used with <a href="eltos/simpledialogfragment/form/SimpleFormDialog.html" title="class in eltos.simpledialogfragment.form"><code>SimpleFormDialog</code></a>
9290

93-
One can pick a color here
94-
95-
This will add a ColorInt to resource bundle containing the color.</div>
91+
One can pick a color here</div>
9692
</div>
9793
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/color/ColorView.html" title="class in eltos.simpledialogfragment.color">ColorView</a></div>
9894
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
9995
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="eltos/simpledialogfragment/color/ColorView.Style.html" title="enum class in eltos.simpledialogfragment.color">ColorView.Style</a></div>
10096
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>
10197
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/color/ColorWheelView.html" title="class in eltos.simpledialogfragment.color">ColorWheelView</a></div>
10298
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
103-
<div class="block">A widget to pick a hsv based color
104-
105-
Created by eltos on 03.02.2017.</div>
99+
<div class="block">A widget to pick a hsv based color</div>
106100
</div>
107101
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="eltos/simpledialogfragment/color/ColorWheelView.OnColorChangeListener.html" title="interface in eltos.simpledialogfragment.color">ColorWheelView.OnColorChangeListener</a></div>
108102
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
@@ -122,9 +116,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
122116
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
123117
<div class="block">A color element to be used with <a href="eltos/simpledialogfragment/form/SimpleFormDialog.html" title="class in eltos.simpledialogfragment.form"><code>SimpleFormDialog</code></a>
124118

125-
One can pick a date, time or both here
126-
127-
This will add a long to resource bundle containing the timestamp.</div>
119+
One can pick a date, time or both here</div>
128120
</div>
129121
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="eltos/simpledialogfragment/form/DateTime.Type.html" title="enum class in eltos.simpledialogfragment.form">DateTime.Type</a></div>
130122
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>
@@ -139,12 +131,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
139131
</div>
140132
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/form/FormElementViewHolder.html" title="class in eltos.simpledialogfragment.form">FormElementViewHolder</a>&lt;<a href="eltos/simpledialogfragment/form/FormElementViewHolder.html" title="type parameter in FormElementViewHolder">E</a> extends <a href="eltos/simpledialogfragment/form/FormElement.html" title="class in eltos.simpledialogfragment.form">FormElement</a>&gt;</div>
141133
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
142-
<div class="block">The Base class for all ViewHolders
143-
144-
This class is used to create the View that represents the corresponding <a href="eltos/simpledialogfragment/form/FormElement.html" title="class in eltos.simpledialogfragment.form"><code>FormElement</code></a>
145-
and to maintain it's functionality
146-
147-
Created by eltos on 23.02.17.</div>
134+
<div class="block">The Base class for all ViewHolders</div>
148135
</div>
149136
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/FullscreenAlertDialog.html" title="class in eltos.simpledialogfragment">FullscreenAlertDialog</a></div>
150137
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
@@ -154,9 +141,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
154141
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
155142
<div class="block">A hint element to be used with <a href="eltos/simpledialogfragment/form/SimpleFormDialog.html" title="class in eltos.simpledialogfragment.form"><code>SimpleFormDialog</code></a>
156143

157-
This is simple hint text
158-
159-
Created by philipp on 06.07.2018</div>
144+
This is simple hint text</div>
160145
</div>
161146
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/form/Input.html" title="class in eltos.simpledialogfragment.form">Input</a></div>
162147
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
@@ -166,28 +151,19 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
166151
</div>
167152
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleCheckDialog.html" title="class in eltos.simpledialogfragment">SimpleCheckDialog</a></div>
168153
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
169-
<div class="block">An simple dialog with a checkbox that can be set as required before proceeding
170-
171-
Created by eltos on 14.10.2015.</div>
154+
<div class="block">An simple dialog with a checkbox that can be set as required before proceeding</div>
172155
</div>
173156
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html" title="class in eltos.simpledialogfragment.color">SimpleColorDialog</a></div>
174157
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
175-
<div class="block">A dialog that let's the user select a color
176-
177-
Result:
178-
COLOR int Selected color (rgb)
179-
180-
Created by eltos on 17.04.2016.</div>
158+
<div class="block">A dialog that let's the user select a color</div>
181159
</div>
182160
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/color/SimpleColorWheelDialog.html" title="class in eltos.simpledialogfragment.color">SimpleColorWheelDialog</a></div>
183161
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
184162
<div class="block">A dialog with a color wheel to pick a custom color.</div>
185163
</div>
186164
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleDateDialog.html" title="class in eltos.simpledialogfragment">SimpleDateDialog</a></div>
187165
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
188-
<div class="block">A date-picker dialog
189-
190-
Created by eltos on 02.02.2017.</div>
166+
<div class="block">A date-picker dialog</div>
191167
</div>
192168
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleDialog.html" title="class in eltos.simpledialogfragment">SimpleDialog</a>&lt;<a href="eltos/simpledialogfragment/SimpleDialog.html" title="type parameter in SimpleDialog">This</a> extends <a href="eltos/simpledialogfragment/SimpleDialog.html" title="class in eltos.simpledialogfragment">SimpleDialog</a>&lt;<a href="eltos/simpledialogfragment/SimpleDialog.html" title="type parameter in SimpleDialog">This</a>&gt;&gt;</div>
193169
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
@@ -197,29 +173,20 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
197173
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
198174
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/input/SimpleEMailDialog.html" title="class in eltos.simpledialogfragment.input">SimpleEMailDialog</a></div>
199175
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
200-
<div class="block">An extension for the input dialog that will ensure the input is a valid email address
201-
202-
Results:
203-
EMAIL String The entered email-address
204-
205-
Created by expos on 02.01.2017.</div>
176+
<div class="block">An extension for the input dialog that will ensure the input is a valid email address</div>
206177
</div>
207178
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/form/SimpleFormDialog.html" title="class in eltos.simpledialogfragment.form">SimpleFormDialog</a></div>
208179
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
209180
<div class="block">A form dialog to display a number of input fields to the user, such as
210181
- Input fields (<a href="eltos/simpledialogfragment/form/Input.html" title="class in eltos.simpledialogfragment.form"><code>Input</code></a>)
211182
- Check-boxes (<a href="eltos/simpledialogfragment/form/Check.html" title="class in eltos.simpledialogfragment.form"><code>Check</code></a>)
212-
- Dropdown-menus (<a href="eltos/simpledialogfragment/form/Spinner.html" title="class in eltos.simpledialogfragment.form"><code>Spinner</code></a>)
213-
214-
Created by eltos on 20.02.17.</div>
183+
- Dropdown-menus (<a href="eltos/simpledialogfragment/form/Spinner.html" title="class in eltos.simpledialogfragment.form"><code>Spinner</code></a>)</div>
215184
</div>
216185
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="eltos/simpledialogfragment/form/SimpleFormDialog.InputValidator.html" title="interface in eltos.simpledialogfragment.form">SimpleFormDialog.InputValidator</a></div>
217186
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
218187
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleImageDialog.html" title="class in eltos.simpledialogfragment">SimpleImageDialog</a></div>
219188
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
220-
<div class="block">A dialog that displays an image
221-
222-
Created by eltos on 13.02.17.</div>
189+
<div class="block">A dialog that displays an image</div>
223190
</div>
224191
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="eltos/simpledialogfragment/SimpleImageDialog.BitmapCreator.html" title="interface in eltos.simpledialogfragment">SimpleImageDialog.BitmapCreator</a></div>
225192
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
@@ -249,9 +216,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
249216
</div>
250217
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleProgressDialog.html" title="class in eltos.simpledialogfragment">SimpleProgressDialog</a></div>
251218
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
252-
<div class="block">A dialog that displays a progress
253-
254-
Created by eltos on 27.05.21.</div>
219+
<div class="block">A dialog that displays a progress</div>
255220
</div>
256221
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="eltos/simpledialogfragment/SimpleProgressDialog.Type.html" title="enum class in eltos.simpledialogfragment">SimpleProgressDialog.Type</a></div>
257222
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">
@@ -265,9 +230,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
265230
</div>
266231
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/SimpleTimeDialog.html" title="class in eltos.simpledialogfragment">SimpleTimeDialog</a></div>
267232
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
268-
<div class="block">A time-picker dialog
269-
270-
Created by eltos on 02.02.2017.</div>
233+
<div class="block">A time-picker dialog</div>
271234
</div>
272235
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="eltos/simpledialogfragment/form/Spinner.html" title="class in eltos.simpledialogfragment.form">Spinner</a></div>
273236
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">Deprecated.</div>

docs/javadoc/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="de">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Packages (simpledialogfragments 3.8.3 API)</title>
5+
<title>All Packages (simpledialogfragments 3.8.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="package index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="all-packages-index-page">

docs/javadoc/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="de">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Constant Field Values (simpledialogfragments 3.8.3 API)</title>
5+
<title>Constant Field Values (simpledialogfragments 3.8.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="summary of constants">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="constants-summary-page">

docs/javadoc/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="de">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Deprecated List (simpledialogfragments 3.8.3 API)</title>
5+
<title>Deprecated List (simpledialogfragments 3.8.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="deprecated elements">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="deprecated-list-page">

0 commit comments

Comments
 (0)