summaryrefslogtreecommitdiffstats
path: root/src_flags
Commit message (Collapse)AuthorAgeFilesLines
* Make flags UI available on release build of launcherRyan Lothian2018-10-151-6/+2
| | | | | | | The UI will only be shown on eng/userdebug platform builds. Bug: 117223984 Change-Id: I27843f2d856a4a19f3fe53c4d306606eaa5714a2
* Groundwork for runtime-toggleable feature flagsRyan Lothian2018-10-081-0/+7
| | | | | | | | | | This is the first step in adding a flag toggler UI to launcher. The change migrates a single flag (QSB_ON_FIRST_SCREEN) from a boolean constant to a boolean method. In future, that will allow us to return different values at runtime. Bug: 117223984 Change-Id: I1e62c91dd941b8145166021bc0aa157733e62ea0
* Simplifying FeatureFlags by moving common flags to a base class.Sunny Goyal2017-07-241-45/+1
| | | | | | | Only the modified flags need to be redefined. Bug: 63967896 Change-Id: I521018a45a4c6b3280a4fbcf97cac698f8470a03
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-2/+5
| | | | | | | target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
* disable feature flag LAUNCHER3_PROMISE_APPS_IN_ALL_APPSMario Bertschler2017-06-201-1/+1
| | | | | Bug: 38419507 Change-Id: Ic2e78136eb7657e10b37cd8382b94f95102010fe
* Add LAUNCHER3_SPRING_ICONS feature flagHyunyoung Song2017-06-141-0/+2
| | | | | | b/34841763 Change-Id: Icb1ad68f8f51437e44372edf6a284a3935788354
* Providing a default color extraction implementation.Mario Bertschler2017-05-261-1/+1
| | | | | | Enabling FeatureFlag LAUNCHER3_GRADIENT_ALL_APPS Change-Id: I86d982344a4a04a79bde6dce714b1f0bff90f992
* Turn flag on for LAUNCHER3_PHYSICS.Jon Miranda2017-05-231-1/+1
| | | | Change-Id: Ibd89a1a422dda9d24b64f4e2968c4edb1342db22
* Add physics motion to items in all apps.Jon Miranda2017-05-231-0/+2
| | | | | | | | | | Motion applied to: - Icons - Prediction icons - Prediction divider Bug: 38349031 Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
* 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