material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
These TODOs have been around since at least 2018. Removing them and running the tests locally seems to be working just fine.
With the minSdk being 21 now, Multidex is not needed anymore. See https://developer.android.com/build/multidex#mdex-on-l I've also removed some unnecessary SDK version checks. Let me know if these should be in a...
This PR adds marquee (scrolling text) support for long titles in MaterialToolbar allowing better UX when displaying lengthy text in the app bar. NOTE: it will not work with collapsingToolbarLayout...
closes #4591
closes #4578
closes #4576
closes #4571
Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.51.1 to 2.55. Release notes Sourced from com.google.dagger:dagger-compiler's releases. Dagger 2.55 Notable/breaking changes Added support for injecting jakarta.inject.Provider. This should be usable anywhere javax.inject.Provider is usable. Note...