forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'integration-copy/compose/ce39fdf8982/to-jb-main' into j…
…b-main
- Loading branch information
Showing
812 changed files
with
37,693 additions
and
12,494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Bug component: 612128 | ||
chuckj@google.com | ||
jsproch@google.com | ||
lelandr@google.com | ||
malkov@google.com | ||
clarabayarri@google.com | ||
alanv@google.com | ||
adamp@google.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
// Baseline format: 1.0 | ||
ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#at(T, int): | ||
Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> | ||
ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#atFraction(T, float): | ||
Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> | ||
|
||
|
||
RemovedClass: androidx.compose.animation.core.SpringEstimationKt: | ||
Removed class androidx.compose.animation.core.SpringEstimationKt | ||
RemovedMethod: androidx.compose.animation.core.StartOffset#getOffsetMillis(): | ||
Removed method androidx.compose.animation.core.StartOffset.getOffsetMillis() | ||
RemovedMethod: androidx.compose.animation.core.StartOffset#getOffsetType(): | ||
Removed method androidx.compose.animation.core.StartOffset.getOffsetType() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 4 additions & 8 deletions
12
compose/animation/animation-core/api/restricted_current.ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
// Baseline format: 1.0 | ||
ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#at(T, int): | ||
Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> | ||
ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#atFraction(T, float): | ||
Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> | ||
|
||
|
||
RemovedClass: androidx.compose.animation.core.SpringEstimationKt: | ||
Removed class androidx.compose.animation.core.SpringEstimationKt | ||
RemovedMethod: androidx.compose.animation.core.StartOffset#getOffsetMillis(): | ||
Removed method androidx.compose.animation.core.StartOffset.getOffsetMillis() | ||
RemovedMethod: androidx.compose.animation.core.StartOffset#getOffsetType(): | ||
Removed method androidx.compose.animation.core.StartOffset.getOffsetType() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright (C) 2020 The Android Open Source Project | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Keep all the functions created to throw an exception. We don't want these functions to be | ||
# inlined in any way, which R8 will do by default. The whole point of these functions is to | ||
# reduce the amount of code generated at the call site. | ||
-keep,allowshrinking,allowobfuscation class androidx.compose.**.* { | ||
static void throw*Exception(...); | ||
static void throw*ExceptionForNullCheck(...); | ||
# For methods returning Nothing | ||
static java.lang.Void throw*Exception(...); | ||
static java.lang.Void throw*ExceptionForNullCheck(...); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.