Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Revert the URL override to localhost
Browse files Browse the repository at this point in the history
closes GH-30

see above issue for more details
  • Loading branch information
hrj committed Oct 18, 2019
1 parent 052b015 commit b090cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ miniVector
* Application Icon badger
* Analytics

It also sets the default identity server to `localhost` which effectively disables it. The identity server is an
optional service that is used by matrix clients to identify contacts via external identities such as emails and
phone numbers. Since this compromises privacy and is entirely optional, the default here is to disable the feature.

### Links

* [PlayStore](https://play.google.com/store/apps/details?id=com.lavadip.miniVector)
Expand Down
14 changes: 7 additions & 7 deletions vector/src/main/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<string name="riot_app_name" translatable="false">miniVector</string>

<!-- server urls -->
<string name="vector_im_server_url" translatable="false">https://localhost</string>
<string name="matrix_org_server_url" translatable="false">https://localhost</string>
<string name="vector_im_server_url" translatable="false">https://vector.im</string>
<string name="matrix_org_server_url" translatable="false">https://matrix.org</string>
<string name="default_hs_server_url" translatable="false">https://matrix.org</string>
<string name="default_identity_server_url" translatable="false">https://localhost</string>
<string name="matomo_server_url" translatable="false">https://localhost</string>
<string name="default_identity_server_url" translatable="false">https://vector.im</string>
<string name="matomo_server_url" translatable="false">https://matomo.riot.im</string>
<string name="matomo_site_id" translatable="false">1</string>
<string name="matomo_tracker_name" translatable="false">AndroidMatomoTracker</string>
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>
<string name="default_stun_server" translatable="false">turn.matrix.org</string>

<!-- Widget urls -->
<string name="integrations_ui_url" translatable="false">"https://localhost/"</string>
<string name="integrations_rest_url" translatable="false">"https://localhost/api"</string>
<string name="integrations_jitsi_widget_url" translatable="false">"https://localhost/api/widgets/jitsi.html"</string>
<string name="integrations_ui_url" translatable="false">"https://scalar.vector.im/"</string>
<string name="integrations_rest_url" translatable="false">"https://scalar.vector.im/api"</string>
<string name="integrations_jitsi_widget_url" translatable="false">"https://scalar.vector.im/api/widgets/jitsi.html"</string>

<string-array name="integrations_widgets_urls" translatable="false">
<item>https://scalar.vector.im/_matrix/integrations/v1</item>
Expand Down

0 comments on commit b090cc6

Please sign in to comment.