summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/OverviewSettingsPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Move allow rotation to home settings sectioncretin452016-02-101-3/+3
| | | | | | Issue-id: CYNGNOS-1929 Change-Id: Ib1e615ccbce7991a31e15a967c942994fc3c01c2
* Split remote folder settings into home and drawer sectionsArtem Shvadskiy2016-02-101-14/+23
| | | | | Change-Id: I0265ac00b4926007de3bda7619c0b1dbedb7580b issue-id: CYNGNOS-1984
* Hide remote apps completely if user has certain restrictionsArtem Shvadskiy2016-02-041-1/+1
| | | | | | | | | | Restrictions: - User does not have access to install apps. - User is in a restricted profile. - User does not have Play Store installed. Change-Id: Ie762e265bd57a924617f53b8fe460a456622b3c9 issue-id: CYNGNOS-1787
* Add additional setting to launcher options for remote apps in drawer.Artem Shvadskiy2016-01-291-9/+2
| | | | | | issue-id: CYNGNOS-1717 Change-Id: Idaf217a78011a08188f438294a27277183bd1ada
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-7/+29
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet: Move allow rotation pref to overlay panelcretin452016-01-051-1/+2
| | | | Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
* Trebuchet: Add ability to disable the scroller completelyMartin Herndl2015-12-171-0/+1
| | | | | | | | | This change adds another toggle to the drawer settings which disables the app drawer scroller completely. There is already a setting which toggles between horizontal and vertical scroller, but I like my drawer if it's even cleaner and uses no scroller at all. Change-Id: Iad3efdafee264852f52e728341fd86d60452b05b
* Add app drawer search bar toggle to settingsMartin Herndl2015-12-161-1/+2
| | | | | | | | | | | This adds the possibility to enable or disable the search bar on top of the app drawer. In the Launcher class it will be created with the View.GONE visibility to avoid taking up space if disabled. Per default it behaves like before and is enabled. PS3: Make sure the hasSearchBar boolean is set. Change-Id: I48711aea2b15bf535815d0e453ac33079af26eca
* Reimplement CM Settings Overview Panel Part 4Yvonne Wong2015-12-081-3/+5
| | | | | | | - Enable protected apps and update workspace/app drawer/widgets view when protected apps change - Change reload launcher to happen after each setting toggle to reduce UI lag Change-Id: I0a4a4a077c3cb94eaccfb4e8c4213135cb99d57e
* Trebuchet: Add app drawer settingscretin452015-12-031-1/+4
| | | | Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
* Reimplement CM Settings Overview Panel in the new Launcher Part 2Yvonne Wong2015-11-301-2/+3
| | | | | | | - Enables hiding the search bar from the workspace - Adds a reload launcher flag to reload only during onResume or newIntent if needed Change-Id: I0feb279f9003b268b5a129cef40d3665787ee451
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-301-0/+74
- Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e