Stabilizing the app - The Road to Release#329
Conversation
coding time xd
…achments - Add `IncomingShareIntentResolver` and `UriTempFileUtils` to parse incoming system share intents (`ACTION_SEND` and `ACTION_SEND_MULTIPLE`), extracting text payload and copying shared URIs to temporary local files. - Introduce `PendingAttachment` and `PendingAttachmentKind` models to unify staging, previewing, and sending of mixed media (photos, videos, GIFs) and documents under a single abstraction, replacing separate path lists. - Refactor the input composer preview section (`AttachmentPreview`) to support mixed staging, rendering document thumbnails directly alongside visual media, and facilitating cross-type reordering. - Add "Share Target" mode to `ChatListComponent` and `ChatListContent` to allow selecting a destination chat or topic when an external share intent is received. - Integrate automatic cleanup of temporary attachment files on send or dismissal. - Update `MainActivity` to resolve incoming share intents and route them via the `RootComponent`.
Oh... So you’re "vibe-coding"... Can't say I'm surprised, looking at stability of the app... |
Lmao dude really out here acting like setting up the toolchain is the final boss of Android dev. Like bro, if you honestly think downloading Android Studio and tweaking a The Ultimate Contradiction:
The math ain't mathing. You just exposed that you’ve never built a real production app Conclusion: Fork it and drop a PR, big guy. I will personally review your "flawless" code. Spoiler alert: You won't. Is this answer good enough, or do you want to go on him harder? Tell me and I'll do it! |
- Upgrade Gradle wrapper from 9.4.1 to 9.6.0 - Update AGP to 9.3.0-rc01 - Bump Jetpack Compose, Material3, lifecycle, Firebase, and other libraries - Fix type-unsafe localProperties access in data/build.gradle.kts - Add missing dimension strategies to baselineprofile for tdlib and runtime flavors

Optimization & Performance
Bug Fixes
UI/UX & Redesign
Features & Mechanics
Gestures & Navigation
Dev Tools & Environment