Fixed
Status Update
Comments
il...@google.com <il...@google.com>
jb...@google.com <jb...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
no...@gradle.com <no...@gradle.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug: b/264018028
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
https://android-review.googlesource.com/2373449
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug:
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
no...@gradle.com <no...@gradle.com> #4
deleted
jb...@google.com <jb...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.tv:tv-material:1.0.0-alpha04
mt...@gmail.com <mt...@gmail.com> #6
Still hitting issue using AGP 7.1.2 and nav args 2.4.1.
In which AGP + nav args library combination has the issue been fixed?
Is now the sensitivity marked as PathSensitivity.RELATIVE as gradle suggested?
In which AGP + nav args library combination has the issue been fixed?
Is now the sensitivity marked as PathSensitivity.RELATIVE as gradle suggested?
ga...@migrosonline.ch <ga...@migrosonline.ch> #7
Also seeing that the current configuration still results in uncacheable tasks when using remote build cache (same versions as mentioned in the previous post). Would be really nice if we could get this working.
ap...@google.com <ap...@google.com> #8
Project: platform/frameworks/support
Branch: androidx-main
commit 3bd47a4d38076ca16ac8e18e18e91c01edecfc97
Author: Jeremy Woods <jbwoods@google.com>
Date: Fri Apr 15 14:38:00 2022
Change the PathSensitive setting in ArgumentsGenTask
Changing the PathSensitivety from absolute to relative for the
navigationFiles variable in ArgumentsGenerationTasks.
RelNote: "Navigation SafeArgs now uses `PathSensitivity.RELATIVE` to
allow for cache relocateability."
Test: safe args gradle plugin test
Bug: 173420454
Change-Id: I5f67ced6e860f301678ba9f6e77683f1061ebf59
M navigation/navigation-safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/ArgumentsGenerationTask.kt
https://android-review.googlesource.com/2064621
Branch: androidx-main
commit 3bd47a4d38076ca16ac8e18e18e91c01edecfc97
Author: Jeremy Woods <jbwoods@google.com>
Date: Fri Apr 15 14:38:00 2022
Change the PathSensitive setting in ArgumentsGenTask
Changing the PathSensitivety from absolute to relative for the
navigationFiles variable in ArgumentsGenerationTasks.
RelNote: "Navigation SafeArgs now uses `PathSensitivity.RELATIVE` to
allow for cache relocateability."
Test: safe args gradle plugin test
Bug: 173420454
Change-Id: I5f67ced6e860f301678ba9f6e77683f1061ebf59
M navigation/navigation-safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/ArgumentsGenerationTask.kt
no...@gradle.com <no...@gradle.com> #9
When will this be available in a release?
Description
Version used: 2.3.1
The `navigationFiles` input to the `ArgumentsGenerationTask` should be annotated with `@PathSensitive(PathSensitivity.RELATIVE)` to allow for cache relocateability.
To ensure that this task continues to be relocateable in the future, please also consider adding cache relocateability integration tests for this task: