Add a quest log feature

This commit is contained in:
Thomas Andres Gomez 2023-08-01 16:08:02 +02:00
parent b3d3e3e314
commit d55e782510
58 changed files with 1740 additions and 452 deletions

View file

@ -1,5 +1,5 @@
<resources>
<string name="app_name">Rp-Lexicon</string>
<string name="app_name">Rp-Companion</string>
<string name="error_generic">Oups, it should not be rocket science.</string>
<string name="error_structure">The file structure appears to have changed and is no longer compatible with this application</string>
@ -28,6 +28,9 @@
<string name="action_google_sign_in">Sign in with</string>
<string name="home_lexicon">Lexicon</string>
<string name="home_quest_log">Quest logs</string>
<string name="lexicon_search">Search</string>
<string name="detail_title">Character\'s details</string>
@ -42,4 +45,6 @@
<string name="search_item_description">Description:</string>
<string name="search_item_history">History:</string>
<string name="search_item_tags">Tags:</string>
<string name="quest_detail_title">Quest details</string>
</resources>