Skip to content

Commit

Permalink
Dependencies update, publishing script update
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Oct 15, 2021
1 parent 90a8bde commit b111249
Show file tree
Hide file tree
Showing 286 changed files with 23,154 additions and 6,027 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### v2.1.5
- Add Arabic translation, thanks to @afmbsr.
- Fix untranslated string in French translation.

### v2.1.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ See [changelog](CHANGELOG.md) for detailed release notes.
## Credits
- Thanks to [David Vavra](https://github.com/davidvavra) and his translators for translating to 10 languages.
- Thanks to [bezysoftware](https://github.com/bezysoftware) for translating to 5 languages.
- Thanks to [afmbsr](https://github.com/afmbsr) for translating to Arabic.

## Translations
The library is available in 17 languages. If you make a translation please send a pull request!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class DateDialogFragment : DialogFragment() {

private val callback: Callback?
get() = (parentFragment as? Callback)
?: (targetFragment as? Callback)
?: (@Suppress("DEPRECATION") targetFragment as? Callback)
?: (activity as? Callback)

interface Callback {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<string name="subtitle_selected">Selected recurrence</string>
<string name="subtitle_options">Options</string>
<string name="subtitle_events">Recurrence events (%d%s)</string>
<string name="subtitle_events">Recurrence events (%1$d%2$s)</string>
<string name="option_start_date">Start date:</string>
<string name="option_show_list">Enable recurrence list</string>
<string name="option_show_picker">Enable recurrence picker</string>
Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
buildscript {
ext {
setup = [
compileSdk: 29,
buildTools: "29.0.2",
compileSdk: 30,
buildTools: "30.0.2",
minSdk: 14,
targetSdk: 29
targetSdk: 30
]
// for maven publishing plugin
VERSION_NAME = libVersion
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$bintrayPluginVersion"
classpath "com.github.dcendents:android-maven-gradle-plugin:$mavenPluginVersion"
classpath "com.vanniktech:gradle-maven-publish-plugin:$mavenPluginVersion"
classpath "com.github.breadmoirai:github-release:$githubReleasePluginVersion"

classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion"
Expand All @@ -25,15 +26,15 @@ buildscript {

plugins {
id "base"
id "io.gitlab.arturbosch.detekt" version "1.11.1"
id "io.gitlab.arturbosch.detekt" version "1.18.1"
}

allprojects {
apply plugin: "io.gitlab.arturbosch.detekt"

repositories {
google()
jcenter()
mavenCentral()
}
}

Expand All @@ -42,7 +43,6 @@ clean {
}

detekt {
failFast = true
buildUponDefaultConfig = true
parallel = true
autoCorrect = true
Expand Down
4 changes: 4 additions & 0 deletions docs/images/anchor-copy-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/copy-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/copy-successful-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/images/docs_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/footer-go-to-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/go-to-top-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>lib</title>
<link href="images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "";</script><script type="text/javascript" src="scripts/sourceset_dependencies.js" async="async"></script><link href="styles/style.css" rel="Stylesheet"><link href="styles/logo-styles.css" rel="Stylesheet"><link href="styles/jetbrains-mono.css" rel="Stylesheet"><link href="styles/main.css" rel="Stylesheet"><script type="text/javascript" src="scripts/clipboard.js" async="async"></script><script type="text/javascript" src="scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="scripts/main.js"></script> <div class="main-content" id="content" pageIds="lib::////PointingToDeclaration//1946847589">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="index.html">lib</a></div>
<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span><span>lib</span></span></h1>
</div>
<h2 class="">Packages</h2>
<div class="table"><a data-name="1001105691%2FPackages%2F1946847589" anchor-label="com.maltaisn.recurpicker" id="1001105691%2FPackages%2F1946847589" data-filterable-set=":lib:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":lib:dokkaHtml/release" data-filterable-set=":lib:dokkaHtml/release">
<div>
<div class="main-subrow ">
<div class=""><span class="inline-flex"><a href="lib/com.maltaisn.recurpicker/index.html">com.maltaisn.recurpicker</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1001105691%2FPackages%2F1946847589"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div class="pull-right"></div>
</div>
<div></div>
</div>
</div>
<a data-name="977973230%2FPackages%2F1946847589" anchor-label="com.maltaisn.recurpicker.format" id="977973230%2FPackages%2F1946847589" data-filterable-set=":lib:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":lib:dokkaHtml/release" data-filterable-set=":lib:dokkaHtml/release">
<div>
<div class="main-subrow ">
<div class=""><span class="inline-flex"><a href="lib/com.maltaisn.recurpicker.format/index.html">com.maltaisn.recurpicker.format</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="977973230%2FPackages%2F1946847589"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div class="pull-right"></div>
</div>
<div></div>
</div>
</div>
<a data-name="951502613%2FPackages%2F1946847589" anchor-label="com.maltaisn.recurpicker.list" id="951502613%2FPackages%2F1946847589" data-filterable-set=":lib:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":lib:dokkaHtml/release" data-filterable-set=":lib:dokkaHtml/release">
<div>
<div class="main-subrow ">
<div class=""><span class="inline-flex"><a href="lib/com.maltaisn.recurpicker.list/index.html">com.maltaisn.recurpicker.list</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="951502613%2FPackages%2F1946847589"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div class="pull-right"></div>
</div>
<div></div>
</div>
</div>
<a data-name="43819461%2FPackages%2F1946847589" anchor-label="com.maltaisn.recurpicker.picker" id="43819461%2FPackages%2F1946847589" data-filterable-set=":lib:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":lib:dokkaHtml/release" data-filterable-set=":lib:dokkaHtml/release">
<div>
<div class="main-subrow ">
<div class=""><span class="inline-flex"><a href="lib/com.maltaisn.recurpicker.picker/index.html">com.maltaisn.recurpicker.picker</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="43819461%2FPackages%2F1946847589"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div class="pull-right"></div>
</div>
<div></div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

86 changes: 0 additions & 86 deletions docs/lib/alltypes/index.html

This file was deleted.

This file was deleted.

Loading

0 comments on commit b111249

Please sign in to comment.