summaryrefslogtreecommitdiffstats
path: root/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-034-2/+58
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2015-11-303-3/+68
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-3024-0/+89
| | | | | | | | | - 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
* Reimplement the CM scrubber against the new Launchercretin452015-11-232-0/+49
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-183-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* Adding market search.Winson Chung2015-08-062-0/+41
| | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Using RGB_565 for low-res iconsSunny Goyal2015-07-011-1/+1
| | | | | | | | | > Using a non-transparent image with flat background for low-res icons > Changing the scale factor from 8 to 5 > The overall size change is 1/50 instead of 1/64 Bug: 22204941 Change-Id: I6cda4b4b3450c23a7bb8218ebd2de2b09af9c414
* Refactoring fast scroller.Winson Chung2015-06-232-22/+1
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-7/+4
| | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* Moving all apps code into sub package.Winson Chung2015-05-224-26/+3
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Animating workspace active background changeSunny Goyal2015-05-211-0/+26
| | | | | | > Removing workspace_overscroll_drawable_padding which is always 0 Change-Id: I89900738371458a6eb7cbfee215d98b267d6a0b0
* Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-213-72/+0
| | | | | | | > No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
* Reodering some drawablesSunny Goyal2015-05-146-5/+42
| | | | | | | | | | | > quantum_panel_shape is xml rectangle with no margin > quantum_panel_bitmap is 9-patch drawable with inbuild shadow and margin > quantum_panel uses xml-shape for lollipop and 9-patch image for lower devices. It includes margin. For shadow, use elevation on lollipop > All drawables have _dark variant > Using #f5f5f5 for panel background, instead of #ffffff Change-Id: Ia7c6cea6d514ee3774fcf5fef6139650bdd53208
* Unbreak the build. Remove extra xml version definition.Hyunyoung Song2015-05-121-1/+0
| | | | Change-Id: I42f1c21143bef6181828d1135deaaf153acbf984
* Fixing several layout issues.Hyunyoung Song2015-05-121-0/+20
| | | | | | | | | | | | | | - N7/N9 indented area should not block scroll view - separator at the end of the widget cell should not show up on the last item. Not covered in this CL: - Guarantee that last item is showing only 20~40%. Right now, the hand picked constant works for N5,6,7,9 b/20338324 b/20763871 Change-Id: I274ab95c6c3e2fc8be8ceafb2e8172c0174a41a5
* Updating drop target assetsSunny Goyal2015-04-283-6/+6
| | | | Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
* Initial changes to support a fixed all-apps layout.Winson Chung2015-04-095-33/+15
| | | | | | | | | | - Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
* Making the scrollbar scrubbable.Winson Chung2015-03-241-1/+1
| | | | | | | | - This change in behavior will remove the ability to scrub anywhere in the gutter to start fast-scrolling, but requires the user to touch near the scroll bar to start fast-scrolling. - Also fixes issue with wonky scrollbar due to the fake section breaks Change-Id: I34b08ac46ea93f7f4cad7ccde1048a388ee6a55d
* Tweaking the apps list fast scroller.Winson Chung2015-03-166-9/+75
| | | | | | | - Making the view span the full width so that you can grab the scroller on the edge of the screen. - Offsetting the fast-scoll popup so that you can see it as you scrub. Change-Id: If1b1934bbeac0660d829cfc29c9e588df927c5e5
* Adding app grid layout with fastscroller.Winson Chung2015-03-123-0/+68
| | | | | | - Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
* Initial changes to break out AllApps into its own view.Winson Chung2015-03-101-0/+21
| | | | | | | | - Moves launcher state-transition code into its own class - Moves all-apps related code into a separate view/set of classes - Implements a basic list view for all apps Change-Id: I68f174aa9e1bf82c4e46ce9549c78a8dc4623f46
* Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-171-33/+0
| | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Updating clings, removing ununsed clingsSunny Goyal2014-08-254-58/+11
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-3/+10
| | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* Updating the ui for widget restore flowSunny Goyal2014-08-121-24/+0
| | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-211-0/+24
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* Enabling quantum look and feel everywhereAdam Cohen2014-07-074-84/+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-114-0/+84
| | | | | | issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-111-23/+0
| | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-101-0/+23
| | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-101-23/+0
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Fixing RTL issues with Clings. (Bug 11008488)Winson Chung2013-10-102-0/+38
| | | | Change-Id: I78f891eabab53d6ded18f7c843504219d71e2883
* Adding pressed state to overview mode buttons (issue 10926631)Adam Cohen2013-09-263-0/+63
| | | | Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee
* Initial changes to restore clings.Winson Chung2013-09-201-2/+2
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Update assets for pressed/focused/selected statesMichael Jurka2013-09-181-4/+4
| | | | | | | Also, add shadow below/above wallpaper strip Bug: 10722070 Change-Id: I37c445bab90e103f414c95b62e101a73d060661f
* Adding xxhdpi resource directories.Winson Chung2013-09-131-20/+0
| | | | Change-Id: Iccbdcbfc98187fd3a862774c4b11105d5f5b6d24
* Adding ability to delete previously saved wallpapersMichael Jurka2013-09-121-0/+1
| | | | | | | - Also preserving temporarily picked wallpapers on rotation Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
* Oops, fix build breakage caused by missing files.Michael Jurka2013-08-211-0/+22
| | | Also, remove preview images for wallpaper pickers.
* Remove built-in wallpaper picker.Daniel Sandler2013-08-212-42/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-1/+1
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fix a lot of easy lint issuesMichael Jurka2012-02-241-21/+0
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Fixing a few landscape issues.Winson Chung2011-11-281-2/+2
| | | | | | | | - Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
* Minor fixes to LauncherWinson Chung2011-11-181-1/+0
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-112-0/+24
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Fix stuttering animation when you press homeMichael Jurka2011-10-311-1/+1
| | | | | | | Bug # 5533287 also removing some dead code/assets Change-Id: I05e0a67d5b9003c76e1589a9dc54b7d17b755acf
* Fixing some small issues.Winson Chung2011-09-271-5/+4
| | | | | | | | | - Adding All Apps pressed state (5375824) - Ensuring the drop targets are single line (5375563) - Adding some checks in kb focus logic to appease some frantic monkeys (4508638) - Removing some unused assets Change-Id: I46702ee25c638849c716f0d8428f68c2b06c1c2e
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-2/+2
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* DO NOT MERGE: Fixing regression where scroll position would be offset when ↵Winson Chung2011-09-151-0/+22
| | | | | | | | | rotated. - Fixes the scrolling issue only in conjunction with framework measure fix - Updating the wallpaper gallery item background Change-Id: I156de59a3eadfdaa61018c0a74ad0614d76cde6d
* Fixing build.Winson Chung2011-09-141-1/+1
| | | | Change-Id: Ib76ed00be3b81231b782f83a3dd13c6dc40d6439
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+20
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7