Skip to content

Release/1.0.4#19

Merged
dev-ali-mansour merged 27 commits intomainfrom
release/1.0.4
Nov 19, 2025
Merged

Release/1.0.4#19
dev-ali-mansour merged 27 commits intomainfrom
release/1.0.4

Conversation

@dev-ali-mansour
Copy link
Owner

No description provided.

dev-ali-mansour and others added 27 commits November 17, 2025 11:53
Adds a splash screen to the application using the `androidx.core:core-splashscreen` library.

This includes:
*   Adding the splash screen dependency to `gradle/libs.versions.toml` and `app/build.gradle.kts`.
*   Implementing the splash screen logic in `MainActivity`, keeping it on screen for a short duration.
*   Defining splash screen themes (`Theme.MyTasks.MySplash`) for both light and dark modes in `app/src/main/res/values/` and `app/src/main/res/values-night/`.
*   Updating `AndroidManifest.xml` to use the new splash theme.
*   Configuring `enableEdgeToEdge` with a transparent navigation bar style in `MainActivity`.
Adds a new "Screenshots" section to the `README.md` file, showcasing the application's user interface with four new images.
Revamps the `README.md` to provide detailed instructions for setting up the project for contribution, including:
- Forking the repository.
- Configuring required GitHub secrets (`KEYSTORE_PASSWORD`, `KEY_ALIAS`, `KEY_PASSWORD`, `ANDROID_KEYSTORE`, `GOOGLE_PLAY_AUTH_JSON`) for the CI/CD workflows.
- Commands and links for creating an Android keystore and a Google Play service account.

The existing "Clone the repository" section is repurposed for users who only want to build and run the app locally, and the subsequent steps are renumbered accordingly.
Adds the `core/ui` layer to the architecture breakdown in the `README.md` file, describing it as the location for shared UI components, theme, and helper functions.
Removes the top-level `duration` metadata property from the codelab's frontmatter.

Additionally, it formats the duration for the "Introduction" section from `4` to `4:00`.
Removes the unnecessary `----` divider from the frontmatter section of the `codelab.md` file.
Updates the image source paths in `codelab/codelab.md` to be relative to the current directory (`./images/`) instead of the parent directory (`../images/`).
Updates the `codelab.yml` workflow to use the `-prefix "My-Tasks"` option when running the `claat export` command. This ensures that generated links for assets like CSS and images are correctly prefixed.

The step for renaming the output directory has been kept, as the folder name is determined by the `id` in the codelab's metadata, not the prefix.
Sets the `home` property in the `codelab.md` frontmatter to `/My-Tasks/`. This allows the removal of the `-prefix "My-Tasks"` argument from the `claat export` command in the `codelab.yml` workflow, as the tool will now use the `home` property to configure the base path.
Updates the `home` URL in `codelab.md` from a relative path (`/My-Tasks/`) to an absolute GitHub Pages URL.
Updates the codelab metadata in `codelab/codelab.md` to a new format.

Key changes include:
- Renaming `category` to `categories`.
- Renaming `author` to `authors`.
- Renaming `lastupdated` to `updated`.
- Renaming `environment` to `environments`.
- Adding `tags`, `source`, and `feedback link` fields.
Adds an "About this codelab" section to `codelab/codelab.md` which includes:
- Last Updated date
- Author
- Links to the source GitHub repository and for submitting feedback.
Introduces a `DebugCheckerBanner` composable that displays a "DEBUG" banner at the top-left corner of the screen.

This banner is implemented using `Canvas` to draw the text and background, and it correctly handles both LTR and RTL layouts by adjusting its rotation. A new color, `BurgundyPurple`, has also been added for the banner's background.
Adds a `DebugCheckerBanner` composable to `MainActivity`.

This banner is only displayed when the application is built with the `DEBUG` flag set to true, providing a clear visual indicator for debug builds.
Updates the `README.md` file with several formatting improvements:

- Fixes the paths for screenshot images.
- Adds newlines for better readability in the "Tech Stack" section.
- Corrects inconsistent indentation and spacing throughout the document.
Removes the `runs-on` value in the `validate_pr_sources` job within the codelab documentation, replacing it with a `TODO` comment to configure the runner to the latest Ubuntu version.
Removes the `runs-on` value in the `validate_pr_sources` job within the codelab documentation, replacing it with a `TODO` comment to configure the runner to the latest Ubuntu version.
Removes the `runs-on` value in the `validate_pr_sources` job within the codelab documentation, replacing it with a `TODO` comment to configure the runner to the latest Ubuntu version.
Removes the `runs-on` value in the `validate_pr_sources` job within the codelab documentation, replacing it with a `TODO` comment to configure the runner to the latest Ubuntu version.
Adds an empty line inside the `UseCaseModule` class for improved code formatting.
@dev-ali-mansour dev-ali-mansour merged commit badea5e into main Nov 19, 2025
2 checks passed
@dev-ali-mansour dev-ali-mansour deleted the release/1.0.4 branch February 14, 2026 12:06
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.

2 participants