Commit Graph

7 Commits

Author SHA1 Message Date
Colin Cross d930011746 Add a lint baseline for Launcher3
The lint version in tm-qpr-dev incorrectly flags BaseActivity.java.
Add an entry to lint-baseline.xml file to silence the incorrect
error.  The newer version of lint in master doesn't have the false
positive.

Bug: 258754271
Bug: 256019562
Test: m RUN_ERROR_PRONE=true javac-check lint-check
Change-Id: I2fd22e96c8e89b7dc25132089e36d599e012e747
Merged-In: If02f87ef74c73321afa3427d845ad80539292b30
2022-11-11 23:27:20 +00:00
Brian Isganitis e98f688196 Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev am: 9b3ef3e638 am: df311603e9
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15329444

Change-Id: If7920bff50108cab908a07c34d082b811da344f0
2021-07-19 23:19:37 +00:00
Brian Isganitis 57c8d68001 Use global color extraction in widgets for wallpaper preview
Test: Widgets in wallpaper app should use wallpaper colors
Bug: 192205054
Change-Id: I4da9ad1cc88be251f97e86b6c8c9b346ed20f586
2021-07-19 15:03:27 -04:00
Brian Isganitis 337f3c76a2 Merge "Use wallpaper colors for widgets in wallpaper change preview" into sc-v2-dev am: a905601cfd am: fe0d2f355c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15054091

Change-Id: Id41419ebed99beffd694214d718b742fb39b0de6
2021-06-22 19:32:31 +00:00
Brian Isganitis 4a76315805 Use wallpaper colors for widgets in wallpaper change preview
Test: Widgets should adapt to new wallpaper colors in launcher preview.
Bug: 191499358
Change-Id: I3fb76b6036cb909771b789eac15742df78c2c742
2021-06-21 19:18:17 -04:00
Jeff Sharkey 8953469fca Update baseline to declare REL.
Bug: 186121492
Change-Id: Ifaab8dd4c852d3e5f85278ea92158a0d49f769c9
Test: treehugger
2021-06-10 14:23:54 +00:00
Pedro Loureiro 1e296c10cf Add lint baseline to address NewApi errors
We are enabling a new lint check where the min sdk != compile sdk.
It has produced a lot of errors and adding the baseline file(s)
allows us to continue work without introducing more problems.

Bug: 150847901

Test: m lint-check
Change-Id: I827a5b21dd52448d4f68da6743a1a1632d99573d
2021-04-12 19:36:17 +01:00