-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add module for RxLifecycle3 Interop #319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple nits, otherwise lgtm. I kind of wonder if these two artifacts would be good candidates to try the retrofit-style embedded kotlin extensions
...pose-rxlifecycle3/src/main/java/com/ubercab/autodispose/rxlifecycle3/RxLifecycleInterop.java
Outdated
Show resolved
Hide resolved
@hzsweers Ok with renaming |
Ah sorry missed that. Let's leave it, we can make a comment about the
version jump in the changelog. Renaming the artifact would render it a
different artifact that people have to point to.
…On Mon, Dec 17, 2018 at 10:15 PM Shaishav Gandhi ***@***.***> wrote:
@hzsweers <https://github.com/hzsweers> Ok with renaming
autodispose-rxlifecycle to autodispose-rxlifecycle2?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#319 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTEviF0Qr6OnqNdEbLv3amoeQxsX4joks5u6IgDgaJpZM4ZXpCr>
.
|
Oops should have been clearer. I meant the gradle module name and not the artifact name itself. But i get it if we want to leave it to keep artifact and gradle module names the same. |
Let's keep the Gradle module name the same as well to match convention
…On Mon, Dec 17, 2018 at 10:19 PM Shaishav Gandhi ***@***.***> wrote:
Oops should have been clearer. I meant the gradle module name and not the
artifact name itself. But i get it if we want to leave it to keep artifact
and gradle module names the same.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#319 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTEvvhyjKJtKjsAPcJiN_IU-aGzm1fhks5u6Ij2gaJpZM4ZXpCr>
.
|
Should add an entry to the README as well
…On Mon, Dec 17, 2018 at 11:12 PM Shaishav Gandhi ***@***.***> wrote:
Merged #319 <#319> into master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#319 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTEvi5t4dK5eY9naCwF1tGzx0emdVrSks5u6JVigaJpZM4ZXpCr>
.
|
As discussed in #318, this adds a new module for RxLifecycle3 interop. It's basically copy-pasta from
autodispose-rxlifecycle
with package change.We can also change the name of
autodispose-rxlifecycle
toautodispose-rxlifecycle2
?