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

@ -23,24 +23,23 @@ Might end up on F-Droid...
## Hidden functionality ## Hidden functionality
Features that may go unnoticed Features that may go unnoticed
* Long pressing the clipboard key (the optional one in suggestion strip) pastes system clipboard contents * Long-pressing the Clipboard Key (the optional one in the suggestion strip) pastes system clipboard contents.
* Long pressing keys in the suggestion strip toolbar pins them to the suggestion strip * Long-pressing keys in the suggestion strip toolbar pins them to the suggestion strip.
* Long-press comma to access clipboard view, emoji view, one-handed mode, settings, or switch language * Long-press the Comma-key to access Clipboard View, Emoji View, One-handed Mode, Settings, or Switch Language:
* emoji view and language switch will disappear if you have the corresponding key enabled * Emoji View and Language Switch will disappear if you have the corresponding key enabled;
* for some layouts it's not the comma-key, but the key at the same position (e.g. it's `q` for Dvorak layout) * For some layouts it\'s not the Comma-key, but the key at the same position (e.g. it\'s `q` for Dvorak layout).
* Press the incognito icon to get the toolbar (probably only hidden if you use _force incognito mode_) * Press the Incognito icon to access the toolbar.
* Sliding key input: swipe from shift to another key to type a single uppercase key * Sliding key input: Swipe from shift to another key to type a single uppercase key:
* also works for the `?123` key to type a single symbol from the symbols keyboard, and for related keys * This also works for the `?123` key to type a single symbol from the symbols keyboard, and for related keys.
* Long-press a suggestion in suggestion strip to show more suggestions, and a delete button to remove this suggestion * Long-press a suggestion in the suggestion strip to show more suggestions, and a delete button to remove this suggestion.
* Swipe up from a suggestion to open more suggestions, and release on the suggestion to select it * Swipe up from a suggestion to open more suggestions, and release on the suggestion to select it.
* You can add dictionaries by opening them in a file explorer * You can add dictionaries by opening them in a file explorer:
* only works with content-uris and not with file-uris, meaning that it may not work with some file explorers * This only works with _content-uris_ and not with _file-uris_, meaning that it may not work with some file explorers.
* Debug APK only * _Debug APK only_
* Long-press a suggestion to show the source dictionary * Long-press a suggestion to show the source dictionary.
* Debug settings in advanced preferences, though not very useful except for dumping dictionaries into the log * The Debug Settings are located within the Advanced Preferences, though the usability is limited except for dumping dictionaries into the log.
* When the app crashes, you will be asked whether you want crash logs when you open the settings * In the event of an application crash, you will be prompted whether you want the crash logs when you open the Settings.
* 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 [device protected storage](https://developer.android.com/reference/android/content/Context#createDeviceProtectedStorageContext()). This is necessary so the settings can be read before the device is unlocked, e.g. at boot. * 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 [device protected storage](https://developer.android.com/reference/android/content/Context#createDeviceProtectedStorageContext()). This is necessary so the settings can be read before the device is unlocked, e.g. at boot. The file is located in `/data/user_de/0/package_id/shared_prefs/`, though this may depend on the device and Android version.
* file is located in `/data/user_de/0/<package_id>/shared_prefs/`, though this may depend on the device and Android version
## Important differences and changes to OpenBoard ## Important differences and changes to OpenBoard
* Debug version can be installed along OpenBoard * Debug version can be installed along OpenBoard

View file

@ -640,23 +640,23 @@ New dictionary:
<string name="hidden_features_text">device protected storage</string> <string name="hidden_features_text">device protected storage</string>
<!-- Hidden features text --> <!-- Hidden features text -->
<string name="hidden_features_message"> <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 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-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; &#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; 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; \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; 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; &#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; \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 suggestion strip to show more suggestions, and a delete button to remove this suggestion. &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; 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; &#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; &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; 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; 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; 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; 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; &#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; 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> </resources>