https://github.com/chimbori/evergreen
https://github.com/chimbori/evergreen
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chimbori/evergreen
- Owner: chimbori
- License: apache-2.0
- Created: 2023-11-12T01:52:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:03:35.000Z (11 months ago)
- Last Synced: 2025-02-09T18:22:06.560Z (4 months ago)
- Language: Kotlin
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Evergreen
Evergreen is an Android app that reports whether all the components essential to
an Android TV experience are installed, along with the correct latest versions
of each.Instead of requiring dogfooders & engineers to manually check versions in
multiple places, this app automates the process.## Installation
### Via Google Assistant
- Say **“Install Evergreen App”**
- Locate the one with the icon below, and install it.
- Press the Install button.
## How to Use
1. Start the Evergreen app: say “Launch Evergreen” to Assistant.
1. Look out for any apps in RED.
1. Click on each app that is red, then click: UPDATE.
1. Repeat for all apps that appear in red.
## For Developers Only
#### How to update the config
The easiest way to update the config is by using the app itself.
- Launch Evergreen
- Tools → Print Local Config
- Open `adb logcat` on a connected computer, copy the JSON, and paste it into
the location above.## License
This code & resources are distributed under the [Apache 2 License](LICENSE).
Contains licensed components:
- [MaterialDesignIcons.com](https://materialdesignicons.com/)
- [Community Icons](https://github.com/Templarian/MaterialDesign)
- [SIL Open Font License 1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web)