Marcel Müller
Marcel Müller
This PR adds the ability to start the login process with a custom URL: ``` nextcloudtalk://login?server={serverURL} nextcloudtalk://login?server={serverURL}&user={user} ``` The optional user parameter only works on NC >= 24 Fixes #234...
This PR adds functionality to transcribe voice-messages to text using on-device speech recognition. iOS 13 is needed and atleast an iPhone 6S. Doing on-device recognition reduces the accuracy, but won't...
### Expected behaviour Account switcher should always use the correct appearance ### Actual behaviour Sometimes this happens:  Not sure how to trigger it, works correctly most of the time.
## Steps to reproduce 1. Start a call with talk-ios (to talk-web) 2. Minimize talk-ios 3. Get a second (phone) call on the phone 4. Select "End & Accept" ###...
This PR adds support for Siri-Suggestions, when enabled and iOS >= 13 is used. When sharing something, most recent talk conversation will be added as suggestions:  I'm not too...
* Phone is locked * Initiate a video-call -> fullscreen callkit screen will be shown * Answer the call and press the video-button * Identify yourself through faceid * Notice...
When a complete folder is shared we still try to display a preview using quicklook. A quick workaround would be to always open directories (mimetype: "httpd/unix-directory") using nc app or...
* Have 2 iOS devices setup with `account1` * Start a call from Talk Web from `account2` to `account1` * Both devices ring: Accept the call on both iOS devices...
Hello Marino, I was looking through the code and noticed a few things regarding background fetch/processing. * Background fetch and processing are correctly scheduled after the app enters the background...
## 🍏 v15.0.0 ### Local - [x] Make sure you pull the latest master branch: ```sh git checkout master git pull origin master ``` - [x] Adjust bundle ids -...