Commit Graph

16 Commits

Author SHA1 Message Date
Goooler 5d8ab7db51 Always publish build scan
Follow up #2903.
2022-09-06 08:42:24 +08:00
Goooler 08031573ff Cleanup build scripts (#2903)
* No need to apply kotlin in hidden-api

* Remove rxjava2

* Add replaceFrameworkJar back

* Remove unused minify configs

* kotlinx-serialization-json 1.4.0

* material3 1.0.0-beta01

* Coil 2.2.0

* Cleanup CC

* Revert "material3 1.0.0-beta01"

This reverts commit 67f51ffe002cf3219ab494f7a001796bda29c6cf.

* Revert "Add replaceFrameworkJar back"

This reverts commit c9edc3b65f6033ff4ad45623c9d42271a9cc5c15.

* Limit CI running on dev branches & PRs

* Cleanup kotlin plugins

* Configure android extensions ini allprojects

* Cleanup

* Configure projects repos in dependencyResolutionManagement

* Remove root namespace

* Bump AGP to 7.3.0-rc01

* Remove empty manifest files

* Apply plugins in plugins block

* Remove buildscript

* Enable typesafe project accessors

* Update submodule

* Merge https://github.com/LawnchairLauncher/platform_frameworks_libs_systemui/pull/5

* Bump Gradle Enterprise plugin to 3.11.1

* Add CI ignore rules

* Add renovate.json

* Correct ignore rules for CI

* Enable abortOnError

* Simplify FRAMEWORK_PREBUILTS_DIR

* Remove sdk versions
2022-09-05 09:23:10 +08:00
Goooler e3f9d84061 Modernize a bit (#2806) 2022-08-10 15:07:14 +05:30
Suphon Thanakornpakapong c471e08b94 Fix widgets interaction before June patch 2022-06-22 17:49:14 +07:00
Suphon Thanakornpakapong 989854ff80 Use LayoutType from searchuilib 2021-10-11 13:16:06 +07:00
Suphon Thanakornpakapong 01563bce7d Initial quickstep support on 11 2021-10-10 11:46:32 +07:00
Suphon Thanakornpakapong f70eb2bc79 Move iconloaderlib to new repo 2021-10-06 09:43:50 +07:00
Suphon Thanakornpakapong 39579786f3 Build SystemUIShared from source 2021-06-03 10:55:06 +07:00
Kshitij Gupta c930b5f9fb Launcher3: Build in Lawnchair, make "lawn" app flavor
- Also add placeholder SettingsActivity
2021-02-28 23:23:06 +05:30
Patryk Michalik 1d49390841 Move IconLoader to submodule 2021-02-28 15:13:32 +01:00
Kshitij Gupta 5498c5ad59 Launcher3: Include Lawnchair 2021-02-28 16:57:07 +05:30
Patryk Michalik 10efcc000e Add Lawnchair module 2021-02-28 12:17:59 +01:00
Amos Bianchi dda7490c34 Fix gradle build of Launcher3
Test: build, run

Change-Id: I121fe3174bdb2292ae8f08ab610da2bac01251b3
2020-01-17 11:24:43 -08:00
Hyunyoung Song 719eee2be2 Create iconloader library
Bug: 115891474
Test: Builds everything

Change-Id: I1d75702d4e5a10d694eeb839784a629de2f74dd2
2018-11-02 14:18:45 -07:00
Sunny Goyal 30a716157b Removing WallpaperPicker from Launcher3
Launcher3 will no longer include a wallpaper picker.
Eventually it will just point to the system wallpaper settings where
user can choose from all the installed pickers

Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
2016-04-12 17:59:16 -07:00
Sunny Goyal bd822508e5 Deleting the WallpaperPicker code inside launcher.
Instead linking it to the packages/apps/WallpaperPicker project

Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
2016-02-18 15:09:21 -08:00