From 2df559c6bf91319020977e545771b98657a85b59 Mon Sep 17 00:00:00 2001 From: yschimke Date: Fri, 16 Feb 2024 14:50:40 +0000 Subject: [PATCH] deploy: 059df3b8db5310d06cd474f03aee8ffea680d4bf --- .../-signed-in-confirmation-dialog.html | 2 +- .../index.html | 2 +- .../-sign-in-prompt-view-model/index.html | 4 +- .../index.html | 2 +- .../index.html | 4 +- .../-streamline-sign-in-view-model/index.html | 4 +- .../index.html | 4 +- ...gle-sign-in-prompt-view-model-factory.html | 2 +- .../index.html | 2 +- .../-google-sign-in-view-model/index.html | 4 +- .../index.html | 2 +- .../-repeatable-clickable-button.html | 2 +- .../index.html | 2 +- .../fling-params.html | 2 +- .../-horizontal-pager-defaults/index.html | 2 +- .../-fake-image-loader/-companion/-fixed.html | 2 +- .../-companion/-test-icon-resource.html | 2 +- .../-fake-image-loader/-companion/index.html | 6 +- .../-companion/load-success-bitmap.html | 2 +- api/scripts/pages.json | 2 +- index.html | 14 ++-- search/search_index.json | 2 +- sitemap.xml | 62 +++++++++--------- sitemap.xml.gz | Bin 450 -> 450 bytes 24 files changed, 63 insertions(+), 69 deletions(-) diff --git a/api/auth/composables/com.google.android.horologist.auth.composables.dialogs/-signed-in-confirmation-dialog.html b/api/auth/composables/com.google.android.horologist.auth.composables.dialogs/-signed-in-confirmation-dialog.html index 539b0d0595..25ed666393 100644 --- a/api/auth/composables/com.google.android.horologist.auth.composables.dialogs/-signed-in-confirmation-dialog.html +++ b/api/auth/composables/com.google.android.horologist.auth.composables.dialogs/-signed-in-confirmation-dialog.html @@ -63,7 +63,7 @@

SignedInConfirmationDialog

-
fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, name: String? = null, email: String? = null, avatar: Paintable? = null, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A signed in confirmation dialog that can display the name, email and avatar image of the user.


fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, accountUiModel: AccountUiModel, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A SignedInConfirmationDialog that can display the name, email and avatar image of an AccountUiModel.

+
fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, name: String? = null, email: String? = null, avatar: Paintable? = null, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A signed in confirmation dialog that can display the name, email and avatar image of the user.


fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, accountUiModel: AccountUiModel, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A SignedInConfirmationDialog that can display the name, email and avatar image of an AccountUiModel.

-
fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, accountUiModel: AccountUiModel, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A SignedInConfirmationDialog that can display the name, email and avatar image of an AccountUiModel.

fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, name: String? = null, email: String? = null, avatar: Paintable? = null, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A signed in confirmation dialog that can display the name, email and avatar image of the user.

+
fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, accountUiModel: AccountUiModel, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A SignedInConfirmationDialog that can display the name, email and avatar image of an AccountUiModel.

fun SignedInConfirmationDialog(onDismissOrTimeout: () -> Unit, modifier: Modifier = Modifier, name: String? = null, email: String? = null, avatar: Paintable? = null, duration: Duration = Duration.ofMillis(DialogDefaults.ShortDurationMillis))

A signed in confirmation dialog that can display the name, email and avatar image of the user.

diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/-sign-in-prompt-view-model/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/-sign-in-prompt-view-model/index.html index 3e9724ab47..b1c76866e8 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/-sign-in-prompt-view-model/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/-sign-in-prompt-view-model/index.html @@ -62,7 +62,7 @@

SignInPromptViewModel

-
open class SignInPromptViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a sign-in prompt screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

Samples

import androidx.compose.runtime.Composable
+    
open class SignInPromptViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a sign-in prompt screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

Samples

import androidx.compose.runtime.Composable
 import androidx.compose.runtime.getValue
 import androidx.compose.runtime.mutableStateOf
 import androidx.compose.runtime.saveable.rememberSaveable
@@ -186,7 +186,7 @@ 

Functions

- +
diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/index.html index c94ada2a83..3f03a9f917 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.prompt/index.html @@ -93,7 +93,7 @@

Types

-
open class SignInPromptViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a sign-in prompt screen.

+
open class SignInPromptViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a sign-in prompt screen.

diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-default-view-model/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-default-view-model/index.html index 95d5797a06..d7114e59ce 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-default-view-model/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-default-view-model/index.html @@ -62,7 +62,7 @@

StreamlineSignInDefaultViewModel

-

A view model for the default implementation of a streamline sign-in screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

Samples

import androidx.compose.foundation.layout.Box
+    

A view model for the default implementation of a streamline sign-in screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

Samples

import androidx.compose.foundation.layout.Box
 import androidx.compose.foundation.layout.fillMaxSize
 import androidx.compose.foundation.layout.size
 import androidx.compose.material.icons.Icons
@@ -176,7 +176,7 @@ 

Functions

- +
diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-view-model/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-view-model/index.html index 9568be7a48..982cf793ec 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-view-model/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/-streamline-sign-in-view-model/index.html @@ -62,7 +62,7 @@

StreamlineSignInViewModel

-
open class StreamlineSignInViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a streamline sign-in screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

+
open class StreamlineSignInViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a streamline sign-in screen.

It checks if there is a user already signed in, and emits the appropriate states through the uiState property.

@@ -117,7 +117,7 @@

Functions

- +
diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/index.html index 949d005817..48248cb71a 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.common.screens.streamline/index.html @@ -93,7 +93,7 @@

Types

-

A view model for the default implementation of a streamline sign-in screen.

+

A view model for the default implementation of a streamline sign-in screen.

@@ -123,7 +123,7 @@

Types

-
open class StreamlineSignInViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a streamline sign-in screen.

+
open class StreamlineSignInViewModel(authUserRepository: AuthUserRepository) : ViewModel

A view model for a streamline sign-in screen.

diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/-google-sign-in-prompt-view-model-factory.html b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/-google-sign-in-prompt-view-model-factory.html index 03aec3fa5b..538394e85f 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/-google-sign-in-prompt-view-model-factory.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/-google-sign-in-prompt-view-model-factory.html @@ -63,7 +63,7 @@

GoogleSignInPromptViewModelFactory

-

A factory to create a SignInPromptViewModel with dependencies with implementation for the Google Sign-In authentication method.

Samples

import androidx.compose.runtime.Composable
+  

A factory to create a SignInPromptViewModel with dependencies with implementation for the Google Sign-In authentication method.

Samples

import androidx.compose.runtime.Composable
 import androidx.compose.runtime.getValue
 import androidx.compose.runtime.mutableStateOf
 import androidx.compose.runtime.saveable.rememberSaveable
diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/index.html
index 660b0d7787..8751aa4a0e 100644
--- a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/index.html
+++ b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.prompt/index.html
@@ -78,7 +78,7 @@ 

Properties

-

A factory to create a SignInPromptViewModel with dependencies with implementation for the Google Sign-In authentication method.

+

A factory to create a SignInPromptViewModel with dependencies with implementation for the Google Sign-In authentication method.

diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/-google-sign-in-view-model/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/-google-sign-in-view-model/index.html index 13f0bc2ccf..6f0d89e7f7 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/-google-sign-in-view-model/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/-google-sign-in-view-model/index.html @@ -62,7 +62,7 @@

GoogleSignInViewModel

-
open class GoogleSignInViewModel(val googleSignInClient: GoogleSignInClient, googleSignInEventListener: GoogleSignInEventListener = GoogleSignInEventListenerNoOpImpl) : ViewModel

A view model for a Google Sign-In screen.

+
open class GoogleSignInViewModel(val googleSignInClient: GoogleSignInClient, googleSignInEventListener: GoogleSignInEventListener = GoogleSignInEventListenerNoOpImpl) : ViewModel

A view model for a Google Sign-In screen.

@@ -132,7 +132,7 @@

Functions

- +
diff --git a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/index.html b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/index.html index df0dac4ef8..b0d43f1d80 100644 --- a/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/index.html +++ b/api/auth/ui/com.google.android.horologist.auth.ui.googlesignin.signin/index.html @@ -93,7 +93,7 @@

Types

-
open class GoogleSignInViewModel(val googleSignInClient: GoogleSignInClient, googleSignInEventListener: GoogleSignInEventListener = GoogleSignInEventListenerNoOpImpl) : ViewModel

A view model for a Google Sign-In screen.

+
open class GoogleSignInViewModel(val googleSignInClient: GoogleSignInClient, googleSignInEventListener: GoogleSignInEventListener = GoogleSignInEventListenerNoOpImpl) : ViewModel

A view model for a Google Sign-In screen.

diff --git a/api/composables/com.google.android.horologist.composables/-repeatable-clickable-button.html b/api/composables/com.google.android.horologist.composables/-repeatable-clickable-button.html index 05492e6e52..8fa4ddfacd 100644 --- a/api/composables/com.google.android.horologist.composables/-repeatable-clickable-button.html +++ b/api/composables/com.google.android.horologist.composables/-repeatable-clickable-button.html @@ -63,7 +63,7 @@

RepeatableClickableButton

-
fun RepeatableClickableButton(onClick: () -> Unit, onLongRepeatableClick: () -> Unit, modifier: Modifier = Modifier, onLongRepeatableClickEnd: () -> Unit = {}, enabled: Boolean = true, colors: ButtonColors = ButtonDefaults.primaryButtonColors(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = CircleShape, border: ButtonBorder = ButtonDefaults.buttonBorder(), indication: Indication = rememberRipple(), content: @Composable BoxScope.() -> Unit)

A base button that can send single onClick event or repeated onLongRepeatableClick events by holding it down.

Code modified from https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:wear/compose/compose-material/src/main/java/androidx/wear/compose/material/Button.kt

+
fun RepeatableClickableButton(onClick: () -> Unit, onLongRepeatableClick: () -> Unit, modifier: Modifier = Modifier, onLongRepeatableClickEnd: () -> Unit = {}, enabled: Boolean = true, colors: ButtonColors = ButtonDefaults.primaryButtonColors(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = CircleShape, border: ButtonBorder = ButtonDefaults.buttonBorder(), indication: Indication = ripple(), content: @Composable BoxScope.() -> Unit)

A base button that can send single onClick event or repeated onLongRepeatableClick events by holding it down.

Code modified from https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:wear/compose/compose-material/src/main/java/androidx/wear/compose/material/Button.kt

-
fun RepeatableClickableButton(onClick: () -> Unit, onLongRepeatableClick: () -> Unit, modifier: Modifier = Modifier, onLongRepeatableClickEnd: () -> Unit = {}, enabled: Boolean = true, colors: ButtonColors = ButtonDefaults.primaryButtonColors(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = CircleShape, border: ButtonBorder = ButtonDefaults.buttonBorder(), indication: Indication = rememberRipple(), content: @Composable BoxScope.() -> Unit)

A base button that can send single onClick event or repeated onLongRepeatableClick events by holding it down.

+
fun RepeatableClickableButton(onClick: () -> Unit, onLongRepeatableClick: () -> Unit, modifier: Modifier = Modifier, onLongRepeatableClickEnd: () -> Unit = {}, enabled: Boolean = true, colors: ButtonColors = ButtonDefaults.primaryButtonColors(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = CircleShape, border: ButtonBorder = ButtonDefaults.buttonBorder(), indication: Indication = ripple(), content: @Composable BoxScope.() -> Unit)

A base button that can send single onClick event or repeated onLongRepeatableClick events by holding it down.

diff --git a/api/compose-layout/com.google.android.horologist.compose.pager/-horizontal-pager-defaults/fling-params.html b/api/compose-layout/com.google.android.horologist.compose.pager/-horizontal-pager-defaults/fling-params.html index f512c22ca7..52efca007a 100644 --- a/api/compose-layout/com.google.android.horologist.compose.pager/-horizontal-pager-defaults/fling-params.html +++ b/api/compose-layout/com.google.android.horologist.compose.pager/-horizontal-pager-defaults/fling-params.html @@ -63,7 +63,7 @@

flingParams

-

Creates flingParams that represents fling properties for HorizontalPager. See HorizontalPagerSample for usage.

Parameters

pagerState

the state to control this pager

+

Creates flingParams that represents fling properties for HorizontalPager. See HorizontalPagerSample for usage.

Parameters

pagerState

the state to control this pager

-

Creates flingParams that represents fling properties for HorizontalPager. See HorizontalPagerSample for usage.

+

Creates flingParams that represents fling properties for HorizontalPager. See HorizontalPagerSample for usage.

diff --git a/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/-fixed.html b/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/-fixed.html index cdc1b8d428..44874f0ca3 100644 --- a/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/-fixed.html +++ b/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/-fixed.html @@ -63,7 +63,7 @@

Fixed

- +
@@ -188,7 +188,7 @@

Functions

@@ -218,7 +218,7 @@

Functions

-
fun loadSuccessBitmap(context: Context, request: ImageRequest, @DrawableRes id: Int): ImageResult
+
fun loadSuccessBitmap(context: Context, request: ImageRequest, @DrawableRes id: Int): ImageResult
diff --git a/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/load-success-bitmap.html b/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/load-success-bitmap.html index 97a622be00..01e782690a 100644 --- a/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/load-success-bitmap.html +++ b/api/images/coil/com.google.android.horologist.images.coil/-fake-image-loader/-companion/load-success-bitmap.html @@ -63,7 +63,7 @@

loadSuccessBitmap

-
fun loadSuccessBitmap(context: Context, request: ImageRequest, @DrawableRes id: Int): ImageResult
+
fun loadSuccessBitmap(context: Context, request: ImageRequest, @DrawableRes id: Int): ImageResult