summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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