Merge pull request #228 from vector-im/feature/settings_v2

Split settings into sub sections
This commit is contained in:
Benoit Marty
2019-06-27 11:54:03 +02:00
committed by GitHub
40 changed files with 3634 additions and 3465 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Created to detect what has to be implemented (especially in the settings) -->
<bool name="false_not_implemented">false</bool>
</resources>

View File

@ -28,6 +28,7 @@
<string name="push_gateway_item_url">Url:</string>
<string name="push_gateway_item_format">Format:</string>
<string name="preference_root_legacy">Legacy</string>
<string name="preference_voice_and_video">Voice &amp; Video</string>
<string name="preference_root_help_about">Help &amp; About</string>
</resources>