| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings.
Bug: 2897373
Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
|  Tadashi G. Takaoka | 2010-12-10 | 1 | -251/+0 |
* | Refactor LatinKeyboard and LatinKey•••This change also moves KeyboardSwitcher and related classes to
com.android.inputmethod.keyboard package.
Multi project change with Ib23017b2
Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24
|  Tadashi G. Takaoka | 2010-12-02 | 1 | -0/+1 |
* | Move some inner static class to top class in new package•••This change introduces new package com.android.inputmethod.keyboard
which hosts keyboard related classes.
Also adds missing @Override and @SuppressWarning("unused") annotation
Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
|  Tadashi G. Takaoka | 2010-12-02 | 1 | -0/+4 |
* | Implement both automatic and manual temporary upper cases•••With this change,
- Shift and Shift lock state of keyboard is maintained by
LatinKeyboard.ShiftState.
- Shift key state is maintained by ShiftKeyState object in
KeyboardSwitcher.
- LatinIME informs KeyboardSwitcher that shift key press, release and
long press and KeyboardSwitcher determines which state LatinKeyboard
and ShiftLeyState should be.
Bug: 3193390
Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670
|  Tadashi G. Takaoka | 2010-11-18 | 1 | -1/+1 |
* | Refactor KeyboardSwitcher and LatinIME•••Bug: 3193390
Change-Id: Id894c9bc574a53966d9efc419ab398bae89c34c1
|  Tadashi G. Takaoka | 2010-11-16 | 1 | -1/+1 |
* | Refactor Tutorial class•••Change-Id: Ib8dbcf8f36966988fb0d4efdc6bdb7e30b776a68
|  Tadashi G. Takaoka | 2010-11-13 | 1 | -55/+57 |
* | Clean up LatinIME java•••- remove unused code
- add @Override
- change the inappropriate cast
Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
|  satok | 2010-08-24 | 1 | -7/+0 |
* | Clarify licensing•••-use AOSP copyright instead of Google
-add NOTICE and tag file
Bug: 2548782
Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
|  Jean-Baptiste Queru | 2010-04-05 | 1 | -1/+1 |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -0/+251 |