Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: material-components/material-components-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0-alpha02
Choose a base ref
...
head repository: material-components/material-components-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.0-alpha03
Choose a head ref
  • 18 commits
  • 32 files changed
  • 9 contributors

Commits on May 2, 2023

  1. [ExposedDropdownMenu] Added attribute to set dropdown menu's container.

    PiperOrigin-RevId: 528578402
    pekingme authored and leticiarossi committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1562d0b View commit details
    Browse the repository at this point in the history
  2. [Color] Temporarily remove v34 Android U color references which could…

    … be causing resource NotFoundExceptions
    
    PiperOrigin-RevId: 528599594
    dsn5ft authored and leticiarossi committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2a1a67f View commit details
    Browse the repository at this point in the history
  3. Automated g4 rollback of changelist 528599594

    PiperOrigin-RevId: 528735653
    Material Design Team authored and leticiarossi committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a3af01c View commit details
    Browse the repository at this point in the history
  4. Automated g4 rollback of changelist 528735653

    PiperOrigin-RevId: 528800431
    dsn5ft authored and leticiarossi committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2f13532 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. [Carousel] Refactor to reuse logic between different Carousel strateg…

    …y classes
    
    - Moved Arrangement class outside of MultiBrowseStrategy
    - Added helper class CarouselStrategyHelper and moved common logic in MultiBrowseStrategy to CarouselStrategyHelper
    
    PiperOrigin-RevId: 528924778
    imhappi authored and leticiarossi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1c27404 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. [Side Sheet] Renamed private references of "origin" to "inner" in She…

    …etDelegate and related delegate classes.
    
    PiperOrigin-RevId: 529193878
    afohrman authored and hunterstich committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ad9ad20 View commit details
    Browse the repository at this point in the history
  2. [Side Sheet] Fixed modal sheet text field formatting bug in catalog.

    Before this change, the modal sheet is initially expanded with a "%f" for the slide offset text and the state TextView doesn't change until the first drag of the sheet.
    
    There was actually no underlying side sheet bug here; the modal sheet has two ways of animating, window animations and the "native" SideSheetBehavior ViewDragHelper animations. In the catalog, the modal sheet's text views weren't getting set yet because it was using the window animations to enter/exit and the callback doesn't run until it's dragged with SideSheetBehavior's ViewDragHelper. The only change necessary here is to set the TextViews to Visibility#GONE until the callback runs, so that there are no uninitialized TextViews visible on screen.
    
    Resolves #3167.
    
    PiperOrigin-RevId: 529220073
    afohrman authored and hunterstich committed May 4, 2023
    Configuration menu
    Copy the full SHA
    87a45a2 View commit details
    Browse the repository at this point in the history
  3. [Internal][Gradle] (deps): Bump com.google.dagger:dagger-compiler fro…

    …m 2.45 to 2.46 in /catalog
    
    Resolves #3367
    
    GIT_ORIGIN_REV_ID=7c98cc50b93e922fc9f554760ac582f79e48f38e
    PiperOrigin-RevId: 529404034
    dependabot[bot] authored and hunterstich committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d1d1165 View commit details
    Browse the repository at this point in the history
  4. [Internal][Gradle] (deps): Bump org.jetbrains.kotlin:kotlin-stdlib-jd…

    …k8 from 1.8.20 to 1.8.21 in /catalog
    
    Resolves #3368
    
    GIT_ORIGIN_REV_ID=23b21a8ad76af25dd9478e21639d4867bffc4f92
    PiperOrigin-RevId: 529415043
    dependabot[bot] authored and leticiarossi committed May 4, 2023
    Configuration menu
    Copy the full SHA
    310c7c5 View commit details
    Browse the repository at this point in the history
  5. [Internal][Gradle] (deps): Bump com.google.dagger:dagger-android-supp…

    …ort from 2.45 to 2.46 in /catalog
    
    Resolves #3369
    
    GIT_ORIGIN_REV_ID=d316e3a692aad18b09779776e3a66b5ddbc3800f
    PiperOrigin-RevId: 529420541
    dependabot[bot] authored and leticiarossi committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8ff92eb View commit details
    Browse the repository at this point in the history
  6. [Carousel] Add CarouselSnapHelper

    PiperOrigin-RevId: 529457461
    imhappi authored and leticiarossi committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8938da8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. [Carousel][Catalog] Add option for snapping with multi-browse carouse…

    …l demo
    
    PiperOrigin-RevId: 529818471
    imhappi authored and leticiarossi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    26c3779 View commit details
    Browse the repository at this point in the history
  2. [MaterialDatePicker] Fix crash when clicking OK/Cancel on text input …

    …mode due to hiding keyboard
    
    PiperOrigin-RevId: 529835294
    dsn5ft authored and leticiarossi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7ccf670 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. [M3][Search][Docs] Adds Search class definition link to Search docume…

    …ntation.
    
    PiperOrigin-RevId: 530386856
    raajkumars authored and leticiarossi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e157608 View commit details
    Browse the repository at this point in the history
  2. [Search] Fix expand/collapse animation for non-predictive back cases …

    …where rootView bounds are not equal to searchView bounds
    
    PiperOrigin-RevId: 530596832
    dsn5ft authored and leticiarossi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    577d23e View commit details
    Browse the repository at this point in the history
  3. [Gradle] Update AppCompat dependency to 1.6.1

    This fixes Proguard warnings about ShadowDrawableWrapper.
    
    Resolves #3374
    
    PiperOrigin-RevId: 530651081
    leticiarossi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    46778db View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. [M3][Color] Updated content-based dynamic colors

    PiperOrigin-RevId: 532182583
    (cherry picked from commit a511501)
    Material Design Team authored and dsn5ft committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e9b485d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b8da4 View commit details
    Browse the repository at this point in the history
Loading