mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
* Add blockContact and unblockContact subcommands * Send blocked status in contacts sync * Use only one method for blocking and unblocking * Add blocking/unblocking for groups * Prevent blocked messages from being printed * Print blocked property in listContacts and listGroups commands * Handle BlockedListMessages * Store blocked state from incoming contact and group sync messages * Minor changes and corrections * Add block and unblock commands to man file (and also fix some headings of commands)
24 lines
No EOL
942 B
XML
24 lines
No EOL
942 B
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<option name="LINE_SEPARATOR" value=" " />
|
|
<JavaCodeStyleSettings>
|
|
<option name="GENERATE_FINAL_LOCALS" value="true" />
|
|
<option name="GENERATE_FINAL_PARAMETERS" value="true" />
|
|
<option name="JD_P_AT_EMPTY_LINES" value="false" />
|
|
</JavaCodeStyleSettings>
|
|
<XML>
|
|
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
|
|
</XML>
|
|
<codeStyleSettings language="JAVA">
|
|
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" />
|
|
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="1" />
|
|
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="XML">
|
|
<arrangement>
|
|
<rules />
|
|
</arrangement>
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component> |