summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/layout/Hebrew.java
Commit message (Collapse)AuthorAgeFilesLines
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Refactor keyboard layout unit testsTadashi G. Takaoka2014-10-031-6/+5
| | | | | | | | | | | - Move predfined keys definitions to AbstractLayerBase and make it a top-level class. - LayoutCustomizer extends AbstractLayoutBase that provides unit tests to access helper method and predefined key easily. - Move shared layout custmizers to new layout.customizer package. - Move private layout customizers to layout classes. Change-Id: I9421cef1bedf5759fb0434842ac13a3fe3320b69
* Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka2014-03-201-4/+4
| | | | Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0
* Clean up keyboard layout test harness a bitTadashi G. Takaoka2014-03-181-12/+4
| | | | | Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4
* Add hebrew keyboard testTadashi G. Takaoka2014-03-171-0/+195
This CL adds Hebrew keyboard test. Bug: 13017434 Change-Id: I4b200e9d1e70919d671281bf52f671240ddbe63a