Fernando Sanz

Results 13 comments of Fernando Sanz

> that means, depending on the content's operability, browsing works in a different way. Is this expected somehow? Could it be fixed? I think that with the new architecture the...

> ### (3) > Not posible to build the branch after the latest changes. Some manifest error happens: > > ``` > /Documents/android/owncloudApp/src/debug/AndroidManifest.xml:86:9-106:20 Error: > android:exported needs to be explicitly...

> Regarding (5). Problem comes from the `android:pathPrefix` setup. We should add the extra chunks. For the example above > > `https://cloud.damken.com/index.php/f/28728865` > > ``` > android:host="cloud.damken.com" > android:pathPrefix="/index.php/f/" >...

> ### (4) > 1. Enable passcode/pattern > 2. Open deeplink from other app > > Current: First time, passcode/pattern is asked. If app is killed (no lock delay), next...

> That means, that deeplinks will point always to `Details` , no matter if the file is preview-able inside the app or not, right @fesave ? > > is that...

> ### (6) > 1. Install the app, no accounts added > 2. Click on any deeplink openable by the app > > Current: crash happens. This is the stacktrace:...

Hi @brunofcat! Thank you very much for reporting this issue, we will work on it and give you an answer as soon as possible. Stay tuned for updates! have a...

## Apps targeting API 31+ [Behaviour changes](https://developer.android.com/about/versions/12/behavior-changes-12) ### [User experience](https://developer.android.com/about/versions/12/behavior-changes-12#ux) - [x] Custom notifications - [x] Android App Links verification changes - **No impact on us** - [x] PiP Mode...

After performing an examination of the .apk with the [tool provided by Google](https://developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces#test-veridex-tool) to check how many non-SDK interfaces are currently in the project, this is the result: 65 hidden...

With the new home screen API for Android 12 devices, I tried to reproduce the [owncloud/enterprise#4727](https://github.com/owncloud/enterprise/issues/4727) as you can see in the video and it was impossible, I think we...