summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* | Reodering some drawablesSunny Goyal2015-05-142-2/+7
| | | | | | | | | | | | | | | | | | | | | | > 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
* | Removing some more unused resourcesSunny Goyal2015-05-144-37/+0
|/ | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Pulling out predictions into another row view.Winson Chung2015-05-132-7/+4
| | | Change-Id: Iba0d74457a1314cf0c00a88f9b07df049334e542
* Minor visual tweaks.Winson Chung2015-05-131-5/+4
| | | | | | | | | | - Drawing full divider under predicted apps - Enabling dynamic search bar elevation - Increasing fast scroller pop-up size - Insetting the padding to prevent the scroll bar from overlapping with app titles Bug: 20299865 Change-Id: I48ffde43c2158c23b54cd43fede722da41ccc111
* Fixing several layout issues.Hyunyoung Song2015-05-121-1/+0
| | | | | | | | | | | | | | - 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
* Using BubbleTextView for widget section headersSunny Goyal2015-05-122-3/+4
| | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
* Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-111-2/+4
|\
| * Various icon size changesSunny Goyal2015-05-111-2/+4
| | | | | | | | | | | | | | 1) Setting different icon and text size for workspace and all apps 2) Setting padding during BubbleTextView inflation Change-Id: I59da6986b0d98e8e2aa6065743bb799a6bf06a37
* | Merge "Ensure that clipping widget size is 20~40% of its width on every ↵Hyunyoung Song2015-05-111-3/+3
|\ \ | | | | | | | | | devices" into ub-launcher3-burnaby
| * | Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | b/20338324 b/20763871 Change-Id: I69114cb6dfec95c473313a440a6db76a052e5601
* | | Merge "Initial changes to support predicted apps." into ub-launcher3-burnabyWinson Chung2015-05-111-0/+2
|\ \ \ | |_|/ |/| |
| * | Initial changes to support predicted apps.Winson Chung2015-05-111-0/+2
| |/ | | | | Change-Id: I80117d51074fe3dbdbb8d81cae886b1dffdfb86a
* | Merge "Using xml-drawable and elevation as folder background" into ↵Sunny Goyal2015-05-111-2/+7
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-071-2/+7
| | | | | | | | | | | | Change-Id: I21376bd3de8cd58c646d0898d5a8303af9057218
* | | Merge "Adding accessibility widget resize" into ub-launcher3-burnabySunny Goyal2015-05-112-0/+20
|\ \ \ | |_|/ |/| |
| * | Adding accessibility widget resizeSunny Goyal2015-05-062-0/+20
| | | | | | | | | | | | Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
* | | Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-081-2/+3
| |/ |/| | | | | | | | | Bug: 20763871 Change-Id: I8c2f45cfb10964e4be7e9c07c89dd336585c9989
* | Explorations in dense grids for all apps.Winson Chung2015-05-061-0/+1
|/ | | | | | | | | | | - Adds sticky section headers - Removing AppsListAdapter - Adding search bar field - Subtitle filtering Bug: 20222023 Change-Id: I1eaef701b5d68f475615f09d86561eacc91c937f
* Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-062-0/+11
| | | | Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
* Merge "Adding accessibility action to move item out of a folder" into ↵Sunny Goyal2015-05-052-0/+3
|\ | | | | | | ub-launcher3-burnaby
| * Adding accessibility action to move item out of a folderSunny Goyal2015-04-292-0/+3
| | | | | | | | Change-Id: If67e3472793d6e0913adfbc9d78f64de7f751664
* | WidgetTray UI - change text color for the section and widget nameHyunyoung Song2015-05-011-1/+2
|/ | | | Change-Id: I8ce966d151bc62a9eb23ca3fa8c13c3aeb0c7f37
* Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnabySunny Goyal2015-04-301-3/+15
|\
| * Enabling accessibility drag and drop in folderSunny Goyal2015-04-281-3/+15
| | | | | | | | | | | | | | | | | | | | > Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
* | Merge "Animating dragview color change when dragging over ButtonDropTarget" ↵Sunny Goyal2015-04-291-3/+0
|\ \ | | | | | | | | | into ub-launcher3-burnaby
| * | Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-3/+0
| | | | | | | | | | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* | | Merge "Removing obsolete resources" into ub-launcher3-burnabySunny Goyal2015-04-291-108/+1
|\ \ \ | |/ / |/| |
| * | Removing obsolete resourcesSunny Goyal2015-04-291-108/+1
| |/ | | | | | | Change-Id: I9a8d3d23e772a3ffc161ac97a5f08808aab79d5b
* / Updating drop target assetsSunny Goyal2015-04-281-2/+3
|/ | | | Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
* Merge "Widget tray alignment according to UX spec - Fixing an issue where ↵Hyunyoung Song2015-04-282-2/+7
|\ | | | | | | widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window." into ub-launcher3-burnaby
| * Widget tray alignment according to UX specHyunyoung Song2015-04-272-2/+7
| | | | | | | | | | | | | | | | | | - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7
* | Goodbye folder sortingSunny Goyal2015-04-271-3/+1
|/ | | | | | > Removing all traces of folder sorting Change-Id: Id77a7745564c869f5c5c1b3a560bf606fe08b107
* Accessibility fixesSunny Goyal2015-04-241-2/+2
| | | | | | | | > Enabling top bar buttons in accessibility drag-drop > Unifying logic to show delete/uninstall/app-info targets > Announcing cell loction as 1-index instead of 0-index Change-Id: Ibc7801f77e938b2646f0655462cbe9b7f781818b
* Merge "Widgettray UI tweak that introduces bounding box around the widgets." ↵Hyunyoung Song2015-04-221-3/+3
|\ | | | | | | into ub-launcher3-burnaby
| * Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-221-3/+3
| | | | | | | | | | | | | | | | Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc
* | Refactoring to single path for overview mode.Winson Chung2015-04-211-4/+1
|/ | | Change-Id: I590a813c6f031342d75c3a6c3e9c9afda1808f2e
* WidgetTray UI tweakHyunyoung Song2015-04-192-3/+4
| | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-0/+2
| | | | | | | | | | | | When the managed profile is created, a "Work" folder is created and added to the homescreen. All work profile apps are added to this folder and icons for subsequent installs (withing a fixed time frame) are automatically added to this folder. If this folder get deleted or the time-frame expires, icon for any new install is placed on the homescreen. Bug: 17410319 Change-Id: I49f4e437707d5eabe4eec85320765bf6ba7fde97
* Initial changes to support a fixed all-apps layout.Winson Chung2015-04-091-0/+2
| | | | | | | | | | - 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
* WidgetTray revamp workHyunyoung Song2015-04-083-18/+18
| | | | | | | | | | | | | | | | | | | | | | | - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
* Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-081-0/+1
|\ | | | | | | tablets." into ub-launcher3-burnaby
| * Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-081-0/+1
| | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | Removing unused receiversSunny Goyal2015-04-081-5/+0
|/ | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* Removing UninstallShortcutReceiverSunny Goyal2015-04-011-2/+0
| | | | | | | | | > Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
* Merge "Making the scrollbar scrubbable." into ub-launcher3-burnabyWinson Chung2015-03-241-2/+3
|\
| * Making the scrollbar scrubbable.Winson Chung2015-03-241-2/+3
| | | | | | | | | | | | | | | | - 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
* | Remove dublicate BubbleTextView styleableAdam Cohen2015-03-211-5/+1
| | | | | | | | Change-Id: Ib1db985515194dfeebe2dfa934b29023ae0a3075
* | Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-0/+2
|/ | | | | | | | | > Adding options column in DB to store generation purpose flags > Storing isSorted flag in FolderInfo > Adding a switch for A-Z sorting (only visible if pageCount > 1) > When in sorted mode, spring-load snaps to the target location for 1.5 seconds Change-Id: I8c7c778d2cc3ccbd35a2890a1a705e1c1a7e9a66
* Merge "Tweaking the apps list fast scroller." into ub-launcher3-burnabyWinson Chung2015-03-161-2/+4
|\
| * Tweaking the apps list fast scroller.Winson Chung2015-03-161-2/+4
| | | | | | | | | | | | | | - 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