You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
With the changes in this PR it would be possible to move our UI implementation in the Compose library from using a legacy View to actually building a full Compose solution, reusing our custom InputConnection implementation.
This would make the integration of the RTE in apps using Compose quite easier and solve a few issues we've seen.
There have also been some talks about generating the AnnotatedStrings/Spans from the Rust part of RTE library, so some work might overlap.
The text was updated successfully, but these errors were encountered:
With the changes in this PR it would be possible to move our UI implementation in the Compose library from using a legacy View to actually building a full Compose solution, reusing our custom
InputConnection
implementation.This would make the integration of the RTE in apps using Compose quite easier and solve a few issues we've seen.
There have also been some talks about generating the AnnotatedStrings/Spans from the Rust part of RTE library, so some work might overlap.
The text was updated successfully, but these errors were encountered: