-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 플러그인 기능을 `QuackPlugin`라는 이름으로 도입합니다. - `QuackImage`에 GIF 지원을 추가하는 `QuackImageGifPlugin`을 구현합니다. cc #693
- Loading branch information
Showing
61 changed files
with
1,537 additions
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023.05.25 | ||
2023.05.27 |
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
25 changes: 25 additions & 0 deletions
25
casa-ui/report/compose-metrics/casa-ui_debugUnitTest-module.json
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,25 @@ | ||
{ | ||
"skippableComposables": 2, | ||
"restartableComposables": 2, | ||
"readonlyComposables": 0, | ||
"totalComposables": 2, | ||
"restartGroups": 2, | ||
"totalGroups": 2, | ||
"staticArguments": 1, | ||
"certainArguments": 0, | ||
"knownStableArguments": 5, | ||
"knownUnstableArguments": 0, | ||
"unknownStableArguments": 0, | ||
"totalArguments": 5, | ||
"markedStableClasses": 0, | ||
"inferredStableClasses": 0, | ||
"inferredUnstableClasses": 0, | ||
"inferredUncertainClasses": 1, | ||
"effectivelyStableClasses": 0, | ||
"totalClasses": 1, | ||
"memoizedLambdas": 2, | ||
"singletonLambdas": 0, | ||
"singletonComposableLambdas": 2, | ||
"composableLambdas": 2, | ||
"totalLambdas": 2 | ||
} |
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
4 changes: 4 additions & 0 deletions
4
casa-ui/report/compose-reports/casa-ui_debugUnitTest-classes.txt
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,4 @@ | ||
runtime class CasaUiTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} |
1 change: 1 addition & 0 deletions
1
casa-ui/report/compose-reports/casa-ui_debugUnitTest-composables.csv
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 @@ | ||
package,name,composable,skippable,restartable,readonly,inline,isLambda,hasDefaults,defaultsGroup,groups,calls, |
Empty file.
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 |
---|---|---|
|
@@ -44,5 +44,6 @@ dependencies { | |
projects.ui, | ||
projects.util, | ||
projects.casaUi, | ||
projects.uiPlugin.image.gif, | ||
) | ||
} |
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.