-
Notifications
You must be signed in to change notification settings - Fork 4
Allow IS that is not responding #26
Comments
Sounds like a good idea. Is it a single line change? (I am not sure of the UI part) If it's a small change, I can target this for next release. Else, I don't want to diverge too much from upstream. If you want to raise a PR, please go ahead. |
I don't know this for sure.
I've never built an android app. Is there a service that would build per commit and generate an APK that I can test so that I don't need to set up all Android studio, gradle, etc. |
I am not aware of any, but you don't need Android studio. You just need to install JRE and the Android SDK. The build scripts (including gradle launcher) are part of this repository itself. You just need to run:
The generated APK would be in: |
Just a heads up: the latest commit will not build until @Bubu releases the latest version of Matrix SDK in his repo. But you can try building with the last release tag: |
Made the sdk release. |
I have it working for limified-fdroid branch, will create a PR soon. |
@afonari Cool! The Can you please try again with the latest version? |
@hrj do you have an ETA for the fdroid release? |
Oh, I guess that's on me then? 🤔 |
Two IS are hard coded vector.im and riot.im: https://github.com/vector-im/riot-android/blob/047e156cc7f3c708fdcdb4e90c0df63155076bae/vector/src/main/java/im/vector/receiver/VectorRegistrationReceiver.java#L49
Is it possible to allow any host, even localhost? It would fail to connect but that shouldn't prevent using the client. I've tested it by adding both vector.im and riot.im to Blokada blocked hosts.
The text was updated successfully, but these errors were encountered: