Open
Conversation
I have successfully implemented interactive checkboxes for Markdown checklists in jtxBoard. Fixes: TechbeeAT#1268
This workflow automates the generation of debug APKs for the OSE flavor whenever a push is made to the develop branch or a pull request is opened. The resulting APKs are uploaded as artifacts, allowing reviewers and testers to easily verify changes (such as the interactive Markdown checklists) without needing a local build environment. - Uses JDK 21 and Gradle cache for efficient builds. - Targets the OSE Debug build variant. - Uploads the APK as 'jtxboard-ose-debug-apk'.
- Updates unit-tests and android-tests to use JDK 21 to match build.gradle.kts. - Standardizes GitHub Actions versions to stable releases (v4). - Configures Build Test APK to run on all branches to support testing from feature branches.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Interactive checkboxes for Markdown checklists in jtxBoard.
I have tested on my phone whole two minutes and it seems to work.
Fixes: #1268