Don Turner
69f11b95ce
Merge pull request #1437 from Jaehwa-Noh/remove-runner
...
Remove AndroidTest dependency and runner in `:designsystem`
3 months ago
Don Turner
400e368551
Merge pull request #1763 from SimonMarquis/patch-3
...
Remove default (and deprecated) `gradle-setup` parameters
3 months ago
Don Turner
140be73bc9
Merge pull request #1762 from android/renovate/all
...
Update all dependencies 4.29.1 to v4.29.2
3 months ago
Don Turner
7de54f306f
Merge pull request #1764 from SimonMarquis/patch-4
...
Replace deprecated `KotlinTopLevelExtension` with `KotlinBaseExtension`
3 months ago
Don Turner
39a9ea1798
Merge pull request #1761 from SimonMarquis/patch-2
...
Check presence of sarif files before executing `codeql-action/upload-sarif`
3 months ago
Simon Marquis
c54b1dd0cf
Replace deprecated `KotlinTopLevelExtension` with `KotlinBaseExtension`
...
https://kotlinlang.org/docs/compatibility-guide-21.html#deprecate-kotlintoplevelextension-and-kotlintoplevelextensionconfig-interfaces
3 months ago
Simon Marquis
2b2cf6349e
Remove default (and deprecated) `gradle-setup` parameters
...
- https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#the-gradle-home-cache-cleanup-input-parameter-has-been-replaced-by-cache-cleanup
- https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#gradle-wrapper-validation
3 months ago
Tomáš Mlynarič
917e12c50e
Merge pull request #1369 from android/mlykotom/optimize-startup
...
Optimize startup by preventing whole screen recomposing twice
3 months ago
renovate[bot]
a991f6bbf4
🤖 Updates baselines for Dependency Guard
3 months ago
renovate[bot]
366c7bb18b
Update all dependencies 4.29.1 to v4.29.2
3 months ago
Simon Marquis
194447ac3c
Check presence of sarif files before executing `codeql-action/upload-sarif`
...
because the action behavior is to throw errors when no sarif files are available...
Closes #1759
3 months ago
Don Turner
7d7549a5ed
Merge pull request #1737 from android/av/add-androidx-lint-gradle
...
Add androidx.lint:lint-gradle to build-logic
3 months ago
Don Turner
e861bcf913
Merge pull request #1760 from Stillswarm/Stillswarm-patch-1
...
Use TextButton instead of Button with Clickable in Settings Dialog
3 months ago
Alex Vanyo
e4681fce31
Add androidx.lint:lint-gradle to build-logic
...
Change-Id: I95a0e1f5ae5d78d3725ab20031fe268515a50153
3 months ago
Don Turner
9a183d5fcc
Fix spotless
3 months ago
Don Turner
a6680e4bab
Update feature/settings/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt
3 months ago
Abhinav Srivastava
20e568e98b
Update SettingsDialog.kt
3 months ago
Don Turner
c3ac3290c6
Merge pull request #1755 from android/renovate/all
...
Update all dependencies
3 months ago
Don Turner
5820b0e86c
Add safe call to WorkInfo (again)
3 months ago
Don Turner
238461d428
Add safe call to WorkInfo
3 months ago
Mohsen Rezania
8f196e18a7
Feature / Added baseline and startup profile generation ( #1752 )
...
* Added baseline and startup profile generation and push in NightlyBaselineProfiles.yaml
* Removed extra jobs
3 months ago
renovate[bot]
494d55af4c
🤖 Updates baselines for Dependency Guard
3 months ago
renovate[bot]
1a5ebdbd32
Update all dependencies
3 months ago
Don Turner
173dd58764
Merge pull request #1757 from android/bw/noGMDForBuild
...
Remove GMD from regular build
3 months ago
Don Turner
dac7ff0b14
Remove benchmarks from Build workflow
3 months ago
Ben Weiss
6f55f79be0
Remove GMD from regular build
...
Change-Id: Id63af908823a6bef576ebc35f65833847bacc5c4
3 months ago
Don Turner
4277366b7c
Merge pull request #1729 from takahirom/takahirom/update-sdk-35/2024-12-11
...
Update SDK 35 with Theme Fixing
3 months ago
Don Turner
b786cb87cd
Update badging
3 months ago
Don Turner
19877b1bab
Merge pull request #1754 from android/dt/switch-to-renovate
...
Renovate: enable automerge
3 months ago
Don Turner
665fe9ff4a
Merge pull request #1528 from davidburstrom/main-single-source-of-plugin-ids
...
Use the version catalog as the source of truth for plugin IDs
3 months ago
Don Turner
3264a29dfd
Merge pull request #1741 from gibachan/useSupportLibrary
...
Remove useSupportLibrary
3 months ago
Don Turner
a6fe50a4b9
Re-enable automerge
3 months ago
Don Turner
86fab771f2
Merge pull request #1753 from android/dt/switch-to-renovate
...
Add Renovate, remove Dependabot
3 months ago
Don Turner
24b129bf3c
Merge pull request #1735 from SimonMarquis/patch-2
...
Add missing `security-events: write` permission
3 months ago
Don Turner
8f25d4be8f
Add Renovate, remove Dependabot
3 months ago
Don Turner
c890f7b544
Merge pull request #1736 from android/av/lazy-aapt2-executable
...
Replace aapt2 executable with lazy property
3 months ago
Tomáš Mlynarič
b2c71025b5
Merge branch 'main' into mlykotom/optimize-startup
...
Change-Id: If8e49d8c5e3873657aef3592c2202839f70e7be9
# Conflicts:
# app/src/main/kotlin/com/google/samples/apps/nowinandroid/MainActivity.kt
3 months ago
Jaehwa Noh
e2682723cb
Merge branch 'android-remote-main' into remove-runner
...
Change-Id: I5535315c6159e3b70e8591b60a50d2e0607efe97
# Conflicts:
# core/designsystem/build.gradle.kts
3 months ago
gibachan
a17574305c
Remove vectorDrawables.useSupportLibrary = true
3 months ago
Alex Vanyo
b2b32e3ae7
Replace aapt2 executable with lazy property
...
Fixes #1677
Change-Id: Ic3ff5d8d54c607444c64fcd60671092344a726d7
3 months ago
Simon Marquis
ceab72b247
Add missing `security-events: write` permission
...
Required by codeql-action: https://github.com/github/codeql-action/tree/main?tab=readme-ov-file#workflow-permissions
3 months ago
Don Turner
d378b2bdad
Merge pull request #1733 from SimonMarquis/patch-2
...
Disable `GradleDependency` Lint warning
3 months ago
David Burström
6a49ba5fda
Use the version catalog as the source of truth for plugin IDs
...
The IDs stated in the build-logic build script must exactly match the plugin
IDs in the version catalog file. This solution reduces the inherent
duplication.
To avoid any IDE errors about missing plugin accessors when adding new plugins
to the build-logic script, it's recommended to add the new ID in the version
catalog first, then invoke Gradle (sync) in order to generate the accessor
classes.
3 months ago
Simon Marquis
9e42080bf5
Disable `GradleDependency` Lint warning
...
See #921
3 months ago
Don Turner
57d98cc2e2
Merge pull request #921 from SimonMarquis/sarif
...
Enable SARIF support on GitHub Actions
3 months ago
Ben Weiss
d8b735f80e
Revert "Improve accessibility to ForYou topics ( #1309 )" ( #1732 )
...
This reverts commit 48544194f4
.
3 months ago
Jaehwa Noh
b9105c61f7
Replace github action `always` into `!cancelled`. ( #1440 )
...
* Replace method always into cancelled.
Change-Id: I6518ce38a6640d42b9089e264c529ddaf75766b8
* Remove redundant if state.
3 months ago
takahirom
5984cb5ae9
Empty commit to trigger CI
3 months ago
takahirom
5e73c76acd
🤖 Updates screenshots
3 months ago
Don Turner
013424896c
Merge pull request #1050 from android/bw/threadPolicy
...
Enable the thread police 👮 for debug builds
3 months ago