Added Outlook graph send

This commit is contained in:
M66B
2023-03-04 08:57:12 +01:00
parent 106f976f1b
commit ad83451220
11 changed files with 319 additions and 187 deletions

View File

@@ -2106,6 +2106,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
for (String key : prefs.getAll().keySet())
if ((!BuildConfig.DEBUG &&
key.startsWith("translated_") && cbGeneral.isChecked()) ||
key.startsWith("oauth.") ||
(key.startsWith("announcement.") && cbGeneral.isChecked()) ||
(key.endsWith(".show_full") && cbFull.isChecked()) ||
(key.endsWith(".show_images") && cbImages.isChecked()) ||