diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000..e3f65ef6a5 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +housekeeping: + - "*.md" + - .github/PULL_REQUEST_TEMPLATE/*.md + - .github/pull_request_template.md + - docs/** + +outdated: + - base-branch: '!16-dev' diff --git a/.github/release.yml b/.github/release.yml index 968b64dcc2..d15e13133a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,7 +3,7 @@ changelog: labels: - bot authors: - - renovate + - renovate[bot] - lawnchair-bot - crowdin-bot categories: @@ -18,6 +18,3 @@ changelog: - title: 🧹 Housekeeping labels: - housekeeping - - title: 🧑‍💻 Dependencies - labels: - - dependencies diff --git a/README.md b/README.md index 6668991161..d3e7fe988f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ - - Google Pixel running Lawnchair Launcher with green wallpaper + + Google Pixel running Lawnchair Launcher with green wallpaper 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 customization options. @@ -27,7 +27,7 @@ This branch houses the codebase of Lawnchair 16, which is currently in beta and - **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). -- **QuickSwitch Support:** Integrates with Android Recents on Android 10 and newer. (requires root) +- **QuickSwitch Support:** Integrates with Android Recents on Android 10-15. (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! @@ -88,7 +88,7 @@ Check that your download is using the official Lawnchair certification using the ## Contributing -Please visit the [Lawnchair Contributing Guidelines](CONTRIBUTING.md) for information and tips on contributing to Lawnchair. +Please visit the [Lawnchair contributing guidelines](CONTRIBUTING.md) for information and tips on contributing to Lawnchair. ## Supporting Lawnchair diff --git a/SECURITY.md b/SECURITY.md index c29af3c5dd..430d3a7682 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,7 +12,7 @@ The latest version of Lawnchair is the only supported version. |----------------|--------------------| | Nightly build | :white_check_mark: | | 16 | :white_check_mark: | -| 15 | :x: | +| 15 | :white_check_mark: | | 14 | :x: | | 13 | :x: | | 12.1 | :x: | diff --git a/docs/assets/device-frame.png b/docs/assets/device-frame.png deleted file mode 100644 index 46a4d3fa12..0000000000 Binary files a/docs/assets/device-frame.png and /dev/null differ diff --git a/docs/assets/device-frame.webp b/docs/assets/device-frame.webp new file mode 100644 index 0000000000..744a8e922e Binary files /dev/null and b/docs/assets/device-frame.webp differ