mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
docs: Document changes
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
> This branch has diverged timeline from the original `16-dev`, meaning you will have to rebase your
|
||||
> commit back to this branch if you wish to contribute to this branch.
|
||||
|
||||
Build: BD5.1201 (latest), BD4.2712
|
||||
Build: BD5.1301 (latest), BD5.1201, BD4.2712
|
||||
|
||||
Compatibility list:
|
||||
|
||||
@@ -24,6 +24,9 @@ Compatibility list:
|
||||
| | Android 16 |
|
||||
| | Android 16.1 |
|
||||
|
||||
#### Features
|
||||
* [Lawnchair] Allow user to disable the auto-updater (for Nightly build only)
|
||||
|
||||
#### Fixes
|
||||
* [Launcher] Limited Android 11 support
|
||||
* [Launcher] Limited Android 10 support
|
||||
@@ -32,6 +35,7 @@ Compatibility list:
|
||||
* [Launcher] Don't run predictiveBackTimestamp in less than Baklava device
|
||||
* [Launcher] Reimplement Pull to trigger notifications
|
||||
* [Lawnchair/Preference] Broken ASI/Global preference items for allapps search
|
||||
* [Lawnchair] Stop Nightly auto updater from showing outdated result when app major version is newer than what available to source
|
||||
|
||||
### 🥞 Development 4 Release 1 (Snapshot 10)
|
||||
|
||||
@@ -58,9 +62,9 @@ Compatibility list:
|
||||
|
||||
* [Launcher] Move to Google Sans Flex font (TODO)*
|
||||
* [Lawnchair] Material 3 Expressive Settings (Phase 2, TODO)*
|
||||
~~* [Lawnchair] Better At-a-Glance perceptive wallpaper colour luminance detection*~~
|
||||
~~* Big word that means Lawnchair will take system default hint bright/dark theme and fallback to luminosity detection for bright/dark mode detection in At a Glance.*~~
|
||||
~~* [Launcher] Enable Material Expressive Folder Expansion animation flag~~*
|
||||
* ~~[Lawnchair] Better At-a-Glance perceptive wallpaper colour luminance detection*~~
|
||||
* ~~Big word that means Lawnchair will take system default hint bright/dark theme and fallback to luminosity detection for bright/dark mode detection in At a Glance.*~~
|
||||
* ~~[Launcher] Enable Material Expressive Folder Expansion animation flag~~*
|
||||
* Disabled due to rendering bugs*
|
||||
* [Launcher/Font] Variable font for Launcher3 (????????)*
|
||||
* [Launcher/Popup] Dynamically get app widget popup icon*
|
||||
|
||||
@@ -1,25 +1,51 @@
|
||||
# Bubble Tea
|
||||
### 🥞 Development 4 Release 1 (Snapshot 10)
|
||||
|
||||
## Bubble Tea [QPR1]
|
||||
~~Bug fixes only~~ You may see duplicated changelogs in this release because of merged diverged timeline.
|
||||
|
||||
### 🥞 Snapshot 7 (Development 4 Release 1)
|
||||
In this release, the initial 16-dev branch has now merged to QPR1 branch,
|
||||
meaning you'll have tons of improvements from upstream Launcher3 source.
|
||||
|
||||
Build: BS7.1711
|
||||
Build: BD4.2412 (latest), BD4.2112, BD4.2012, BD4.2311, BS10.2111, BS10.2011
|
||||
|
||||
This snapshot marks the first time Bubble Tea QPR1 is able to pass KSP build stage without any
|
||||
hiccups, the next 1 or 2 snapshots will be focusing on compilation stage, which should be the last
|
||||
stage before we can get started on pE Development 4.
|
||||
Compatibility list:
|
||||
|
||||
This is a developer-focused change log:
|
||||
* Codebase updated to Android 16-0.0_r3 (Android 16.0.0 Release 3)
|
||||
* Prebuilt updated to Android 16-0.0_r3 (Android 16.0.0 Release 3)
|
||||
* Platform libs updated to Android 16-0.0_r3 (Android 16.0.0 Release 3)
|
||||
* Move ViewCapture to platform lib
|
||||
* Add Displaylib
|
||||
* Flags updated to Android 16-0.0_r3 (Android 16.0.0 Release 3)
|
||||
* Pull concurrent, dagger (the launcher3) as module
|
||||
* TODO? We might need to migrate it to build source like compose instead
|
||||
* Lots of prebuilt documentations update
|
||||
* Add compose as part of launcher3 build source
|
||||
* Removed test because I hate configuration gradle
|
||||
* cc: @validcube fix me, cc: too bad
|
||||
| 🏗️ Crash | 🥞 Fully supported |
|
||||
|-------------|--------------------|
|
||||
| Android 8.1 | Android 12.0 |
|
||||
| Android 9 | Android 12.1 |
|
||||
| Android 10 | Android 13 |
|
||||
| Android 11 | Android 14 |
|
||||
| | Android 15 |
|
||||
| | Android 16 |
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* [Launcher] Move to Google Sans Flex font (TODO)*
|
||||
* [Lawnchair] Material 3 Expressive Settings (Phase 2, TODO)*
|
||||
* ~~[Lawnchair] Better At-a-Glance perceptive wallpaper colour luminance detection*~~
|
||||
* ~~Big word that means Lawnchair will take system default hint bright/dark theme and fallback to luminosity detection for bright/dark mode detection in At a Glance.*~~
|
||||
* ~~[Launcher] Enable Material Expressive Folder Expansion animation flag~~*
|
||||
* Disabled due to rendering bugs*
|
||||
* [Launcher/Font] Variable font for Launcher3 (????????)*
|
||||
* [Launcher/Popup] Dynamically get app widget popup icon*
|
||||
* [Launcher] Foldable support (actually real)*
|
||||
* [Launcher] Google Sans Flex font uses almost the exact same configuration as Pixel*
|
||||
* [Launcher] Enable bulk loading by default*
|
||||
* [Launcher] Tablet support (ish)*
|
||||
|
||||
#### Fixes
|
||||
* [Launcher] Fix a lot of internal basic functionality*
|
||||
* [Lawnchair] Re-added some Lawnchair-specific code*
|
||||
* [Launcher] Fix workspace navigation*
|
||||
* [Launcher] Fix allapps navigation*
|
||||
* [Launcher] Fix folder navigation*
|
||||
* [Launcher] Support Android 12.0/12.1/13/14/15*
|
||||
* [Lawnchair/Smartspace] At-a-Glance can't launch activity due to background startup restrictions on Android 14 and above*
|
||||
* [Launcher] Use Lawnchair theming colour for allapps*
|
||||
* [WM-Shell] Fix conflict with prebuilts aidl, make Release build work again*
|
||||
* [Launcher/Desktop] Correct deviceHasLargeScreen check for Baklava*
|
||||
* [Lawnchair/Search] Make search layout changes work*
|
||||
* [Lawnchair/Smartspace] Allow disabling the smartspace feature*
|
||||
* [Launcher3] Widget preview crash for no reason at all on compatible Android version*
|
||||
* [Launcher3] Correct fallback (blur unsupported) allapps colour
|
||||
|
||||
Reference in New Issue
Block a user