* Introduce PushHistoryService to store data about the received push Add a push database. * Update screenshots * Improve preview. * Update screenshots * Add missing test. * Add test for PushHistoryView * Fix configuration issue. Was: w: /libraries/troubleshoot/impl/src/test/kotlin/io/element/android/libraries/troubleshoot/impl/history/PushHistoryPresenterTest.kt:35:27 Cannot access class 'PushProvider' in the expression type. While it may work, this case indicates a configuration mistake and can lead to avoidable compilation errors, so it may be forbidden soon. Check your module classpath for missing or conflicting dependencies. --------- Co-authored-by: ElementBot <android@element.io>
12 lines
1 KiB
XML
12 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="screen_push_history_title">"Push history"</string>
|
|
<string name="troubleshoot_notifications_screen_action">"Run tests"</string>
|
|
<string name="troubleshoot_notifications_screen_action_again">"Run tests again"</string>
|
|
<string name="troubleshoot_notifications_screen_failure">"Some tests failed. Please check the details."</string>
|
|
<string name="troubleshoot_notifications_screen_notice">"Run the tests to detect any issue in your configuration that may make notifications not behave as expected."</string>
|
|
<string name="troubleshoot_notifications_screen_quick_fix_action">"Attempt to fix"</string>
|
|
<string name="troubleshoot_notifications_screen_success">"All tests passed successfully."</string>
|
|
<string name="troubleshoot_notifications_screen_title">"Troubleshoot notifications"</string>
|
|
<string name="troubleshoot_notifications_screen_waiting">"Some tests require your attention. Please check the details."</string>
|
|
</resources>
|