aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-21 20:25:56 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-21 20:25:56 +0100
commit24a9c319aed4089eb97bedb249cd6ddbff13d398 (patch)
tree2b69c00c1a9172d26fe05928e40d247280630022 /src/main/res
parenta5019812fbdaf57096b8483778b610fd3b0d1887 (diff)
add password forgotten item to edit profile menu
fixes #295
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/menu/editaccount.xml3
-rw-r--r--src/main/res/values/defaults.xml25
-rw-r--r--src/main/res/values/strings.xml3
3 files changed, 31 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 59667c1c7..90356c266 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -72,6 +72,9 @@
android:title="@string/change_password"
app:showAsAction="ifRoom" />
<item
+ android:id="@+id/mgmt_account_password_forgotten"
+ android:title="@string/mgmt_account_password_forgotten" />
+ <item
android:id="@+id/mgmt_account_reconnect"
android:title="@string/mgmt_account_reconnect"
app:showAsAction="never" />
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 512a60138..e8e0c9206 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -236,5 +236,30 @@
<item>blabber.im</item>
<item>buzon.uy</item>
</string-array>
+
+ <string-array name="support_domains">
+ <item>pix-art.de</item>
+ <item>blabber.im</item>
+ <item>jabber.de</item>
+ <item>dismail.de</item>
+ <item>draugr.de</item>
+ <item>conversations.im</item>
+ <item>jabber.at</item>
+ <item>jabber-germany.de</item>
+ <item>jabjab.de</item>
+ <item>jabber.fr</item>
+ </string-array>
+ <string-array name="support_site">
+ <item>https://jabber.pix-art.de/impressum/</item>
+ <item>https://blabber.im/en/kontakt/</item>
+ <item>https://www.jabber.de/support/</item>
+ <item>https://dismail.de/contact.html</item>
+ <item>https://www.draugr.de/kontakt/</item>
+ <item>https://conversations.im/#support</item>
+ <item>https://jabber.at/account/password/reset/</item>
+ <item>https://jabber-germany.de/impressum.html</item>
+ <item>https://jabjab.de/kontakt.php</item>
+ <item>https://jabberfr.org/contact/</item>
+ </string-array>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index e8c2dd0b8..d4dd1c5cf 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -887,4 +887,7 @@
<string name="notification_backup_failed_subtitle">The backup files could not be stored in %s</string>
<string name="search_participants">Search participants</string>
<string name="file_too_large">File too large</string>
+ <string name="mgmt_account_password_forgotten">Password forgotten</string>
+ <string name="password_forgotten_title">Password forgotten</string>
+ <string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string>
</resources>