Status Update
Comments
lo...@gmail.com <lo...@gmail.com> #2
ys...@google.com <ys...@google.com> #3
Yep, looks like it's not using Guava in any meaningful way here, just for the API
public fun startRemoteActivity(
targetIntent: Intent,
targetNodeId: String? = null,
): ListenableFuture<Void> {
return CallbackToFutureAdapter.getFuture {
lo...@gmail.com <lo...@gmail.com> #5
Hello, there's been a CL merged almost 2 months ago, but there's been no release of it. Can someone get assigned to push the changes please?
tn...@google.com <tn...@google.com>
lo...@gmail.com <lo...@gmail.com> #6
I've seen there's been a 1.1.0-alpha01 release back in late June (21st) , but no beta, rc, and most importantly, no stable release since then.
Why did it fall through the cracks for so long?
tn...@google.com <tn...@google.com> #7
Hey, sorry about that! We are working on a new features in that library and will release it all together through few more alphas followed by other stages next year.
Hope this helps!
lo...@gmail.com <lo...@gmail.com> #8
Hello, thanks for your earlier response.
We're now past halfway through "next year". We've seen two alphas, last one being in January. Can you commit to a stable version soon, please?
Thank you, have a nice day! Louis CAD
tn...@google.com <tn...@google.com> #9
So sorry about that!
Ashley, do we have ETA on when this could go to beta, given that there are no pending API reviews and previous new features are finished?
as...@google.com <as...@google.com> #10
Beta should be released on July 24th
Description
Component used:
androidx.wear:wear-remote-interactions
Version used: 1.0.0
Hello,
This library drags the entire Guava library transitively via its dependency on
kotlinx.coroutines-guava
for theawait()
extensionListenableFuture
.That is really unnecessary as you only depend on
ListenableFuture
, which is in a separate artifact, and which has anawait()
in the non full-guava dependent androidx.concurrent-ktx library.Please, use it instead to allow for smaller apps.
Thank you and all the best!
Louis CAD