Uh oh!
There was an error while loading. Please reload this page.
use AppCompat widgets - #19768
Conversation
dulmandakh
commented
Jun 17, 2018
dulmandakh
commented
Jun 19, 2018
@hramos Please merge, I'm preparing a pull request that will add thumb image to Slider component (feature parity with iOS) |
dulmandakh
commented
Jun 20, 2018
@mdvacca Please merge |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
dulmandakh
commented
Jun 22, 2018
@hramos any news? Please cherry pick it to stable |
hramos
commented
Jun 25, 2018
@dulmandakh it's still waiting on a review from @mdvacca. |
mdvacca
commented
Jun 25, 2018
The code looks good to me, @dulmandakh can you describe what are the visual changes that you mentioned in the description? |
mdvacca
commented
Jun 25, 2018
dulmandakh
commented
Jun 25, 2018
@mdvacca I see no visual difference, but AppCompatSeekBar, AppCompatSpinner, AppCompatEditText, AppCompatTextView are introduced in support library 25.1.0 and used by default in layouts for compatibility. excerpt from AppCompatSeekBar doc
excerpt from AppCompatSpinner doc
excerpt from AppCompatEditText doc
excerpt from AppCompatTextView doc
|
dulmandakh
commented
Jun 27, 2018
@mdvacca please approve 😄 |
dulmandakh
commented
Jul 25, 2018
@mdvacca please merge, it'll render widgets according to Google recommendations and allow us to support backgroundTint. |
facebook-github-bot
commented
Jul 27, 2018
@dulmandakh I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
hramos
commented
Sep 12, 2018
Here's an example of a failure that just surfaced when this PR was imported: |
dulmandakh
commented
Sep 13, 2018
you need to add support-v4 as dependency and maybe support-annotations |
hramos
commented
Sep 13, 2018
Can you make the change on your PR? I'll re-import afterwards. |
dulmandakh
commented
Sep 14, 2018
@hramos Android CI is green 👍 |
facebook-github-bot
left a comment
There was a problem hiding this comment.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
commented
Sep 20, 2018
I tried to merge this pull request into the Facebook internal repo but some checks failed. To unblock yourself please check the following: Does this pull request pass all open source tests on GitHub? If not please fix those. Does the code still apply cleanly on top of GitHub master? If not can please rebase. In all other cases this means some internal test failed, for example a part of a fb app won't work with this pull request. I've added the Import Failed label to this pull request so it is easy for someone at fb to find the pull request and check what failed. If you don't see anyone comment in a few days feel free to comment mentioning one of the core contributors to the project so they get a notification. |
dulmandakh
commented
Sep 20, 2018
@hramos please try again 👍 |
facebook-github-bot
left a comment
There was a problem hiding this comment.
hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
hramos
commented
Jan 29, 2019
Should we continue working on this? |
dulmandakh
commented
Jan 30, 2019
via email
David and I working on landing AndroidX, and I hope that we can land this
after that. … |
Android documentation recommends to use widgets from AppCompat, also Android Studio warns about it. This PR changes Picker, Slider, Text, TextInput components to use AppCompat widgets.
CI is GREEN https://circleci.com/gh/dulmandakh/react-native/453
Test Plan
Android builds and runs as usual, almost no visual changes
Release Notes
[ANDROID] [ENHANCEMENT] [WIDGET] - extend widgets from AppCompat