feat: Implement pinch-to-zoom functionality in InAppCameraScreen and add zoom controls
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user