Document Android transition modes - #423
Open
jonathanpeppers wants to merge 3 commits into
Open
Conversation
Refs #212 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
requested review from
dalexsoto
and
a lite review from Copilot
August 14, 2026 08:59
jonathanpeppers
enabled auto-merge (squash)
August 14, 2026 08:59
There was a problem hiding this comment.
Pull request overview
This PR improves the generated XML documentation for Android.Transitions by replacing placeholder text with meaningful descriptions for three transition-related enum types and their values, and by adding links to the official Android reference docs that define their behavior.
Changes:
- Updated type-level
<summary>docs forFadingMode,VisibilityMode, andTransitionOrdering. - Replaced
To be added.placeholders with concrete value descriptions for all six enum members. - Added per-type remarks linking to the corresponding Android Java reference pages.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/xml/Android.Transitions/FadingMode.xml | Adds proper enum and member summaries plus a link to the Android Fade reference. |
| docs/xml/Android.Transitions/VisibilityMode.xml | Adds proper enum and member summaries plus a link to the Android Visibility reference. |
| docs/xml/Android.Transitions/TransitionOrdering.xml | Adds proper enum and member summaries plus a link to the Android TransitionSet reference. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Refs #212 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
auto-merge was automatically disabled
August 14, 2026 10:07
Pull Request is not mergeable
Refs #212 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
enabled auto-merge (squash)
August 14, 2026 10:15
Member
Author
|
@dalexsoto review |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Sources
Validation
Refs #212