2019-03-13 17:00:30 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2019-07-11 17:59:07 +02:00
|
|
|
<!-- "app_name" is now defined in build.gradle -->
|
2019-03-13 17:00:30 +01:00
|
|
|
|
|
|
|
<!-- server urls -->
|
|
|
|
<string name="matrix_org_server_url" translatable="false">https://matrix.org</string>
|
2022-02-04 17:38:49 +01:00
|
|
|
|
|
|
|
<!-- Rageshake configuration -->
|
2019-03-18 16:32:35 +01:00
|
|
|
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>
|
2022-01-25 16:35:16 +01:00
|
|
|
<string name="bug_report_app_name" translatable="false">riot-android</string>
|
|
|
|
<string name="bug_report_auto_uisi_app_name" translatable="false">element-auto-uisi</string>
|
2019-03-13 17:00:30 +01:00
|
|
|
|
2019-06-19 10:46:59 +02:00
|
|
|
<!--
|
|
|
|
Pusher config for the application
|
|
|
|
https://matrix.org/docs/spec/client_server/r0.4.0#id128
|
|
|
|
-->
|
2019-07-29 18:26:26 +02:00
|
|
|
|
2020-02-13 06:48:52 +01:00
|
|
|
<!-- Note: pusher_http_url should have path '/_matrix/push/v1/notify' -->
|
2022-02-25 16:25:56 +01:00
|
|
|
<!-- It is the push gateway for FCM embedded distributor -->
|
2019-06-19 10:46:59 +02:00
|
|
|
<string name="pusher_http_url" translatable="false">https://matrix.org/_matrix/push/v1/notify</string>
|
2022-02-25 16:25:56 +01:00
|
|
|
<!-- Note: default_push_gateway_http_url should have path '/_matrix/push/v1/notify' -->
|
|
|
|
<!-- It is the push gateway for UnifiedPush -->
|
|
|
|
<string name="default_push_gateway_http_url" translatable="false">https://matrix.gateway.unifiedpush.org/_matrix/push/v1/notify</string>
|
2020-02-13 06:48:52 +01:00
|
|
|
<!-- Note: pusher_app_id cannot exceed 64 chars -->
|
2019-06-19 10:46:59 +02:00
|
|
|
<string name="pusher_app_id" translatable="false">im.vector.app.android</string>
|
2019-03-13 17:00:30 +01:00
|
|
|
|
2020-08-13 16:34:28 +02:00
|
|
|
<!-- preferred jitsi domain -->
|
2022-02-04 21:03:31 +01:00
|
|
|
<string name="preferred_jitsi_domain" translatable="false">meet.element.io</string>
|
2020-08-13 16:34:28 +02:00
|
|
|
|
2019-03-13 17:00:30 +01:00
|
|
|
<string-array name="room_directory_servers" translatable="false">
|
|
|
|
<item>matrix.org</item>
|
2021-05-26 15:34:33 +02:00
|
|
|
<item>gitter.im</item>
|
2019-03-13 17:00:30 +01:00
|
|
|
</string-array>
|
|
|
|
|
2021-09-09 17:17:11 +02:00
|
|
|
<!-- Permalink config -->
|
|
|
|
<string-array name="permalink_supported_hosts" translatable="false">
|
|
|
|
<!-- Regular Element Web instance -->
|
|
|
|
<item>app.element.io</item>
|
|
|
|
<!-- Other known instances of Element Web -->
|
|
|
|
<item>develop.element.io</item>
|
|
|
|
<item>staging.element.io</item>
|
|
|
|
<!-- Previous Web instance, kept for compatibility reason -->
|
|
|
|
<item>riot.im</item>
|
|
|
|
</string-array>
|
|
|
|
|
2019-03-13 17:00:30 +01:00
|
|
|
</resources>
|