mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Update README.md to use Lawnchair 14
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
||||
# Lawnchair 13
|
||||
# Lawnchair 14
|
||||
|
||||
[](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/ci.yml)
|
||||
[](https://github.com/LawnchairLauncher/lawnchair/actions/workflows/release_update.yml)
|
||||
@@ -9,11 +9,11 @@
|
||||
<img src="https://lawnchair.app/images/lawnchair.webp" width="100" style="border-radius: 50%">
|
||||
Lawnchair is a free, open-source home app for Android. Taking Launcher3 — Android’s default home app — as a starting point, it ports Pixel Launcher features and introduces rich options for customization.
|
||||
|
||||
This branch houses the codebase of Lawnchair 13, currently in development and based on Launcher3 from Android 13. For Lawnchair 9 to 12.1, see the branches with the `9-` to `12.1-` prefixes, respectively.
|
||||
This branch houses the codebase of Lawnchair 14, currently in development and based on Launcher3 from Android 13. For Lawnchair 9 to 13, see the branches with the `9-` to `13-` prefixes, respectively.
|
||||
|
||||
## Contribute code
|
||||
|
||||
Whether you’ve fixed a bug or introduced a new feature, we welcome pull requests! (If you’d like to make a larger change and check with us first, you can do so via [Lawnchair’s Telegram group chat](https://t.me/lawnchairci).) To help translate Lawnchair 13 instead, please see “[Translate](#translate).”
|
||||
Whether you’ve fixed a bug or introduced a new feature, we welcome pull requests! (If you’d like to make a larger change and check with us first, you can do so via [Lawnchair’s Telegram group chat](https://t.me/lawnchairci).) To help translate Lawnchair 14 instead, please see “[Translate](#translate).”
|
||||
|
||||
You can use Git to clone this repository:
|
||||
|
||||
@@ -25,17 +25,17 @@ To build the app, select the `lawnWithQuickstepDebug` build type. Should you fac
|
||||
|
||||
Here are a few contribution tips:
|
||||
|
||||
- [The `lawnchair` package](https://github.com/LawnchairLauncher/lawnchair/tree/13-dev/lawnchair) houses Lawnchair’s own code, whereas [the `src` package](https://github.com/LawnchairLauncher/lawnchair/tree/13-dev/src) includes a clone of the Launcher3 codebase with modifications. Generally, place new files in the former, keeping changes to the latter to a minimum.
|
||||
- [The `lawnchair` package](https://github.com/LawnchairLauncher/lawnchair/tree/14-dev/lawnchair) houses Lawnchair’s own code, whereas [the `src` package](https://github.com/LawnchairLauncher/lawnchair/tree/14-dev/src) includes a clone of the Launcher3 codebase with modifications. Generally, place new files in the former, keeping changes to the latter to a minimum.
|
||||
|
||||
- You can use either Java or, preferably, Kotlin.
|
||||
|
||||
- Make sure your code is logical and well formatted. If using Kotlin, see [“Coding conventions” in the Kotlin documentation](https://kotlinlang.org/docs/coding-conventions.html).
|
||||
|
||||
- Set `13-dev` as the base branch for pull requests.
|
||||
- Set `14-dev` as the base branch for pull requests.
|
||||
|
||||
## Translate
|
||||
|
||||
You can help translate Lawnchair 13 [on Crowdin](https://lawnchair.crowdin.com/lawnchair). Here are a few tips:
|
||||
You can help translate Lawnchair 14 [on Crowdin](https://lawnchair.crowdin.com/lawnchair). Here are a few tips:
|
||||
|
||||
- When using quotation marks, insert the symbols specific to the target language, as listed in [this table](https://en.wikipedia.org/wiki/Quotation_mark#Summary_table).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user