Status Update
Comments
jb...@google.com <jb...@google.com>
cl...@google.com <cl...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
pr...@google.com <pr...@google.com> #3
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
ap...@google.com <ap...@google.com> #4
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
pr...@google.com <pr...@google.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-common:2.8.0-beta04
dr...@gmail.com <dr...@gmail.com> #7
workaround from
ar...@physitrack.com <ar...@physitrack.com> #9
Is there any official sample on how to use wrapping into value class
to workaround this issue? I also couldn't find a way to make it work.
ap...@google.com <ap...@google.com> #10
Project: platform/frameworks/support
Branch: androidx-main
Author: Clara Fok <
Link:
Add nav sample for serializable third party types
Expand for full commit details
Add nav sample for serializable third party types
Sample to show workaround for b/341319151
Test: manual testing
Bug: 341319151
Bug: 348468840
Change-Id: I8c5553029b827440e55c0ecd0ceeb4ffc9957473
Files:
- M
navigation/navigation-compose/samples/src/main/java/androidx/navigation/compose/samples/NavigationSamples.kt
Hash: 16eb5c9060a623a5977f56f10ab782d5b27d6765
Date: Thu Oct 17 18:34:45 2024
pr...@google.com <pr...@google.com> #12
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-compose:2.9.0-alpha02
Description
Component used: Navigation
Version used: androidx.navigation:navigation-compose:2.8.0-beta01
Devices/Android versions reproduced on: emulator, API 34
I have a java.time.LocalDate in the navigation object; I want to implement a custom nav type. Even though, the navigation lib tries to obtain a KotlinX's serializer and crashes.