Álvaro Brey

Results 36 issues of Álvaro Brey

Release [3.21.0](https://github.com/nextcloud/android/releases/tag/stable-3.21.0) is not on Huawei AppGallery due to the following problem: ```ruby {"ret"=>{"code"=>204144660, "msg"=>"[cds]submit failed, additional msg is [The history of questionnaire feedback content ratings is empty .]"}} ```

approved
meta

It's the "correct" way to do it and seems to prevent random Recyclerview crashes in CI: https://github.com/nextcloud/android/pull/10602/commits/9ed4d3d1ee34e8a1d4d86e7320d868e44c35bf2f Also convert to Kotlin since we're here - [x] Tests written, or not...

2. to review

Calling `File.lastModified` inside the comparator means that if the file modification date changes during the sort, comparison will be inconsistent and will then crash. Fixes #9638 Also converted to Kotlin...

2. to review

This folder was created in version 3.18.1 - 3.20.2 (inclusive) when moving media files to private storage. This is caused by MediaScanner not being able to access the private storage,...

2. to review

- moosh version: 0.29 (Moodle package) - moodle version: 3.6.3 - database: MariaDB - php version: 7.1.28 - operating system: Debian 9 (docker) ### Actual behaviour I am running the...

As described in #112 and #115, when a user has multiple schedules for the same med, it is not easy to distinguish things in the schedule list view. An enhancement...

enhancement
accepted

Pre-requisite: have build caching enabled in Gradle 1. Create an HTML report with a stylesheet 2. Change the stylesheet in the plugin config 3. Run the gradle task again 4....

bug

The app loads images in an inconsistent way. Some parts use `Fresco` which requires special `View` subclasses, while other uses `coil-kt`, which is the current recommended way and much simpler...

enhancement
technical debt

jCenter is now a read-only mirror and sometimes unstable. At some point in the future, it will likely stop working altogether. Here's the list of libraries that we get from...

technical debt