Benoit Marty
Benoit Marty
Weblate configuration will have to be updated. It will also probably break the forks which have changes in the translation, so please also add a documentation to help migrating the...
Probably since Jitsi 5.0.2, incuded in Element 1.4.10 - Start a Jitsi call and join the conf - Click on the three dot menu and on "Participants" The app crashes....
Install referrer is used in Riot-Android to pre-fill homeserver (and identity server). This is not done yet in RiotX, but it's a TODO in the code. So we can use...
**Is your feature request related to a problem? Please describe** - As a documented SDK provider, I would like the generated documentation to be useful. - As a project maintainer,...
Hello, I'm using your amazing PinnedHeaderListView for my project, and I encountered this issue: when scrolling, item are displayed behind the pinned header, which is what I expects, but if...
Here is the compilation error: > java.lang.NoClassDefFoundError: com/likethesalad/android/templates/common/plugins/BaseTemplatesProcessorPlugin See https://github.com/vector-im/element-android/pull/6882 Not sure if this is due to another dependency upgrade, since with this other PR, from an older version of...
With the following body: ```json {"error": "Internal Server Error", "errcode": "M_UNKNOWN"} ``` This error can happen often, because user can enter the received code by SMS (= the token) manually....
### Steps to reproduce 1. Open the setting 2. Try to close the dialog clicking on the cross at top right ### Outcome #### What did you expect? I can...
### Your use case #### What would you like to do? When opening the Space panel, I can perform a long click on a Space to see more option about...
Always specify a `itemDiffCallback` in the constructor of `PagedListEpoxyController`, to ensure the performance are better, especially for the method `areItemsTheSame`. This method must compare ids and not the whole object...