nextcloud / talk-android

📱😀 Video & audio calls through Nextcloud on Android
Other
530 stars 238 forks source link

show uploading files in conversation #2375

Open mahibi opened 2 years ago

mahibi commented 2 years ago

uploading files should be shown in chat, including a progress indicator and a cancel button.

right now for files >1MB there is a notification with progress, for files <1MB there is no notification. for both big and small files, there should be a preview message in the chat while uploading. maybe it makes sense to postpone this until https://github.com/nextcloud/talk-android/issues/1552 is done.

enakhala commented 6 months ago

1mb file are failing to upload with V18.0.1

woolfg commented 1 month ago

Fully agree, there is a progress bar in the native Android Notification Panel (if you swipe down) but this is not visible in the app by default. UX wise this is quite confusing if you send a message with an attachment and you don't see any response in the UI after clicking the send button.

woolfg commented 1 month ago

May be fixed by #3443