element-hq / element-hq/element-android
Improve user experience for sending instant photos
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
### Your use case
#### What would you like to do?
Add new button in chat view with camera icon. When user clicks the button, application will instantly open the camera view. After creating the photo it will be sent to recipient.
#### Why would you like to do it?
In my opinion current implementation for creating photos/videos and sending is not very user friendly. Especially when I want to make fast photo and send it.
Currently i have to make 6 taps on screen to take photo and send it :)
#### How would you like to achieve it?
Im thinking about something similar to FB messenger implementation .

The camera icon placed next to text field, it will hide when user clicks text area to input text.
The best solution would be to create custom 'photo/video taking' view, but first step can be only for photo, using standard android intent.
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.