mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-18 23:20:54 +00:00
"user dictionary" -> personal dictionary, cleanup manifest
This commit is contained in:
parent
66927e1990
commit
a18351d9ba
2 changed files with 2 additions and 22 deletions
|
@ -74,7 +74,6 @@
|
||||||
<!-- Activities -->
|
<!-- Activities -->
|
||||||
<activity android:name=".setup.SetupActivity"
|
<activity android:name=".setup.SetupActivity"
|
||||||
android:theme="@style/platformActivityTheme"
|
android:theme="@style/platformActivityTheme"
|
||||||
android:label="@string/english_ime_name"
|
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:noHistory="true"
|
android:noHistory="true"
|
||||||
|
@ -94,7 +93,6 @@
|
||||||
|
|
||||||
<activity android:name=".setup.SetupWizardActivity"
|
<activity android:name=".setup.SetupWizardActivity"
|
||||||
android:theme="@style/platformActivityTheme"
|
android:theme="@style/platformActivityTheme"
|
||||||
android:label="@string/english_ime_name"
|
|
||||||
android:clearTaskOnLaunch="true"
|
android:clearTaskOnLaunch="true"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -110,16 +108,7 @@
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<!-- this seems to require files permission, so better don't do it
|
<!-- intent filter for opening .dict files -->
|
||||||
todo: consider adding read storage permission, and ask if the user opens a file
|
|
||||||
but
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.VIEW" />
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
|
||||||
<data android:mimeType="application/octet-stream" android:scheme="file" android:host="*" android:pathPattern=".*\\.dict" />
|
|
||||||
</intent-filter>
|
|
||||||
-->
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
@ -158,14 +147,5 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<!-- Content providers -->
|
|
||||||
<!--
|
|
||||||
<provider android:name="org.dslul.openboard.inputmethod.dictionarypack.DictionaryProvider"
|
|
||||||
android:grantUriPermissions="true"
|
|
||||||
android:exported="false"
|
|
||||||
android:authorities="@string/authority"
|
|
||||||
android:multiprocess="false"
|
|
||||||
android:label="@string/dictionary_provider_name">
|
|
||||||
</provider>-->
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
<!-- Option name for enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=25] -->
|
<!-- Option name for enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=25] -->
|
||||||
<string name="use_personalized_dicts">Personalized suggestions</string>
|
<string name="use_personalized_dicts">Personalized suggestions</string>
|
||||||
<!-- Option name for adding learned words to personal dictionary -->
|
<!-- Option name for adding learned words to personal dictionary -->
|
||||||
<string name="add_to_personal_dictionary">Add words to user dictionary</string>
|
<string name="add_to_personal_dictionary">Add words to personal dictionary</string>
|
||||||
<!-- Description for option to add learned words to system-wide user dictionary -->
|
<!-- Description for option to add learned words to system-wide user dictionary -->
|
||||||
<string name="add_to_personal_dictionary_summary">Use device personal dictionary to store learned words</string>
|
<string name="add_to_personal_dictionary_summary">Use device personal dictionary to store learned words</string>
|
||||||
<!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=30] -->
|
<!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=30] -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue