Skip to content

Commit f660022

Browse files
committed
docs: calens changelog updated
1 parent 51f54e4 commit f660022

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ownCloud admins and users.
4444
* Bugfix - Infinite edges in Android 15: [#4576](https://github.com/owncloud/android/issues/4576)
4545
* Bugfix - Crash from Google Play Console in PreviewImageFragment: [#4577](https://github.com/owncloud/android/issues/4577)
4646
* Bugfix - No message when uploading a file with no quota: [#4582](https://github.com/owncloud/android/issues/4582)
47+
* Bugfix - Crash from Google Play Console in PreviewImagePagerAdapter: [#4596](https://github.com/owncloud/android/issues/4596)
4748
* Change - Bump target SDK to 35: [#4529](https://github.com/owncloud/android/issues/4529)
4849
* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536)
4950
* Change - Modify biometrics fail source string: [#4572](https://github.com/owncloud/android/issues/4572)
@@ -122,6 +123,15 @@ ownCloud admins and users.
122123
https://github.com/owncloud/android/issues/4582
123124
https://github.com/owncloud/android/pull/4587
124125

126+
* Bugfix - Crash from Google Play Console in PreviewImagePagerAdapter: [#4596](https://github.com/owncloud/android/issues/4596)
127+
128+
In order to prevent app crashes, a validation has been added in onPageSelected
129+
method from PreviewImageActivity to ensure the image list contains items before
130+
using it.
131+
132+
https://github.com/owncloud/android/issues/4596
133+
https://github.com/owncloud/android/pull/4600
134+
125135
* Change - Bump target SDK to 35: [#4529](https://github.com/owncloud/android/issues/4529)
126136

127137
Target SDK has been upgraded to 35 in order to fulfill Android platform

0 commit comments

Comments
 (0)