| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -365/+0 |
* | Move StringUtils under common.•••Bug: 18108776
Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
|  Jean Chalard | 2014-10-28 | 1 | -1/+1 |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common
package as much as we can.
Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
|  Ken Wakasa | 2014-10-23 | 1 | -1/+1 |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -1/+2 |
* | Fix verbalizing missing emoticons•••Bug: 15585153
Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9
|  Tadashi G. Takaoka | 2014-09-29 | 1 | -1/+22 |
* | Refactor KeyCodeDescriptionMapper class a bit•••This CL adds getDescriptionForCode() method.
Bug: 15500282
Change-Id: I3bb92c8f356ea623fc992c924506b11e09256e98
|  Tadashi G. Takaoka | 2014-06-09 | 1 | -42/+26 |
* | Load KeyCodeDescriptionMapper class lazily•••Change-Id: I2cba2bb5b2f449ed29895365b9c6ca285a7640fe
|  Tadashi G. Takaoka | 2014-06-03 | 1 | -13/+5 |
* | Add verbalization of symbols that are unsupported by TTS/TalkBack•••Bug: 13336905
Change-Id: Iefd117fa7b30b8ba240590b13b03d7044fd37ede
|  Tadashi G. Takaoka | 2014-06-02 | 1 | -2/+26 |
* | Use "unknown emoji" or emoji that has an empty translation•••Because the number of emoji description spoken string resources is
rather huge (~800), some locales may chose an empty description as a
translation. If that is the case, we will announce "unknown emoji" as
a fallback.
Bug: 11452158
Change-Id: Ibb65e5bec93030c40bd33ac2be2115c3bbc8bd11
|  Tadashi G. Takaoka | 2014-05-27 | 1 | -8/+17 |
* | Add spoken description of accented letters•••Bug: 15149856
Change-Id: I72f209fc3fdf619b3929325e2a810aa3c0bd1caa
|  Tadashi G. Takaoka | 2014-05-22 | 1 | -8/+41 |
* | Support accessibility TalkBack in emoji palette•••Bug: 11452158
Change-Id: I699e4e9f4baec4bb0fb9cd7875f675044f20465f
|  Tadashi G. Takaoka | 2014-05-20 | 1 | -16/+26 |
* | Fix inconsistent TalkBack descriptions of keyboard modes•••The previous "symbols shift mode" is renamed as "more symbols
mode". This CL also simplifies the shift key on various keyboard
modes.
Bug: 14461550
Change-Id: I8ed48805eaf95892e0f12f5edcdf97937d5c2bd4
|  Tadashi G. Takaoka | 2014-05-13 | 1 | -1/+6 |
* | Fix talk back of emoji key•••Bug: 13629734
Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
|  Tadashi G. Takaoka | 2014-03-25 | 1 | -3/+1 |
* | Revert "Remove symbols shifted layout related code"•••This reverts commit 1cd027850bb07cd3fe2c1ec43b8a594d2f8ad313.
Bug: 9059539
Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60
|  Satoshi Kataoka | 2013-09-04 | 1 | -0/+2 |
* | Remove symbols shifted layout related code•••This is a follow up of I7fe6520e4e.
Bug: 9059539
Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e
|  Tadashi G. Takaoka | 2013-08-24 | 1 | -2/+0 |
* | Add getters and copy constructor to Key class•••Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
|  Tadashi G. Takaoka | 2013-08-15 | 1 | -9/+9 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 1 | -1/+1 |
* | Fix how the Enter action is decided•••This unifies the software and hardware keyboard code
under a single decision process that works.
Bug: 8129303
Bug: 8152758
Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
|  Jean Chalard | 2013-02-22 | 1 | -1/+3 |
* | Stop relying on the soft keyboard to get the editor action.•••Bug: 7969231
Change-Id: I9848c63c4c51550b5dc53c981eafa74e7fa95197
|  Jean Chalard | 2013-01-16 | 1 | -1/+1 |
* | Small code cleanups•••Multi-project commit with I249d5fbe
Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
|  Ken Wakasa | 2013-01-07 | 1 | -25/+20 |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
|  Tadashi G. Takaoka | 2012-10-29 | 1 | -15/+18 |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
|  Tadashi G. Takaoka | 2012-09-27 | 1 | -1/+1 |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
|  Tadashi G. Takaoka | 2012-08-22 | 1 | -2/+2 |
* | Add accessibility descriptions for additional non-character keys.•••Bug: 6621009
Change-Id: I82fb2dc6af0fda795397e8be8c09a4f53b1656ab
|  alanv | 2012-07-25 | 1 | -5/+5 |
* | Use SparseArray<E> instead of HashMap<Integer,E>•••Change-Id: Id962e670ee1a5164e6c69deb84625139bf5e7974
|  Tadashi G. Takaoka | 2012-06-29 | 1 | -5/+7 |
* | Add special case for speaking ACTION_ENTER keys.•••Bug: 6576058
Change-Id: If9a4fc2ddd5bcbac5f610d705441aa379c499a6f
|  alanv | 2012-05-31 | 1 | -0/+51 |
* | Only speak key label after checking for password obscure flag.•••Bug: 6523222
Change-Id: Ic737c4ce135d869a3422b1ebbea0a845c71b1699
|  alanv | 2012-05-19 | 1 | -3/+2 |
* | Make LatinIME keys accessibility focusable, clickable.•••Also fix speech for labeled keys.
Bug: 6498563
Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525
|  alanv | 2012-05-15 | 1 | -0/+3 |
* | Added virtual view hierarchy for keyboard accessibility.•••Bug: 5829051
Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2
|  alanv | 2012-02-28 | 1 | -9/+9 |
* | Improved shift key and symbol/alpha switch key accessibility feedback.•••Bug: 5933165
Change-Id: Id71f38874640785b7ad43b7a70e27f40c13be748
|  alanv | 2012-02-07 | 1 | -14/+40 |
* | Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).•••Change-Id: Ibc7ef979276f563444f3c24e69ac32de5d4eb6e8
|  alanv | 2012-02-01 | 1 | -1/+0 |
* | Merge "Removed spoken descriptions for characters supported by TTS or TalkBack." |  Charles Chen | 2012-02-01 | 1 | -23/+0 |
|\ |
|
| * | Removed spoken descriptions for characters supported by TTS or TalkBack.•••Change-Id: Iddef18559bc6af9487e536a33607b0a0b07df282
|  alanv | 2012-01-31 | 1 | -23/+0 |
* | | Refactored shift key spoken description into separate method.•••Change-Id: I183462a68fdfd339404740fa1564f737430d73d9
|  alanv | 2012-01-31 | 1 | -21/+29 |
|/ |
|
* | Auto generate various shift states alphabet keyboard automatically•••If any shift state variants of alphabet keyboard layout is not
specified in KeyboardSet.Element, it will be automatically generated
from base alphabet keyboard definition.
This change also
* Eliminates KeyboardShiftState object from Keyboard.
* Removes various set shift state methods from Keyboard.
* Removes KeyboardSet.Element.elementAutoGenerate attribute.
* Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn"
* Add preserveCase flag to smiley, .com, and labeled special keys.
* Rename KeyboardShiftState class to AlphabetShiftState.
* Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*.
* Introduce shiftedLetterActivated to Key.keyLabelFlags
Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7
|  Tadashi G. Takaoka | 2012-01-31 | 1 | -20/+1 |
* | Get rid of Keyboard.CODE_DUMMY•••Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
|  Tadashi G. Takaoka | 2012-01-10 | 1 | -1/+1 |
* | Cleanup unused variables and parameters•••Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
|  Tadashi G. Takaoka | 2011-12-15 | 1 | -4/+3 |
* | Fixed typing uppercase letters when touch exploration is enabled.•••Bug: 5652774
Change-Id: Id8cd37b3ff93b45f4f18198bbbb827aadf945b02
|  Alan Viverette | 2011-11-21 | 1 | -10/+11 |
* | Fixed speaking keys when editing password fields•••Bug: 5042681
Change-Id: Ic4523ec38b0faa2b6a91d476ea7af7e69404861c
|  Alan Viverette | 2011-08-08 | 1 | -6/+21 |
* | Clean up keyboard loading and switching•••Bug: 4311428
Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57
|  Tadashi G. Takaoka | 2011-07-27 | 1 | -1/+1 |
* | Add key description for "fullwidth asterisk" used on phone/number layout•••This change also removes non-ASCII comment from strings.xml to
suppress resource compiler warning.
Change-Id: I96d3e8e2c7072816f32a15564745f8cdc3f91ee9
|  Tadashi G. Takaoka | 2011-06-29 | 1 | -0/+1 |
* | Draw phone/number keyboard layout witout icon•••This change introduces:
* New KeyboardView attribute
* keyLargeLetterRatio to specify large letter text size.
* keyHintLabelRatio to specify hint label text size.
* keyHintLabelColor to specify hint label text color.
* keyPreviewTextRatio to specify key preview text size.
* New Key.keyLabelOption flags
* alignLeftOfCenter, align the key label slightly left of the key center.
* largeLetter, use keyLargeLetterRatio to draw key letter.
* hasHintLabel, draw keyHintLabel at the right of key letter.
* followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
* Renames
* Key.keyHintLetter to keyHintLabel.
* Key.keylLabelOption fontFixedWidth to fontMonoSpace.
* Key.keylLabelOption popupHint to hasPopupHint.
* Removes
* number icon releted attributes and declarations.
Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
|  Tadashi G. Takaoka | 2011-06-27 | 1 | -3/+3 |
* | Move Key class out of internal package•••Bug: 4903326
Change-Id: I2493d6dae613d2e37dfa8ce96b4cddc9a038160c
|  Tadashi G. Takaoka | 2011-06-23 | 1 | -1/+1 |
* | Fixing build error due to refactored import.•••Change-Id: I7ed51fa4373fd5d1ebc6ebe52c6e93b27b43cff5
|  Alan Viverette | 2011-06-22 | 1 | -1/+1 |
* | Added support for touch exploration to Latin IME.•••Bug: 4379983
Change-Id: I97f22e54827c6229054b514801401ffa5b4ed3b8
|  Alan Viverette | 2011-06-22 | 1 | -0/+226 |