diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 265ff2ba5c..0dc782be8b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ Thanks for submitting a pull request. To accept your pull request we need you do **Ensure tests pass and code is formatted correctly** - Run local tests on the `DemoDebug` variant by running `./gradlew testDemoDebug` -- Fix code formatting: `./gradlew --init-script gradle/init.gradle.kts spotlessApply` +- Fix code formatting: `./gradlew spotlessApply` **Add a description** @@ -23,3 +23,5 @@ We need to know what you've done and why you've done it. Include a summary of wh **What I have done and why** \ + +NEW FEATURE diff --git a/.github/workflows/PerformanceCheck.yaml b/.github/workflows/PerformanceCheck.yaml index 3b4ce7cf37..d2068a1091 100644 --- a/.github/workflows/PerformanceCheck.yaml +++ b/.github/workflows/PerformanceCheck.yaml @@ -25,6 +25,8 @@ jobs: gradle-cache-readonly: false baseline-branch: "main" candidate-branch: "${{ github.head_ref }}" + runs: 5 + args: "--verbose --all-methods --measures TID FFO MEM_RSS_MAX --aggregate median --fit 5" instrument-args: "-e package com.google.samples.apps.nowinandroid.Generator" artifact-name: "benchcomp-${{ matrix.name }}.json" artifact-macrobenchmark-name: "${{ matrix.name }}-raw-macrobenchmark" diff --git a/.run/spotlessApply.run.xml b/.run/spotlessApply.run.xml index 5c4dac833f..03bd19a6db 100644 --- a/.run/spotlessApply.run.xml +++ b/.run/spotlessApply.run.xml @@ -4,7 +4,6 @@ diff --git a/AGENTS.md b/AGENTS.md index efb39ef19f..edcfd396ec 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -26,7 +26,7 @@ The main Android app lives in the `app/` folder. Feature modules live in `featur The app and Android libraries have two product flavors: `demo` and `prod`, and two build types: `debug` and `release`. - Build: `./gradlew assemble{Variant}`. Typically `assembleDemoDebug`. -- Fix linting/formatting: `./gradlew --init-script gradle/init.gradle.kts spotlessApply` +- Fix linting/formatting: `./gradlew spotlessApply` - Run local tests: `./gradlew {variant}Test` - Run single test: `./gradlew {variant}Test --tests "com.example.myapp.MyTestClass"` - Run local screenshot tests: `./gradlew verifyRoborazziDemoDebug` diff --git a/app-nia-catalog/src/main/AndroidManifest.xml b/app-nia-catalog/src/main/AndroidManifest.xml index 90341aac18..57286c5f1a 100644 --- a/app-nia-catalog/src/main/AndroidManifest.xml +++ b/app-nia-catalog/src/main/AndroidManifest.xml @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 28878a729e..9572fa6cbc 100644 --- a/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 28878a729e..9572fa6cbc 100644 --- a/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app-nia-catalog/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/app-nia-catalog/src/main/res/values/strings.xml b/app-nia-catalog/src/main/res/values/strings.xml index 69a3e1b119..0d92aba294 100644 --- a/app-nia-catalog/src/main/res/values/strings.xml +++ b/app-nia-catalog/src/main/res/values/strings.xml @@ -16,4 +16,4 @@ --> NiA Catalog - \ No newline at end of file + diff --git a/app-nia-catalog/src/main/res/values/themes.xml b/app-nia-catalog/src/main/res/values/themes.xml index 9aeeb83a6e..afcbaf5fc0 100644 --- a/app-nia-catalog/src/main/res/values/themes.xml +++ b/app-nia-catalog/src/main/res/values/themes.xml @@ -16,4 +16,4 @@ -->