summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/widget/picker/WidgetsListAdapter.java
AgeCommit message (Expand)Author
2023-05-30Fix widget picker crashfbaron
2023-03-24Add subclass for two pane widget pickerFederico Baron
2023-03-06Update widget picker row logic to resolve croppingSihua Ma
2023-02-21Add ripple effect when a header in widget picker is selected.Federico Baron
2023-02-14Using DiffUtil for calculating widget diff insteadSunny Goyal
2023-02-13Moving widget background to xml, so that the same constantstate isSunny Goyal
2023-02-10Removing unnecessary search header duplicationSunny Goyal
2023-02-09Implement two pane widget pickerFederico Baron
2022-06-16Unifying scroll calculation logic for both widgets and apps recycler viewSunny Goyal
2021-09-30Group weather widgets under the widget categorySteven Ng
2021-08-18Moving all widget picker tests to instrumentation testsSunny Goyal
2021-08-17Removing widget preview cachingSunny Goyal
2021-08-16Fixing header jumpSunny Goyal
2021-07-02Use the computation of the widget size including padding.Pierre Barbier de Reuille
2021-06-25Compare maxSpanSize for WidgetsListContentEntries when updating visibleAlina Zaidi
2021-06-21Add spacing between items as decorations instead of marginsStevie Kideckel
2021-06-18Load widget preview images before adding the rows to the adapterStevie Kideckel
2021-06-15Use drawable states for list positions instead of swapping drawablesStevie Kideckel
2021-06-10Account for header margin depending on which header is selectedStevie Kideckel
2021-06-08Fix accounting for the position/offset of headers with collapsing viewsStevie Kideckel
2021-06-04Add new log events for widgets.Yogisha Dixit
2021-06-03Use scrollToPositionWithOffset in widget list and account for paddingStevie Kideckel
2021-06-03Scroll to the selected widget picker row after headers are clickedStevie Kideckel
2021-05-21Merge "Clear widgets search bar focus when the user taps outside the search b...Steven Ng
2021-05-19Reset visible entries when the app tile of the same app no longer matchSteven Ng
2021-05-19Clear widgets search bar focus when the user taps outside the search barSteven Ng
2021-04-22Only update entries if there is a change in expand / collapse stateSteven Ng
2021-03-24Clear focus from search bar whenever a header is clicked in search adapter.Alina Zaidi
2021-03-19A11y fix for all widgets tray (Part 2 / n)Steven Ng
2021-03-18Merge "Bug fixes for widget picker search." into sc-devAlina Zaidi
2021-03-17Adjust font, color, margin, corners for all widgets traySteven Ng
2021-03-17Bug fixes for widget picker search.Alina Zaidi
2021-03-15Merge changes from topic "SEARCH_INTEGRATE" into sc-devAlina Zaidi
2021-03-12Better estimate the height of widget recycler viewSteven Ng
2021-03-11Have a recycler view to show search results.Alina Zaidi
2021-02-24Replace horizontal ScrollViews with tables in the full widgets pickerSteven Ng
2021-02-22Add personal / work tabs for work profile widgetsSteven Ng
2021-02-15Make all widgets collapsed in the full widget picker by defaultSteven Ng
2021-02-10Refactoring before adding a new view type in the WidgetsListAdapterSteven Ng