mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-13 13:05:04 -05:00
removed KP2AKeyboard from keyboard-lib-Manifest to fix duplicate keyboard issue
This commit is contained in:
parent
16d068826f
commit
ef66484505
@ -7,34 +7,5 @@
|
||||
<application android:label="MyKeyboard"
|
||||
android:killAfterRestore="false">
|
||||
|
||||
<service android:name="KP2AKeyboard"
|
||||
android:label="KP2AKeyboard"
|
||||
android:permission="android.permission.BIND_INPUT_METHOD">
|
||||
<intent-filter>
|
||||
<action android:name="android.view.InputMethod" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.view.im" android:resource="@xml/method" />
|
||||
</service>
|
||||
|
||||
<activity android:name="LatinIMESettings" android:label="@string/english_ime_settings">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="LatinIMEDebugSettings" android:label="@string/english_ime_debug_settings">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="InputLanguageSelection"
|
||||
android:label="@string/language_selection_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<action android:name="keepass2android.softkeyboard.INPUT_LANGUAGE_SELECTION"/>
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
|
11
src/java/KP2ASoftKeyboard2/java/createProjectZip.bat
Normal file
11
src/java/KP2ASoftKeyboard2/java/createProjectZip.bat
Normal file
@ -0,0 +1,11 @@
|
||||
rmdir projectzip /s /q
|
||||
mkdir projectzip
|
||||
del project.zip
|
||||
xcopy bin projectzip\bin\ /E
|
||||
xcopy res projectzip\res\ /E
|
||||
rmdir projectzip\bin\res\crunch /s /q
|
||||
cd projectzip
|
||||
"c:\Program Files\7-Zip\7z.exe" a -tzip project.zip bin
|
||||
"c:\Program Files\7-Zip\7z.exe" a -tzip project.zip res
|
||||
cd ..
|
||||
xcopy projectzip\project.zip project.zip
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user