Marcel Hibbe
Marcel Hibbe
@timkrueger sent you a voice message on sermo, lets compare the quality with different devices...
the status in the conversation list ("main screen") should be updated e.g. when entering the conversation list and by pull down to refresh (spinner icon). https://github.com/nextcloud/talk-android/blob/master/app/src/main/java/com/nextcloud/talk/controllers/ConversationsListController.kt#L504 can you confirm the...
can you execute this curl request via console? `curl -k -H "OCS-APIRequest: true" -u "yourusername:yourpassword" https://yoururl/ocs/v2.php/cloud/capabilities` just replace yourusername, yourpassword and yoururl the answer should contain ``` 1 1 ```...
@andyxheli can you create a testaccount on your server and send url and credentials to marcel . hibbe at nextcloud . com ?
interim status (thanks to @andyxheli ): somehow the problem is related to "allow username autocompletion to users within same group". if it's enabled: no status icons in the android talk...
The iOS app doesn't break when the autocomplation option is activated because it doesn't use the `/ocs/v2.php/apps/user_status/api/v1/statuses` endpoint but it uses `"includeStatus=true"` when fetching conversations, see https://nextcloud-talk.readthedocs.io/en/latest/conversation/ This solution makes...
@Ivansss is the issue description like it works on iOS or are there differences?
could not reproduce this yet. does this happen also for the set-status dialog on android files app on this phone?
similar or same issue is https://github.com/nextcloud/talk-android/issues/2325
yes it's just used together. didn't have a closer look now what exactly is related. but regarding fresco: maybe there is the need anyway to get rid of the forked...