-
Notifications
You must be signed in to change notification settings - Fork 114
Migrating to AndroidX #62
Comments
@johan12345 Does this library have support for AndroidX? |
As discussed in #63 , the update to AndroidX is not a trivial task, as the library is calling a lot of internal support library interfacs which are not part of the public API. Previously, this was not a problem, but with AndroidX, these cannot be called anymore due to the There are ways to work around this, but that would involve copying a lot of additional classes from AndroidX into our library, which again increases the effort of maintaining it with future updates. Thus, from my point of view, the only viable solution is to finally get Google to implement this in the main Material Components library (see material-components/material-components-android#6). |
I don't have a lot of hope that this will ever happen, but maybe we should create a third feature request here: https://issuetracker.google.com/issues/new?component=439535 |
We have now opened a PR at material-components/material-components-android#413 and hope this feature can then be merged into the main Material Components library. |
It seems like we are getting a lot closer‽ The PR has been merged! I wasn’t able to test the changes just yet but will soon. |
Yep, the PR is merged finally :) I'm not completely sure about the next steps, but I suppose it will be included in the next alpha release ( |
Multiline support is included in the latest alpha release. However, I found a small bug in this new version that still needs to be fixed: |
No description provided.
The text was updated successfully, but these errors were encountered: