Refined the hidden feature description (#235)

* refined the hidden feature description

* Update README.md
This commit is contained in:
Md. Rifat Hasan Jihan 2023-10-23 12:38:51 +06:00 committed by GitHub
parent 9f291ac2b3
commit b59d0b525d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 32 deletions

View file

@ -640,23 +640,23 @@ New dictionary:
<string name="hidden_features_text">device protected storage</string>
<!-- Hidden features text -->
<string name="hidden_features_message">
&#9658; Long pressing the clipboard key (the optional one in suggestion strip) pastes system clipboard contents. &lt;br&gt; &lt;br&gt;
&#9658; Long pressing keys in the suggestion strip toolbar pins them to the suggestion strip. &lt;br&gt; &lt;br&gt;
&#9658; Long-press comma to access clipboard view, emoji view, one-handed mode, settings, or switch language : &lt;br&gt;
\t&#8226; emoji view and language switch will disappear if you have the corresponding key enabled; &lt;br&gt;
\t&#8226; for some layouts it\'s not the comma-key, but the key at the same position (e.g. it\'s `q` for Dvorak layout). &lt;br&gt; &lt;br&gt;
&#9658; Press the incognito icon to get the toolbar. &lt;br&gt; &lt;br&gt;
&#9658; Sliding key input: swipe from shift to another key to type a single uppercase key: &lt;br&gt;
\t&#8226; also works for the `?123` key to type a single symbol from the symbols keyboard, and for related keys. &lt;br&gt; &lt;br&gt;
&#9658; Long-press a suggestion in suggestion strip to show more suggestions, and a delete button to remove this suggestion. &lt;br&gt; &lt;br&gt;
&#9658; Long-pressing the Clipboard Key (the optional one in the suggestion strip) pastes system clipboard contents. &lt;br&gt; &lt;br&gt;
&#9658; Long-pressing keys in the suggestion strip toolbar pins them to the suggestion strip. &lt;br&gt; &lt;br&gt;
&#9658; Long-press the Comma-key to access Clipboard View, Emoji View, One-handed Mode, Settings, or Switch Language: &lt;br&gt;
\t&#8226; Emoji View and Language Switch will disappear if you have the corresponding key enabled; &lt;br&gt;
\t&#8226; For some layouts it\'s not the Comma-key, but the key at the same position (e.g. it\'s \'q\' for Dvorak layout). &lt;br&gt; &lt;br&gt;
&#9658; Press the Incognito icon to access the toolbar. &lt;br&gt; &lt;br&gt;
&#9658; Sliding key input: Swipe from shift to another key to type a single uppercase key: &lt;br&gt;
\t&#8226; This also works for the \'?123\' key to type a single symbol from the symbols keyboard, and for related keys. &lt;br&gt; &lt;br&gt;
&#9658; Long-press a suggestion in the suggestion strip to show more suggestions, and a delete button to remove this suggestion. &lt;br&gt; &lt;br&gt;
&#9658; Swipe up from a suggestion to open more suggestions, and release on the suggestion to select it. &lt;br&gt; &lt;br&gt;
&#9658; You can add dictionaries by opening them in a file explorer: &lt;br&gt;
\t&#8226; only works with &lt;i&gt;content-uris&lt;/i&gt; and not with &lt;i&gt;file-uris&lt;/i&gt;, meaning that it may not work with some file explorers. &lt;br&gt; &lt;br&gt;
\t&#8226; This only works with &lt;i&gt;content-uris&lt;/i&gt; and not with &lt;i&gt;file-uris&lt;/i&gt;, meaning that it may not work with some file explorers. &lt;br&gt; &lt;br&gt;
&lt;i&gt;Debug APK only&lt;/i&gt; &lt;br&gt;
&#9658; Long-press a suggestion to show the source dictionary.&lt;br&gt; &lt;br&gt;
&#9658; Debug settings in advanced preferences, though not very useful except for dumping dictionaries into the log. &lt;br&gt; &lt;br&gt;
&#9658; When the app crashes, you will be asked whether you want crash logs when you open the settings. &lt;br&gt; &lt;br&gt;
&#9658; For users doing manual backups with root access: starting at Android 7, the shared preferences file is not in the default location, because the app is using %s. &lt;br&gt;
&#9658; The Debug Settings are located within the Advanced Preferences, though the usability is limited except for dumping dictionaries into the log. &lt;br&gt; &lt;br&gt;
&#9658; In the event of an application crash, you will be prompted whether you want the crash logs when you open the Settings. &lt;br&gt; &lt;br&gt;
&#9658; For users doing manual backups with root access: Starting at Android 7, the shared preferences file is not in the default location, because the app is using %s. &lt;br&gt;
This is necessary so the settings can be read before the device is unlocked, e.g. at boot. &lt;br&gt;
File is located in /data/user_de/0/package_id/shared_prefs/, though this may depend on the device and Android version.</string>
The file is located in /data/user_de/0/package_id/shared_prefs/, though this may depend on the device and Android version.</string>
</resources>