Skip to content

Commit ffff636

Browse files
authoredMar 24, 2021
[All] Update Accompanist links from READMEs (android#449)
1 parent 26a103c commit ffff636

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
 

‎Crane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ limitations under the License.
115115
[detailsViewModel]: app/src/main/java/androidx/compose/samples/crane/details/DetailsViewModel.kt
116116
[homeTest]: app/src/androidTest/java/androidx/compose/samples/crane/home/HomeTest.kt
117117
[detailsTest]: app/src/androidTest/java/androidx/compose/samples/crane/details/DetailsActivityTest.kt
118-
[coil-accompanist]: https://github.com/chrisbanes/accompanist
118+
[coil-accompanist]: https://google.github.io/accompanist/coil/
119119
[hilt]: https://d.android.com/hilt

‎Jetcaster/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Underneath, [`DominantColorState`](app/src/main/java/com/example/jetcaster/util/
5454
### Others
5555
Some other notable things which are implemented:
5656

57-
* [`WindowInsets`](https://developer.android.com/reference/kotlin/android/view/WindowInsets) support is provided from this [experimental implementation](https://gist.github.com/chrisbanes/14f9184e7b22299203037df739a6512b). Support will likely will added to the Compose libraries in the future.
58-
* Images are all provided from each podcast's RSS feed, and loaded using [accompanist-coil](https://github.com/chrisbanes/accompanist).
57+
* [`WindowInsets`](https://developer.android.com/reference/kotlin/android/view/WindowInsets) support is provided by the [Accompanist Insets](https://google.github.io/accompanist/insets/) library.
58+
* Images are all provided from each podcast's RSS feed, and loaded using [Accompanist Coil](https://google.github.io/accompanist/coil/) library.
5959

6060
## Architecture
6161
The app is built in a Redux-style, where each UI 'screen' has its own [ViewModel][viewmodel], which exposes a single [StateFlow][stateflow] containing the entire view state. Each [ViewModel][viewmodel] is responsible for subscribing to any data streams required for the view, as well as exposing functions which allow the UI to send events.

‎Jetchat/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The sample also supports synchronized IME transitions when running on API 30+ de
5252
<img src="screenshots/ime-transition.gif" />
5353

5454
The sample uses the
55-
[Accompanist Insets library](https://chrisbanes.github.io/accompanist/insets/) for WindowInsets support.
55+
[Accompanist Insets library](https://google.github.io/accompanist/insets/) for WindowInsets support.
5656

5757
### Saved state across configuration changes
5858
Some composable state survives activity or process recreation, like `currentInputSelector` in [UserInput](app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt).
@@ -109,4 +109,4 @@ limitations under the License.
109109
```
110110

111111
[compose]: https://developer.android.com/jetpack/compose
112-
[coil-accompanist]: https://github.com/chrisbanes/accompanist
112+
[coil-accompanist]: https://google.github.io/accompanist/coil/

‎Jetsnack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ limitations under the License.
7272
```
7373

7474
[compose]: https://developer.android.com/jetpack/compose
75-
[coil-accompanist]: https://github.com/chrisbanes/accompanist
75+
[coil-accompanist]: https://google.github.io/accompanist/coil/

‎Owl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ limitations under the License.
7474
[compose]: https://developer.android.com/jetpack/compose
7575
[owl]: https://material.io/design/material-studies/owl.html
7676
[materialtheming]: https://material.io/design/material-theming/overview.html#material-theming
77-
[coil-accompanist]: https://github.com/chrisbanes/accompanist
77+
[coil-accompanist]: https://google.github.io/accompanist/coil/

0 commit comments

Comments
 (0)