Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: android/nowinandroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: android/nowinandroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ajesh/r8-usecases
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 36 files changed
  • 1 contributor

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    a282b3e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    cb83bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    c170a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4233caa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Add ValidationUtils and update ProGuard rules

    This commit introduces a new `ValidationUtils.kt` file with email validation logic.
    It also updates the ProGuard rules in `consumer-rules.pro` to keep runtime visible annotations and fields for `EventBus`.
    Additionally, a `.gitignore` file is added to the `mylibrary` module to ignore the `build` directory, and the release build type in `app/build.gradle.kts` is now debuggable.
    AjeshRPai committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    4b1ee75 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Add ValidationUtils and update ProGuard rules

    This commit introduces a new `ValidationUtils.kt` file with email validation logic.
    It also updates the ProGuard rules in `consumer-rules.pro` to keep runtime visible annotations and fields for `EventBus`.
    Additionally, a `.gitignore` file is added to the `mylibrary` module to ignore the `build` directory, and the release build type in `app/build.gradle.kts` is now debuggable.
    AjeshRPai committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    915111b View commit details
    Browse the repository at this point in the history
Loading