Marcel Hibbe
Marcel Hibbe
## Steps to reproduce 1. install talk app 2. call phone 3. accept call on phone 4. allow permissions ### Expected behaviour successful call connection ### Actual behaviour no call...
In the settings there should be a button which triggers to send a push notification from server which is then expected to be received on mobile. requires https://github.com/nextcloud/notifications/issues/1206
For the future it is planned to extract code that is used both in https://github.com/nextcloud/android and https://github.com/nextcloud/talk-android (and maybe more NC android apps). For the common code there should be...
## Steps to reproduce 1. start call 2. switch off display ### Expected behaviour call continues ### Actual behaviour call hangup we need a service for this. also see https://github.com/nextcloud/talk-android/issues/1688...
Login via QR code like android files app already does
## Steps to reproduce (not yet sure if it only happens for some scenarios) 1. start a call 2. leave the call ### Expected behaviour EglRenderer must be closed properly....
## Steps to reproduce 1. create new conversation ("+" button) 2. open search 3. type letters that are contained in the participants/groups list 4. BUG: the list doesn't show participants/groups...
from gplay console ``` java.lang.NullPointerException: at com.nextcloud.talk.controllers.ProfileController$save$1.onError (ProfileController.kt:448) at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.checkTerminated (ObservableObserveOn.java:281) at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal (ObservableObserveOn.java:172) at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run (ObservableObserveOn.java:255) at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run (HandlerScheduler.java:124) at android.os.Handler.handleCallback (Handler.java:938) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loop (Looper.java:250) at...
from gplay console: ``` java.lang.RuntimeException: at org.webrtc.EglBase14Impl.createEglContext (EglBase14Impl.java:284) at org.webrtc.EglBase14Impl. (EglBase14Impl.java:79) at org.webrtc.EglBase$-CC.createEgl14 (EglBase.java:215) at org.webrtc.EglBase$-CC.create (EglBase.java:158) at org.webrtc.EglRenderer.lambda$init$0$EglRenderer (EglRenderer.java:241) at org.webrtc.-$$Lambda$EglRenderer$miQc1-F9Qqw0EkFhtMh5sNQ-7uU.run (Unknown Source:6) at org.webrtc.ThreadUtils$4.call (ThreadUtils.java:199) at org.webrtc.ThreadUtils$4.call (ThreadUtils.java:196)...
when working on #1948 i noticed that the "[inCall](https://nextcloud-talk.readthedocs.io/en/latest/constants/#participant-in-call-flag)" flag is handled wrong in _com/nextcloud/talk/adapters/items/ParticipantItem.java:191_ There is no correct bitwise handling. This must be improved and be handled like it's...