mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:57:32 +00:00
First cut at group messaging refactor.
This commit is contained in:
BIN
res/drawable-hdpi/group_distribute.png
Normal file
BIN
res/drawable-hdpi/group_distribute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-mdpi/group_distribute.png
Normal file
BIN
res/drawable-mdpi/group_distribute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xhdpi/group_distribute.png
Normal file
BIN
res/drawable-xhdpi/group_distribute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@@ -6,4 +6,17 @@
|
||||
android:icon="@drawable/ic_groups_holo_dark"
|
||||
android:showAsAction="ifRoom" />
|
||||
|
||||
<item android:title="@string/conversation_group_options__delivery"
|
||||
android:id="@+id/menu_group_delivery"
|
||||
android:icon="@drawable/group_distribute"
|
||||
android:showAsAction="ifRoom" >
|
||||
|
||||
<menu >
|
||||
<group android:id="@+id/distribution_group"
|
||||
android:checkableBehavior="single">
|
||||
<item android:id="@+id/menu_distribution_conversation" android:title="@string/conversation_group_options__conversation" android:checked="true" />
|
||||
<item android:id="@+id/menu_distribution_broadcast" android:title="@string/conversation_group_options__broadcast" />
|
||||
</group>
|
||||
</menu>
|
||||
</item>
|
||||
</menu>
|
||||
|
@@ -505,6 +505,9 @@
|
||||
|
||||
<!-- Misc. piggybacking -->
|
||||
<string name="PlayStoreListing">TextSecure is a security enhanced text messaging application that serves as a full replacement for the default text messaging application. Messages to other TextSecure users are encrypted over the air, and all text messages are stored in an encrypted database on the device. If your phone is lost or stolen, your messages will be safe, and communication with other TextSecure users can\'t be monitored over the air.</string>
|
||||
<string name="conversation_group_options__delivery">Delivery</string>
|
||||
<string name="conversation_group_options__conversation">Conversation</string>
|
||||
<string name="conversation_group_options__broadcast">Broadcast</string>
|
||||
|
||||
<!-- EOF -->
|
||||
|
||||
|
Reference in New Issue
Block a user