summaryrefslogtreecommitdiffstats
path: root/src_flags
Commit message (Collapse)AuthorAgeFilesLines
* All Apps transition with gradient and scrim.Mario Bertschler2017-05-031-0/+2
| | | | | | | The transition is behind a feature flag and turned off by default. Change-Id: I155840ba82b5a573d874376797db5f739a52d706
* Updating color extraction to include wallpaper theme color.Sunny Goyal2017-04-261-0/+2
| | | | | | | Also adding mathods and callbacks to pass the related data to the callbacks. Bug: 37616877 Change-Id: I7512cac7a603e8e5a05ec3a360c9eec493344b00
* Enable feature flag for: Setting soft input to adjust resize whileMario Bertschler2017-03-281-1/+1
| | | | | | | all apps is open. Bug: 35947394 Change-Id: Ia17ea11174a2a7276c243df7ed23dfa720200967
* Legacy icon treatmentHyunyoung Song2017-03-281-2/+2
| | | | | | | | | | | | | - normalize - circle detection b/36563706 LEGACY_ICON_TREATMENT can only be turned on IF DISABLE_ICON_NORMALIZATION is false. This is fine since, when all apps migrated to adaptive icons we won't need icon normalization AND we won't need legacy icon treatment. Change-Id: Ic5745a5c521e670ce699f6a74733739cb7986f71
* Enable Promise App Icon in All Apps.Mario Bertschler2017-03-211-1/+1
| | | | | | | | | - feature flag defaults to true - avoid adding additional workspace shortcut if promise shortcut already exists - handle promise app removal in package added callback for success case Change-Id: I694701e35cc94481a9c337df3a17b1e5aa2c3b4c
* Show promise app icon in All Apps while installation process.Mario Bertschler2017-03-171-1/+2
| | | | | | | | | | | | | This CL only modifies the model and is behind a feature flag which per default is set to false. The app icon will appear as a promise icon, it reacts on icon or label changes and the icon will be remove on finishing the installation process. With this CL the progress of the installation process is not visible. Bug: 23952570 Change-Id: I510825d0b0b1b01eb14f7e50f0a2358b0d8b99b5
* Separating the config and flags in different directories so thatSunny Goyal2017-03-071-0/+57
it is easier to override one or the other Bug: 36001650 Change-Id: I713f4f5dbcf902614ce9f6c7a73bdace7bdf1ea0