summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/layout/Greek.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-4/+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
* Reorder Greek accented vowelsTadashi G. Takaoka2014-04-101-4/+4
| | | | | Bug: 13941339 Change-Id: I501e69d8f28526e3791ee8a338345926ff1b9a4c
* Support additional more keys for keyboard layout testTadashi G. Takaoka2014-03-191-1/+1
| | | | | Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4
* Clean up keyboard layout test harness a bitTadashi G. Takaoka2014-03-181-13/+4
| | | | | Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4
* Add greek keyboard layout testTadashi G. Takaoka2014-03-141-0/+148
This CL adds Greek keyboard tests. Bug: 13017434 Change-Id: Iab02d0582d71ebb37a3b96efc258781ed65db203