Abel García de Prada

Results 20 issues of Abel García de Prada

Replace LiveData with Flow/StateFlow and retrieve directly the filtered data from the database. The final state for the screen is generated by combining 4 other states: FileListOption, AccountName, FolderDisplayed, SortTypeAndOrder,...

From a development point of view, it would be great to show a UploadListFragment within any activity. For example, with the current bottom navigation bar we need to create a...

Estimation - 8 (XL)
New architecture

Since https://github.com/owncloud/android/issues/3426 uploads are stored in the new database. Since https://github.com/owncloud/android/issues/2858 uploads view uses the new database to retrieve the queued, in progress, succeeded, and failed uploads. This one should...

New architecture

Implements synchronization epic: https://github.com/owncloud/android/issues/2818 Library: https://github.com/owncloud/android-library/pull/339 ### Already merged: - Fetch list of files: https://github.com/owncloud/android/issues/2873 - Create folder: https://github.com/owncloud/android/issues/2861 - Get File/Folder by path/id : https://github.com/owncloud/android/issues/2957 - Get Folder content:...

I suggest adding a title, subtitle and image as server does. Same for empty folders, shared by link, av. offline, uploads, log files Good chance to align wording here. Current...

UI
Feature request
Estimation - 3 (M)
New architecture

Synchronization epic: #2818 Handle conflicts between local and remote files. Currently handled by SynchronizeFileOperation and SynchronizeFolderOperation. ### TASKS - [x] Research (if needed) - [x] Create branch new_arch/conflicts_management - [...

Estimation - 3 (M)
Sprint
New architecture

We should bump the compileSdk and targetSdk to 31 since there are some dependencies that require those versions. To do it, we need to verify that the ownCloud App supports...

**Is your feature request related to a problem? Please describe.** At the moment camera uploads are scanned every 15 minutes. Maybe it is not needed to trigger camera uploads so...

Camera Uploads
Feature request
Estimation - 5 (L)

**Additional context** At the moment our min SDK version is Android **5** (v21) and I think that it could be time to upgrade to Android **6** (v23) taking into account...

Technical

To be done by the end of 2022 Android 13 overview: https://developer.android.com/about/versions/13/overview All apps: https://developer.android.com/about/versions/13/behavior-changes-all Target 32: https://developer.android.com/about/versions/13/behavior-changes-13 ### TASKS - [ ] Research (if needed) - [ ] Create...