intentional logging
- separate ResearchLog from ResearchLogger
- fix abort menu to explicitly indicate re-enabling of logging
- auto flush entries every 5s
- conform to new suggestedWords class
multi-project change with I9fe1f8fe59d5891daa4ca84af157f36fb1bb17dc
Bug: 6188932
Change-Id: I7e99390f934481c6ed9cea2b259944583edda5bb
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 5fd4af4..7272cfe 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -224,12 +224,22 @@
<!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] -->
<string name="do_not_log_this_session">Do not log this session</string>
+ <!-- Title for dialog option to let users reenable logging [CHAR LIMIT=35] -->
+ <string name="enable_session_logging">Enable session logging</string>
+ <!-- Title for dialog option to let users log all events in this session [CHAR LIMIT=35] -->
+ <string name="log_whole_session_history">Log whole session history</string>
<!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_deleting">Deleting session log</string>
<!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_deleted">Session log deleted</string>
<!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_not_deleted">Session log NOT deleted</string>
+ <!-- Toast notification that the system has recorded the whole session history [CHAR LIMIT=35] -->
+ <string name="notify_session_history_logged">Session history logged</string>
+ <!-- Toast notification that the system has failed to record the whole session history [CHAR LIMIT=35] -->
+ <string name="notify_session_history_not_logged">Error: Session history NOT logged</string>
+ <!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] -->
+ <string name="notify_session_logging_enabled">Session logging enabled</string>
<!-- Preference for input language selection -->
<string name="select_language">Input languages</string>