forked from mirror/monocles_chat_clean
changed defaults to little more privacy
This commit is contained in:
parent
6257be7cc3
commit
e4c70bdd6b
2 changed files with 10 additions and 10 deletions
|
@ -42,11 +42,11 @@
|
|||
<string name="invidious_host">monocles.live</string>
|
||||
<bool name="plain_text_logs">false</bool>
|
||||
<bool name="validate_hostname">false</bool>
|
||||
<bool name="show_foreground_service">false</bool>
|
||||
<bool name="show_foreground_service">true</bool>
|
||||
<bool name="warn_unencrypted_chat">true</bool>
|
||||
<bool name="hide_you_are_not_participating">false</bool>
|
||||
<bool name="use_bundled_emoji">true</bool>
|
||||
<bool name="enable_multi_accounts">false</bool>
|
||||
<bool name="enable_multi_accounts">true</bool>
|
||||
<bool name="show_qr_code_scan">true</bool>
|
||||
<bool name="show_individual_search_options">true</bool>
|
||||
<bool name="show_combined_search_options">false</bool>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<bool name="easy_downloader">false</bool>
|
||||
<bool name="hide_memory_warning">false</bool>
|
||||
<bool name="pause_voice">false</bool>
|
||||
<bool name="show_date_in_quotes">true</bool>
|
||||
<bool name="show_date_in_quotes">false</bool>
|
||||
<integer name="individual_notification">0</integer>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="userinterface" />
|
||||
|
@ -129,7 +129,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="notifications" />
|
||||
|
@ -146,7 +146,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="quiet_hours" />
|
||||
|
@ -218,7 +218,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="attachments" />
|
||||
|
@ -279,7 +279,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="presence" />
|
||||
|
@ -316,7 +316,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="security" />
|
||||
|
@ -453,7 +453,7 @@
|
|||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.siacs.conversations.ui.SettingsActivity"
|
||||
android:targetPackage="@string/applicationId">
|
||||
android:targetPackage="de.monocles.chat">
|
||||
<extra
|
||||
android:name="page"
|
||||
android:value="expert" />
|
||||
|
|
Loading…
Add table
Reference in a new issue