Simon L.

Results 1479 comments of Simon L.

I agree, that this is one of the last missing important features.

> If i understood you correct, the link must propose to open links beginning with the protocol `nc://` followed by `directlink/` plus for example `deck/5/list/4/card3`. So for example a link...

> interesting. Will this not open a app chooser everytime one clicks _any_ link? No, because it will only open the app chooser if the pattern matches, which is the...

btw: links from the deck app seems to contain always the following: `/apps/deck/#/` So you could probably expand the pattern that I've suggested from `".*/apps/deck/.*"` to `".*/apps/deck/#/.*"` But you should...

Actually, to make it also in multiuser-environments right, the following is maybe helpful: https://github.com/nextcloud/android/pull/5345#issuecomment-582066821 Although I have to say, that point 4 and 5 were differently implemented: the app always...

> * If no user matches the account, _open link in browser_ You could also offer the user to log into an existing account that matches the url...

actually this wouldn't work: ```xml ``` What will work though is: ```xml ```

this feature will not work with single sign on https://github.com/daper/nextcloud-passwords-app/issues/63

> @szaimen why not? The official files app uses SSO and supports the feature - or am I missing something? Yes, the official app has its own app token, which...