Room Settings: Have proper room settings

- bug fix: history visibility cells are not selectable
- prompt user before changing history visibility

https://github.com/vector-im/vector-ios/issues/337
This commit is contained in:
giomfo
2016-06-30 17:02:53 +02:00
parent 376b207ba7
commit e84f1ef42b
3 changed files with 112 additions and 107 deletions
+2
View File
@@ -259,6 +259,8 @@
"room_details_history_section_members_only"="Members only (since the point in time of selecting this option)";
"room_details_history_section_members_only_since_invited"="Members only (since they were invited)";
"room_details_history_section_members_only_since_joined"="Members only (since they joined)";
"room_details_history_section_prompt_title" = "Privacy warning";
"room_details_history_section_prompt_msg" = "Changes to who can read history will only apply to future messages in this room. The visibility of existing history will be unchanged.";
"room_details_fail_to_update_avatar" = "Fail to update the room photo";
"room_details_fail_to_update_room_name" = "Fail to update the room name";
"room_details_fail_to_update_topic" = "Fail to update the topic";