Files
lawnchair/README.md

118 lines
7.9 KiB
Markdown
Raw Permalink Normal View History

Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
# Lawnchair 15
2021-06-06 20:54:53 +07:00
2023-12-05 14:35:16 +07:00
[![Build debug APK](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/ci.yml/badge.svg)](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/ci.yml)
[![Build release APK](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/release_update.yml/badge.svg)](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/release_update.yml)
2021-07-06 11:25:27 +02:00
[![Crowdin](https://badges.crowdin.net/e/188ba69d884418987f0b7f1dd55e3a4e/localized.svg)](https://lawnchair.crowdin.com/lawnchair)
2024-09-25 11:05:19 +02:00
[![OpenCollective](https://img.shields.io/opencollective/all/lawnchair?label=financial%20contributors&logo=open-collective)](https://opencollective.com/lawnchair)
2022-11-10 21:13:51 +08:00
[![Telegram](https://img.shields.io/endpoint?url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Flccommunity)](https://t.me/lccommunity)
[![Discord](https://img.shields.io/discord/803299970169700402?label=server&logo=discord)](https://discord.gg/3x8qNWxgGZ)
2025-07-13 11:26:39 +02:00
[![GitHub Downloads](https://img.shields.io/github/downloads/LawnchairLauncher/lawnchair/total.svg?label=GitHub%20Downloads&logo=github)](https://github.com/LawnchairLauncher/lawnchair/releases)
2025-07-13 11:26:49 +02:00
[![Play Store Installs](https://img.shields.io/endpoint?color=green&logo=googleplay&logoColor=green&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dapp.lawnchair.play%26l%3DPlay%2520Store%2520Installs%26m%3D%24shortinstalls)](https://play.google.com/store/apps/details?id=app.lawnchair.play)
2021-06-06 20:54:53 +07:00
<picture>
<!-- Avoid image being clickable with slight workaround -->
<!-- ❤️ Credit to Raine for the original mockup on the Lawnchair Discord -->
<!-- ❤️ Credit to Lawrence Kayku for the current mockup on Unsplash
https://unsplash.com/photos/photography-of-green-leaves-ZVKr8wADhpc
-->
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/device-frame.png" width="250px">
<img alt="Google Pixel running Lawnchair Launcher with green wallpaper" src="docs/assets/device-frame.png" width="250px">
</picture>
2021-06-06 20:54:53 +07:00
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
Lawnchair is a free, open-source home app for Android. Taking Launcher3—Androids default home app—as a starting point, it ports Pixel Launcher features and introduces rich customization options.
2021-06-06 20:54:53 +07:00
This branch houses the codebase of Lawnchair 15, which is currently in beta and is based on Launcher3 from Android 15. For Lawnchair 9 to 14, see the branches with the `9-` to `14-` prefixes, respectively.
2021-06-06 20:54:53 +07:00
## Features
2021-07-06 11:25:27 +02:00
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
- **Material You Theming:** Adapts to your wallpaper and system theme.
- **At a Glance Widget:** Displays information *at a glance* with support for [Smartspacer](https://github.com/KieronQuinn/Smartspacer).
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
- **QuickSwitch Support:** Integrates with Android Recents on Android 10 and newer. (requires root)
- **Global Search:** Allows quick access to apps, contacts, and web results from the home screen.
- **Customization Options:** Provides options to tweak icons, fonts, and colors to your liking.
- And more!
2021-07-06 11:25:27 +02:00
## Download
2021-07-06 11:25:27 +02:00
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
<p align="left">
<a href="https://play.google.com/store/apps/details?id=app.lawnchair.play">
<picture>
<!-- Avoid image being clickable with slight workaround -->
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/badge-google-play.png" height="60">
<img alt="Get it on Google Play" src="docs/assets/badge-google-play.png" height="60">
</picture>
</a>
<a href="https://apt.izzysoft.de/fdroid/index/apk/app.lawnchair">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/badge-izzyondroid.png" height="60">
<img alt="Get it on IzzyOnDroid" src="docs/assets/badge-izzyondroid.png" height="60">
</picture>
</a>
<a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/LawnchairLauncher/lawnchair/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/badge-obtainium.png" height="60">
<img alt="Get it on Obtainium" src="docs/assets/badge-obtainium.png" height="60">
</picture>
</a>
<a href="https://github.com/LawnchairLauncher/lawnchair/releases">
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/badge-github.png" height="60">
<img alt="Get it on GitHub" src="docs/assets/badge-github.png" height="60">
</picture>
</a>
</p>
Lawnchair on Play Store will install as a different app from other sources. Some features may be restricted to comply with Google Play's publishing rules.
### Development builds
Interested in keeping yourself up-to-date with every Lawnchair development? Try our development builds!
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
These builds offer the latest features and bug fixes at a cost of being slower and introducing new bugs. Ensure that you make backups before installing.
**Download:** [Obtainium][Obtainium link] • [GitHub][GitHub link] • [nightly.link][Nightly link]
### Verification
Verify the integrity of your Lawnchair download using these SHA-256 hashes:
2025-07-12 09:08:42 +02:00
###### Google Play
```
47:AC:92:63:1C:60:35:13:CC:8D:26:DD:9C:FF:E0:71:9A:8B:36:55:44:DC:CE:C2:09:58:24:EC:25:61:20:A7
```
###### Elsewhere
```
74:7C:36:45:B3:57:25:8B:2E:23:E8:51:E5:3C:96:74:7F:E0:AD:D0:07:E5:BA:2C:D9:7E:8C:85:57:2E:4D:C5
```
2021-07-06 11:25:27 +02:00
## Contributing
2021-07-06 11:25:27 +02:00
Please visit the [Lawnchair Contributing Guidelines](CONTRIBUTING.md) for information and tips on contributing to Lawnchair.
2021-07-06 11:25:27 +02:00
## Supporting Lawnchair
If you love what we do, consider [supporting us on Open Collective](https://opencollective.com/lawnchair)! Your contributions help keep Lawnchair independent and enable us to develop faster.
A huge thank you to our **Core Backers ($5+)**:
*(These backers directly fund our Project Velocity Fund)*
[![Core Backers](https://opencollective.com/lawnchair/tiers/backer.svg?avatarHeight=64&width=890&button=false)](https://opencollective.com/lawnchair)
[Become a supporter](https://opencollective.com/lawnchair) to help us cover our operational costs, or become a Core Backer to be featured here!
2021-07-06 11:25:27 +02:00
## Quick links
- [Website](https://lawnchair.app)
- [News on Telegram](https://t.me/lawnchairci)
- [Discord](https://discord.com/invite/3x8qNWxgGZ)
- [Lawnchair on X (formerly Twitter)](https://x.com/lawnchairapp)
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
- [_XDA_ thread](https://xdaforums.com/t/lawnchair-customizable-pixel-launcher.3627137/)
You can view all our links in the [Lawnchair Wiki](https://github.com/LawnchairLauncher/lawnchair/wiki).
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
<!-- Download link -->
[Nightly link]: https://nightly.link/LawnchairLauncher/lawnchair/workflows/ci/15-dev
[Obtainium link]: https://apps.obtainium.imranr.dev/redirect?r=obtainium://app/%7B%22id%22%3A%22app.lawnchair.nightly%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Flawnchairlauncher%2Flawnchair%22%2C%22author%22%3A%22Lawnchair%20Launcher%22%2C%22name%22%3A%22Lawnchair%20(Debug)%22%2C%22preferredApkIndex%22%3A0%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Atrue%2C%5C%22fallbackToOlderReleases%5C%22%3Afalse%2C%5C%22filterReleaseTitlesByRegEx%5C%22%3A%5C%22Lawnchair%20Nightly%5C%22%2C%5C%22filterReleaseNotesByRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22verifyLatestTag%5C%22%3Afalse%2C%5C%22dontSortReleasesList%5C%22%3Afalse%2C%5C%22useLatestAssetDateAsReleaseDate%5C%22%3Afalse%2C%5C%22trackOnly%5C%22%3Afalse%2C%5C%22versionExtractionRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22matchGroupToUse%5C%22%3A%5C%22%5C%22%2C%5C%22versionDetection%5C%22%3Afalse%2C%5C%22releaseDateAsVersion%5C%22%3Atrue%2C%5C%22useVersionCodeAsOSVersion%5C%22%3Afalse%2C%5C%22apkFilterRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22invertAPKFilter%5C%22%3Afalse%2C%5C%22autoApkFilterByArch%5C%22%3Atrue%2C%5C%22appName%5C%22%3A%5C%22%5C%22%2C%5C%22shizukuPretendToBeGooglePlay%5C%22%3Afalse%2C%5C%22exemptFromBackgroundUpdates%5C%22%3Afalse%2C%5C%22skipUpdateNotifications%5C%22%3Afalse%2C%5C%22about%5C%22%3A%5C%22Lawnchair%20is%20a%20free%2C%20open-source%20home%20app%20for%20Android.%20(NOTE%3A%20This%20is%20the%20debug%20version%20of%20Lawnchair%2C%20for%20the%20beta%2Fstable%20versions%20see%20%5C%5C%5C%22Lawnchair%5C%5C%5C%22)%5C%22%7D%22%7D
Improve documentation v4 (LC15) (#4973) * Update information to LC15 * LC15 Screenshot * Apply suggestion from code-reviewer Co-authored-by: Zongle Wang <wangzongler@gmail.com> * Apply suggestion from code-reviewer Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Installation badges and cert hash * Update Crowdin branch to 15 * Merge Canary and Development * Update styling of cert hash * Update compatlib * Update for Unified SystemUI * Improve dev build * Consistency + Update local fonts * Consistency with ToC * Fix awkward * Link to Smartspacer Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Update visual to LC15 * Merge suggestion from GitHub Copilot Code Review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Fix typos and grammar in README files (GitHub Copilot Review) * English Accent Consistency * Windows Canary Phone Link compression is the worst * Apply suggestions from code review Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update release phase, security policy, and versioning * Update systemUI/README.md Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> * Update README: Lawnchair 15 alpha to beta * Use development instead of beta * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> * Give subtle Google Developer Style guidelines * Update SECURITY.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pun Butrach <pun.butrach@gmail.com> --------- Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com> Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-14 05:50:23 +07:00
[GitHub link]: https://github.com/LawnchairLauncher/lawnchair/releases/tag/nightly