Jaroslaw Wisniewski

Results 18 comments of Jaroslaw Wisniewski

@earce please take a look, I think I have addressed Your comments. What is important: I suggest to keep this PR open for a few next days, if something bad...

> One more comment, also, I honestly am very allergic to synchronization blocks, it's significantly more expensive, atomics use CAS which is more efficient, also synchronization if you ever introduce...

> > > One more comment, also, I honestly am very allergic to synchronization blocks, it's significantly more expensive, atomics use CAS which is more efficient, also synchronization if you...

@earce see the updated impl, I have removed all the synchronisation blocks, now everything is guarded by `volatile boolean bookInitialized` attribute. Remarks: - I had to restore the concurrent queue...

> I don't think the current iteration is threadsafe, theres a few points here that break the threadsafety. This doesn't exactly do what I've mentioned. > > Do you not...

That's interesting. The fact is, in your case, the operating system delivers an empty view hierarchy. Normally it happens when the assist app has no access to the "text from...

The only possibility I see is the fact, the operating system has been modified by Magisk. I'm not familiar with this rooting solution, it is really hard for me to...

@Galo223344 Thanks for the report related to the requestLayout(), I will verify it. However this won't help with our issue in any way. Basing on the input from @JohnholderStl (thanks...

I have recorded a video for you, presenting how to setup the Developer Assistant on LG V40 with Android 10, this is the closest device I have on my stock:...

I apologize for the issue, but I can't do much. There are clear instructions to fulfill to build an Assist app and I followed them. The app is discovered correctly...