-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor(breaking): compose platform migration #600
Open
wax911
wants to merge
7
commits into
develop
Choose a base branch
from
refactor/compose-platform-migration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
wax911
changed the title
refactor: compose platform migration
refactor(breaking): compose platform migration
Apr 30, 2024
wax911
force-pushed
the
refactor/compose-platform-migration
branch
3 times, most recently
from
May 5, 2024 10:14
de8aa5f
to
ae2a320
Compare
wax911
force-pushed
the
refactor/compose-platform-migration
branch
from
June 9, 2024 14:33
ae2a320
to
6736f27
Compare
wax911
force-pushed
the
refactor/compose-platform-migration
branch
from
June 20, 2024 20:17
6736f27
to
e39cd67
Compare
wax911
force-pushed
the
refactor/compose-platform-migration
branch
from
July 8, 2024 07:09
e39cd67
to
2c38cdd
Compare
wax911
force-pushed
the
refactor/compose-platform-migration
branch
from
August 8, 2024 18:43
2c38cdd
to
5e439f1
Compare
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.
Auto approved automated PR
- Wraps compact item recycler in compose android view - Adds new custom platform preview method - Add dark theme preview parameter provider for non-annotation usecases
- Split out components to individual files - Provide preview wrapper for surface wrapping via exposed prop - Update tag composition to include general spoilers and media spoilers
wax911
force-pushed
the
refactor/compose-platform-migration
branch
from
December 30, 2024 19:16
5e439f1
to
03bbaa7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
AniTrend Pull Request
Thank you for contributing! Please take a moment to review our contributing guidelines
to make the process easy and effective for everyone involved.
Please open an issue before embarking on any significant pull request, especially those that
add a new library or change existing tests, otherwise you risk spending a lot of time working
on something that might not end up being merged into the project.
Before opening a pull request, please ensure you've done the following:
develop
and targetsdevelop
(where applicable)Description
A lot of ground work for compose, phasing out view based screens and components
Types of changes
IMPORTANT: By submitting a patch, you agree to allow the project
owners to license your work under the terms of the GPL v3 License.