Marcel Hibbe
Marcel Hibbe
the talk-android/app/src/main/java/com/nextcloud/talk/models/json/chat/ChatMessage.java contains much logic but it should only be a data class. Especially the selectedIndividualHashMap must be refactored (it is somehow filled in getImageUrl() which is totally weird). So...
The mediatab feature currently shows a black screen when no files were shared at all. In this case, there should be at least an info like "no files shared yet"
enhancements for #435 : - [x] confirmation screen before sharing file to chat #995 - [ ] Info when the upload failed in the background thread - [ ] retry...
currently it's only possible to continue a call in background when Picture in Picture is enabled. There must be a solution to continue the call when PIP is not available/enabled.
leaving the room probably fails because of WebSocket failures. this will explain multiple bugs. ## Steps to reproduce 1. Leaving the chatview might trigger to leave the room under certain...
## Steps to reproduce 1. open some conversation with many participants and open conversation info 2. scroll down by tapping on to the participants ### Expected behaviour scrolling is always...
I'd like to have more snooze options. Currently it's only: -one hour -tomorrow morning -tomorrow afternoon -choose day&time ...but choosing day&time manually takes too much time ;) I'd love to...
It should be possible to trigger `sudo -u www-data php /var/www/yourinstance/occ notification:test-push --talk youruser` via API, so the mobile apps could have a "Test Notifications" button in the settings-view. That...
### Steps to reproduce 1. join call - used sermo, so with hpb - tested on redmi note 7 3. stay in call for a while ### Expected behaviour no...
fix #2478 Signed-off-by: Marcel Hibbe