-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p1: Add Gradle binary compatibility plugin #145
Merged
Merged
Changes from 2 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
25b284c
Add gradle binary compatibility checker plugin
ab-gnm d68f673
Generate API dump for Source
ab-gnm f1c0686
Import `DensityExtensions` from news project
ab-gnm cd0c601
Create `ExpandingText` component
ab-gnm 51be8f3
Add `SourceBaseChip`
ab-gnm d490089
Add `SourceChip` with text only
ab-gnm 26c9007
Simplify `SourceBaseChip` to provide just a single `content` lambda
ab-gnm 0c36ef5
Lint issues in build scripts
ab-gnm 2ee1133
Remove inner text padding from `ExpandingText`
ab-gnm d58f631
Import marina_hyde.png cutout for previews
ab-gnm d33d2a7
Streamline styling of `SourceChip`
ab-gnm e7bca6b
Run lint in CI
ab-gnm 7f757d3
Lint
ab-gnm 81cc259
Extract `ChipIndicator` and provide variants for vector, painter, com…
ab-gnm aee0496
Add KDoc and preview for `ChipIndicator`
ab-gnm c2469c1
Update `HorizontalExpandingText` so it expands/collapses based on tex…
ab-gnm 7bf5994
Use `HorizontalExpandingText` in `SourceChip`
ab-gnm deb9b60
Remove redundant label from manifest
ab-gnm ac62df5
Add screenshot test
ab-gnm 4679eef
Separate style model for `SourceBaseChip`
ab-gnm d8b6fbb
Add selected state to `SourceChip`
ab-gnm 2e1822b
Update screenshot test - remove tablet previews, add font scale previews
ab-gnm 3968716
Add detekt baseline
ab-gnm 20749ef
Lint
ab-gnm a5c49f1
Remove detekt convention plugin. Instead apply it to all module conve…
ab-gnm ee38878
Merge branch 'ab/change-detekt-config' into ab/add-chips-components
ab-gnm 28e5587
Remove detekt convention plugin. Instead apply it to all module conve…
ab-gnm 2101ef7
Merge branch 'ab/change-detekt-config' into ab/add-chips-components
ab-gnm 7a458d3
Add detekt baseline
ab-gnm af173f1
Update lint baseline
ab-gnm 0748699
Merge branch 'ab/change-detekt-config' into ab/add-chips-components
ab-gnm 448bb21
Clean up previews, add dark mode support to screenshot test
ab-gnm 959a75f
Baselines update
ab-gnm 56a84fa
Add `SourceChipSupportingButton`
ab-gnm 22f2d86
Move preview components inside package
ab-gnm 6b1a416
Add preview to sample and clean up baseline
ab-gnm ee8ad1d
Make size mandatory in `SourceChipSupportingButton`
ab-gnm 3f44b96
Split out single and multi select components as variants
ab-gnm d076255
Add README.md for chips
ab-gnm d813ae6
Split out `README.md` files for buttons and pager components as well
ab-gnm 1ae8075
Update chips README.md
ab-gnm 4bd3ef4
Formatting in README.md
ab-gnm 1d44aca
Add example for version catalot
ab-gnm 22eeeb2
Update minor version for addition of chips component
ab-gnm e24d0bb
Merge branch 'ab/add-chips-components' into ab/add-documentation
ab-gnm eb67513
Remove old `detekt-baseline-debug.xml`
ab-gnm 1b70642
Merge branch 'ab/add-chips-components' into ab/add-documentation
ab-gnm 75d603a
PR feedback driven changes:
ab-gnm 697f2d5
Rename `ChipIndicator` to `ChipDecoration`
ab-gnm fd47629
Update baseline images
ab-gnm 66e2e5f
Simplify table in KDoc
ab-gnm 6a35af8
Merge pull request #149 from guardian/ab/add-documentation
ab-gnm 62539e7
Merge pull request #148 from guardian/ab/change-detekt-config
ab-gnm 13e0633
Merge pull request #146 from guardian/ab/add-chips-components
ab-gnm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied directly to all modules (no
apply false
)