removed KP2AKeyboard from keyboard-lib-Manifest to fix duplicate keyboard issue

This commit is contained in:
Philipp Crocoll 2015-09-26 03:19:50 +02:00
parent fad8dc8b22
commit f7a4cfadf2
3 changed files with 11 additions and 29 deletions

View File

@ -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>

View 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