summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add developer options for grid change for Styles"Luca Stefani2019-12-141-6/+0
| | | | | | This reverts commit 58de5de42ae14bcd688fccd841c537fe8da6f3e9. Change-Id: Ibf3ceeb55230681be2e0de72d2eaa432b3eaf505
* Launcher3: Google Feed integrationEdward Cross2019-12-121-0/+6
| | | | | | | | If Google Search is installed, the Google Feed can be found at the -1 screen (which is the very left). This feature is enabled by default. Change-Id: I495196818699fd378cd60e6dd61b07a0ab951762
* Add developer options for grid change for StylesHyunyoung Song2019-05-161-0/+6
| | | | | | Bug: 118758696 Change-Id: I66cd36cda495d339e0c2550f0957e3fbcddca477
* Remove IconShapeOverrideHyunyoung Song2018-12-191-9/+0
| | | | | Bug: 120736782 Change-Id: Iee44f10ff2b9ec447ae74d9ad6a0aa3668c401d6
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-041-4/+4
| | | | | | | | This will reduce confusion with the other "badging" concept we use for, e.g. work profiles. It is also consistent with the external name "notification dots". Change-Id: I2a2c9d96dc0d6284eb0c48adc78a856271caad4d
* Moving Plugin and feature flags UI to androidXSunny Goyal2018-10-251-3/+3
| | | | | | | > Combining both preference into a single screen > Adding plugin preference screen so quickstep build Change-Id: I3d2ff3ebdac3c774659e79ecb81be6f75f765eb0
* Using support lib implementation for launcher preferenceSunny Goyal2018-10-191-5/+6
| | | | | Bug: 117519297 Change-Id: Icea5e022a337436e48db9376fd441f805dc34e54
* Make flags UI available on release build of launcherRyan Lothian2018-10-151-0/+6
| | | | | | | The UI will only be shown on eng/userdebug platform builds. Bug: 117223984 Change-Id: I27843f2d856a4a19f3fe53c4d306606eaa5714a2
* Kepping the rotation setting UI always enabled and accessibleSunny Goyal2018-04-201-0/+1
| | | | | Bug: 77654352 Change-Id: Iade9ef33bc70fdbdac9ab39d6fa77113fb21549a
* Bringing back auto-rotate settingsSunny Goyal2018-04-191-2/+7
| | | | | Bug: 77654352 Change-Id: I0910fc8afe2fb7e125d57912abc35bbbd5df9d74
* Updating Launcher rotation logicSunny Goyal2018-03-031-7/+0
| | | | | | | | | | When auto-rotate is on, launcher allways allows rotation. This allows uses to use locked rotation feature is available on the device When auto-rotate is off, workspace does not allow rotation, but overview in quickstep will allow rotation Bug: 73872056 Change-Id: Ie12365c268fd5e4958634ed97b5a33dcadc691e2
* Adding a warning button when notification access is not availableSunny Goyal2017-07-101-3/+4
| | | | | Bug: 63418030 Change-Id: I4c2c497d989902ac002314a3b8fb97083757958b
* Reorder home settingsHyunyoung Song2017-06-261-17/+17
| | | | | | Bug: 62957388 Change-Id: I8fdc6448033d3c7f49396e506ef7f1fee45a7914
* Fix typo in preferencesTony2017-06-121-1/+1
| | | | | Bug: 62299923 Change-Id: I6e76a46f9e1fa7acf4b746840c33c914de364417
* Add setting to turn off icon badgingTony Wickham2017-05-161-7/+19
| | | | | | | Redirects to system Notifications setting page. Bug: 36815147 Change-Id: I5ee542f94ed51a73a57df3a726384944ff3ee71d
* Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-041-0/+10
| | | | | | | | > This would allow developers to verify their icon designs on different device configurations > This settings is only visible when developer settings is enabled Change-Id: I7e32abfede001c134f23390734dcd39c93b68b9a
* Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-091-0/+7
| | | | | | | | | | > Disabling Install shortcut broadcast for O and above > Adding a preference to control automatic icon addition on homescreen > Adding icons on homescreen for new installs based on the above preference Bug: 32920609 Bug: 27967412 Change-Id: I92e5cb7c841fb445dc8bc058d975f212ee54f8d1
* Enabling translation for preference stringSunny Goyal2015-06-251-1/+0
| | | | | | | > Removing description string Bug: 22065032 Change-Id: I8acb51b113066924f028b4dd891b508027e7cb6a
* Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-0/+27
This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344