Marcel Hibbe

Results 478 comments of Marcel Hibbe

Does it still happen with newest version 21.0.0 ?

> I figured it would be simpler to clear the reply state when exiting `ChatActivity`. That way the reply view remains upon orientation change but is removed when exiting to...

@rapterjet2004 whats the state of the PR? can you update the labels or let me know if it's to review again?

i get a IllegalStateException: Migration didn't properly handle: Conversations(com.nextcloud.talk.data.database.model.ConversationEntity). ![grafik](https://github.com/user-attachments/assets/f948a70c-792d-4455-8d5a-f7d09d3197b0) so i suggest it should be MessageDraft? instead MessageDraft Also: for this simple change in DB, you can also use...

@sowjanyakch can you please also review and test?

As we don't start an extended conversation from android side during a call, implementing this does not make sense yet in my opinion. Starting an extended conversation (by adding someone...

i can not reproduce this. @jancborchardt reported some behavior that may be related: > The bluetooth device is not picked by default as an output (unlike for other apps like...

just came by when debugging an other issue.. The if check in https://github.com/nextcloud/talk-android/blob/ea2bebe3b0f91b61147822e51cfecbf7baa0bc51/app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt#L346-L350 must be removed or logic must be different. That's why there could be no dialog to explain...

got the android 14 smartphone but can't reproduce the issues 😕 So it's maybe not related to android 14. If you have bluetooth devices, can you try to reproduce @sowjanyakch...

ToDo for devs: read about - ACTION_MANAGE_OVERLAY_PERMISSION - System alert window changes - https://developer.android.com/about/versions/11/privacy/permissions#system_alert_autogrant - RoleManager - https://developer.android.com/reference/android/app/role/RoleManager