summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Removing layout handling in DeviceProfile and moving it to individual ↵TreeHugger Robot2018-01-104-11/+3
|\ | | | | | | views" into ub-launcher3-master
| * Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-104-11/+3
| | | | | | | | | | | | | | individual views Bug: 71709920 Change-Id: I8300fa7a84b31898bdb135d774cca576d2928525
* | Merge "Making LauncherIcons thread safe" into ub-launcher3-masterSunny Goyal2018-01-101-74/+0
|\ \
| * | 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
* / Import translations. DO NOT MERGEBill Yi2018-01-103-0/+3
|/ | | | | Change-Id: Ie11ad3fd010a4c408dcbb9e9d59e6e9861179721 Auto-generated-cl: translation import
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-087-104/+5
| | | | | | | | | | | > Hotseat is tied to navbar (on left in seascape) > Search box shows up in Overview (clicking it would crash for now) > All-apps is no longer fullscreen in landscape > Recents cards are appropriately scaled down > Hotseat is visible in Overview Bug: 70179916 Change-Id: I53149eaeac9557e8a01021b7e2d139f3d6ceef37
* Merge "Consume work mode API" into ub-launcher3-masterTreeHugger Robot2018-01-041-1/+1
|\
| * Consume work mode APITony Mak2018-01-041-1/+1
| | | | | | | | | | | | Fix: 69905244 Change-Id: I5958b3a2ebba2fa0e0f69448d5526dc72ed6a97b
* | Dominant color is part of icon cacheSunny Goyal2018-01-032-6/+0
| | | | | | | | | | | | | | | | | | > Calculating extracted color during icon generation and storing it in model and DB > Removing unused logic avoid various types of badge rendering > Icons are badged with extracted colors, while folder is badged with theme color Bug: 35428783 Change-Id: I93e30c52fbded7515c3ae1778422e84672eafb56
* | Merge "No more waiting around for resume" into ub-launcher3-masterSunny Goyal2018-01-041-0/+25
|\ \ | |/ |/|
| * No more waiting around for resumeSunny Goyal2017-12-191-0/+25
| | | | | | | | | | | | | | | | Apply model updates as son as they arrive instead of waiting for onResume. Various workspace items do not use any configuration dependent resources. For Widgets, we wait until the host starts lietening before inflating the actual view. Change-Id: Icb2f5e5940c1ce6c27062ccd34eff87e80af5ab1
* | Merge "Fix popup container alignment issues" into ub-launcher3-masterTony Wickham2018-01-021-4/+0
|\ \ | |/ |/|
| * Fix popup container alignment issuesTony2017-12-221-4/+0
| | | | | | | | | | | | | | | | - Arrow did not line up with the icon when right aligned - Popup was always centered horizontally in RTL instead of aligning with the icon Change-Id: I90e065d0b0c1c59166e5c2e5de5e6cff9126ee6f
* | Adding an empty page in Recents view corresponding to workspaceSunny Goyal2017-12-194-12/+12
|/ | | | | | | 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-152-49/+59
|\ | | | | | | | | | | * 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-152-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Updating the hotseat background to a solid color with rounded ↵TreeHugger Robot2017-12-144-3/+19
|\ \ | | | | | | | | | corners" into ub-launcher3-master
| * | Updating the hotseat background to a solid color with rounded cornersSunny Goyal2017-12-144-3/+19
| |/ | | | | | | Change-Id: I297920518f925e122f2e9f55a68228b96b42ea27
* / Moving divider line into predictionview.Mario Bertschler2017-12-142-8/+1
|/ | | | Change-Id: I40753aaa154023641cead2bd7dcf906fa5a4c2d7
* Import translations. DO NOT MERGEBill Yi2017-12-1265-2/+232
| | | | | Change-Id: I8be25c59975e669e0748a3660fab3f4157eed88a Auto-generated-cl: translation import
* Merge "Removing horizontal bar from page indicator" into ub-launcher3-masterSunny Goyal2017-12-126-68/+27
|\
| * Removing horizontal bar from page indicatorSunny Goyal2017-12-056-68/+27
| | | | | | | | | | | | | | > 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-082-6/+31
|\ \ | | | | | | | | | ub-launcher3-master
| * | Tab indicator of work tab should be in orange colorTony Mak2017-12-072-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | Also fix the tab according to the spec. Fix: 70272233 Change-Id: Ib4a0446d52a8488aadada1b823b3f541c4031d43
* | | Import translations. DO NOT MERGEBill Yi2017-12-071-0/+4
| | | | | | | | | | | | | | | Change-Id: Ic201b6f9b3e92db0ec1548704582fb3afa30af83 Auto-generated-cl: translation import
* | | Forwarding touch events from floating header to recyclerview.Mario Bertschler2017-12-072-0/+5
|/ / | | | | | | | | | | | | | | 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-063-6/+6
|\ \ | |/ |/| | | into ub-launcher3-master
| * Fixes for fast-scrollbar when using work profile tabs in all apps.Mario Bertschler2017-12-053-6/+6
| | | | | | | | | | | | | | | | | | | | | | - 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-046-0/+61
|/ | | | | | | | | | Introduced a BottomUserEducationView for similar use case. Screenshot: https://hsv.googleplex.com/4856820942241792 BUG=69963630 Change-Id: Ia818ee44fa5ce97ad1778f33e6a9a3a36cea5017
* Import translations. DO NOT MERGEBill Yi2017-11-3036-6/+109
| | | | | Change-Id: I750e9a7d7c51e1092679cdda9874fb01ccb6a824 Auto-generated-cl: translation import
* Add work profile footer in work tabTony Mak2017-11-296-0/+107
| | | | | | | | | | | | | | | 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
* Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2017-11-2011-3/+25
|\
| * Import translations. DO NOT MERGEBill Yi2017-11-2011-3/+25
| | | | | | | | | | Change-Id: I9b52987bd708c5b2b955b0446f42db329ba02ec8 Auto-generated-cl: translation import
* | Implementation of PredictionRowView.Mario Bertschler2017-11-163-6/+13
| | | | | | | | | | | | | | | | | | > 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-1611-264/+187
|\ \
| * | Simplifying app icon popupSunny Goyal2017-11-1511-264/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | > 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-153-3/+25
| |/ |/| | | | | | | | | Bug: 68713881 Change-Id: Ib0873482f80903611f183ccf430185f40a292f8e
* | Enable work profile tab in all apps.Mario Bertschler2017-11-145-13/+107
| | | | | | | | | | | | | | | | | | | | 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
* | Merge "Load some recent tasks" into ub-launcher3-masterTreeHugger Robot2017-11-142-0/+7
|\ \
| * | Load some recent tasksWinson Chung2017-11-132-0/+7
| |/ | | | | | | | | | | Bug: 69166452 Test: Build quickstep Change-Id: Id4b0172256d6920616a6b9529d61abd1fe0c1a36
* | Merge "Fixing wrong xml refenrece when the packageName is changed" into ↵Sunny Goyal2017-11-131-1/+1
|\ \ | |/ |/| | | ub-launcher3-master
| * Fixing wrong xml refenrece when the packageName is changedSunny Goyal2017-11-071-1/+1
| | | | | | | | Change-Id: I276d22e82dbef65eaa0f6c3331d7990292a62bc9
* | Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-083-1/+6
|/ | | | | | creating a shadow bitmap Change-Id: I331186664c3c448596af3172e0e080921a6a1908
* Separing the overview states for normal and quickstep buildsSunny Goyal2017-11-072-8/+2
| | | | | | | In QuickStep, adding a placeholder ScrollView and changing the state logic appropriately to handle that Change-Id: I10223c0692788d6e5dbf8c408c01cafb4e39bd2c
* Deleting sample code demonstrating how to extend Launcher3Sunny Goyal2017-10-301-4/+0
| | | | | | | | Launcher already includes Launcher3Go build flavour and we will be adding another build flavour for RecentsUI. There is no need to maintain another build which is not used anywhere. Change-Id: I9287f62691d57750460ccc9d6859c7fa11c99956
* Removing animated caret drawableSunny Goyal2017-10-275-12/+87
| | | | | | | | > Both landscape and portrait UI will show a static drag handle > In landscape the handle is drawn below the all-apps scrim, while in portrait it moves with the hotseat Change-Id: Ia6964c6f98feb8ba90517e23667d8c68bc2f6d35
* Moving some state specific logic to subclass of LauncherStateSunny Goyal2017-10-201-2/+0
| | | | | Bug: 67678570 Change-Id: I1316f91c9f19bd572e4a0da67a22fa8921e1dcf9