Jesús Recio

Results 137 issues of Jesús Recio

After typing server URL in login view, a request to `/remote.php/dav/files/` Then, check `WWW-Authenticate` headers in response Current behaviour: https://github.com/owncloud/android/blob/02a321e14a9a915a92b7c8f40afe235e48388882/owncloudApp/src/main/java/com/owncloud/android/presentation/authentication/LoginActivity.kt#L327 First, we check if is basic, if not, check if...

Authentication

Opening the `Settings` view: ![Screenshot 2023-12-11 at 09 44 21](https://github.com/owncloud/android/assets/14894746/ee45ec03-2a1f-4002-ad3a-6bd8f63e8a7b) i don't get the point of `Auto-uploads` instead of `Auto uploads` I would get rid of the dash inbetween. Any...

Settings
p4-low
Estimation - 2 (S)

Comes from https://github.com/owncloud/android/pull/4212#issuecomment-1840703242 ### Steps to reproduce 1. Download a file 2. Get the link of the file and create a deep link (adding `owncloud://` as prefix) 3. Remove device...

Type:bug
Estimation - 8 (XL)

1. in oCIS, upload several big files (to have time to perform next steps). For this example, upload 5 files 2. Cancel some of them, for example 3, in uploads...

Type:bug
Research

oC10 maintenance mode in Android app: ![Screenshot_20231219_172742](https://github.com/owncloud/enterprise/assets/214010/09ccb04b-9084-4d13-a235-dbe2216b59cc) | ![Screenshot_20231219_173005](https://github.com/owncloud/enterprise/assets/214010/6bce4d00-1966-4b61-ac02-92b2783b1ffe) | ![Screenshot_20231219_172946](https://github.com/owncloud/enterprise/assets/214010/cb49c13a-b9aa-4aa3-9674-ecd0fad159e3) -- | -- | -- Account setup ✅ | File list ⚠️ | Image preview ⚠️ ![Screenshot 2023-12-20 at...

Discussion

After https://github.com/owncloud/android/issues/2885, all available options for a selection are shown in a bottom sheet. In case of app providers to open a file in the browser, this is the current...

File list
Feature request
Estimation - 5 (L)

As @JanAckermann suggestion, when any item is placed in the "Personal" space, should not be notated in the app. Space notations just for project spaces. Android app is showing "Personal"...

Junior Job
p4-low
Discussion
Spaces

Comes from https://github.com/owncloud/android/pull/4204#issuecomment-1829797533 Better structure would be appreciated. Take a look onto an iOS log: [ownCloud_28_Nov_2023_at_10_11_37.log](https://github.com/owncloud/android/files/13663564/ownCloud_28_Nov_2023_at_10_11_37.log) globally, it's more readable because request/responses are separated from other logs So, we can...

Contributions are welcome
Technical
p3-medium
Estimation - 3 (M)

Time ago, Android app used to store data in SQLite DB. Then, new architecture came and everything was moved to Room. But, SQLite exists still in the app To do:...

Contributions are welcome
Technical

# Current status of tests in ownCloud Android app We're in the process of refactoring some of the tests or the way we test in the app. We have 2...

QA
Epic