Bug: 324277532

Clone this repo:
  1. baf4082 Merge "Add janitors to the OWNERS file" into main by Treehugger Robot · 5 weeks ago main
  2. 50aeb3b Add janitors to the OWNERS file by Sadaf Ebrahimi · 5 weeks ago
  3. af7de42 Add janitors to the OWNERS file by Sadaf Ebrahimi · 5 weeks ago
  4. fa44fe6 Merge remote-tracking branch 'origin/upstream' am: f6b6e4549a am: 6d2fdaa5db by Inna Palant · 9 months ago android15-automotiveos-dev android15-platform-release android15-prebuilt-test android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-release android15-s1-release android15-security-release android15-tests-dev android15-tests-release aml_adb_351010000 aml_ads_351017080 aml_ads_351121120 aml_art_350913340 aml_art_351011240 aml_art_351011340 aml_art_351110180 aml_ase_351010000 aml_ase_351112060 aml_ase_351114000 aml_cbr_350910020 aml_cbr_351011020 aml_cbr_351111000 aml_cfg_351010000 aml_con_351010000 aml_con_351110000 aml_doc_350915120 aml_doc_351012120 aml_doc_351113060 aml_ext_350912020 aml_ext_351122080 aml_ext_351312060 aml_hef_350921160 aml_hef_351016140 aml_hef_351120040 aml_ips_351010000 aml_ips_351111040 aml_med_350914000 aml_med_351010060 aml_mpr_350914160 aml_mpr_351013100 aml_mpr_351013160 aml_mpr_351113060 aml_mpr_351113100 aml_net_350911020 aml_net_351010000 aml_net_351010020 aml_net_351111100 aml_net_351111140 aml_odp_351020000 aml_odp_351121040 aml_per_350910080 aml_per_351014000 aml_per_351112280 aml_per_351112300 aml_res_351011000 aml_res_351111020 aml_rkp_350910000 aml_rkp_351011000 aml_sch_351010000 aml_sdk_350910000 aml_sdk_351110000 aml_sta_350911020 aml_sta_351110040 aml_tet_350911120 aml_tet_351010220 aml_tet_351110060 aml_tz6_351010000 aml_uwb_350911040 aml_uwb_351011040 aml_wif_350912040 aml_wif_351010040 aml_wif_351110060 android-15.0.0_r1 android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r2 android-15.0.0_r3 android-15.0.0_r4 android-15.0.0_r5 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9 android-cts-15.0_r1 android-cts-15.0_r2 android-platform-15.0.0_r1 android-platform-15.0.0_r2 android-platform-15.0.0_r3 android-platform-15.0.0_r4 android-security-15.0.0_r1 android-security-15.0.0_r2 android-security-15.0.0_r3 android-security-15.0.0_r4 android-vts-15.0_r1 android-vts-15.0_r2 frc_350820260 frc_350820420 frc_350820440 frc_350820660 frc_350820860 frc_350820960 frc_350822020
  5. 6d2fdaa Merge remote-tracking branch 'origin/upstream' am: f6b6e4549a by Inna Palant · 9 months ago

Accompanist logo

Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available.

Accompanist is a labs like environment for new Compose APIs. We use it to help fill known gaps in the Compose toolkit, experiment with new APIs and to gather insight into the development experience of developing a Compose library. The goal of these libraries is to upstream them into the official toolkit, at which point they will be deprecated and removed from Accompanist.

For more details like, why does this library exist? Why is it not part of AndroidX? Will you be releasing more libraries? Check out our Accompanist FAQ.

Compose versions

Each release outlines what version of the Compose UI libraries it depends on. We are currently releasing multiple versions of Accompanist for the different versions of Compose:

For stable versions of Compose, we use the latest stable version of the Compose compiler. For non-stable versions (alpha, beta, etc), we use the latest compiler at the time of release.

:warning: Ensure you are using the Accompanist version that matches with your Compose UI version: If you upgrade Accompanist, it will upgrade your Compose libraries version via transitive dependencies.

Libraries

📫 Permissions

A library that provides Android runtime permissions support for Jetpack Compose.

🧭🎨️ Navigation-Material

A library which provides Compose Material support, such as modal bottom sheets, for Jetpack Navigation Compose.

🖌️ Drawable Painter

A library which provides a way to use Android Drawables as Jetpack Compose Painters.

📜 Adaptive

A library providing a collection of utilities for adaptive layouts.

🗜 Test Harness

Utilities for testing Compose layouts.

⬇️ Swipe to Refresh (Deprecated)

See our Migration Guide for migrating to PullRefresh in Compose Material.

🎨 AppCompat Theme Adapter (Deprecated)

See our Migration Guide for migrating to the new artifact in Accompanist.

📖 Pager (Deprecated)

See our Migration Guide for migrating to Pager in Compose.

🌊 Flow Layouts (Deprecated)

See our Migration Guide for migrating to FlowLayout in Compose.

🧭✨Navigation-Animation (Deprecated)

See our Migration Guide for migrating to using built in support for animations in Jetpack Navigation Compose.

Placeholder (Deprecated)

A library that provides easy-to-use modifiers for displaying a placeholder UI while content is loading.

🍫 System UI Controller (Deprecated)

We recommend migrating to edge to edge. See our Migration Guide for more details.

🎨 AppCompat Theme Adapter (Deprecated)

A library that enables the reuse of AppCompat XML themes, for theming in Jetpack Compose.

🎨 Material Theme Adapter (Deprecated)

A library that enables the reuse of MDC-Android Material 2 XML themes, for theming in Jetpack Compose.

🎨 Material 3 Theme Adapter (Deprecated)

A library that enables the reuse of MDC-Android Material 3 XML themes, for theming in Jetpack Compose.

🌏 Web (Deprecated)

A wrapper around WebView for basic WebView support in Jetpack Compose.

📐 Insets (Deprecated & Removed)

See our Migration Guide for migrating to Insets in Compose.


Future?

Any of the features available in this group of libraries may become obsolete in the future, at which point they will (probably) become deprecated.

We will aim to provide a migration path (where possible), to whatever supersedes the functionality.

Snapshots

Snapshots of the current development version of Accompanist are available, which track the latest commit. See here for more information.


Why the name?

The library is all about adding some utilities around Compose. Music composing is done by a composer, and since this library is about supporting composition, the supporting role of an accompanist felt like a good name.

Contributions

Please contribute! We will gladly review any pull requests. Make sure to read the Contributing page first though.

License

Copyright 2020 The Android Open Source Project
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.