summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Add options to hide icon labels from drawer and homescreenFlamefire2014-11-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | Forward port from CM 10.2 PS3: Fix typo PS4: Rebase and global defaults PS8: Rebase to head Issue: There is already an Icon section in general, move both settings there or leave separate in their categories? Conflicts: res/values/preferences_defaults.xml res/xml/preferences_drawer.xml res/xml/preferences_homescreen.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Folder.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/PagedViewIcon.java src/com/android/launcher3/Workspace.java Change-Id: I90ae4d2357e5f45fa9261c4eaa0fcf287996e327
* Customizeable Dynamic Grid:Raj Yengisetty2014-11-191-1/+2
| | | | | | | | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Conflicts: res/layout/settings_pane_list_item.xml res/values/cm_strings.xml src/com/android/launcher3/DeviceProfile.java src/com/android/launcher3/list/SettingsPinnedHeaderAdapter.java Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* Fixing wrong views being made visible when opening all appsSunny Goyal2014-09-101-4/+1
| | | | | issue: 17422327 Change-Id: I18175ecba154dff3ff5d7e1b16696ca46c7aeae8
* Merge "Updating the icon click feedback" into ub-now-porkchopSunny Goyal2014-08-201-36/+21
|\
| * Updating the icon click feedbackSunny Goyal2014-08-191-36/+21
| | | | | | | | | | | | | | | | | | > Using BubbleTextView everywhere, removed PagedIconView > There is a brightness feedback on touch and shadow feedback on click, until app launches issue: 16878374 Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
* | Unify next / prev page hints for drag and drop across devicesAdam Cohen2014-08-191-8/+18
|/ | | | | | | | -> Eliminate the white bgs on tablets during drag (issue 15880213) -> Add stateful (active and rest) next / prev page hints (issue 15937059) -> Fix recent regression which allowed overscroll in custom content area Change-Id: I1198dc88ca8570cb9e1afd3ca939be06a8dea92e
* Merge "Updating the UI for focused state of an icon/folder." into ↵Sunny Goyal2014-08-161-4/+1
|\ | | | | | | ub-now-porkchop
| * Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-4/+1
| | | | | | | | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* | Adding dampened snap back overscroll to Workspace and AppsCustomizePagedViewAdam Cohen2014-08-181-18/+0
|/ | | | | | issue 15475254 Change-Id: I5eb9fc480167faf4be16bd17bf18e2d103f40f47
* Merging motorola's patch to prevent crashes on view id mess upSunny Goyal2014-07-241-8/+9
| | | | | issue: 15517526 Change-Id: Ib15b3dc2f5ed4e488f5d172ed02ccb72741d5980
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-5/+0
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Add new assets for LMP previewAdam Cohen2014-06-111-0/+5
| | | | | | issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa
* Remove antiquated way of determining CellInfo during long pressAdam Cohen2014-05-121-86/+10
| | | | | | | -> allows us to eliminate cast of getTag() to CellInfo to fix issue 13587508 Change-Id: Id2277206765621f664b758cce800bf8423231b1e
* Allow scrolling folders in when all apps is disabled.Nilesh Agrawal2014-01-021-1/+1
| | | | | | | | Allows for more items to be added into a folder. Allows for scrolling by letting the content area inside the scroll view to be taller. The height of content area was capped in https://googleplex-android-review.git.corp.google.com/#/c/387583/ Change-Id: I8d7950ac9c155e26c5a299c17ae6a2bbf829dce6
* Clean up importsMichael Jurka2013-12-131-2/+0
|
* Merge "Adjusting grid for tablets and fixing incorrect resources for large ↵Winson Chung2013-12-121-1/+6
|\ | | | | | | tablets." into jb-ub-now-kermit
| * Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-101-1/+6
| | | | | | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* | Fix new NPE relating to reorder hintsAdam Cohen2013-12-111-2/+2
| | | | | | | | Change-Id: I80ff327ee549caef5802eb7194d48b1e8424ce47
* | Adding reorder hinting, hopefully will help with (issue 10654628)Adam Cohen2013-12-091-58/+98
|/ | | | | | | -> Adds instant feedback that reorder _will_ happen, so hopefully will improve perceived disambiguation Change-Id: Icd99e7beeb87e79627a6b9fc78a9132781410379
* Fix issue with adding widget with config activity to empty screen (issue ↵Adam Cohen2013-10-311-0/+9
| | | | | | 11381059) Change-Id: Ic7eecb30422e7a6cf35ebe8470d9eba8752d406e
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-23/+11
| | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* Fix NPE in CellLayout (issue 11113502)Adam Cohen2013-10-091-3/+5
| | | | Change-Id: I8dafa79f68efdda5402e8b228ea3e81d77549a03
* Merge "Getting rid of additive blending for overscroll (issue 11072246)" ↵Adam Cohen2013-10-091-3/+0
|\ | | | | | | into jb-ub-now-indigo-rose
| * Getting rid of additive blending for overscroll (issue 11072246)Adam Cohen2013-10-081-3/+0
| | | | | | | | Change-Id: Id833f3488b2f25aa948d6cb7a9f04367be36c7b0
* | Ensuring that we offset cell items by their destination cell padding. (Bug ↵Winson Chung2013-10-081-13/+3
| | | | | | | | | | | | 10881814) Change-Id: Idc16ae64b1a0e7f79b8a3ff5da6854fbab7867d2
* | Accounting for background padding when drawing the bg. (Bug 10881814)Winson Chung2013-10-081-1/+6
|/ | | | Change-Id: I516786c54e1b4b66a601337bd69b8f198dcee2aa
* Offsetting the CellLayout by the remainder space to center it. (Bug 11030678)Winson Chung2013-10-081-2/+4
| | | | Change-Id: Ib83a982498159c21fef5dd8ecc40ac2287d31c60
* Disable hardware layer on custom screenChris Craik2013-10-011-6/+2
| | | | | | | | | | | Whereas standard ShortcutAndWidgetContainers are static during screen transition, the custom screen may animate during its transition. Disabling the hardware layer reduces the cost of this animation significantly. bug:10810505 Change-Id: I560d209f651951f54c224862a706e8a243dc71af
* Toning down overscroll overlay (issue 11023942)Adam Cohen2013-10-011-0/+2
| | | | Change-Id: Ic019ca7b6f076236ec0b85f96446ec555e7bde1f
* Fixing issue where incorrect min/max widths/heights were being reported to ↵Winson Chung2013-09-261-0/+2
| | | | widgets. (Bug 10940505)
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-13/+22
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-2/+2
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* More folder cleanupAdam Cohen2013-09-201-17/+16
| | | | | | | | -> Eliminating out ring -> Fixing the cursor color -> Using "nolip" asset appropriately Change-Id: Ie0e341e865298555dcb0fcb5644e1f3e6b5e39e6
* Fixing small regression in PageIndicators add page, fixing NPE (Bug 10779956)Winson Chung2013-09-201-32/+33
| | | | Change-Id: I7ff711c6fc97987efc57bf023913e33e31ccf140
* Fixing issue with folders not showing up.Winson Chung2013-09-131-11/+15
| | | | | | | | - 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
* Recompute cell size when inputs change.John Spurlock2013-09-121-3/+5
| | | | | Bug:10691425 Change-Id: I0bb8904bbae2c6d0939b15ff06d584b96ef6f8b2
* Clean up unused codeMichael Jurka2013-08-281-2/+0
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-4/+9
| | | | LauncherModel count.
* Fix build.Daniel Sandler2013-08-211-4/+0
| | | | Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51
* Fixing issue with widget sizes being misreported.Winson Chung2013-08-201-9/+13
| | | | | | - Fixing NPE with getting page indicators in phone landscape Change-Id: Id369596e38cbe7a161c0d1f62e62e4f4f3cc31b3
* Initial Changes for Dynamic GridWinson Chung2013-08-201-115/+70
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Giving custom content full screenAdam Cohen2013-07-231-0/+5
| | | | Change-Id: Icd104fff8a1a315b795a60b812048a6218bf0e5a
* Enabling reorderingAdam Cohen2013-07-121-1/+7
| | | | | | | -> Reordering is enabled and persists -> Fixed persistence issue when adding items to empty screen Change-Id: I7c797b2c81a2988c95d8d9383be46d6ef0b7532d
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-2/+5
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* Making folders scrollableAdam Cohen2013-06-061-3/+15
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+3338
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b