24fc93e9ae
1) There is no longer a concept of "verified" or "unverified." Only "what we saw last time" and "different from last time." 2) Let's eliminate "verify session," since we're all about identity keys now. 3) Mark manually processed key exchanges as processed.
13 lines
No EOL
498 B
XML
13 lines
No EOL
498 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:title="Security"
|
|
android:id="@+id/menu_security"
|
|
android:icon="@drawable/ic_menu_unlock_holo_dark"
|
|
android:showAsAction="ifRoom">
|
|
<menu>
|
|
<item android:title="@string/conversation_insecure__menu_start_secure_session"
|
|
android:id="@+id/menu_start_secure_session" />
|
|
|
|
</menu>
|
|
</item>
|
|
</menu> |