summaryrefslogtreecommitdiffstats
path: root/res/layout-port
Commit message (Collapse)AuthorAgeFilesLines
* Change all apps caret target bounding boxHyunyoung Song2016-09-071-4/+2
| | | | | | | | | | | | | | b/30400751 1) This also fixes the issue of apps drawer sliding up when page is swiped horizontally immediately above the hotseat area. 2) Disclaimer: this should be cp'ed to calgary. Hence, I tried to keep the diff small. Ideally, CaretDrawable animation handling should move to AllAppsHandleImageView via refactoring in follow up CL. Change-Id: I4d808ee2eeca53b40c0b4e4e0e364fef056e26c3
* 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-1/+2
| | | | | | | | | | | | | | | - 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/+5
| | | | | | | | 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
* Delete all* references to launcher clings.Andrew Sapperstein2016-07-011-18/+0
| | | | | | | | | | | | Launcher clings are dead. Delete all the code and resources associated with them. * Did not delete the actual code the marks the cling as dismissed since it's used in db upgrade and backup/restore paths. Figured we probably want to keep that. Change-Id: I28841b4a430187b62b239afeb64bee81a798e259 Fixes: 29461092
* UI fixes to All apps pull up workHyunyoung Song2016-06-151-1/+2
| | | | | | | | | | | | | | | | | b/28917826 - nav bar change to light when top of the all apps container passes y mid point of the status bar - apps search edit box change when top of the all apps passes the bottom of nav bar - Restrict pull up to work only if the ACTION_DOWN event started from the hotseat. - Landscape: reverted old padding and margin. Only the interaction is different. - Tuning of the motion spec - Animation duration respects fling speed more agressively. - and many more small bugs... Change-Id: Icde4093c41eeab8c9c6d9dc8b7d57adc3b171349
* Add caret shaped all app pull up handle to page indicator.Hyunyoung Song2016-06-151-1/+1
| | | | | | | | | 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-7/+3
| | | | | | | | | | | | > 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
* Removing logic for workspace migration from Launcher2Sunny Goyal2016-05-231-109/+0
| | | | Change-Id: I8a121d74862f665c58406f8d5c7eb1263e7ccff3
* Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-171-5/+3
| | | | | | | | | | | | | - The current PageIndicator has been renamed to PageIndicatorDots and PageIndicatorMarker has been renamed to PageIndicatorDot. - PageIndicatorDots and PageIndicatorLine implement PageIndicator. - PageIndicatorLine uses scroll progress and number of pages to draw a line of the correct size and position. - All of these page indicator files are now in a pageindicators package. Bug: 27227498 Change-Id: I9230d2e0600ce583989bd31d0b0e252b148d15c2
* 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-1/+0
| | | | | | | | 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
* 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-0/+1
| | | | | | | | > 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
* Using the default search widget in Launcher3Sunny Goyal2014-11-112-84/+0
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* Clearing some android list errors/warnings.Sunny Goyal2014-11-032-2/+2
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Fixing insets of launcher clingsSunny Goyal2014-10-282-1/+4
| | | | Change-Id: Idbf46680f96086c93d667c26dc9ed214eeaf835e
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-241-3/+4
| | | | 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
* UI FixesSunny Goyal2014-09-231-1/+2
| | | | | | | | | | | | > Adding a scrim to the longpress cling Bug: 17573777 High level design asks (very low-risk) > Changing the dialog to use device default theme > Updating screenpanel assets Change-Id: Ia0216b60fd8cd607d83a5e7c3d7e6c8255125eda
* Updating margin and content size for migration clingSunny Goyal2014-09-121-1/+2
| | | | | Bug: 17446533 Change-Id: I1f980f0565083078ba4f5b7619938083367cbab7
* Removing unused cling resources.Sunny Goyal2014-08-271-9/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating Clings UISunny Goyal2014-08-272-15/+8
| | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* Updating clings, removing ununsed clingsSunny Goyal2014-08-257-433/+93
| | | | | | 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-163-2/+4
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-142-3/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Updating assets and text for migration cling. (Bug 11973614)Winson Chung2014-01-101-11/+18
| | | | Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
* Adding migration Clings. (Bug 11973614)Winson Chung2014-01-103-0/+173
| | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Moved paddingStart to -v17 folder.Yura2014-01-091-2/+2
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Merge "Initial changes to support AllApps on various form factors." into ↵Winson Chung2013-11-011-1/+1
|\ | | | | | | jb-ub-now-jetsonic
| * Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-1/+1
| | | | | | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* | Merge "Tweaking cling text sizes for other languages. (Bug 11151675)" into ↵Winson Chung2013-11-011-3/+1
|\ \ | |/ |/| | | jb-ub-now-jetsonic
| * Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2013-11-011-3/+1
| | | | | | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* | Merge "Fixing up PagedView to work in landscape mode" into jb-ub-now-jetsonicAdam Cohen2013-10-311-1/+0
|\ \
| * | 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
* / Removing unused cling, tweaking translation character limits (Bug 11151675)Winson Chung2013-10-221-48/+0
|/ | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
* Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)Winson Chung2013-10-131-6/+6
|
* Fixing RTL issues with Clings. (Bug 11008488)Winson Chung2013-10-102-13/+18
| | | | Change-Id: I78f891eabab53d6ded18f7c843504219d71e2883