-
Notifications
You must be signed in to change notification settings - Fork 207
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
AndroidX is not supported #204
Comments
Hi, I plane to make moxy-android-x module. This allows to use different ways without some conflicts. |
@senneco hi :) |
I added PR #212 for this issue |
@senneco Hi. Can you merge develop into master and publish Moxy with moxy-androidx module? |
Yes, please. Do it, we are waiting for AndroidX :) |
First we should fix these two issues: https://github.com/Arello-Mobile/Moxy/milestone/1 |
@senneco Any news about support androidX? |
As a temp workaround, you can use these: https://gitlab.com/victorlapin/flasher/tree/master/src/com/arellomobile/mvp |
Any news?.. |
When? :) |
When??? |
When? 🤓 |
We are waiting for Moxy for androidx :) |
would be nice to have androidX support in place 👍 |
When? |
I see some people need this feature, I will deploy my fork to maven central on this weekend. My fork has back compatible with Moxy 1.5.5 and support androidX. |
I deploy my fork to the maven central, with androidX support. I don't finish all feature at the moment. But if you need the support of Andorid X right now. You can check ReadMe file in my fork. |
I did moxy specially for independent different modules updates. So, feel free to use standart moxy library and 'tech.schoolhelper:moxy-x-androidx:1.5.6' for andoridx compatibility. Also, you can create other adapters to MvpDelegate (g.e. special wrapper for recycler view). |
If you want to wait for official release and migrate anyway to AndroidX, then you can move |
Yep, I've posted the link somewhere above. You know, for lazy folks =) |
expect an official release in the main branch? |
any news here? |
To work around the issue we can cut out Moxy from our projects... |
up problem |
There is not problem =) Just apply |
can someone help |
MvpAppCompatFragment extends android.support.v4.app.Fragment and should extends androidx.fragment.app.Fragment to support androidX namespace
The text was updated successfully, but these errors were encountered: