Skip to content

Commit

Permalink
V5
Browse files Browse the repository at this point in the history
see releases for mor info
  • Loading branch information
AshiVered committed Feb 19, 2023
1 parent 2d52d69 commit 8bdb495
Show file tree
Hide file tree
Showing 28 changed files with 613,011 additions and 1,287,525 deletions.
3 changes: 3 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="MANAGE_EXTERNAL_STORAGE" />
<uses-configuration
android:reqFiveWayNav="true"
android:reqHardKeyboard="true"
Expand All @@ -23,6 +24,7 @@
android:theme="@style/AppTheme" >
<service
android:name="org.nyanya.android.traditionalt9.TraditionalT9"
android:exported="true"
android:permission="android.permission.BIND_INPUT_METHOD" >
<intent-filter>
<action android:name="android.view.InputMethod" />
Expand All @@ -37,6 +39,7 @@

<activity
android:name="org.nyanya.android.traditionalt9.TraditionalT9Settings"
android:exported="true"
android:label="@string/traditionalt9_settings" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
# QinBoard T9 keypad IME for Android. (fork of
https://github.com/Clam-/TraditionalT9/.)
Traditional T9 keypad IME for Android.

This is a Input Method Editor for Android that implements predictive text using the hardware keypad on the device. **Useless without a hardware numerical keypad.**

This fork has been specially adapted for Qin devices, but it works for any device where the backspace key is in the "back" key.
Also, this fork is with a keymap similar to that of Nokia devices, and not like the original project - where it is a Sony Ericsson keymap.
See Wiki for more information: [Traditional T9 keypad IME for Android](https://github.com/Clam-/TraditionalT9/wiki/Traditional-T9-keypad-IME-for-Android)

See Wiki for more information&setup guide: [Traditional T9 keypad IME for Android](https://github.com/AshiVered/QinBoard-T9/wiki)
# Download
QinBoard-T9 (this fork):
from the [releases page](https://github.com/AshiVered/QinBoard-T9/releases).
TraditionalT9 (orginal project):
available on Google Play: [Traditional T9 Keypad IME](https://play.google.com/store/apps/details?id=org.nyanya.android.traditionalt9)
# License
Do what you want, but keep the following in mind:
1. The application icon.
2. Name of the application (QinBoard T9).
3. "Developed By A.I.V" in the application settings.
Available on Google Play: [Traditional T9 Keypad IME](https://play.google.com/store/apps/details?id=org.nyanya.android.traditionalt9)

I LOVE ISRAEL.
Enjoy!
Loading

0 comments on commit 8bdb495

Please sign in to comment.