summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/list
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Launcher settings.Artem Shvadskiy2016-02-111-102/+48
| | | | | Change-Id: If5dcaaa9f4dad1a3eb151627622357331e8ad4da issue-id: CYNGNOS-1987
* Trebuchet: Move allow rotation to home settings sectioncretin452016-02-101-11/+11
| | | | | | Issue-id: CYNGNOS-1929 Change-Id: Ib1e615ccbce7991a31e15a967c942994fc3c01c2
* Split remote folder settings into home and drawer sectionsArtem Shvadskiy2016-02-101-12/+12
| | | | | Change-Id: I0265ac00b4926007de3bda7619c0b1dbedb7580b issue-id: CYNGNOS-1984
* Trebuchet: Change icon labels setting to switchcretin452016-02-101-11/+17
| | | | | | Issue-id: CYNGNOS-1900 Change-Id: Ife68fe84867be631c59cc1de7c44205817e07130
* Trebuchet: Fix adapter derp on grid size itemcretin452016-02-031-3/+3
| | | | | | Issue-id: OPO-421 Change-Id: Ia3bd18b38918e35fe8721399c9a32620c2b184b7
* Add additional setting to launcher options for remote apps in drawer.Artem Shvadskiy2016-01-291-2/+14
| | | | | | issue-id: CYNGNOS-1717 Change-Id: Idaf217a78011a08188f438294a27277183bd1ada
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-1/+15
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet: Move allow rotation pref to overlay panelcretin452016-01-051-0/+21
| | | | Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
* Trebuchet: Fix some icon size and flush cache issuescretin452015-12-181-1/+1
| | | | Change-Id: I6aa4bc09fd888559d3a1795f4f0968f9b89534d9
* Trebuchet: Add ability to disable the scroller completelyMartin Herndl2015-12-171-4/+16
| | | | | | | | | 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-0/+13
| | | | | | | | | | | 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
* Trebuchet: Add scrubber to widget viewstaging/cm-13.0cretin452015-12-101-0/+1
| | | | Change-Id: I68711e95ed31a962b47e995e979e32de37570b44
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2015-12-101-30/+45
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Reimplement CM Settings Overview Panel Part 4Yvonne Wong2015-12-081-9/+10
| | | | | | | - 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-3/+84
| | | | Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-031-13/+14
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Reimplement CM Settings Overview Panel in the new Launcher Part 2Yvonne Wong2015-11-301-14/+18
| | | | | | | - 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-305-0/+1658
- 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