Revision: 205
Author:
shi...@gmail.com
Date: Wed Jun 11 03:08:52 2014 UTC
Log: [No log message]
http://code.google.com/p/indic-keyboards/source/detail?r=205
Modified:
/trunk/indic-keyboards-android/res/xml/telugu_3x4.xml
/trunk/indic-keyboards-android/src/org/iisc/mile/indickeyboards/android/SoftKeyboard.java
=======================================
--- /trunk/indic-keyboards-android/res/xml/telugu_3x4.xml Sun Jun 8
13:24:01 2014 UTC
+++ /trunk/indic-keyboards-android/res/xml/telugu_3x4.xml Wed Jun 11
03:08:52 2014 UTC
@@ -22,9 +22,9 @@
android:horizontalGap="0px" android:verticalGap="0px"
android:keyHeight="@dimen/key_height">
<Row>
- <Key android:codes="3074,3075"
android:keyIcon="@drawable/telugu_3x4_anusvara_visarga"
android:keyWidth="25%p"
+ <Key android:codes="3074,3075,3073"
android:keyIcon="@drawable/telugu_3x4_anusvara_visarga"
android:keyWidth="25%p"
android:keyEdgeFlags="left" />
- <Key android:codes="3077,3078,3079,3080,3081,3082,3083"
android:keyIcon="@drawable/telugu_3x4_a_vocalic_r"
+ <Key android:codes="3077,3078,3079,3080,3081,3082,3083,3168,3084,3169"
android:keyIcon="@drawable/telugu_3x4_a_vocalic_r"
android:keyWidth="25%p" />
<Key android:codes="3086,3087,3088,3090,3091,3092"
android:keyIcon="@drawable/telugu_3x4_e_au" android:keyWidth="25%p" />
<Key android:codes="-5"
android:keyIcon="@drawable/sym_keyboard_delete" android:keyWidth="25%p"
@@ -50,7 +50,7 @@
</Row>
<Row android:rowEdgeFlags="bottom">
- <Key android:codes="3127,3128,3129,3123"
android:keyIcon="@drawable/telugu_3x4_ssa_lla" android:keyWidth="25%p"
+ <Key android:codes="3127,3128,3129,3123,3121"
android:keyIcon="@drawable/telugu_3x4_ssa_lla" android:keyWidth="25%p"
android:keyEdgeFlags="left" />
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
android:keyWidth="25%p" />
<Key android:codes="0xF206" android:keyLabel="123"
android:keyWidth="25%p" />
=======================================
---
/trunk/indic-keyboards-android/src/org/iisc/mile/indickeyboards/android/SoftKeyboard.java
Tue Jun 10 14:05:11 2014 UTC
+++
/trunk/indic-keyboards-android/src/org/iisc/mile/indickeyboards/android/SoftKeyboard.java
Wed Jun 11 03:08:52 2014 UTC
@@ -753,6 +753,9 @@
mTeluguVowels.put(i, j);
}
mTeluguVowels.put((int) 'అ', 0x0C4D);
+ mTeluguVowels.put((int) 'ౠ', 0x0C44);
+ mTeluguVowels.put((int) 'ఌ', 0x0C62);
+ mTeluguVowels.put((int) 'ౡ', 0x0C63);
mMalayalamConsonants = new HashSet<Integer>();
for (int i = 'ക'; i <= 'ഹ'; i++) {