summaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Changing minSDK for launcher3 to 21 (Lollipop)Sunny Goyal2016-05-101-1/+1
| | | | Change-Id: I421a33801886bdcccb43429b571af1ca7c6b9f55
* Updating gradle versionSunny Goyal2016-05-091-1/+1
| | | | Change-Id: I4f43a45576118572470703668ff3f495a25f3e3c
* Extract color for the hotseat.Tony Wickham2016-05-091-1/+1
| | | | | | | | | | - Only considers the bottom fourth of the wallpaper - Is translucent black or white depending on how dark/light the wallpaper is - Hotseat extends behind the nav bar Bug: 27230217 Change-Id: Id4ea6ee91b4dd221b4c277d22d5041cab178801d
* Removing WallpaperPicker from Launcher3Sunny Goyal2016-04-121-1/+0
| | | | | | | | 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
* Fixing gradle version comflictsSunny Goyal2016-04-081-1/+1
| | | | Change-Id: I6e3b99e2ad67a192e29f9939fc188db81f31d219
* Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+2
| | | | | | | | | | | | | | | - Launcher has an instance of ExtractedColors, which is loaded from LauncherProvider in onCreate() and whenever the wallpaper changes. - When the wallpaper changes, the ColorExtractionService is started in the :wallpaper-chooser process. - ColorExtractionService builds an ExtractedColors instance and saves it as a String in LauncherProvider. - When the results are saved, Launcher gets a callback through LauncherProviderChangeListener and reloads the ExtractedColors. - Whenever Launcher loads Extractecolors, it also re-colors items (currently a no-op). Change-Id: I319e2cfe0a86abcbc6bb39ef6b9fbbcad54ad743
* Fixing broken instrumentation tests when run from command lineSunny Goyal2016-03-181-1/+0
| | | | Change-Id: I923cdbaaaf18c9b765d1e70122b92cd2c1621e06
* Fixing broken testQsbTallHeight for some devicesSunny Goyal2016-02-251-4/+4
| | | | Change-Id: I0f4f11847602f4767051543ff648c5c32a82961a
* Deleting the WallpaperPicker code inside launcher.Sunny Goyal2016-02-181-2/+3
| | | | | | Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
* Adding tests for rotation preferenceSunny Goyal2015-10-161-4/+17
| | | | | | Updating the gradle file to run tests directly from AndroidStudio Change-Id: Iac23dfc6f995477f2406071fbfab3a16ee58ce6f
* Adding gradle script for Android StudioSunny Goyal2015-08-301-0/+55
Change-Id: I640c63e2981337eb8c8ed191b40c0649a986361e