Skip to content

Commit

Permalink
Release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Feb 13, 2019
1 parent bde75d9 commit 67e550b
Show file tree
Hide file tree
Showing 76 changed files with 1,785 additions and 322 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A new approach of result handling ensures data integrity over rotation changes,
In your ``build.gradle``:
```groovy
dependencies {
implementation 'com.github.eltos:simpledialogfragment:3.0'
implementation 'com.github.eltos:simpledialogfragment:3.1'
}
```

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

[API 3.0](javadoc)
[API 3.1](javadoc)

# Version history

Expand All @@ -16,3 +16,4 @@
| **2.3** | 14.04.2018 |
| **2.4** | 15.07.2018 |
| **3.0** | 20.08.2018 |
| **3.1** | 13.02.2019 |
8 changes: 5 additions & 3 deletions docs/javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:41 CEST 2018 -->
<title>All Classes (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:13 CET 2019 -->
<title>All Classes (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -26,6 +26,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="eltos/simpledialogfragment/color/ColorWheelView.OnColorChangeListener.html" title="interface in eltos.simpledialogfragment.color" target="classFrame"><span class="interfaceName">ColorWheelView.OnColorChangeListener</span></a></li>
<li><a href="eltos/simpledialogfragment/list/CustomListDialog.html" title="class in eltos.simpledialogfragment.list" target="classFrame">CustomListDialog</a></li>
<li><a href="eltos/simpledialogfragment/CustomViewDialog.html" title="class in eltos.simpledialogfragment" target="classFrame">CustomViewDialog</a></li>
<li><a href="eltos/simpledialogfragment/form/DateTime.html" title="class in eltos.simpledialogfragment.form" target="classFrame">DateTime</a></li>
<li><a href="eltos/simpledialogfragment/form/DateTime.Type.html" title="enum in eltos.simpledialogfragment.form" target="classFrame">DateTime.Type</a></li>
<li><a href="eltos/simpledialogfragment/form/FormElement.html" title="class in eltos.simpledialogfragment.form" target="classFrame">FormElement</a></li>
<li><a href="eltos/simpledialogfragment/form/FormElementViewHolder.html" title="class in eltos.simpledialogfragment.form" target="classFrame">FormElementViewHolder</a></li>
<li><a href="eltos/simpledialogfragment/form/Hint.html" title="class in eltos.simpledialogfragment.form" target="classFrame">Hint</a></li>
Expand Down
8 changes: 5 additions & 3 deletions docs/javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:42 CEST 2018 -->
<title>All Classes (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:13 CET 2019 -->
<title>All Classes (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -26,6 +26,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="eltos/simpledialogfragment/color/ColorWheelView.OnColorChangeListener.html" title="interface in eltos.simpledialogfragment.color"><span class="interfaceName">ColorWheelView.OnColorChangeListener</span></a></li>
<li><a href="eltos/simpledialogfragment/list/CustomListDialog.html" title="class in eltos.simpledialogfragment.list">CustomListDialog</a></li>
<li><a href="eltos/simpledialogfragment/CustomViewDialog.html" title="class in eltos.simpledialogfragment">CustomViewDialog</a></li>
<li><a href="eltos/simpledialogfragment/form/DateTime.html" title="class in eltos.simpledialogfragment.form">DateTime</a></li>
<li><a href="eltos/simpledialogfragment/form/DateTime.Type.html" title="enum in eltos.simpledialogfragment.form">DateTime.Type</a></li>
<li><a href="eltos/simpledialogfragment/form/FormElement.html" title="class in eltos.simpledialogfragment.form">FormElement</a></li>
<li><a href="eltos/simpledialogfragment/form/FormElementViewHolder.html" title="class in eltos.simpledialogfragment.form">FormElementViewHolder</a></li>
<li><a href="eltos/simpledialogfragment/form/Hint.html" title="class in eltos.simpledialogfragment.form">Hint</a></li>
Expand Down
60 changes: 51 additions & 9 deletions docs/javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:41 CEST 2018 -->
<title>Constant Field Values (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:13 CET 2019 -->
<title>Constant Field Values (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (simpledialogfragment 3.0 API)";
parent.document.title="Constant Field Values (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -449,27 +449,62 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
<td class="colLast"><code>"SimpleColorDialog.custom"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.CUSTOM_ALPHA">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#CUSTOM_ALPHA">CUSTOM_ALPHA</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.custom_alpha"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.CUSTOM_HIDE_HEX">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#CUSTOM_HIDE_HEX">CUSTOM_HIDE_HEX</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.custom_hide_hex"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.CUSTOM_NEUT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#CUSTOM_NEUT">CUSTOM_NEUT</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.custom_neut"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.CUSTOM_POS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#CUSTOM_POS">CUSTOM_POS</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.custom_pos"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.CUSTOM_TITLE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#CUSTOM_TITLE">CUSTOM_TITLE</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.custom_title"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#NONE">NONE</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.PICKER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#PICKER">PICKER</a></code></td>
<td class="colLast"><code>12245589</code></td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.PICKER_DIALOG_TAG">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/color/SimpleColorDialog.html#PICKER_DIALOG_TAG">PICKER_DIALOG_TAG</a></code></td>
<td class="colLast"><code>"SimpleColorDialog.picker"</code></td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.color.SimpleColorDialog.TAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
Expand Down Expand Up @@ -569,20 +604,27 @@ <h2 title="eltos.simpledialogfragment">eltos.simpledialogfragment.*</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.form.SimpleFormDialog.AUTO_FOCUS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/form/SimpleFormDialog.html#AUTO_FOCUS">AUTO_FOCUS</a></code></td>
<td class="colLast"><code>"SimpleFormDialog.autofocus"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.form.SimpleFormDialog.INPUT_FIELDS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/form/SimpleFormDialog.html#INPUT_FIELDS">INPUT_FIELDS</a></code></td>
<td class="colLast"><code>"SimpleFormDialog.inputFields"</code></td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.form.SimpleFormDialog.SAVE_TAG">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="eltos/simpledialogfragment/form/SimpleFormDialog.html#SAVE_TAG">SAVE_TAG</a></code></td>
<td class="colLast"><code>"form."</code></td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a name="eltos.simpledialogfragment.form.SimpleFormDialog.TAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:41 CEST 2018 -->
<title>Deprecated List (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:13 CET 2019 -->
<title>Deprecated List (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (simpledialogfragment 3.0 API)";
parent.document.title="Deprecated List (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/eltos/simpledialogfragment/CustomViewDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>CustomViewDialog (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:10 CET 2019 -->
<title>CustomViewDialog (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CustomViewDialog (simpledialogfragment 3.0 API)";
parent.document.title="CustomViewDialog (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleCheckDialog (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:10 CET 2019 -->
<title>SimpleCheckDialog (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleCheckDialog (simpledialogfragment 3.0 API)";
parent.document.title="SimpleCheckDialog (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/eltos/simpledialogfragment/SimpleDateDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleDateDialog (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleDateDialog (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDateDialog (simpledialogfragment 3.0 API)";
parent.document.title="SimpleDateDialog (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleDialog.OnDialogResultListener (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleDialog.OnDialogResultListener (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDialog.OnDialogResultListener (simpledialogfragment 3.0 API)";
parent.document.title="SimpleDialog.OnDialogResultListener (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/eltos/simpledialogfragment/SimpleDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleDialog (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleDialog (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDialog (simpledialogfragment 3.0 API)";
parent.document.title="SimpleDialog (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleImageDialog.BitmapCreator (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleImageDialog.BitmapCreator (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.BitmapCreator (simpledialogfragment 3.0 API)";
parent.document.title="SimpleImageDialog.BitmapCreator (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleImageDialog.DrawableCreator (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleImageDialog.DrawableCreator (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.DrawableCreator (simpledialogfragment 3.0 API)";
parent.document.title="SimpleImageDialog.DrawableCreator (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Mon Aug 20 20:44:39 CEST 2018 -->
<title>SimpleImageDialog.IconCreator (simpledialogfragment 3.0 API)</title>
<meta name="date" content="2018-08-20">
<!-- Generated by javadoc (1.8.0_121) on Wed Feb 13 22:51:11 CET 2019 -->
<title>SimpleImageDialog.IconCreator (simpledialogfragment 3.1 API)</title>
<meta name="date" content="2019-02-13">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.IconCreator (simpledialogfragment 3.0 API)";
parent.document.title="SimpleImageDialog.IconCreator (simpledialogfragment 3.1 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 67e550b

Please sign in to comment.