Conversation
Set up notarization for Mac app
Add entitlements and sandboxing to mac app
Bump CMP to 1.11.0-beta01
Fix timeline item deduplication and added bucketed aspect ratios
Fix mac video scaling
Use shaped clickable with ProfileSearchResults
Cap height of profile banner
Changes to enable desktop logging
Log media errors
Migrate to AGP 9
Stronger guarantees when dealing with gifs and videos on mac
There was a problem hiding this comment.
Code Review
This pull request performs a comprehensive refactoring of the build system, transitioning to centralized Gradle conventions for Android and Kotlin Multiplatform modules while updating numerous dependencies and the Gradle wrapper to version 9.4.1. Key enhancements include the introduction of macOS signing, notarization, and sandboxing support—specifically handling native library bundling for JNA and AVFoundation. On the functional side, the desktop video player and animated image decoding have been made more robust through asynchronous processing and improved resource management. Feedback focuses on the accidental removal of the Burst test dependency in several library modules and suggests using more precise string matching for branch prefixes in the release configuration.
No description provided.