aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-16Abolish source code overlay and inroduce overridable src dirKen Wakasa15-585/+0
This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
2014-08-14Add the input style to SuggestedWords.Jean Chalard9-57/+99
Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
2014-08-14Use light emoji icon for Material light tablet keyboardTadashi G. Takaoka25-156/+80
Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
2014-08-13Enable CursorAnchorInfo callback when necessaryYohei Yukawa2-4/+7
Change-Id: If3dda7442418053600ac935da50baaddb0e31d37
2014-08-13Add stub implementation of #onUpdateCursorAnchorInfoYohei Yukawa1-0/+12
This CL never changes existing behavior because ProductionFlags.ENABLE_CURSOR_ANCHOR_INFO_CALLBACK is not yet turned on. Change-Id: I4bcbd2aebd05977b07231e8aa14acdcf6d8e1fa0
2014-08-13Add setting boolean for showing UI to accept typed wordTadashi G. Takaoka6-0/+17
Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
2014-08-13(DO NOT MERGE) Add debug setting to force hardware special keyTadashi G. Takaoka6-4/+22
Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70fc3174b00ac24e105677d7e480596bf56)
2014-08-13Add BuildCompatUtils to get an effective platfrom API versionTadashi G. Takaoka5-23/+52
This CL removes reference of VERSION_CODES.CUR_DEVELOPMENT. Bug: 13888366 Change-Id: I5c8499a175473a220c8fb04ead219760c585a19a
2014-08-13Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT"Tadashi G. Takaoka2-6/+11
This reverts commit 5380acfd04342b35289599f0bda3eaae1ddac642. Bug: 13888366 Change-Id: Iae0fb6798cef9d59c9de3790123f6acaf8b2746b
2014-08-13Add TrieMap::remove().Keisuke Kuroyanagi3-4/+103
Bug: 14425059 Change-Id: Ifb9a873eab79efdd6bee8e0da73c0cf37727350e
2014-08-13Add debug setting to force hardware special keyTadashi G. Takaoka6-4/+22
Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655
2014-08-13Print files when dict file existence check is failed.Keisuke Kuroyanagi1-0/+8
Change-Id: Id71f239afa95b68961192714998695c21ed48002
2014-08-13Remove all test dictionary files before and after unit test.Keisuke Kuroyanagi1-4/+26
Change-Id: I92db6318daa98684639ab959f55d047a941fe265
2014-08-12Remove reference of VERSION_CODES.CUR_DEVELOPMENTTadashi G. Takaoka2-11/+6
Bug: 13888366 Change-Id: I0b829e2cf9a11c694cf01b6f02753233c9c85105
2014-08-12Add additional wait for writing file in testAddManyWords().Keisuke Kuroyanagi2-1/+11
Change-Id: Ibb79b9821dac3d48e18c684e8aca605254bec045
2014-08-12Fix typo in keyboard layout test commentTadashi G. Takaoka1-1/+1
Change-Id: Ib7800840dd8f2d37a0ef7e03d67f16490f9c0dea
2014-08-12(DO NOT MERGE) Add SpecialkeyDetectorTadashi G. Takaoka2-3/+44
Bug: 13988700 Change-Id: I215e879ad33b149370c1d0a5fdcf2203c0fc8b4a (cherry picked from commit 34541bfeb68e63bad71b83f1b7eba7922cca1723)
2014-08-12(DO NOT MERGE) Show InputView even when hardware keyboard is connectedTadashi G. Takaoka2-1/+41
Bug: 13988700 Change-Id: I4aeb01bf3571afc97959c213474a6424d7896120 (cherry picked from commit 06514f00f43f15e702ad3d8287e0d90bff555b7f)
2014-08-12Auto scale-X text of key popup previewTadashi G. Takaoka2-1/+54
Bug: 9978106 Change-Id: I335fa3117ac2af2cb8220c4827dd54c1a1da4c5c
2014-08-11Make SettingsValues non-final to testabilityJatin Matani1-1/+6
Add getter for enableMetricsLogging boolean. Bug:16522256 Change-Id: Ie9a38efc7861b3d4207562d2bf0344c5c2ae957a