From 5a1d58465c4a1760bbca15679947cbb45e8946c2 Mon Sep 17 00:00:00 2001 From: eltos Date: Thu, 9 Dec 2021 15:34:33 +0100 Subject: [PATCH] Release v3.5.1 --- README.md | 4 +- build.gradle | 4 +- docs/README.md | 2 +- docs/javadoc/allclasses-index.html | 4 +- docs/javadoc/allclasses.html | 2 +- docs/javadoc/allpackages-index.html | 4 +- docs/javadoc/constant-values.html | 25 ++- docs/javadoc/deprecated-list.html | 12 +- .../CustomViewDialog.html | 79 ++++++++-- .../SimpleCheckDialog.html | 8 +- .../SimpleDateDialog.html | 8 +- .../SimpleDialog.OnDialogResultListener.html | 4 +- .../simpledialogfragment/SimpleDialog.html | 27 +++- .../SimpleImageDialog.BitmapCreator.html | 4 +- .../SimpleImageDialog.DrawableCreator.html | 4 +- .../SimpleImageDialog.IconCreator.html | 4 +- .../SimpleImageDialog.Scale.html | 4 +- .../SimpleImageDialog.html | 8 +- .../SimpleProgressDialog.Type.html | 4 +- .../SimpleProgressDialog.html | 108 +++++++++---- .../SimpleProgressTask.html | 4 +- .../SimpleTimeDialog.html | 8 +- .../color/ColorView.Style.html | 4 +- .../simpledialogfragment/color/ColorView.html | 4 +- .../ColorWheelView.OnColorChangeListener.html | 4 +- .../color/ColorWheelView.html | 4 +- .../color/SimpleColorDialog.ColorAdapter.html | 4 +- .../color/SimpleColorDialog.html | 8 +- .../color/SimpleColorWheelDialog.html | 8 +- .../color/package-summary.html | 4 +- .../color/package-tree.html | 4 +- .../simpledialogfragment/form/Check.html | 4 +- .../simpledialogfragment/form/ColorField.html | 4 +- ...stomSpinnerView.OnSpinnerOpenListener.html | 4 +- .../form/CustomSpinnerView.html | 4 +- .../form/DateTime.Type.html | 4 +- .../simpledialogfragment/form/DateTime.html | 4 +- .../form/FormElement.html | 4 +- .../form/FormElementViewHolder.html | 4 +- .../eltos/simpledialogfragment/form/Hint.html | 4 +- .../simpledialogfragment/form/Input.html | 4 +- .../form/SimpleFormDialog.DialogActions.html | 6 +- .../form/SimpleFormDialog.FocusActions.html | 23 ++- .../form/SimpleFormDialog.InputValidator.html | 4 +- .../form/SimpleFormDialog.html | 8 +- .../simpledialogfragment/form/Spinner.html | 4 +- .../form/package-summary.html | 4 +- .../form/package-tree.html | 4 +- .../input/SimpleEMailDialog.html | 8 +- .../SimpleInputDialog.InputValidator.html | 7 +- .../input/SimpleInputDialog.html | 11 +- .../input/SimplePinDialog.html | 8 +- .../input/TextInputAutoCompleteTextView.html | 4 +- .../input/package-summary.html | 4 +- .../input/package-tree.html | 4 +- .../list/AdvancedAdapter.AdvancedFilter.html | 4 +- .../list/AdvancedAdapter.ItemIdentifier.html | 4 +- .../list/AdvancedAdapter.html | 4 +- .../list/AdvancedSectionAdapter.html | 4 +- .../list/ClearableEditText.Listener.html | 4 +- .../list/ClearableEditText.Location.html | 4 +- .../list/ClearableEditText.html | 4 +- .../list/CustomListDialog.html | 8 +- .../list/SimpleListDialog.html | 148 +++++++++++++++++- .../list/SimpleListItem.html | 4 +- .../list/package-summary.html | 4 +- .../list/package-tree.html | 4 +- .../simpledialogfragment/package-summary.html | 4 +- .../simpledialogfragment/package-tree.html | 4 +- docs/javadoc/help-doc.html | 4 +- docs/javadoc/index-all.html | 62 +++++++- docs/javadoc/index.html | 6 +- docs/javadoc/member-search-index.js | 2 +- docs/javadoc/member-search-index.zip | Bin 6691 -> 6810 bytes docs/javadoc/overview-summary.html | 4 +- docs/javadoc/overview-tree.html | 4 +- docs/javadoc/package-search-index.zip | Bin 268 -> 268 bytes docs/javadoc/type-search-index.zip | Bin 686 -> 686 bytes 78 files changed, 575 insertions(+), 225 deletions(-) diff --git a/README.md b/README.md index a943968..7a51948 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/build.gradle b/build.gradle index c9b3893..f1dcf29 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } diff --git a/docs/README.md b/docs/README.md index f8273b2..817ef16 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Documentation -**[Javadoc API](javadoc)** +**[Javadoc API](https://eltos.github.io/SimpleDialogFragments/javadoc)** **[Github wiki](https://github.com/eltos/SimpleDialogFragments/wiki)** diff --git a/docs/javadoc/allclasses-index.html b/docs/javadoc/allclasses-index.html index 37994b1..e6f7549 100644 --- a/docs/javadoc/allclasses-index.html +++ b/docs/javadoc/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (simpledialogfragments 3.4 API) +All Classes (simpledialogfragments 3.5.1 API) @@ -21,7 +21,7 @@