Gregory K
Gregory K
> So, Apple is wrong in terms of UX by enabling Continuity, which is enabling shared clipboard without any notification? Apple is able to identify which devices are yours and...
By the way, you can use [this app](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) to see what you're actually sending out
I'm totally fine with using private APIs, I'll test this one, although I don't have my hopes up
Oh these APIs are the ones I've already tested and they didn't work on modern macOS versions https://github.com/grishka/NearDrop/issues/4#issuecomment-1714705145
It's not "setting seems to not work". Auto-playing of gifs is simply not implemented. The code to play gifs anywhere outside of the media viewer was never written.
Deobfuscated first stack trace: ``` java.lang.IllegalArgumentException: start=105 > end=104 at me.grishka.appkit.imageloader.ListImageLoader.loadRange(ListImageLoader.java:48) at me.grishka.appkit.imageloader.ListImageLoader.loadRange(ListImageLoader.java:43) at me.grishka.appkit.imageloader.ListImageLoaderWrapper.onScroll(ListImageLoaderWrapper.java:258) at me.grishka.appkit.imageloader.RecyclerViewDelegate$1.onScrolled(RecyclerViewDelegate.java:84) at androidx.recyclerview.widget.RecyclerView.dispatchOnScrolled(RecyclerView.java:5334) at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep3(RecyclerView.java:4396) at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4022) at androidx.recyclerview.widget.RecyclerView.consumePendingUpdateOperations(RecyclerView.java:2021) at androidx.recyclerview.widget.RecyclerView.scrollByInternal(RecyclerView.java:2060) at androidx.recyclerview.widget.RecyclerView.scrollBy(RecyclerView.java:1873) at...
Non-Mastodon servers *may* work depending on how compatible their API is, but are not officially supported.
> The lists feature is another thing I don't see on the official app Maybe try looking closer? 
It **is** the reason it doesn't work with MicroG. The reason I used Google's QR code scanner is that it doesn't require the camera permission. Otherwise, the ZXing library already...
Where does this code come from? How is this related to Appkit?