Commit 8a439013 authored by sczs's avatar sczs Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 70d7a73cb..915bc063f (13 commits)

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/70d7a73cb4be..915bc063fbbf

$ git log 70d7a73cb..915bc063f --date=short --no-merges --format='%ad %ae %s'
2020-08-18 afweiss Update accessibility logic when switching selected view controllers so that VoiceOver will always switch to a new element visible on screen
2020-08-17 yar Bumped version number to 113.1.0.
2020-08-17 yar Hand-modified CHANGELOG.md API diff.
2020-08-17 yar Automatic changelog preparation for release.
2020-08-17 no-reply [MDCBottomDrawerViewController] Adds shouldDisplayMobileLandscapeFullscreen property to MDCBottomDrawerViewController.
2020-08-17 yar [TabBarView] Adds Large Content Viewer support to MDCTabBarView.
2020-08-17 no-reply [ButtonBar] Removes nullability modifiers from file.
2020-08-17 featherless [Snackbar] Deprecate remaining class methods on MDCSnackbarManager.
2020-08-17 yar [ButtonBar] Fall back to accessibilityLabel for UILargeContentView when there is an image and no title.
2020-08-14 featherless [BottomAppBar] Fix bug where FAB shadow would "bounce" when the position changed.
2020-08-14 andrewoverton [BottomNavigation] Move MDCBottomNavigationBarController to main podspec
2020-08-14 featherless [TabBarView] Animate text and icon colors when switching tabs.
2020-08-14 yar [ButtonBar] Adds Large Content Viewer support to MDCButtonBar, MDCNavigationBar, and MDCAppBar.

Created with:
  roll-dep src/ios/third_party/material_components_ios/src

Change-Id: I7dce6b1dc0b038f74df2b2ed1df642c572ec415c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364660
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800216}
parent 724a1a47
...@@ -545,7 +545,7 @@ deps = { ...@@ -545,7 +545,7 @@ deps = {
}, },
'src/ios/third_party/material_components_ios/src': { 'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '25710e0b923c3f02c26f935becd68a59a8f1f6f5', 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '915bc063fbbf52eef3a5c9f106d571378cce12db',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -386,7 +386,7 @@ enum class PresentedState { ...@@ -386,7 +386,7 @@ enum class PresentedState {
- (void)dismissSnackbar { - (void)dismissSnackbar {
// Dismiss any bookmark related snackbar this controller could have presented. // Dismiss any bookmark related snackbar this controller could have presented.
[[MDCSnackbarManager defaultManager] [MDCSnackbarManager.defaultManager
dismissAndCallCompletionBlocksWithCategory: dismissAndCallCompletionBlocksWithCategory:
bookmark_utils_ios::kBookmarksSnackbarCategory]; bookmark_utils_ios::kBookmarksSnackbarCategory];
} }
......
...@@ -162,7 +162,7 @@ static MockReauthenticationModule* _mockReauthenticationModule; ...@@ -162,7 +162,7 @@ static MockReauthenticationModule* _mockReauthenticationModule;
} }
+ (void)dismissSnackBar { + (void)dismissSnackBar {
[[MDCSnackbarManager defaultManager] [MDCSnackbarManager.defaultManager
dismissAndCallCompletionBlocksWithCategory:@"PasswordsSnackbarCategory"]; dismissAndCallCompletionBlocksWithCategory:@"PasswordsSnackbarCategory"];
} }
......
...@@ -99,7 +99,7 @@ NSString* const kTranslateNotificationSnackbarCategory = ...@@ -99,7 +99,7 @@ NSString* const kTranslateNotificationSnackbarCategory =
} }
- (void)dismissNotification { - (void)dismissNotification {
[[MDCSnackbarManager defaultManager] [MDCSnackbarManager.defaultManager
dismissAndCallCompletionBlocksWithCategory: dismissAndCallCompletionBlocksWithCategory:
kTranslateNotificationSnackbarCategory]; kTranslateNotificationSnackbarCategory];
} }
......
...@@ -64,8 +64,8 @@ _mdc_public_headers = [ ...@@ -64,8 +64,8 @@ _mdc_public_headers = [
"src/components/BottomNavigation/src/MDCBottomNavigationBarController.h", "src/components/BottomNavigation/src/MDCBottomNavigationBarController.h",
"src/components/BottomNavigation/src/MDCBottomNavigationBarControllerDelegate.h", "src/components/BottomNavigation/src/MDCBottomNavigationBarControllerDelegate.h",
"src/components/BottomNavigation/src/MDCBottomNavigationBarDelegate.h", "src/components/BottomNavigation/src/MDCBottomNavigationBarDelegate.h",
"src/components/BottomNavigation/src/MaterialBottomNavigation+BottomNavigationController.h",
"src/components/BottomNavigation/src/MaterialBottomNavigation.h", "src/components/BottomNavigation/src/MaterialBottomNavigation.h",
"src/components/BottomNavigation/src/MaterialBottomNavigationBeta.h",
"src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.h", "src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.h",
"src/components/BottomNavigation/src/Theming/MaterialBottomNavigation+Theming.h", "src/components/BottomNavigation/src/Theming/MaterialBottomNavigation+Theming.h",
"src/components/BottomNavigation/src/private/MDCBottomNavigationBar+Private.h", "src/components/BottomNavigation/src/private/MDCBottomNavigationBar+Private.h",
...@@ -291,6 +291,8 @@ _mdc_public_headers = [ ...@@ -291,6 +291,8 @@ _mdc_public_headers = [
"src/components/Ripple/src/MaterialRipple.h", "src/components/Ripple/src/MaterialRipple.h",
"src/components/Ripple/src/private/MDCRippleLayer.h", "src/components/Ripple/src/private/MDCRippleLayer.h",
"src/components/Ripple/src/private/MDCRippleLayerDelegate.h", "src/components/Ripple/src/private/MDCRippleLayerDelegate.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.h",
"src/components/ScalableFontDescriptor/src/MaterialScalableFontDescriptor.h",
"src/components/ShadowElevations/src/MDCShadowElevations.h", "src/components/ShadowElevations/src/MDCShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevations.h", "src/components/ShadowElevations/src/MaterialShadowElevations.h",
"src/components/ShadowLayer/src/MDCShadowLayer.h", "src/components/ShadowLayer/src/MDCShadowLayer.h",
...@@ -454,7 +456,6 @@ _mdc_public_headers = [ ...@@ -454,7 +456,6 @@ _mdc_public_headers = [
"src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.h", "src/components/Typography/src/private/UIFont+MaterialTypographyPrivate.h",
"src/components/private/Application/src/MaterialApplication.h", "src/components/private/Application/src/MaterialApplication.h",
"src/components/private/Application/src/UIApplication+MDCAppExtensions.h", "src/components/private/Application/src/UIApplication+MDCAppExtensions.h",
"src/components/private/Beta/src/MaterialBetaComponent.h",
"src/components/private/Color/src/MaterialColor.h", "src/components/private/Color/src/MaterialColor.h",
"src/components/private/Color/src/UIColor+MaterialBlending.h", "src/components/private/Color/src/UIColor+MaterialBlending.h",
"src/components/private/Color/src/UIColor+MaterialDynamic.h", "src/components/private/Color/src/UIColor+MaterialDynamic.h",
...@@ -628,6 +629,7 @@ _mdc_include_dirs = [ ...@@ -628,6 +629,7 @@ _mdc_include_dirs = [
"src/components/ProgressView/src/private", "src/components/ProgressView/src/private",
"src/components/Ripple/src", "src/components/Ripple/src",
"src/components/Ripple/src/private", "src/components/Ripple/src/private",
"src/components/ScalableFontDescriptor/src",
"src/components/ShadowElevations/src", "src/components/ShadowElevations/src",
"src/components/ShadowLayer/src", "src/components/ShadowLayer/src",
"src/components/ShapeLibrary/src", "src/components/ShapeLibrary/src",
...@@ -668,7 +670,6 @@ _mdc_include_dirs = [ ...@@ -668,7 +670,6 @@ _mdc_include_dirs = [
"src/components/Typography/src", "src/components/Typography/src",
"src/components/Typography/src/private", "src/components/Typography/src/private",
"src/components/private/Application/src", "src/components/private/Application/src",
"src/components/private/Beta/src",
"src/components/private/Color/src", "src/components/private/Color/src",
"src/components/private/Icons/icons/ic_arrow_back/src", "src/components/private/Icons/icons/ic_arrow_back/src",
"src/components/private/Icons/icons/ic_check/src", "src/components/private/Icons/icons/ic_check/src",
...@@ -781,8 +782,8 @@ _mdc_sources = [ ...@@ -781,8 +782,8 @@ _mdc_sources = [
"src/components/BottomNavigation/src/MDCBottomNavigationBarController.m", "src/components/BottomNavigation/src/MDCBottomNavigationBarController.m",
"src/components/BottomNavigation/src/MDCBottomNavigationBarControllerDelegate.h", "src/components/BottomNavigation/src/MDCBottomNavigationBarControllerDelegate.h",
"src/components/BottomNavigation/src/MDCBottomNavigationBarDelegate.h", "src/components/BottomNavigation/src/MDCBottomNavigationBarDelegate.h",
"src/components/BottomNavigation/src/MaterialBottomNavigation+BottomNavigationController.h",
"src/components/BottomNavigation/src/MaterialBottomNavigation.h", "src/components/BottomNavigation/src/MaterialBottomNavigation.h",
"src/components/BottomNavigation/src/MaterialBottomNavigationBeta.h",
"src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.h", "src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.h",
"src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.m", "src/components/BottomNavigation/src/Theming/MDCBottomNavigationBar+MaterialTheming.m",
"src/components/BottomNavigation/src/Theming/MaterialBottomNavigation+Theming.h", "src/components/BottomNavigation/src/Theming/MaterialBottomNavigation+Theming.h",
...@@ -1126,6 +1127,9 @@ _mdc_sources = [ ...@@ -1126,6 +1127,9 @@ _mdc_sources = [
"src/components/Ripple/src/private/MDCRippleLayer.h", "src/components/Ripple/src/private/MDCRippleLayer.h",
"src/components/Ripple/src/private/MDCRippleLayer.m", "src/components/Ripple/src/private/MDCRippleLayer.m",
"src/components/Ripple/src/private/MDCRippleLayerDelegate.h", "src/components/Ripple/src/private/MDCRippleLayerDelegate.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.h",
"src/components/ScalableFontDescriptor/src/MDCScalableFontDescriptor.m",
"src/components/ScalableFontDescriptor/src/MaterialScalableFontDescriptor.h",
"src/components/ShadowElevations/src/MDCShadowElevations.h", "src/components/ShadowElevations/src/MDCShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevations.h", "src/components/ShadowElevations/src/MaterialShadowElevations.h",
"src/components/ShadowElevations/src/MaterialShadowElevationsDummy.m", "src/components/ShadowElevations/src/MaterialShadowElevationsDummy.m",
...@@ -1376,7 +1380,6 @@ _mdc_sources = [ ...@@ -1376,7 +1380,6 @@ _mdc_sources = [
"src/components/private/Application/src/MaterialApplication.h", "src/components/private/Application/src/MaterialApplication.h",
"src/components/private/Application/src/UIApplication+MDCAppExtensions.h", "src/components/private/Application/src/UIApplication+MDCAppExtensions.h",
"src/components/private/Application/src/UIApplication+MDCAppExtensions.m", "src/components/private/Application/src/UIApplication+MDCAppExtensions.m",
"src/components/private/Beta/src/MaterialBetaComponent.h",
"src/components/private/Color/src/MaterialColor.h", "src/components/private/Color/src/MaterialColor.h",
"src/components/private/Color/src/UIColor+MaterialBlending.h", "src/components/private/Color/src/UIColor+MaterialBlending.h",
"src/components/private/Color/src/UIColor+MaterialBlending.m", "src/components/private/Color/src/UIColor+MaterialBlending.m",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment