File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments