Show disclaimer at first launch (Fixes #215)

This commit is contained in:
Benoit Marty
2019-06-27 16:01:11 +02:00
parent f98f0e1a87
commit f9c8e4f85a
8 changed files with 227 additions and 2 deletions

View File

@ -3,6 +3,12 @@
<!-- Strings not defined in Riot -->
<string name="alpha_disclaimer_title">Welcome to the beta!</string>
<string name="alpha_disclaimer_content_line_1">"While Riot X is in early development, some features may be missing and you may experience bugs."</string>
<string name="alpha_disclaimer_content_line_2_gplay">"The latest feature list is always in the %1$s, and if you find bugs please submit a report in the top left menu of Home, and well fix them as quickly as we can."</string>
<!-- Must be a substring of value of alpha_disclaimer_content_line_2_gplay -->
<string name="alpha_disclaimer_content_line_2_gplay_colored_part">"Play Store description"</string>
<string name="alpha_disclaimer_content_line_2_fdroid">"If you find bugs please submit a report in the top left menu of Home, and well fix them as quickly as we can."</string>
<string name="import_e2e_keys_from_file">"Import e2e keys from file \"%1$s\"."</string>