1
0
Fork
You've already forked glance-experimental-tools
1
No description
  • Kotlin 91.9%
  • Shell 8.1%
2023年10月07日 15:29:14 +01:00
.allstar Update copyright for missing binary_artifacts.yaml 2022年07月28日 11:03:31 +02:00
.github Add snapshots sufix to action 2022年07月28日 08:58:28 +02:00
.idea bump to stable glance 2023年10月07日 15:03:13 +01:00
appwidget-configuration remove publishing 2023年10月07日 15:29:14 +01:00
appwidget-host remove publishing 2023年10月07日 15:29:14 +01:00
appwidget-viewer remove publishing 2023年10月07日 15:29:14 +01:00
gradle bump to stable glance 2023年10月07日 15:03:13 +01:00
release Use sha256 for encrypting aes files. 2022年08月09日 09:46:05 +02:00
sample bump to stable glance 2023年10月07日 15:03:13 +01:00
scripts Apply copyrights 2022年07月27日 15:35:51 +02:00
spotless Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
.gitignore Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
build.gradle Remove androidTest dependencies 2022年08月03日 16:01:15 +02:00
checksum.sh Apply copyrights 2022年07月27日 15:35:51 +02:00
CONTRIBUTING.md Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
gradle.properties Bump version minor 0.2.2 2022年09月22日 10:21:14 +02:00
gradlew Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
gradlew.bat Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
LICENSE Glance Experimental Tools setup 2022年07月27日 14:49:23 +02:00
README.md Fix README.md 2022年08月29日 08:52:42 +02:00
settings.gradle bump to stable glance 2023年10月07日 15:03:13 +01:00

Glance Experimental Tools

🚧 Work in-progress: this library is under heavy development, APIs might change frequently

This project aims to supplement Jetpack Glance with features that are commonly required by developers but not yet available.

It is a labs like environment for Glance tooling. We use it to help fill known gaps in the framework, experiment with new APIs and to gather insight into the development experience of developing a Glance library.

Libraries

🧬appwidget-host

A simple composable to display RemoteViews inside your app or in @Previews enabling "Live Edits" or "Apply Changes".

🖼️ appwidget-viewer

A debug tool to view and interact with AppWidget snapshots embedded inside the app.

🛠️🎨 appwidget-configuration

A Material3 Scaffold implementation for appwidget configuration activities.

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.

Why a separate repository?

We want to iterate, explore and experiment with some new APIs and tooling more freely, without adding overhead to the main API and avoid API commitments. In addition, some of these features might not be allowed in AndroidX.

Note: this repository follows the Accompanist pattern but in a much more narrow scope (read more about the idea behind this pattern here)

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.