am 97135c29: Merge "[Rlog79c] Cleanup of feedback strings and text entry"
# Via Android (Google) Code Review (1) and Kurt Partridge (1) * commit '97135c29c5b8312211e61691496b17baac652ce1': [Rlog79c] Cleanup of feedback strings and text entrymain
commit
5c701a627a
|
@ -63,7 +63,7 @@
|
||||||
android:minLines="2"
|
android:minLines="2"
|
||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
android:hint="@string/research_feedback_hint"
|
android:hint="@string/research_feedback_hint"
|
||||||
android:inputType="textMultiLine">
|
android:inputType="textMultiLine|textCapSentences">
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
</EditText>
|
</EditText>
|
||||||
<CheckBox
|
<CheckBox
|
||||||
|
|
|
@ -21,8 +21,20 @@
|
||||||
<!-- Contents of note explaining what data is collected and how. -->
|
<!-- Contents of note explaining what data is collected and how. -->
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_splash_content" translatable="false"></string>
|
<string name="research_splash_content" translatable="false"></string>
|
||||||
|
<!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
|
||||||
<string name="research_account_type" translatable="false"></string>
|
<string name="research_account_type" translatable="false"></string>
|
||||||
|
<!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
|
||||||
<string name="research_allowed_account_domain" translatable="false"></string>
|
<string name="research_allowed_account_domain" translatable="false"></string>
|
||||||
|
|
||||||
|
<!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
||||||
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
|
<string name="research_feedback_menu_option" translatable="false">Send feedback</string>
|
||||||
|
<!-- Title of dialog box that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
||||||
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
|
<string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
|
||||||
|
<!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
|
||||||
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
|
<string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>
|
||||||
<!-- Message informing the user that the feedback string must not be empty [CHAR LIMIT=100] -->
|
<!-- Message informing the user that the feedback string must not be empty [CHAR LIMIT=100] -->
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_feedback_empty_feedback_error_message" translatable="false">The feedback field must not be empty.</string>
|
<string name="research_feedback_empty_feedback_error_message" translatable="false">The feedback field must not be empty.</string>
|
||||||
|
|
|
@ -266,12 +266,6 @@
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_notify_session_logging_enabled" translatable="false">Session logging enabled</string>
|
<string name="research_notify_session_logging_enabled" translatable="false">Session logging enabled</string>
|
||||||
|
|
||||||
<!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
||||||
<string name="research_feedback_menu_option" translatable="false">Send feedback</string>
|
|
||||||
<!-- Dialog box title that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
||||||
<string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
|
|
||||||
<!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] -->
|
<!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] -->
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_feedback_include_history_label" translatable="false">Include session history</string>
|
<string name="research_feedback_include_history_label" translatable="false">Include session history</string>
|
||||||
|
@ -281,9 +275,6 @@
|
||||||
<!-- Text for checkbox option to include a recording in feedback for research purposes [CHAR LIMIT=50] -->
|
<!-- Text for checkbox option to include a recording in feedback for research purposes [CHAR LIMIT=50] -->
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_feedback_include_recording_label" translatable="false">Include recorded demonstration</string>
|
<string name="research_feedback_include_recording_label" translatable="false">Include recorded demonstration</string>
|
||||||
<!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
|
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
||||||
<string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>
|
|
||||||
<!-- Dialog button choice to send research feedback [CHAR LIMIT=35] -->
|
<!-- Dialog button choice to send research feedback [CHAR LIMIT=35] -->
|
||||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||||
<string name="research_feedback_send" translatable="false">Send</string>
|
<string name="research_feedback_send" translatable="false">Send</string>
|
||||||
|
|
Loading…
Reference in New Issue