ANDROID-16934 -- Remove BindingAdapters and databinding related code#476
Closed
dhonti-axpe wants to merge 6 commits intomainfrom
Closed
ANDROID-16934 -- Remove BindingAdapters and databinding related code#476dhonti-axpe wants to merge 6 commits intomainfrom
dhonti-axpe wants to merge 6 commits intomainfrom
Conversation
- Remove the "buildFeatures" dataBinding = true value in build.gradle - Remove BindingMethods, InverseBindingMethods and BindingAdapters
|
[Firebase] 📱 New catalog for testing generated: |
…t new no-databinding mistica version: * ../button2/Button * HeaderView * CheckBoxInput * ListRowView
|
[Firebase] 📱 New catalog for testing generated: |
… "buttonOnClick" attribute for "Button" component
|
[Firebase] 📱 New catalog for testing generated: |
…ponent with new public methods
|
[Firebase] 📱 New catalog for testing generated: |
…ents README files
|
[Firebase] 📱 New catalog for testing generated: |
…"api" to use correctly the "AbstractComposeView" in client projects
|
[Firebase] 📱 New catalog for testing generated: |
This was referenced Jan 12, 2026
Contributor
Author
|
Current draft PR is addressed next one #484, which is divided in several as a feature-branch to ease the reviewers work: |
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.
🎟️ Jira ticket
ANDROID-16934
🥅 What's the goal?
librarymodule and the corresponding components.🚧 How do we do it?
buildFeatures dataBinding = truefromlibrary/build.gradlefile.X - button2/Button
X - CalloutView
X - CardView
X - DataCardView
X - MediaCardView
X - EmptyStateCardView
X - EmptyStateScreenView
X - LoaderrorFeedbackView
X - HeaderView
X - HightlightedCardView
X - CheckBoxInput
X - Input
X - TextInput
X - TextLink
X - ListRowView
X - MisticaRecyclerView
X - DeterminateStepperView
X - IndeterminateStepperView
X - TitleView
☑️ Checks
🧪 How can I test this?
If it cannot be tested explain why.