Adam Brown
Adam Brown
Would be nice to provide an option to try and set both record and playback in one click. Maybe provide UI to pair two devices together.
Searching in the editor, or on the website, the addon does not come up. https://godotengine.org/asset-library/asset?category=&godot_version=&sort=updated&filter=SyncSys Is it not currently released on the Asset Library?
When using HListView in the editor, it throws the following exception, preventing it from being previewed. java.lang.IllegalStateException: Cannot find resource 'hlv_overscroll_edge' at it.sephiroth.android.library.widget.EdgeEffect.(EdgeEffect.java:144) at it.sephiroth.android.library.widget.AbsHListView.setOverScrollMode(AbsHListView.java:723)
Apply new project hierarchy, remove deprecated targets, add new ones.
It just entered Alpha so might be a good time to add it
~~I don't think this is ready to merge yet, but take a look at the current approach.~~ I added a new listener: `RichSpanClickListener` Which gets clicks on all `RichSpans`, and...
It would be able to set RichTextState directly from an annotated string as such: ```kotlin outlinedRichTextState.setAnnotatedString( buildAnnotatedString { append("I'll be alright as long as there's light from a ") withAnnotation("squiggles",...
Having a TOML 1.0 compatible library would be great for K/N
It would be very helpful to allow users of the lib to be able to specify if a particular page is the last page in that direction. My use case...