diff options
author | Sam Whited <sam@samwhited.com> | 2014-10-21 16:22:01 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-12-23 12:44:30 -0500 |
commit | 01107e31ae22d84922742717ad5b7d87581e4096 (patch) | |
tree | e94f2cc0d58c904a7e748a02c1102f9aa33531b0 /src/main/res/menu/editaccount.xml | |
parent | 58437b6f0662025092395ead85411d8f26adc3ba (diff) |
Add more server compatibility info.
Hide server info behind a checkbox.
Add XEP-0352 support to the server info list
Add XEP-0237 to server info list
Add XEP-0352 support to the server info list
Add MaM and Blocking to the account XEPs list
Also add a toggle button to hide some of the list
Rebase on current codebase
Make MAM string more descriptive
Change show more button to checkbox menu item
Shorten `MAM (History)' to `MAM'
Order XEP list and hide all by default
Supress warning (which is wrong anyways)
Change `Show more' to `Show more info'
Diffstat (limited to 'src/main/res/menu/editaccount.xml')
-rw-r--r-- | src/main/res/menu/editaccount.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml index 5d10901e..fc362836 100644 --- a/src/main/res/menu/editaccount.xml +++ b/src/main/res/menu/editaccount.xml @@ -4,9 +4,16 @@ android:id="@+id/action_show_qr_code" android:title="@string/show_qr_code" android:showAsAction="never" /> + <item android:id="@+id/action_show_block_list" android:title="@string/show_block_list" android:showAsAction="never" /> + <item + android:id="@+id/action_server_info_show_more" + android:title="@string/server_info_show_more" + android:checkable="true" + android:checked="false" + android:showAsAction="never" /> </menu>
\ No newline at end of file |