feat: add calculator to app

This commit is contained in:
rebelonion 2024-05-22 05:08:43 -05:00
parent 0008da200a
commit 143eed8cb2
14 changed files with 776 additions and 5 deletions

View file

@ -1020,4 +1020,8 @@ Non quae tempore quo provident laudantium qui illo dolor vel quia dolor et exerc
<string name="failed_to_fix">Failed to fix</string>
<string name="running_fixes">Running Fixes…</string>
<string name="test_search">Test Search</string>
<string name="app_lock">App Lock</string>
<string name="app_lock_desc">Lock the app with a password\n( ͡° ͜ʖ ͡°)</string>
<string name="confirm_password">Confirm Password</string>
<string name="password_mismatch">Passwords do not match or are empty!</string>
</resources>