mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Can clear local database from the application.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/clear_local_db"
|
||||
android:id="@+id/action_clear_local_db"
|
||||
android:title="@string/menu_clear_local_db"/>
|
||||
|
||||
</menu>
|
@ -179,7 +179,9 @@
|
||||
<string name="notice_no_friend">You do not have any friend yet.</string>
|
||||
<string name="err_get_older_conversation_messages">An error occurred while trying to get older messages for the conversation!</string>
|
||||
<string name="preference_debug_mode_title">Enable debug mode</string>
|
||||
<string name="preference_debug_mode_summary">Enable this option to get access to development / debug features.</string>
|
||||
<string name="preference_debug_mode_summary">Enable this option to get access to development / debug features. (Need application restart to make effect)</string>
|
||||
<string name="menu_debug_title">Debug</string>
|
||||
<string name="menu_clear_local_db">Clear local database</string>
|
||||
<string name="success_clear_local_db">The local database has been successfully cleared! You may need to restart the application to make the changes being fully applied.</string>
|
||||
<string name="err_clear_local_db">An error occurred while trying to clear local database!</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user