summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make landscape all apps caret clickable when in all apps as well as workspaceAdam Cohen2017-07-141-7/+7
| | | | | | | | | | | -> Also increase the touch target size of the caret -> Center the asset horizontally within the view (but keep it bottom asligned) issue 63681599 issue 63682248 Change-Id: I64efdfb9f84b82cc21d82c10d9301a99fed3353a
* New calculation for page indicator size on tall devices.Jon Miranda2017-07-061-2/+2
| | | | | | | | | For a display with a large aspect ratio, the icons can get too far spread out in portrait mode. We remedy this by adjusting the page indicator height to utilize that extra space. Bug: 62801588 Change-Id: Ib717dd32a20918248b59e1b46b4e881d6d6a7cb5
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-2/+2
| | | | | | | | This is the just first CL to get eyes on the changes. Next CL will update the All Apps to be full width. Bug: 37015359 Change-Id: I2d7ec6851fdc13b8fa654e7e2be3152330243ccc
* Dark color on super light wallpaper supportMario Bertschler2017-06-071-1/+1
| | | | Change-Id: I0fdfa9abefb72e06c45b1f635ac97e2acfa97f05
* Removing QsbBlockerViewSunny Goyal2017-06-061-6/+0
| | | | | | | | | > Removing workspace state change listener. State change happens with hardware layer, so children should not be calling invalidatge() during the animation > Moving QSB inside the QSB and removing a floating layout Bug: 37616877 Change-Id: I9af3522a05dafa5796586bb64f512d98688caf79
* Design adjustments for transition from workspace toMario Bertschler2017-05-161-2/+2
| | | | | | All apps. Change-Id: I0aeb8da7f0eebdf677ca7bda06fb538f08a6ee51
* All Apps transition with gradient and scrim.Mario Bertschler2017-05-031-0/+2
| | | | | | | The transition is behind a feature flag and turned off by default. Change-Id: I155840ba82b5a573d874376797db5f739a52d706
* Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-0/+2
| | | | | | | | | wallpaper > Using HomeScreenElementTheme for workspace items > Fixing view inflation where wrong layout inflater was being used Change-Id: I92e278dbfb609ad7af9c2f47351f23f03cf12049
* Moving the scrim to draglayerSunny Goyal2016-08-231-0/+1
| | | | | | | | | | | > This causes the scrim to animate with the content on first launch > Also removing the logic to disable scrim based on state. That logic was only executing onResume which could lead to an invalid state Bug: 30972956 Bug: 30576826 Change-Id: Ia8386b303ce260f69e3b3b93041226f409301a01
* Forcing drag layer to be non accessible.Sunny Goyal2016-08-041-0/+1
| | | | | | | | | Setting a touch delegate makes a view to become accessible, if its set to auto. This was making drayLayer accessible causing Talkback to speak out every item on the draglayer when window focus changes Bug: 30670702 Change-Id: Ifcba4c02b124166f9ca69c4244b9d20d7a7acaa5
* Initial changes to tweak layout.Winson2016-07-201-2/+3
| | | | | | | | | | | | | | | - Adding DeviceProfile callback for when the launcher layout changes due to insets. This is necessary since there are now different layouts depending on which side the navigation bar is on - Consolidating hotseat and other layout into the device profile launcher layout logic - Making the all apps icons match the workspace icon height - Tweaking caret drawable to draw to the bounds specified to simplify layout in each orientation - Fixing minor issue with page indicator shifting in landscape - Centering overview buttons to the workspace page Bug: 30021487 Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
* Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-131-0/+7
| | | | | | | | This allows better edge matching for the QSB. The QSB position is kept synchronized with the page scroll and all-apps transition. But its not visible in spring loaded and overview mode Change-Id: I4e6723607ea966ee672273a9ca67c792fd6b5661
* Accessibility fixes and updatesSunny Goyal2016-06-221-1/+2
| | | | | | | | > Adding custom actions on the page indicator to go to overview mode > Disabling custom actions on the first page > Disabling 'move page left' on the second page Change-Id: Ib8154f70cb3f93e663a881357c6c46c33253887f
* Add caret shaped all app pull up handle to page indicator.Hyunyoung Song2016-06-151-0/+6
| | | | | | | | | b/28917826 > PageIndicator is also added in landscape > Touch delegate allows the active touch area to be 36dp Change-Id: If00f45fc88a13cd5a6759d771313439eb58561e3
* Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-081-5/+0
| | | | | | | Adding an abstract FocusIndicatorHelper based on FocusIndicatorView which draws the background instead of using a dummy view. Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab
* Removing the SearchDropTarget bar as it no longer contains the QSBSunny Goyal2016-06-061-6/+2
| | | | | | | | | | | | > Renaming it to simply DropTargetBar > Moving AppInfo to the top bar as well > The workspace pages will extend to the top edge (minus some padding). Since the QSB is no longer displayed on top of every page, there is no reason to reserve the space. > In spring-loaded mode, the workspace cell layout will scale enough to make room for the drop target bar at the top Change-Id: I2baf607310335dd576c9d9fcbb75ab708f47ac03
* Defining separate layouts for horizontal and vertical drop target barsSunny Goyal2016-03-241-2/+2
| | | | | | | instead of chaning the layouts in DeviceProfile Bug: 27721989 Change-Id: I9a22c21e643f4fd0058c9be5e9d705aaf7649204
* Cleaning up the overlay interfaceSunny Goyal2016-02-231-6/+0
| | | | | | | Removing some unnecessary and unused methods Bug: 25993953 Change-Id: I4d715cdee04eb7b0ebef673d885a4258c521ff1f
* resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.Sunny Goyal2016-02-101-0/+2
|\ | | | | | | Change-Id: I14ff2d67de4ba97628bdf651602724f9f4989173
| * Merging search bar with all appsSunny Goyal2016-02-081-0/+2
| | | | | | | | Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
* | Removing some unused resourcesSunny Goyal2015-10-051-2/+1
| | | | | | | | Change-Id: I6aa8a2d7eb4599ed2351c54fe0885839b5ba4521
* | Added AppInfoDropTargetBar to spring loaded workspace.Tony Wickham2015-09-151-0/+4
| | | | | | | | Change-Id: Ieedc68eba9a5934ab30d6d546d8a837274491064
* | Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-2/+2
|/ | | | | | | | | This is per an earlier CR comment "we should probably move all this code to its own package (launcher3.dragndrop) in a separate cl". I'm not moving DragSource because it's referred from gsa code. Bug: 22609426 Change-Id: Ia7204dab99c0c395c66b77143a2d60411153f5f3
* Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-181-0/+2
| | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* Fixing issue with hotseat being on the wrong side of the screen in RTL.Winson Chung2015-06-031-1/+1
| | | | | | Bug: 21499466 Change-Id: I566cd89dfb855f89f4e68bf56e48bf99204b11ab
* Moving all apps code into sub package.Winson Chung2015-05-221-1/+1
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Preventing overdraw. Drawing background directly at the window, instead ofSunny Goyal2015-05-211-1/+0
| | | | | | the rootview. Change-Id: Ie974752e739d9acd1fbd765809c671f82f462644
* Various lint error fixes.Sunny Goyal2015-05-141-1/+0
| | | | | | | | > 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
* WidgetTray revamp workHyunyoung Song2015-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Initial changes to break out AllApps into its own view.Winson Chung2015-03-101-0/+6
| | | | | | | | - 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
* Clearing some android list errors/warnings.Sunny Goyal2014-11-031-1/+1
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-241-5/+5
| | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-0/+7
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Removing unused cling resources.Sunny Goyal2014-08-271-9/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-25/+0
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+5
| | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-1/+10
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-2/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-13/+0
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-2/+1
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-1/+0
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Ensuring that the folder scrim background spans the full device height. (Bug ↵Winson Chung2013-09-271-1/+1
| | | | | | 10965246) Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-0/+5
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Initial changes to restore clings.Winson Chung2013-09-201-0/+5
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Initial Changes for Dynamic GridWinson Chung2013-08-201-19/+6
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+4
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-18/+1
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-0/+1
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-5/+0
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* Changing default screen to 0Adam Cohen2013-06-061-1/+1
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5