summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DynamicGrid.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for dynamically resolved default layouts.Winson Chung2014-05-161-17/+22
| | | | Change-Id: Id05c60b93423ce37dd06a126ecf33c74a0ba1d62
* Adding specific buckets for N5 in dynamic grid. (Bug 12604220)Winson Chung2014-01-171-2/+4
| | | | Change-Id: I1fa62b7d16f557c7191fb1666d687b8784a88857
* Adding new bucket for inbetween phone-tablet layouts. (Bug 11993166)Winson Chung2014-01-161-0/+2
| | | | Change-Id: I01fc54be8059d4cd25ff465c70595683fc8ac019
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-1/+1
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-101-2/+2
| | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* Allow 5 hotseat icons in DISABLE_ALL_APPS mode.Nilesh Agrawal2013-12-091-6/+6
| | | | | | | | Added the xml resource in Launcher3 package as well. This is a dummy resource with just hotseat icons. Previously reviewed on: http://ag/396580 Change-Id: I31b0d7d4796d028f44f746260c381f2d8226605a
* Revert "Allow 5 hotseat icons in DISABLE_ALL_APPS mode."Nilesh Agrawal2013-12-091-6/+6
| | | | | | | | | | | | This reverts commit f4ed1be4ef22c87b002c3bca90d130eb77fe5535. This broke the build: packages/apps/Launcher3/src/com/android/launcher3/LauncherProvider.java:292: cannot find symbol symbol : variable default_workspace_no_all_apps location: class com.android.launcher3.R.xml return R.xml.default_workspace_no_all_apps; Change-Id: I40e80494f06f08de3d827c6816075ac4d269ea6a
* Allow 5 hotseat icons in DISABLE_ALL_APPS mode.Nilesh Agrawal2013-12-061-6/+6
| | | | Change-Id: I71510cf079e211bd53e411e6e43f1bc6475f6d35
* Reducing workspace grid for dogfooding.Winson Chung2013-11-191-2/+2
|
* Adding method to get the search bar bounds.Winson Chung2013-11-141-661/+1
| | | | Change-Id: Iec2fe0992cc666432ba6b9eac7ee8bf63e49b146
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-0/+42
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Fixing tiny regression in PagedView spacingAdam Cohen2013-11-071-1/+1
| | | | Change-Id: I7dde2257e6079d540d648fa57a15cf865d594f35
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-9/+73
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-13/+35
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-49/+132
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Altering the workspace padding to account for default widget padding (Bug ↵Winson Chung2013-10-101-6/+17
| | | | 11116452)
* Hiding side pages during AllApps transition. (Bug 10971209)Winson Chung2013-10-071-1/+1
| | | | | | - Tweaking page indicator sizing (Bug 11116262) Change-Id: Ia03f0ba3713c90a2672a1d8770a19c61adf9badc
* Upping icon font size. (Bug 10909316)Winson Chung2013-10-011-6/+6
| | | | Change-Id: Iafc29b0b0eb98d51c9a03babff37d1dfdd53d9e0
* Ensuring that Launcher always has a search bar. (Bug 10965514)Winson Chung2013-09-271-10/+10
| | | | | | - Also disabling voice proxy when we are in now (Bug 10915381) Change-Id: I4ad6392b5139d12b9b298110109b9363ba426cb4
* Fixing issue where incorrect min/max widths/heights were being reported to ↵Winson Chung2013-09-261-1/+2
| | | | widgets. (Bug 10940505)
* Extending the hit rect when testing for dragging over the hotseat.Winson Chung2013-09-241-4/+17
| | | | Change-Id: I57cf863c663b1e57fa422db880b6003ead1199c8
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-1/+1
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Initial changes to restore clings.Winson Chung2013-09-201-1/+3
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-191-1/+1
| | | | | | | - Ensuring app names don't run into each other in folders and on the workspace - Ensuring that app names are aligned with folder names Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c
* Fixing issue with folders not showing up.Winson Chung2013-09-131-7/+6
| | | | | | | | - Add long click on empty spaces in hotseat to show overview mode - Limit the height of all apps to the workspace + hotseat size - Fixing some comments Change-Id: Ie5a97a8b04e449385e2b3f6230079aebf8e15d5a
* Initial changes to restore AllApps.Winson Chung2013-09-051-7/+31
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Clean up unused codeMichael Jurka2013-08-281-1/+0
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Merge "Fixing folders to always show in view, removing old assets and ↵Winson Chung2013-08-261-19/+52
|\ | | | | | | references to LauncherModel count." into jb-ub-gel-agar
| * Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-19/+52
| | | | | | | | LauncherModel count.
* | Get the view to be used as qsb bar from the launcher directly.Cristina Stancu2013-08-221-1/+1
|/ | | | | | | | | | | | | | This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
* Initial Changes for Dynamic GridWinson Chung2013-08-201-0/+478
Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf