Benoit Marty
Benoit Marty
Hi, I see that after removing the last field with @Bind from my fragment, the fragment class is now obfuscated. So I conclude that the proguard rule: ``` -keepclasseswithmembernames class...
The idea is then to send a media event, after the new /create endpoint, and before sending the media itself; isn't it? We have to consider the failure of the...
Hello, I've made a quite ugly fix for the issue. I've added setOnTouchListener(this); in the PinnedHedaerListView constructor and this method: ``` java /** * OnTouchListener interface */ @Override public boolean...
Your solution looks better :-). However, how will you get the coordinate of the touched area?
I still observe that today. Clients should ignore the `success` key, right?
@anoadragon453 `M_UNKNOWN_TOKEN` refers to the access token, which is not the same thing here, and is not documented here https://matrix.org/docs/spec/identity_service/latest#api-standards I would add a new error `M_INVALID_TOKEN` for this specific...
Ah, this bug has already been fixed in #4700 and is back (or not properly fixed...)
Hello, sorry for the late reply. Please do not update translation files in a PR. You can find how to manage string resources at this location: https://github.com/vector-im/element-android/blob/main/CONTRIBUTING.md#internationalisation Regarding this PR...
> It is hard to test because you have to manually throw an exception in code to test it. Otherwise it's difficult to produce a crash 🙃. We have a...
Hello @amitkma once approved, as a PR submitter, please feel free to merge your PR :) Thanks!