# horologist **Repository Path**: mirrors_google/horologist ## Basic Information - **Project Name**: horologist - **Description**: Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-20 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Horologist logo
Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available. ## Maintained Versions The currently maintained branches of Horologist are. | Version | Branch | Min SDK (Wear) | Kotlin/JDK | Description | |---------|---------------|----------------|------------|-------------------------------------------------------------------------------------| | 0.7.x | release-0.7.x | 26 | 2.2.0 / 17 | Wear Compose 1.5.x, Compose 1.8.x and generally latest stable Androidx. | | 0.8.x | main | 26 | 2.2 / 17 | Wear Compose 1.6.x, Compose 1.9.x and generally latest relevant alphas of Androidx. | Maintenance branches will not delete existing APIs and they should remain stable. However the main branch will actively update to incorporate new API guidance, removing or changing APIs. [![Build & test (nightly release)](https://github.com/google/horologist/actions/workflows/build_nightly.yml/badge.svg?branch=main)](https://github.com/google/horologist/actions/workflows/build_nightly.yml) [![Build & test](https://github.com/google/horologist/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/google/horologist/actions/workflows/build.yml) --- ## 🎵 Media Horologist provides the Media Toolkit: a set of libraries to build Media apps on Wear OS and a sample app that you can run to see the toolkit in action. The toolkit is designed using a clean architecture and includes: * **Core & Playback Modules**: * [horologist-media-core](https://google.github.io/horologist/media-core) (`:media:core`): Core domain models, interfaces, and state representations for media playback, agnostic of the underlying player implementation. * [horologist-media-data](https://google.github.io/horologist/media-data) (`:media:data`): Implementation of the domain module using [AndroidX Media3](https://developer.android.com/jetpack/androidx/releases/media3). * [horologist-media3-backend](https://google.github.io/horologist/media3-backend) (`:media:backend-media3`): Background playback service and engine built on Media3, enforcing Wear OS specific routing rules (e.g. requiring Bluetooth output). * **UI & Presentation Modules**: * [horologist-media-ui-model](https://google.github.io/horologist/media-ui-model) (`:media:ui-model`): Shared presentation data classes and view states for media UI. * [horologist-media-ui-material3](https://google.github.io/horologist/media-ui-material3) (`:media:ui-material3`): Modern Material 3 high-level media UI screens, scaffolds, and responsive components. * [horologist-media-ui](https://google.github.io/horologist/media-ui) (`:media:ui`): Legacy Material 2 media UI components and screens. * **Audio & Volume Modules**: * [horologist-audio](https://google.github.io/horologist/audio) (`:media:audio`): Core domain models, output device trackers, and volume managers. * [horologist-audio-ui-model](https://google.github.io/horologist/audio-ui-model) (`:media:audio-ui-model`): Shared audio presentation view states. * [horologist-audio-ui-material3](https://google.github.io/horologist/audio-ui-material3) (`:media:audio-ui-material3`): Modern Material 3 volume and output selector UI components. * [horologist-audio-ui](https://google.github.io/horologist/audio-ui) (`:media:audio-ui`): Legacy Material 2 audio and volume controls. * **Utilities & Services**: * `media:media3-logging`: Diagnostic logging utilities for tracking Media3 player events on Wear OS. * `media:media3-outputswitcher`: Output switching and Bluetooth pairing prompt controllers. * `media:sync`: Offline content, download queue, and play state synchronization between phone and watch. * **Applications & Benchmarks**: * [media sample](https://google.github.io/horologist/media-sample) (`:media:sample`): Main media player sample app (UAMP clone) showcasing local and streaming music, downloads, volume control, and Navigation 3. * `media:benchmark` & `media:sample-benchmark`: Macrobenchmarks and performance test suites for the libraries and the sample application. | Player Screen | Browse Screen | Entity Screen | Volume Screen | |:-----------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------:| | | | | | ## 📅 Composables High quality prebuilt composables, such as Time and Date pickers. - [horologist-composables](https://google.github.io/horologist/composables) | DatePicker | TimePickerWith12HourClock | TimePicker | |:---------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:| | | | | | SegmentedProgressIndicator | |:-------------------------------------------------------------------------------------------------------------------------------------------------------:| | | ## 📐 Compose Layout Layout related functionality such as a Navigation Aware Scaffold. - [horologist-compose-layout](https://google.github.io/horologist/compose-layout) | fillMaxRectangle() | |:-------------------------------------------------------------------------------------------------------------------------------------------------:| | | ## 🔲 Compose Material Opinionated implementation of the components of the [Wear Material Compose library](https://developer.android.com/jetpack/androidx/releases/wear-compose) , based on the specifications of [Wear Material Design Kit](https://developer.android.com/design/ui/wear/guides/foundations/download) . - [horologist-compose-material](https://google.github.io/horologist/compose-material) ## 🔐 Auth Libraries to help developers to build apps following the [Sign-In guidelines for Wear OS](https://developer.android.com/training/wearables/design/sign-in) . - [horologist-auth-composables](https://google.github.io/horologist/auth-composables): composable screens for authentication use cases, with no dependency on the `auth-data` library. - [horologist-auth-ui](https://google.github.io/horologist/auth-ui): composable screens for authentication use cases, with integration with the `auth-data` library - [horologist-auth-data](https://google.github.io/horologist/auth-data): implementation for Wear apps for most of the authentication methods listed in the [Authentication on wearables](https://developer.android.com/training/wearables/apps/auth-wear) guide. - [horologist-auth-data-phone](https://google.github.io/horologist/auth-data-phone): implementation for Mobile apps for some of the authentication methods provided by the `auth-data` library. - [sample wear](https://google.github.io/horologist/auth-sample-apps/#wear-sample): sample wear app to authenticate using different methods. - [sample phone](https://google.github.io/horologist/auth-sample-apps/#phone-sample): sample phone app to authenticate using different methods. ## DataLayer The Horologist DataLayer library, provide common abstractions on top of the [Wearable DataLayer](https://developer.android.com/training/wearables/data/data-layer). It includes libraries to build [prompts on the phone](https://google.github.io/horologist/datalayer-phone-ui/) to improve engagement with the correspondent Wear app and a [sample](https://google.github.io/horologist/datalayer-sample/) to see the prompts in actions. Find guidance in the project [documentation](https://google.github.io/horologist/datalayer/). ## ☰ Tiles Kotlin coroutines flavoured TileService. [horologist-tiles](https://google.github.io/horologist/tiles) --- ## Why the name? The name mirrors the [Accompanist](https://github.com/google/accompanist) name, and is also Watch related. https://en.wiktionary.org/wiki/horologist > horologist (Noun) > Someone who makes or repairs timepieces, watches or clocks. ## Contributions Please contribute! We will gladly review any pull requests submitted. Make sure to read the [Contributing](CONTRIBUTING.md) page to know what our expectations of contributions are. ## License ``` Copyright 2023 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. ```