summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Working around overscroll issues in AllApps.Winson Chung2015-06-232-0/+2
| | | | | | | | | - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
* Refactoring fast scroller.Winson Chung2015-06-232-4/+4
| | | | | | | | | | | | | - 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
* Merge "Revert resource name to what platform ui automator test defines. ↵Hyunyoung Song2015-06-182-1/+3
|\ | | | | | | b/21923650" into ub-launcher3-burnaby
| * Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-182-1/+3
| | | | | | | | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* | Renaming id to prevent collision.Winson Chung2015-06-171-1/+1
|/ | | | | Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
* Refactoring all apps search to support external search bar.Winson Chung2015-06-155-112/+126
| | | | | | | | | | | | | | | | | | | | | - 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
* Merge "Ensuring that we use the screen width more optimally in AllApps." ↵Winson Chung2015-06-053-2/+3
|\ | | | | | | into ub-launcher3-burnaby
| * Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-053-2/+3
| | | | | | | | | | | | | | | | | | | | | | - Fixing issue with prediction bar height being calculated incorrectly - Fixing issue where the prediction bar divider was not drawn exactly between the bar and the first row of apps - Removing padding to allow scrollbars to reach full height Bug: 20222023 Bug: 21335377 Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
* | Updating assetsSunny Goyal2015-06-051-1/+1
|/ | | | | Bug: 21304080 Change-Id: I26cf435779b477f0961d8e0d56dd6b86b418a3be
* Merge "Consistent scrolling experience for All apps and widget tray" into ↵Hyunyoung Song2015-06-041-1/+0
|\ | | | | | | ub-launcher3-burnaby
| * Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-1/+0
| | | | | | | | | | | | b/21375339 Change-Id: I8362b3ca94b7c4e75932d42cd09a989e0e3919c0
* | Folder UI fixesSunny Goyal2015-06-011-3/+5
|/ | | | | | | | | | > Fixing top padding (b/21304523) > Alinging the label and page indicators to the icons > Fixing folder label alingment in RTL (b/21445821) > Updating footer animation (b/21336853) Bug: 21304523, 21445821, 21336853 Change-Id: I2cf3a48c76653b19437b31252d6ee559ce798094
* Decrease elevation for the reveal view.Sunny Goyal2015-05-222-2/+2
| | | | | | > During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
* Moving all apps code into sub package.Winson Chung2015-05-228-19/+19
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Merge "Introduce scrollbar in widget tray" into ub-launcher3-burnabyHyunyoung Song2015-05-211-0/+1
|\
| * Introduce scrollbar in widget trayHyunyoung Song2015-05-211-0/+1
| | | | | | | | | | | | b/21270754 Change-Id: I82dd87193f0ed5822f8cd75ef0c785057f949015
* | Fixing issue where the prediction bar apps are not focused.Winson Chung2015-05-211-0/+2
| | | | | | | | | | | | - Also fixes issue where all apps is not accessible by keyboard when there are no other apps in the hotseat. Bug: 21334471
* | Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-6/+0
|/ | | | Change-Id: Ib713b3051e2707d46a4ee0090aed2db1d2e641b9
* Removing unnecessary linear layoutSunny Goyal2015-05-201-14/+7
| | | | Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
* Merge "UX widget cell color issue" into ub-launcher3-burnabyHyunyoung Song2015-05-201-3/+3
|\
| * UX widget cell color issueHyunyoung Song2015-05-201-3/+3
| | | | | | | | | | | | | | - widget cell color is slightly brigher than the background of the widget row. - They should be the same. Change-Id: I20bda325d5d2fe7e194a453978dc74fd56a4e154
* | Merge "Adding drop shadow effect in allapps" into ub-launcher3-burnabySunny Goyal2015-05-193-4/+3
|\ \ | |/ |/|
| * Adding drop shadow effect in allappsSunny Goyal2015-05-153-4/+3
| | | | | | | | Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
* | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-191-15/+10
|\ \
| * | Widget cell improvementSunny Goyal2015-05-191-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Using a custom view for preview, instead of extensing image view > Preventing relayout when applying preview > Removing unnecessary method calls Bug: 21133230 Change-Id: Iab12fa1e5c871ee43a9fb0e6b6af897fecfb345f
* | | Updating the widget error viewSunny Goyal2015-05-191-8/+5
|/ / | | | | | | Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
* | Merge "Initially set the widget container view to GONE visibility" into ↵Hyunyoung Song2015-05-161-0/+1
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Initially set the widget container view to GONE visibilityHyunyoung Song2015-05-151-0/+1
| | | | | | | | | | | | | | | | - Bitmap loading should not happen when Launcher3 is being loaded. b/21207643 Change-Id: I1b6a5f970d157d139e0e5021182048f752b67415
* | Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-151-0/+3
|\ \
| * | 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