1
0
Fork 0

New logo and updated documentation (#33)

* new logo

* updated license and readme files

* renamed the Java package name again
This commit is contained in:
Dimo Karaivanov 2022-07-23 15:13:18 +03:00 committed by GitHub
parent 004b06d694
commit 24ec816681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 163 additions and 88 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:privateImeOptions="io.github.sspanak.traditionalt9.addword=true" >
android:privateImeOptions="io.github.sspanak.tt9.addword=true" >
<requestFocus />
</EditText>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string translatable="false" name="help_url">https://github.com/Clam-/TraditionalT9/wiki/Traditional-T9-keypad-IME-for-Android</string>
<string translatable="false" name="help_url">https://github.com/sspanak/tt9/blob/master/docs/user-manual.md</string>
<string name="app_name">Traditional T9</string>
<string name="ime_name">Traditional T9</string>
<string name="ime_number">Numbers</string>

View file

@ -21,5 +21,5 @@
<!-- for the Search Manager. -->
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="io.github.sspanak.traditionalt9.TraditionalT9Settings" >
android:settingsActivity="io.github.sspanak.tt9.TraditionalT9Settings" >
</input-method>