summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/dynamicui
Commit message (Collapse)AuthorAgeFilesLines
* Changing status bar color extraction to use region decoderSunny Goyal2016-11-081-10/+33
| | | | Change-Id: Ie9913a9cb28948128e6624dc3a335c790fa5a11a
* Using BitmapRegionDecoder to only parse partial bitmap during color extractionSunny Goyal2016-11-072-38/+43
| | | | Change-Id: I3474c5e2f880144379b1810ccaef247f4a8d1330
* Updating version check method namesSunny Goyal2016-11-021-2/+2
| | | | Change-Id: If98851677545a9bbb9de308c23ff5c155a61a8bf
* Add feature flag to disable light status barTony Wickham2016-10-132-7/+11
|\ | | | | | | | | | | am: 0fed55bf03 Change-Id: Ia42af86a0e052bb05f0ed2ce6e8372b4408fed13
| * Add feature flag to disable light status barTony Wickham2016-10-122-7/+11
| | | | | | | | | | Bug: 32085545 Change-Id: I4860145b00893c20f7e37817e9659ccd90409966
* | Removing some TODOs with proper system APISunny Goyal2016-09-301-10/+5
|/ | | | Change-Id: I0d0e667cd6af8a7b9dbf3d0fd417f009ae402519
* Enable light status bar when top of wallpaper is light.Tony Wickham2016-09-282-6/+18
| | | | | | | (Light status bar = dark icons) Bug: 29452834 Change-Id: I9f61a05d80158827761c8b62ab40fc50971e27a6
* Extract color for the hotseat.Tony Wickham2016-05-093-30/+114
| | | | | | | | | | - 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 some wallpaper dependencySunny Goyal2016-04-051-3/+3
| | | | Change-Id: I3f88a76df40c64678e297f217d703ca296f2d5cd
* Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-013-0/+269
- 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