Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-22 11:22:11 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-22 11:26:53 +0300
commite3c4c1cb40ba229f50dd534c9edef42cb807ed18 (patch)
treed77940487f9f0714d6f44561d929f6e20d3e3d1d /app/src/main/res/values
parenta5a84360bea5a9d4d7c755200ce87a8888cfbb2d (diff)
parentc6eed04bfdd3c6d3a8276584239e626b888d7f52 (diff)
Merge branch 'master' into 916-settings
# Conflicts: # app/src/main/java/it/niedermann/owncloud/notes/manageaccounts/ManageAccountAdapter.java # app/src/main/java/it/niedermann/owncloud/notes/manageaccounts/ManageAccountViewHolder.java # app/src/main/java/it/niedermann/owncloud/notes/manageaccounts/ManageAccountsActivity.java # app/src/main/java/it/niedermann/owncloud/notes/persistence/NotesClientV1.java
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml1
-rw-r--r--app/src/main/res/values/dimens.xml2
-rw-r--r--app/src/main/res/values/strings.xml13
3 files changed, 11 insertions, 5 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 962f8fd3..8735993b 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -18,6 +18,7 @@
<color name="fg_default_selection">#333333</color>
<color name="fg_default_low">#666666</color>
<color name="fg_default_high">#cccccc</color>
+ <color name="fg_secondary">#999999</color>
<color name="fg_contrast">#ffffff</color>
<color name="icon_color_default">#757575</color>
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 08db34b0..ec75a88d 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -28,6 +28,8 @@
<dimen name="note_font_size_medium">18sp</dimen>
<dimen name="note_font_size_large">22sp</dimen>
+ <item format="float" name="note_line_spacing" type="dimen">1.15</item>
+
<!-- Widgets -->
<dimen name="widget_outer_radius">@dimen/spacer_1x</dimen>
<dimen name="widget_inner_radius">@dimen/spacer_1hx</dimen>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9dde766a..faef536b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -6,6 +6,7 @@
<string name="label_all_notes">All notes</string>
<string name="label_favorites">Favorites</string>
<string name="action_create">New note</string>
+ <string name="welcome_text">Welcome to %1$s</string>
<string name="action_settings">Settings</string>
<string name="action_trashbin">Deleted notes</string>
<string name="action_search">Search</string>
@@ -42,8 +43,10 @@
<string name="settings_font_title">Monospace font</string>
<string name="settings_font_size">Font size</string>
<string name="settings_wifi_only">Sync only on Wi-Fi</string>
- <string name="settings_lock">Password protection</string>
+ <string name="settings_lock">App lock (Beta)</string>
+ <string name="settings_lock_summary">Device credentials</string>
<string name="settings_background_sync">Background synchronization</string>
+ <string name="settings_prevent_screen_capture">Prevent screen capture</string>
<string name="error_sync">Synchronization failed: %1$s</string>
<string name="error_synchronization">Synchronization failed</string>
@@ -97,11 +100,11 @@
<string name="pref_key_note_mode" translatable="false">noteMode</string>
<string name="pref_key_theme" translatable="false">darkTheme</string>
<string name="pref_key_font" translatable="false">font</string>
- <string name="pref_key_branding" translatable="false">branding</string>
<string name="pref_key_gridview" translatable="false">gridview</string>
<string name="pref_key_font_size" translatable="false">fontSize</string>
<string name="pref_key_wifi_only" translatable="false">wifiOnly</string>
<string name="pref_key_lock" translatable="false">lock</string>
+ <string name="pref_key_prevent_screen_capture" translatable="false">preventScreenCapture</string>
<string name="pref_category_security" translatable="false">security</string>
<string name="pref_key_last_note_mode" translatable="false">lastNoteMode</string>
<string name="pref_key_background_sync" translatable="false">backgroundSync</string>
@@ -143,7 +146,6 @@
<string name="add_category">Add %1$s</string>
<string name="simple_checkbox">Checkbox</string>
<string name="unlock_notes">Unlock notes</string>
- <string name="simple_beta">Beta</string>
<string name="error_dialog_title">Oh no - What now? 🙁</string>
<string name="error_dialog_tip_token_mismatch_retry">Please try to force close the app and restart it again. There might have been an incorrect connection to the Nextcloud app.</string>
<string name="error_dialog_tip_token_mismatch_clear_storage">If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Notes to solve this issue.</string>
@@ -168,9 +170,9 @@
<string name="change_note_title">Change note title</string>
<string name="menu_edit_title">Edit title</string>
<string name="settings_branding">Branding</string>
- <string name="settings_gridview">Grid view 🆕</string>
+ <string name="settings_gridview">Grid view</string>
<string name="simple_security">Security</string>
- <string name="simple_appearance">Appearance</string>
+ <string name="appearance_and_behavior">Appearance and behavior</string>
<string name="simple_synchronization">Synchronization</string>
<string name="simple_behavior">Behavior</string>
<string name="manage_accounts">Manage accounts</string>
@@ -294,6 +296,7 @@
<string name="error_action_open_network">Network settings</string>
<string name="no_account_configured_yet">No account configured yet</string>
<string name="no_other_accounts">You don\'t have configured any other accounts yet.</string>
+ <string name="choose_account">Choose account</string>
<string name="context_based_formatting">Context based formatting popover</string>
<string name="settings_notes_path">Set folder</string>
<string name="settings_file_suffix">File extension</string>