summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Adding padding to the folder contentSunny Goyal2015-05-131-0/+3
| | | | | | | | | | | | Change-Id: I88e56ff1aa26282e0167e2599f1b34ee374b705f
* | | Changing the text sizes in the widget tray based on feedback from UXHyunyoung Song2015-05-142-3/+3
| |/ |/| | | | | Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
* | Extending the shadow effect for search bar to lower devicesSunny Goyal2015-05-141-24/+32
| | | | | | | | | | | | > Applying the background to the whole container instead of recycleview Change-Id: Ifc90d05e0e96c41ba9aaf96b906211b101c2e197
* | Various lint error fixes.Sunny Goyal2015-05-143-0/+6
| | | | | | | | | | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* | Reodering some drawablesSunny Goyal2015-05-142-4/+6
| | | | | | | | | | | | | | | | | | | | | | > 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-141-22/+0
|/ | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Merge "Pulling out predictions into another row view." into ub-launcher3-burnabyWinson Chung2015-05-137-23/+59
|\
| * Pulling out predictions into another row view.Winson Chung2015-05-137-23/+59
| | | | | | Change-Id: Iba0d74457a1314cf0c00a88f9b07df049334e542
* | Merge "Animating the folder title & page indicator when a multi-page folder ↵Sunny Goyal2015-05-131-9/+12
|\ \ | |/ |/| | | is opened for the first time" into ub-launcher3-burnaby
| * Animating the folder title & page indicator when a multi-page folderSunny Goyal2015-05-081-9/+12
| | | | | | | | | | | | is opened for the first time Change-Id: I70f5fd942724251a5e863fbb78a0c24f440b0283
* | Fixing several layout issues.Hyunyoung Song2015-05-122-29/+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
* | Merge "Using BubbleTextView for widget section headers" into ↵Sunny Goyal2015-05-121-28/+22
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Using BubbleTextView for widget section headersSunny Goyal2015-05-121-28/+22
| | | | | | | | | | | | | | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
* | | Exploring dense all apps layout.Winson Chung2015-05-111-1/+1
|/ / | | | | | | | | | | | | | | | | - Disabling section headers in all apps on tablet layouts - Fixing issue with predictions not showing on rotation - Fixing issue with over-aggressive dismissing of keyboard & filtered app state - Fixing issue where the container bounds were running straight up to the nav bar Change-Id: I5a5a56afa75b50be96af4894bf785ffbb1b15fb3
* | Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-113-55/+2
|\ \
| * | Various icon size changesSunny Goyal2015-05-114-84/+2
| | | | | | | | | | | | | | | | | | | | | 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-112-8/+9
|\ \ \ | | | | | | | | | | | | devices" into ub-launcher3-burnaby
| * | | Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-112-8/+9
| | |/ | |/| | | | | | | | | | | | | | | | b/20338324 b/20763871 Change-Id: I69114cb6dfec95c473313a440a6db76a052e5601
* | | Merge "Initial changes to support predicted apps." into ub-launcher3-burnabyWinson Chung2015-05-113-32/+5
|\ \ \ | |_|/ |/| |
| * | Initial changes to support predicted apps.Winson Chung2015-05-113-32/+5
| | | | | | | | | Change-Id: I80117d51074fe3dbdbb8d81cae886b1dffdfb86a
* | | Merge "Using xml-drawable and elevation as folder background" into ↵Sunny Goyal2015-05-111-1/+1
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-071-1/+1
| |/ | | | | | | Change-Id: I21376bd3de8cd58c646d0898d5a8303af9057218
* / Updating sticky headers.Winson Chung2015-05-081-1/+2
|/ | | | | | | | - The whole section's headers are drawn together, moving as a group until it reaches the individual bounds for each letter in the section - Adding animation to search button -> field transition - Fixing section header text measuring causing sections not to be centered - Forcing the merge to stop if an app has > 3 full rows; on both phone and tablet, merging a large section with anything else seems to be less useful
* Explorations in dense grids for all apps.Winson Chung2015-05-061-15/+48
| | | | | | | | | | | - Adds sticky section headers - Removing AppsListAdapter - Adding search bar field - Subtitle filtering Bug: 20222023 Change-Id: I1eaef701b5d68f475615f09d86561eacc91c937f
* Make drag and drop also work when the widget tray is still in scroll mode.Hyunyoung Song2015-05-061-1/+1
| | | | | | b/20698514 Change-Id: Ic075f0016d5e00bbdec193bbcd2e311da1957388
* WidgetTray UI - change text color for the section and widget nameHyunyoung Song2015-05-011-2/+2
| | | | Change-Id: I8ce966d151bc62a9eb23ca3fa8c13c3aeb0c7f37
* Removing obsolete resourcesSunny Goyal2015-04-292-67/+0
| | | | Change-Id: I9a8d3d23e772a3ffc161ac97a5f08808aab79d5b
* Merge "Widget tray alignment according to UX spec - Fixing an issue where ↵Hyunyoung Song2015-04-282-26/+15
|\ | | | | | | 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-26/+15
| | | | | | | | | | | | | | | | | | - 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
* | Merge "Making QSB alingment match with that of recents" into ↵Sunny Goyal2015-04-271-2/+1
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Making QSB alingment match with that of recentsSunny Goyal2015-04-231-2/+1
| | | | | | | | Change-Id: I6be59c721cbd163641013ca6c5e1776cf2162a0d
* | Merge "Add drop animation / Toast to widgettray" into ub-launcher3-burnabyHyunyoung Song2015-04-241-2/+2
|\ \
| * | Add drop animation / Toast to widgettrayHyunyoung Song2015-04-231-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | - show instruction toast on clicking the widget - Add animation when widget drops on the workspace. Added WidgetHostViewLoader to handle short press and assign widget host view to enable animation b/19897708 Change-Id: Iec36d72cb21bf09343d0beeb31a09bf8b0cb5e0d
* / Rearranging drop target relative positionsSunny Goyal2015-04-231-10/+10
|/ | | | | | | > It will now show either [Remove, Uninstall] or [App Info, Uninstall] Bug: 20529800 Change-Id: Ifda6f24cca5c38e84c68560cbeb5f29bade75b6a
* Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-222-8/+5
| | | | | | | | 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
* WidgetTray UI tweakHyunyoung Song2015-04-192-12/+10
| | | | | | | | | | | - 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
* Updating drop button targetsSunny Goyal2015-04-161-0/+13
| | | | | | | | > Splitting DeleteDropTarget into delete and uninstall > Showing UninstallDropTarget for app shortcuts on workspace > Showing InfoDropTarget only when developer options is enabled Change-Id: I4396571d2199d1581bb9c733aef88ab9b0ebd79d
* Merge "Fixing regression in AllApps being aggressively dismissed after ↵Winson Chung2015-04-161-1/+2
|\ | | | | | | returning to Launcher." into ub-launcher3-burnaby
| * Fixing regression in AllApps being aggressively dismissed after returning to ↵Winson Chung2015-04-101-1/+2
| | | | | | | | | | | | | | | | | | Launcher. - Adding workaround to prevent the built-in search box from being focused when AllApps is shown again Bug: 20143148 Change-Id: Id546d3e5fedc724d95e067d26115ee716ac1d626
* | WidgetTray improvementHyunyoung Song2015-04-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI - Fixing the issue of widget row not rendering - Moved the resetting of previous bitmap to the start of onBind instead of the onDetachedWindow. Performance - WidgetModel do not have to keep packageName list around. Will com in immediate follow up CLs - use lowRes widgets bitmap before fully loading the fullRes one. - application icons are fully loaded in background thread. b/19897708 Change-Id: I5b3b43a5c543a5135c395f90df32e66d57dc86e0
* | Merge "WidgetTray UI improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-102-1/+3
|\ \
| * | WidgetTray UI improvementHyunyoung Song2015-04-092-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Long application title should be ellipsized - Disable the drawable when the view is no longer attached to the window - Save the PackageItemInfo to the WidgetModel once full res icon bitmap is loaded b/19897708 Change-Id: I96f260f9d165b206905a127fcee9879556c3d0c4
* | | Merge "Initial changes to support a fixed all-apps layout." into ↵Winson Chung2015-04-093-9/+2
|\ \ \ | | |/ | |/| | | | ub-launcher3-burnaby
| * | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-093-9/+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
* / Updating folder UISunny Goyal2015-04-093-127/+35
|/ | | | | | | | | > Removing 2 folder content implementations and merging unscrollable content into FolderPagedView > Disaling folder sorting > Fixing pageIndicator height Change-Id: I36e35e311eaf99b6c69d450c0765bd41b2d68738
* WidgetTray revamp workHyunyoung Song2015-04-085-105/+161
| | | | | | | | | | | | | | | | | | | | | | | - 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 "Making the scrollbar scrubbable." into ub-launcher3-burnabyWinson Chung2015-03-241-4/+1
|\
| * Making the scrollbar scrubbable.Winson Chung2015-03-241-4/+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
* | Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-3/+31
|/ | | | | | | | | > 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
* Tweaking the apps list fast scroller.Winson Chung2015-03-163-6/+19
| | | | | | | - 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