From c40e36901c5d01a0dd0077e8bc17cd174d26c018 Mon Sep 17 00:00:00 2001 From: wax911 Date: Thu, 9 Nov 2023 08:08:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20docs=20from=20@=20AniTrend/sup?= =?UTF-8?q?port-arch@c5804171edcfde289564bde497f77bfd0394e8cc=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../co.anitrend.arch.extension.ext/argument.html | 2 +- .../attach-component.html | 2 +- .../detach-component.html | 2 +- extension/co.anitrend.arch.extension.ext/extra.html | 2 +- .../get-compat-color.html | 2 +- .../get-compat-drawable-attr.html | 2 +- .../get-compat-drawable-tint-attr.html | 2 +- .../get-compat-drawable-tint.html | 2 +- .../get-compat-drawable.html | 2 +- extension/co.anitrend.arch.extension.ext/gone.html | 2 +- .../co.anitrend.arch.extension.ext/ime-height.html | 2 +- extension/co.anitrend.arch.extension.ext/index.html | 12 ++++++------ .../co.anitrend.arch.extension.ext/invisible.html | 2 +- .../is-ime-visible.html | 2 +- .../navigation-bar-height.html | 2 +- .../status-bar-height.html | 2 +- .../stop-service-matching.html | 2 +- .../co.anitrend.arch.extension.ext/visible.html | 2 +- .../-three-ten-initializer/dependencies.html | 2 +- .../-three-ten-initializer/index.html | 2 +- .../convert-from-unix-time-stamp.html | 2 +- .../convert-to-time-stamp.html | 2 +- .../convert-to-unix-time-stamp.html | 2 +- .../default-input-date-pattern.html | 2 +- .../default-output-date-pattern.html | 2 +- .../-abstract-support-date-helper/index.html | 8 ++++---- .../-support-date-helper/index.html | 8 ++++---- 27 files changed, 38 insertions(+), 38 deletions(-) diff --git a/extension/co.anitrend.arch.extension.ext/argument.html b/extension/co.anitrend.arch.extension.ext/argument.html index 5fe64a0f..f7af33e3 100644 --- a/extension/co.anitrend.arch.extension.ext/argument.html +++ b/extension/co.anitrend.arch.extension.ext/argument.html @@ -63,7 +63,7 @@

argument

-
inline fun <T> Fragment.argument(key: String, default: T): Lazy<T>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

default

default value to use when key does not exist


inline fun <T> Fragment.argument(key: String): Lazy<T?>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

+
inline fun <T> Fragment.argument(key: String, default: T): Lazy<T>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

default

default value to use when key does not exist


inline fun <T> Fragment.argument(key: String): Lazy<T?>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

-

Adds an observer on the lifecycle owner. This must be registered earlier than the lifecycle events you intend on listening to, preferably FragmentActivity.onCreate

+

Adds an observer on the lifecycle owner. This must be registered earlier than the lifecycle events you intend on listening to, preferably FragmentActivity.onCreate

@@ -277,7 +277,7 @@

Functions

-

Removes an observer on the lifecycle owner. This must be un-registered later than the lifecycle events you being listened to, preferably FragmentActivity.onDestroy

+

Removes an observer on the lifecycle owner. This must be un-registered later than the lifecycle events you being listened to, preferably FragmentActivity.onDestroy

@@ -382,7 +382,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop

fun Context.getCompatDrawable(@DrawableRes resource: Int, @ColorRes colorTint: Int): Drawable?

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop

fun Context.getCompatDrawable(@DrawableRes resource: Int, @ColorRes colorTint: Int): Drawable?

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -397,7 +397,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -412,7 +412,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -427,7 +427,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared.

+

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared.

diff --git a/extension/co.anitrend.arch.extension.ext/invisible.html b/extension/co.anitrend.arch.extension.ext/invisible.html index 89f0e1ef..45c1552d 100644 --- a/extension/co.anitrend.arch.extension.ext/invisible.html +++ b/extension/co.anitrend.arch.extension.ext/invisible.html @@ -63,7 +63,7 @@

invisible

-

Sets the current views visibility to INVISIBLE

See also

+

Sets the current views visibility to INVISIBLE

See also

-
open override fun dependencies(): List<Class<out Initializer<*>>>
+
open override fun dependencies(): List<Class<out Initializer<*>>>
diff --git a/extension/co.anitrend.arch.extension.util.date.contract/-abstract-support-date-helper/convert-from-unix-time-stamp.html b/extension/co.anitrend.arch.extension.util.date.contract/-abstract-support-date-helper/convert-from-unix-time-stamp.html index 9668e11b..f497c8b5 100644 --- a/extension/co.anitrend.arch.extension.util.date.contract/-abstract-support-date-helper/convert-from-unix-time-stamp.html +++ b/extension/co.anitrend.arch.extension.util.date.contract/-abstract-support-date-helper/convert-from-unix-time-stamp.html @@ -63,7 +63,7 @@

convertFromUnixTimeStamp

-
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

Return

date string following the output pattern of outputDatePattern

Parameters

unixTimeStamp

Unix based time stamp of type Long measured in milliseconds, see System.currentTimeMillis

outputDatePattern

pattern that will be used create the output, by default this is set to defaultOutputDatePattern

targetTimeZone

time zone that the output will be converted to, by default the timezone is set to whatever the current device is set to

See also

DateTimeFormatter

(https://developer.android.com/reference/java/time/format/DateTimeFormatter)

+
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

Return

date string following the output pattern of outputDatePattern

Parameters

unixTimeStamp

Unix based time stamp of type Long measured in milliseconds, see System.currentTimeMillis

outputDatePattern

pattern that will be used create the output, by default this is set to defaultOutputDatePattern

targetTimeZone

time zone that the output will be converted to, by default the timezone is set to whatever the current device is set to

See also

DateTimeFormatter

(https://developer.android.com/reference/java/time/format/DateTimeFormatter)

-

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

+

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

@@ -147,7 +147,7 @@

Functions

-
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

+
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

@@ -162,7 +162,7 @@

Functions

-
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), dateTimeFormatter: DateTimeFormatter, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting dates in string format from one date type to the other

+
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), dateTimeFormatter: DateTimeFormatter, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting dates in string format from one date type to the other

@@ -177,7 +177,7 @@

Functions

-
fun convertToUnixTimeStamp(originDate: String, dateTimeFormatter: DateTimeFormatter, targetTimeZone: TimeZone = TimeZone.getDefault()): Long
fun convertToUnixTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): Long

Helper utility for converting dates in string format to unix time stamp

+
fun convertToUnixTimeStamp(originDate: String, dateTimeFormatter: DateTimeFormatter, targetTimeZone: TimeZone = TimeZone.getDefault()): Long
fun convertToUnixTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): Long

Helper utility for converting dates in string format to unix time stamp

diff --git a/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html b/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html index 23e0f0b3..fbce41a6 100644 --- a/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html +++ b/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html @@ -113,7 +113,7 @@

Properties

-

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

+

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

@@ -147,7 +147,7 @@

Functions

-
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

+
fun convertFromUnixTimeStamp(unixTimeStamp: Long, locale: Locale = Locale.getDefault(), outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting unix timestamp to a date string format

@@ -162,7 +162,7 @@

Functions

-
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), dateTimeFormatter: DateTimeFormatter, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting dates in string format from one date type to the other

+
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String
fun convertToTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), dateTimeFormatter: DateTimeFormatter, outputDatePattern: String = defaultOutputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): String

Helper utility for converting dates in string format from one date type to the other

@@ -177,7 +177,7 @@

Functions

-
fun convertToUnixTimeStamp(originDate: String, dateTimeFormatter: DateTimeFormatter, targetTimeZone: TimeZone = TimeZone.getDefault()): Long
fun convertToUnixTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): Long

Helper utility for converting dates in string format to unix time stamp

+
fun convertToUnixTimeStamp(originDate: String, dateTimeFormatter: DateTimeFormatter, targetTimeZone: TimeZone = TimeZone.getDefault()): Long
fun convertToUnixTimeStamp(originDate: String, locale: Locale = Locale.getDefault(), inputPattern: String = defaultInputDatePattern, targetTimeZone: TimeZone = TimeZone.getDefault()): Long

Helper utility for converting dates in string format to unix time stamp