Fixed
Status Update
Comments
ti...@google.com <ti...@google.com>
ib...@google.com <ib...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
ja...@gmail.com <ja...@gmail.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
ib...@google.com <ib...@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
ib...@google.com <ib...@google.com>
ja...@gmail.com <ja...@gmail.com> #6
That was fast, thanks for the quick fix!
ap...@google.com <ap...@google.com> #7
Project: platform/frameworks/support
Branch: androidx-main
Author: Ian Baker <
Link:
Exclude trailing non-WebP data from length when writing new file
Expand for full commit details
Exclude trailing non-WebP data from length when writing new file
Some files have trailing data outside the length defined by the RIFF
header. ExifInterface previously naively copied this data and then
calculated a new RIFF length which included it, resulting in an invalid
file.
This change only copies RIFF-defined data from the old file before
calculating the new RIFF length, and then appends any additional data
after that - in order to more closely mimic the input file's structure
without throwing away the trailing data.
Test: ExifInterfaceTest
Bug: 385766064
Change-Id: I8a955cf85d229ad4af5a1e02aa891cfca0e54d60
Files:
- M
exifinterface/exifinterface/src/androidTest/java/androidx/exifinterface/media/ExifInterfaceTest.java
- A
exifinterface/exifinterface/src/androidTest/res/raw/webp_without_exif_trailing_data.webp
- M
exifinterface/exifinterface/src/main/java/androidx/exifinterface/media/ExifInterface.java
Hash: d21234605366120bb1af4ea1109e15b6c23d93f0
Date: Fri Jan 03 11:30:32 2025
pr...@google.com <pr...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.exifinterface:exifinterface:1.4.0-beta01
Description
Version used: 1.4.0-alpha01
Devices/Android versions reproduced on: Pixel 8a
After calling saveAttributes on an webp image, the image can not be viewed anymore on an Android device. Windows can for some reason still display the image with the inbuilt Photos program and e.g.