Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for resources.arsc parsing #22

Merged
merged 21 commits into from
Jul 24, 2024
Merged

Adds support for resources.arsc parsing #22

merged 21 commits into from
Jul 24, 2024

Commits on May 23, 2024

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

Commits on Jun 7, 2024

  1. Addressing issues from review

    garanj committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8876bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Enhance the output of the xsd-validator tool (#19)

    Added ✅ PASSED / ❌ FAILED to the validator tool output
    amoledwatchfaces authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b7eb4d1 View commit details
    Browse the repository at this point in the history
  2. Create a new workflow for the current release (#24)

    * Create a new workflow for the release tagged as "release"
    
    The release tagged as "release" is meant to contain the artifacts that should be used
    in the validation pipeline at the current moment. It differs from "latest",
    which is built automatically and might contain changes that we do not want
    to be used for now.
    
    To create a new release, the new workflow must be triggered manually
    with the git sha of the commit from where we want to build the artifacts.
    
    The artifacts will be available on the following permalink:
    ```
    https://github.com/{owner}/{repo}/releases/download/{release-name}/{artifact-name}
    ```
    lucianbc authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    12cf56e View commit details
    Browse the repository at this point in the history
  3. Fix workflow config

    lucianbc authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    201b78f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    110b2a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4559fbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d22505 View commit details
    Browse the repository at this point in the history
  7. Use the gradle wrapper version instead of a hardcoded one (#30)

    Modify the GitHub action config to use the gradle version used while developing, via the gradle wrapper, rather than setting a hardcoded version in the CI config, that is different than what is used while developing.
    lucianbc authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7606ba9 View commit details
    Browse the repository at this point in the history
  8. Add tests for the memory footprint tool (#29)

    Import the existing tests for the memory footprint tool.
    # Conflicts:
    #	play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/InputPackage.java
    lucianbc authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fadfe00 View commit details
    Browse the repository at this point in the history
  9. Count analog clock hands in active

    Include the analog hands when used with the AnalogClock element in the active calculation.
    lucianbc authored and garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d8e30b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0d016b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    381a1cd View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into arsc

    garanj authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    82bc260 View commit details
    Browse the repository at this point in the history
  13. Adds DuplicateStrategy to copy

    garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    830d570 View commit details
    Browse the repository at this point in the history
  14. Updates duplicate strategy

    garanj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fd98b4b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    50aa3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf519c0 View commit details
    Browse the repository at this point in the history
  3. Fixes formatting

    garanj committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    28e4e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'main' into arsc

    garanj authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4171635 View commit details
    Browse the repository at this point in the history
  2. Remove redundant code

    garanj committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    54c3dac View commit details
    Browse the repository at this point in the history