You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
# PhotoEditor SDK - Changelog
2
+
## 10.10.13
3
+
### Fixed
4
+
* Improve Android editor action bar safe-area handling in landscape so edge buttons stay accessible on devices with system gesture or cutout insets.
5
+
*[Serialization] Fixed Android shadows adjustment being written with half the configured value.
6
+
* Added backward-compatible read conversion for serializations exported by older Android SDK versions, so existing files restore the intended shadows value.
7
+
* Harden Android editor entry points against external launches by marking the SDK editor and camera activities as non-exported.
8
+
### Added
9
+
* Added a `SaveSettings.useInternalCacheForUriPermissions` opt-in on Android so temporary URI copies can be kept in the app's internal cache directory when `saveUriPermissions` is enabled.
10
+
2
11
## v10.10.12
3
12
### Fixed
4
13
*[Gradle Plugin] Fixed AGP 9 compatibility for projects using built-in Kotlin.
0 commit comments