feat: Implement pinch-to-zoom functionality in InAppCameraScreen and add zoom controls

This commit is contained in:
2026-02-23 00:49:29 +05:00
parent 290143dfc4
commit f4cb3f8253
10 changed files with 503 additions and 260 deletions

View File

@@ -17,13 +17,15 @@ object ReleaseNotes {
val RELEASE_NOTICE = """
Update v$VERSION_PLACEHOLDER
- New attachment panel with tabs (photos, files, avatar)
- Message drafts — text is saved when leaving a chat
- Circular reveal animation for theme switching
- Photo albums in media picker
- Camera flash mode is now saved between sessions
- Swipe-back gesture fixes
- UI and performance improvements
- Emoji keyboard in attachment panel with smooth transitions
- File browser — send any file from device storage
- Send gallery photos as files (without compression)
- Camera: pinch-to-zoom, zoom slider, transparent status bar
- Double checkmarks for read photos, files and avatars
- Haptic feedback on swipe-to-reply
- System accounts hidden from forward picker
- Smoother caption bar animations
- Bug fixes and performance improvements
""".trimIndent()
fun getNotice(version: String): String =