mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
2f20bb89f3
1) Enter key by default (remove as option), still keeping "Enter key sends" option 2) New material assets for emoji and keyboard icons, inc a xxhdpi version finally fixes #2300, fixes #2251, fixes #2183 Closes #2302 // FREEBIE
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<CheckBoxPreference android:defaultValue="false"
|
|
android:key="pref_toggle_push_messaging"
|
|
android:title="@string/preferences__textsecure_messages"
|
|
android:summary="@string/preferences__use_the_data_channel_for_communication_with_other_textsecure_users"/>
|
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
|
android:key="pref_enter_sends"
|
|
android:summary="@string/preferences__pressing_the_enter_key_will_send_text_messages"
|
|
android:title="@string/preferences__pref_enter_sends_title"/>
|
|
|
|
<Preference android:key="pref_choose_identity"
|
|
android:title="@string/preferences__choose_identity"
|
|
android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/>
|
|
|
|
<Preference android:key="pref_submit_debug_logs"
|
|
android:title="@string/preferences__submit_debug_log"/>
|
|
</PreferenceScreen>
|