Skip to content

[Android] Implement support for custom commmands#81

Merged
gabrielbmoro merged 4 commits into
mainfrom
feature/support-for-custom-command
Nov 24, 2025
Merged

[Android] Implement support for custom commmands#81
gabrielbmoro merged 4 commits into
mainfrom
feature/support-for-custom-command

Conversation

@gabrielbmoro

Copy link
Copy Markdown
Collaborator

[Android] Implement support for custom commmands

Description 📑

The idea is to provide a way where the developer can inject custom javascript code in case the command is not available in the library.

--

Issues 🔖

--

Screenshots or Videos 📸

Screen_recording_20251123_163746.mp4

--

@github-actions

github-actions Bot commented Nov 23, 2025

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ HTML htmlhint 1 0 0 0.62s
⚠️ JAVASCRIPT standard 2 2 1 0 2.33s
✅ KOTLIN detekt yes no no 3.36s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.3s
✅ YAML prettier 14 6 0 0 0.79s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@@ -1 +1 @@
VERSION=1.2.0 No newline at end of file
VERSION=1.3.0 No newline at end of file

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump version

import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp

public val commandOptions: List<SelectionSheetItem> = listOf(

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#unrelated change

Create a data class holding a enum value (it is easier to read)

@gabrielbmoro gabrielbmoro merged commit 436bdb6 into main Nov 24, 2025
3 checks passed
@gabrielbmoro gabrielbmoro deleted the feature/support-for-custom-command branch November 24, 2025 19:13
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.

[Android] Implement support for custom commands

2 participants