summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Adding support for prefenrece search in QuickStep" into ↵TreeHugger Robot2018-03-141-0/+27
|\ | | | | | | ub-launcher3-master
| * Adding support for prefenrece search in QuickStepSunny Goyal2018-03-091-0/+27
| | | | | | | | | | Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
* | Merge "Fix accessiblity issue around work tab" into ub-launcher3-masterTreeHugger Robot2018-03-141-0/+1
|\ \
| * | Fix accessiblity issue around work tabTony Mak2018-03-141-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | 1. Instead of always announcing "Apps list", we now announce "personal apps list" and "work apps list" if tab is there. 2. Fix an issue that "personal" and "work" are announced twice. 3. Work footer is now announced as a group FIX: 71703082 Change-Id: I0240bc04df09a5599540cfe67f0f48156f285548
* / Simplifying options popup and overview handlingSunny Goyal2018-03-132-57/+100
|/ | | | | | | | | | > Removing support for page drag-n-drop from pagedView > Removing Overview UI from Launcher3 without quickstep and using options popup instead > Removing touch handlers from CellLayouts and showing options popup based on workspace long press > Excluding touch outside inset when showing the popup Bug: 74136505 Change-Id: I34c2a7ff58452db26f5d1a85d554be40fc75f2b8
* Using spring layout for widget sheetSunny Goyal2018-03-091-4/+5
| | | | | Bug: 72811152 Change-Id: Ifd4ade7327589871532288eb2982cf5b4f084979
* Using edge effect to trigger spring animation for all apps.Mario Bertschler2018-03-081-2/+1
| | | | | | | Bug: 72811152 Bug: 72059944 Change-Id: Ied7b51caa2fb48a2fda126d59e4eaf6a35edded3
* Fixing fast scroller touch handling in all-apps and widget sheetSunny Goyal2018-03-062-16/+1
| | | | | | | Also removing scrim view, instead drawing the scrim manually Bug: 73085356 Change-Id: I188c6c9b1685e22d5d97b38dd5d3e960b655c9ba
* Merge "Simplifying all-apps search box" into ub-launcher3-masterSunny Goyal2018-03-062-51/+21
|\
| * Simplifying all-apps search boxSunny Goyal2018-03-012-51/+21
| | | | | | | | | | | | | | | | > Giving the search box a solid background so that it work fine with scrolling > bottom shadow logic for search box Bug: 73085356 Change-Id: Ie4dc4922be39ffd8e2d562becedbd4c6f820e6c9
* | Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-053-3/+0
| | | | | | | | | | | | | | | | Instead of animating the shadow, animating the icon scale. This avoids unnecessary bitmap creating at app-launch and also plays nice with the app-launch transition Change-Id: I1d3d24bc7212a6d659855ff1002a45388e269e52
* | Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-021-11/+1
|/ | | | | | | | > Removing AppInfo target > Switching between uninstall and setup based on the drag view Bug: 63931362 Change-Id: Iccd6f965fa3d61992244a365efc242122292c0ca
* Updating the scrim and landscpae uiSunny Goyal2018-03-013-33/+0
| | | | | | | | | > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb
* Merge "Update widget full sheet / bottom sheet to have top rounded corners." ↵TreeHugger Robot2018-02-272-3/+3
|\ | | | | | | into ub-launcher3-master
| * Update widget full sheet / bottom sheet to have top rounded corners.Jon Miranda2018-02-132-3/+3
| | | | | | | | | | | | Bug: 71775241 Change-Id: I11b5adc555f48f44cf8167e8699cae1dfe164736
* | Using paged view for all-apps tabsSunny Goyal2018-02-131-4/+6
|/ | | | | Bug: 72811152 Change-Id: I0cca426d935f079c923b93fe3d4399f87778fe95
* Add a close button at the top right hand corner of the blue cardTony Mak2018-02-061-29/+39
| | | | | | FIX: 72804302 Change-Id: Iac7c369ead27c211c046f318c3b9588d73a594d4
* Set hotseat importantForAccessibility=noTony2018-02-051-1/+2
| | | | | Bug: 72500241 Change-Id: Ic98ec0f6235b3deef91e3490c8d5695fb39ee82e
* Merge "Ditch work profile orange and use the accent color instead" into ↵TreeHugger Robot2018-02-012-3/+2
|\ | | | | | | ub-launcher3-master
| * Ditch work profile orange and use the accent color insteadTony Mak2018-02-012-3/+2
| | | | | | | | | | | | FIXES: 72804074 Change-Id: If9dfd6eceb6b3d3365c32859d5cc13d6d49be1a0
* | Fix system shortcut icon color in popup menuTony2018-01-311-0/+1
|/ | | | | | | | | | If a system shortcut icon has a color other than white, then the default tintMode (src_atop) will result in the wrong color. In this case, ic_widget recently changed fillColor from white to textColorPrimary, resulting in a darker color for light wallpapers. Bug: 72383282 Change-Id: I167858ef3fcc5877e429c11aa9f68f94ba4b8f29
* Adding AppsStore for handling various app updatesSunny Goyal2018-01-253-61/+59
| | | | Change-Id: Ia2242ce583576ace0924ef7142793ba37f4adcb9
* Using a single launcher layout for all configurationsSunny Goyal2018-01-232-21/+79
| | | | | Bug: 71709920 Change-Id: Ib23112bc1636007cb41e1919a855bbf5298884b6
* Removing unused app discovery supportSunny Goyal2018-01-232-142/+0
| | | | Change-Id: I670be29851b232caa5c05624ae37ae5e92a8b65f
* Using same layout for drop-target bar in landscape and portraitSunny Goyal2018-01-194-143/+86
| | | | | | | > Adding a tooltip on drag over when the text is not visible Bug: 71709920 Change-Id: I1897a8dacd191fb1aeaec37f5d5c73c49517192a
* Update label accordingly when work mode is changedTony Mak2018-01-161-1/+0
| | | | | | | | Also, updates the work related strings accordingly. Fix: 71987096 Change-Id: Iedbf6ee04f3a165a392efdf2bd351817997817ca
* Making LauncherIcons thread safeSunny Goyal2018-01-091-74/+0
| | | | | | Creating a pool of LauncherIcons so that they can be used from multiple threads Change-Id: Idc7b5ddb47b6e338a5389f3c4faa6f63de108c72
* Consume work mode APITony Mak2018-01-041-1/+1
| | | | | | Fix: 69905244 Change-Id: I5958b3a2ebba2fa0e0f69448d5526dc72ed6a97b
* Adding an empty page in Recents view corresponding to workspaceSunny Goyal2017-12-191-0/+0
| | | | | | | The page is aligned to the workspace card and shows a widgets button in the empty region Change-Id: I479c47a2fbac4b3ef1aaf833d9fe82b5d7e10ddc
* Merge changes I218fe7d9,I60ef59de into ub-launcher3-masterTony Mak2017-12-151-49/+57
|\ | | | | | | | | | | * changes: Make work footer stick to the bottom if there are only a few apps #2 Make work footer stick to the bottom if there are only a few apps
| * Make work footer stick to the bottom if there are only a few apps #2Tony Mak2017-12-151-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Move the work footer divider into the container, so it is translated with the rest of the footer. 2. Fixed the scrollbar issue in work tab by putting the footer height in AllAppsRecyclerView 3. We planned to drop the company name, and decided to use "Managed by your organisation". 4. Rename WorkModeToggleContainer to WorkFooterContainer as we are using work footer in else where. BUG: 70571983 Change-Id: I218fe7d9970780a1a457ee450f1a32e7a46d9766
| * Make work footer stick to the bottom if there are only a few appsSunny Goyal2017-12-141-50/+47
| | | | | | | | | | Bug: 70571983 Change-Id: I60ef59de0cfcbc8df24b270d0b6d2f6439ccad44
* | Moving divider line into predictionview.Mario Bertschler2017-12-141-8/+0
|/ | | | Change-Id: I40753aaa154023641cead2bd7dcf906fa5a4c2d7
* Merge "Removing horizontal bar from page indicator" into ub-launcher3-masterSunny Goyal2017-12-121-9/+1
|\
| * Removing horizontal bar from page indicatorSunny Goyal2017-12-051-9/+1
| | | | | | | | | | | | | | > Removing the clickable bar from pageIndicator in portrait view > Moving onClick logic to respective classes Change-Id: I83a8df90d8c5442890bc09fdda17a82b9d134b8a
* | Separating predictionrowview into a separate layout file.Mario Bertschler2017-12-082-4/+20
| | | | | | | | | | | | This enables overriding the predictions_view file. Change-Id: Ie42ce37e1bcd3c3c7b51e0e734e7c01a6f9b9a98
* | Merge "Tab indicator of work tab should be in orange color" into ↵Tony Mak2017-12-081-6/+12
|\ \ | | | | | | | | | ub-launcher3-master
| * | Tab indicator of work tab should be in orange colorTony Mak2017-12-071-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Also fix the tab according to the spec. Fix: 70272233 Change-Id: Ib4a0446d52a8488aadada1b823b3f541c4031d43
* | | Forwarding touch events from floating header to recyclerview.Mario Bertschler2017-12-071-0/+4
|/ / | | | | | | | | | | | | | | Additionally adds little sidepadding to the tabs buttons and fixes yPos calculations for the scrollbar. Bug: 69966700 Change-Id: I9d236ce7a782090f5d17931839f24b65b4ce7019
* | FloatingHeaderHandler refactored into custom view FloatingHeaderView.Mario Bertschler2017-12-061-2/+2
| | | | | | | | | | | | No logical change. Change-Id: I9a6dadb151872abe9915e96833af530ca08ddb8e
* | Merge "Fixes for fast-scrollbar when using work profile tabs in all apps." ↵TreeHugger Robot2017-12-061-2/+2
|\ \ | |/ |/| | | into ub-launcher3-master
| * Fixes for fast-scrollbar when using work profile tabs in all apps.Mario Bertschler2017-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | - do not hide scrollbar between switching tabs - full scrollbar height - show predictionrow only when fully scrolled to top Bug: 70037972 Bug: 68713881 Change-Id: Icaa434ce2726b75d22ec4ac3287ab2b0e18ce42b
* | Bottom user education view shown in work tabTony Mak2017-12-041-0/+57
|/ | | | | | | | | | Introduced a BottomUserEducationView for similar use case. Screenshot: https://hsv.googleplex.com/4856820942241792 BUG=69963630 Change-Id: Ia818ee44fa5ce97ad1778f33e6a9a3a36cea5017
* Add work profile footer in work tabTony Mak2017-11-291-0/+72
| | | | | | | | | | | | | | | Screenshot(work mode is on): https://hsv.googleplex.com/6279751685636096 Screenshot (work mode is off): https://hsv.googleplex.com/6279751685636096 TODO: It is just the UX bit, once the platform change is in, we should then consume the new API to 1. Turn on / off work mode 2. Get the organization name and set the textview accordingly. BUG=69905244 Change-Id: Id94ae57625d6b629dac89c1c28f8d65f395fff6c
* Implementation of PredictionRowView.Mario Bertschler2017-11-162-6/+11
| | | | | | | | | > Enable to use floating for prediction row even without tabs. > Behind ALL_APPS_PREDICTION_ROW_VIEW feature flag. > Expand/Collapse personal/work tabs in stopped intermediate state. Bug: 68713881 Change-Id: I7817e7b7c6f572358f2b9a7a347339a9081708ee
* Merge "Simplifying app icon popup" into ub-launcher3-masterSunny Goyal2017-11-168-256/+158
|\
| * Simplifying app icon popupSunny Goyal2017-11-158-256/+158
| | | | | | | | | | | | | | | | | | > Using a single linearLayout instead of multiple nested views > Using clipToOutline for rounded corners instead of using canvas.saveLayer > Removing nested view elevations and overdraw > Using LayoutTransition for animating layout changes, instead of manually creating animators Change-Id: I8e57092f52ca5a032a2756594fdd39788acc5a0d
* | Adding a sliding tab strip to the custom tab layout.Mario Bertschler2017-11-151-3/+5
| | | | | | | | | | | | Bug: 68713881 Change-Id: Ib0873482f80903611f183ccf430185f40a292f8e
* | Enable work profile tab in all apps.Mario Bertschler2017-11-143-13/+100
|/ | | | | | | | | | This CL will bring two tabs to all apps: Personal and Work, currently only if the user has a workfile set up and behind a feature flag defaulting to disabled. Bug: 68713881 Change-Id: Ib5a558281ef3593359db3ad593ee1d0cf279f547
* Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-082-0/+2
| | | | | | creating a shadow bitmap Change-Id: I331186664c3c448596af3172e0e080921a6a1908