Uh oh!
There was an error while loading. Please reload this page.
Share common ShadowNode functionality in BaseTextInputShadowNode for Android - #48165
Share common ShadowNode functionality in BaseTextInputShadowNode for Android#48165christophpurrer wants to merge 3 commits into
Conversation
facebook-github-bot
commented
Dec 7, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
facebook-github-bot
commented
Dec 7, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
88fab82 to
f8a17b4Comparefacebook-github-bot
commented
Dec 7, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
f8a17b4 to
4c0a959Comparefacebook-github-bot
commented
Dec 7, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
4c0a959 to
be7b8b7Comparefacebook-github-bot
commented
Dec 8, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
be7b8b7 to
6fdc784Comparefacebook-github-bot
commented
Dec 9, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
6fdc784 to
09a3b45Comparefacebook-github-bot
commented
Dec 9, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
09a3b45 to
f9eaf6dComparefacebook-github-bot
commented
Dec 9, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
f9eaf6d to
f700c42Comparefacebook-github-bot
commented
Dec 10, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
f700c42 to
b4c6f09Comparefacebook-github-bot
commented
Dec 10, 2024
This pull request was exported from Phabricator. Differential Revision: D66914447 |
5636bc7 to
700a4a2Compare…putShadowNode for Android (react#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for react#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 react#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…putShadowNode for Android (react#48582) Summary: [Changelog] [Internal] - Preparation for sharing common ShadowNode functionality in BaseTextInputShadowNode for Android As a preparation for react#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 react#48582 which aligns the RN iOS and RN Android implementation Differential Revision: D68001423
…g with AndroidTextInputShadowNode (react#48584) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to calculate placeholder string with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Differential Revision: D68004218
700a4a2 to
7587ce9Comparefacebook-github-bot
commented
Jan 10, 2025
This pull request was exported from Phabricator. Differential Revision: D66914447 |
facebook-github-bot
commented
Jan 15, 2025
This pull request was exported from Phabricator. Differential Revision: D66914447 |
1 similar comment
facebook-github-bot
commented
Jan 16, 2025
This pull request was exported from Phabricator. Differential Revision: D66914447 |
…ed with AndroidTextInputShadowNode (react#48585) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to determine updateStateIfNeeded with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Reviewed By: javache Differential Revision: D68004755
…droidTextInputShadowNode (react#48586) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Differential Revision: D68005037
…Android (react#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 Reviewed By: javache Differential Revision: D66914447
facebook-github-bot
commented
Feb 15, 2025
This pull request was exported from Phabricator. Differential Revision: D66914447 |
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