-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Share common ShadowNode functionality in BaseTextInputShadowNode for Android #48165
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D66914447 |
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
88fab82
to
f8a17b4
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
f8a17b4
to
4c0a959
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
4c0a959
to
be7b8b7
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
be7b8b7
to
6fdc784
Compare
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
6fdc784
to
09a3b45
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
09a3b45
to
f9eaf6d
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
f9eaf6d
to
f700c42
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
f700c42
to
b4c6f09
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
7413a4c
to
5636bc7
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…Android (facebook#48165) Summary: Pull Request resolved: facebook#48165 [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
5636bc7
to
700a4a2
Compare
…putShadowNode for Android Summary: As a preperation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations Differential Revision: D68001423
…putShadowNode for Android (facebook#48582) Summary: As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…putShadowNode for Android (facebook#48582) Summary: As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
Summary: As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h Differential Revision: D68004218
…putShadowNode for Android (facebook#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…putShadowNode for Android (facebook#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…g with AndroidTextInputShadowNode (facebook#48584) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to calculate placeholder string with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004218
…putShadowNode for Android (facebook#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…g with AndroidTextInputShadowNode (facebook#48584) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to calculate placeholder string with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004218
…ed with AndroidTextInputShadowNode Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to determine updateStateIfNeeded with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004755
…BaseTextInputShadowNode for Android (facebook#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…lder string with AndroidTextInputShadowNode (facebook#48584) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to calculate placeholder string with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004218
…tateIfNeeded with AndroidTextInputShadowNode (facebook#48585) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to determine updateStateIfNeeded with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004755
…ng with AndroidTextInputShadowNode Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68005037
…Android (facebook#48165) Summary: [Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation Differential Revision: D66914447
700a4a2
to
7587ce9
Compare
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…putShadowNode for Android (facebook#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for facebook#48165 this change aligns the order of methods between: - BaseTextInputShadowNode.h - AndroidTextInputShadowNode.h to make it easier for future changes to look at the delta between both implementations. The goal is land facebook#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…g with AndroidTextInputShadowNode (facebook#48584) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to calculate placeholder string with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004218
…ed with AndroidTextInputShadowNode (facebook#48585) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to determine updateStateIfNeeded with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68004755
…droidTextInputShadowNode Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode As a preparation for facebook#48165 this aligns the implementation of those 2 methods Differential Revision: D68005037
Summary:
[Changelog] [Internal] - Share common ShadowNode functionality in BaseTextInputShadowNode for Android
This change deletes the current Android implementation - but copies over 'relevant' code into the new shared implementation
Differential Revision: D66914447