Skip to content

Commit

Permalink
Release v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Jul 31, 2023
1 parent 5a15e9d commit 0a764a1
Show file tree
Hide file tree
Showing 77 changed files with 353 additions and 172 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,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.6.4'
implementation 'io.github.eltos:simpledialogfragments:3.7'
}
```
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
```groovy
dependencies {
implementation 'com.github.eltos:simpledialogfragments:v3.6.4'
implementation 'com.github.eltos:simpledialogfragments:v3.7'
}
```

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

// Version number used for simpledialogfragments library, testApp and maven repository
ext {
VERSION = '3.6.4'
VERSION_NR = 364
VERSION = '3.7'
VERSION_NR = 370
}


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.6.4 API)</title>
<title>All Classes (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (simpledialogfragments 3.6.4 API)";
parent.document.title="All Classes (simpledialogfragments 3.7 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.6.4 API)</title>
<title>All Classes (simpledialogfragments 3.7 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.6.4 API)</title>
<title>All Packages (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (simpledialogfragments 3.6.4 API)";
parent.document.title="All Packages (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 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.6.4 API)</title>
<title>Constant Field Values (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (simpledialogfragments 3.6.4 API)";
parent.document.title="Constant Field Values (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 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.6.4 API)</title>
<title>Deprecated List (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (simpledialogfragments 3.6.4 API)";
parent.document.title="Deprecated List (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/eltos/simpledialogfragment/CustomViewDialog.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>CustomViewDialog (simpledialogfragments 3.6.4 API)</title>
<title>CustomViewDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CustomViewDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="CustomViewDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleCheckDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleCheckDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleCheckDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleCheckDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/eltos/simpledialogfragment/SimpleDateDialog.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>SimpleDateDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleDateDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDateDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleDateDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleDialog.OnDialogResultListener (simpledialogfragments 3.6.4 API)</title>
<title>SimpleDialog.OnDialogResultListener (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDialog.OnDialogResultListener (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleDialog.OnDialogResultListener (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
8 changes: 6 additions & 2 deletions docs/javadoc/eltos/simpledialogfragment/SimpleDialog.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>SimpleDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -1463,6 +1463,10 @@ <h4>getNeutralButton</h4>
<h4>showKeyboard</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;showKeyboard&#8203;(android.view.View&nbsp;view)</pre>
<div class="block">Helper for opening the soft keyboard on a specified view</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>view</code> - the view to be focused and receive keyboard input</dd>
</dl>
</li>
</ul>
<a id="show(androidx.fragment.app.FragmentManager,java.lang.String)">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleImageDialog.BitmapCreator (simpledialogfragments 3.6.4 API)</title>
<title>SimpleImageDialog.BitmapCreator (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.BitmapCreator (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleImageDialog.BitmapCreator (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleImageDialog.DrawableCreator (simpledialogfragments 3.6.4 API)</title>
<title>SimpleImageDialog.DrawableCreator (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.DrawableCreator (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleImageDialog.DrawableCreator (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleImageDialog.IconCreator (simpledialogfragments 3.6.4 API)</title>
<title>SimpleImageDialog.IconCreator (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.IconCreator (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleImageDialog.IconCreator (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleImageDialog.Scale (simpledialogfragments 3.6.4 API)</title>
<title>SimpleImageDialog.Scale (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog.Scale (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleImageDialog.Scale (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleImageDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleImageDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleImageDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleImageDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleProgressDialog.Type (simpledialogfragments 3.6.4 API)</title>
<title>SimpleProgressDialog.Type (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleProgressDialog.Type (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleProgressDialog.Type (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleProgressDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleProgressDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleProgressDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleProgressDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>SimpleProgressTask (simpledialogfragments 3.6.4 API)</title>
<title>SimpleProgressTask (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleProgressTask (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleProgressTask (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/eltos/simpledialogfragment/SimpleTimeDialog.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>SimpleTimeDialog (simpledialogfragments 3.6.4 API)</title>
<title>SimpleTimeDialog (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleTimeDialog (simpledialogfragments 3.6.4 API)";
parent.document.title="SimpleTimeDialog (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>ColorView.Style (simpledialogfragments 3.6.4 API)</title>
<title>ColorView.Style (simpledialogfragments 3.7 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 @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorView.Style (simpledialogfragments 3.6.4 API)";
parent.document.title="ColorView.Style (simpledialogfragments 3.7 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 0a764a1

Please sign in to comment.