Skip to content

Conversation

@NavCore
Copy link

@NavCore NavCore commented Jan 13, 2026

Adds a new RichTextEditor parameter, disableSelectionToolbar, that prevents the
platform selection toolbar (ActionMode: cut/copy/paste) from being shown while
keeping editing, cursor, and selection handles functional.

This is useful for apps that want custom in-editor controls and no system toolbar.
Default behavior remains unchanged (disabled by default).

…events the

platform selection toolbar (ActionMode: cut/copy/paste) from being shown while
keeping editing, cursor, and selection handles functional.

This is useful for apps that want custom in-editor controls and no system toolbar.
Default behavior remains unchanged (disabled by default).
- Avoid Android-only APIs in commonMain (fixes JitPack/KMP metadata build)
- Add expect/actual ProvideNoSelectionToolbar wrapper
- Android uses LocalTextToolbar no-op, other targets are pass-through
JitPack does not provide signing credentials, which caused the
Android publication task to fail during release builds.

This change disables signing for Android publications when
credentials are not available, allowing the library to be
successfully built and published by JitPack.

No runtime or API changes are introduced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant