aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-152-38/+38
|\
| * Import translations. DO NOT MERGE•••Change-Id: I6e9684b6ce3aeb85084b135e78a2082add1d436d Auto-generated-cl: translation import Baligh Uddin2014-08-122-38/+38
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-151-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ib7098ce2fffd7eb5040b2714cbae17eb66a072e5 Auto-generated-cl: translation import Baligh Uddin2014-08-121-1/+1
| |/
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-1573-90/+147
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Idee05910c3f7bb4d2206c231d763cf026d62fa3c Auto-generated-cl: translation import Baligh Uddin2014-08-1273-90/+147
| |/
* | Merge "Make FormatUtils use ByteArrayView."Keisuke Kuroyanagi2014-08-153-11/+10
|\ \
| * | Make FormatUtils use ByteArrayView.•••Change-Id: I472b238a0d59f0092ee1f5f3b12ad63823025fae Keisuke Kuroyanagi2014-08-143-11/+10
* | | Merge "Add retry for dict file existence tests."Keisuke Kuroyanagi2014-08-151-25/+21
|\ \ \
| * | | Add retry for dict file existence tests.•••Change-Id: Ife8d30e1de22336ea87faadb8c6ad7451679337b Keisuke Kuroyanagi2014-08-151-25/+21
* | | | Use %zd to print size_t value.•••Change-Id: Id46f50353b489d84b9a97dd4ddc5519bd99492cd Keisuke Kuroyanagi2014-08-152-6/+6
* | | | Improve accent error handling in exact match logic.•••Bug: 16963362 Change-Id: I50a48806bc3147388d165faab6b572415a851f29 Keisuke Kuroyanagi2014-08-154-23/+34
|/ / /
* | | Merge "Remove unigram for v402 with historical info."Keisuke Kuroyanagi2014-08-155-4/+64
|\ \ \
| * | | Remove unigram for v402 with historical info.•••Bug: 15531638 Change-Id: If1b73ac693e45a80df987ea16b2dece5597697e8 Keisuke Kuroyanagi2014-08-155-4/+64
* | | | am e04c8b10: am b8d76477: Add the input style to SuggestedWords.•••* commit 'e04c8b10d7876effbfdf2340a1fec6bf368c3409': Add the input style to SuggestedWords. Jean Chalard2014-08-149-57/+99
|\ \ \ \ | |_|/ / |/| | |
| * | | am b8d76477: Add the input style to SuggestedWords.•••* commit 'b8d764772b174cbd37354ffd0009bda56f223dc4': Add the input style to SuggestedWords. Jean Chalard2014-08-149-57/+99
| |\ \ \
| | * | | Add the input style to SuggestedWords.•••Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff Jean Chalard2014-08-149-57/+99
* | | | | am 1901c331: am a94c89e0: Use light emoji icon for Material light tablet keyb...•••* commit '1901c331283e2f60e6277a7773a103a447bd31ca': Use light emoji icon for Material light tablet keyboard Tadashi G. Takaoka2014-08-1325-156/+80
|\| | | |
| * | | | am a94c89e0: Use light emoji icon for Material light tablet keyboard•••* commit 'a94c89e017dac92e2c23dcf05a8e6b4000d021d3': Use light emoji icon for Material light tablet keyboard Tadashi G. Takaoka2014-08-1325-156/+80
| |\| | |
| | * | | Use light emoji icon for Material light tablet keyboard•••Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50 Tadashi G. Takaoka2014-08-1425-156/+80
* | | | | Merge "Add TrieMap::remove()."Keisuke Kuroyanagi2014-08-123-4/+103
|\ \ \ \ \
| * | | | | Add TrieMap::remove().•••Bug: 14425059 Change-Id: Ifb9a873eab79efdd6bee8e0da73c0cf37727350e Keisuke Kuroyanagi2014-08-133-4/+103
| | |_|/ / | |/| | |
* | | | | am 4a2dbd87: am d9a8e1cc: Enable CursorAnchorInfo callback when necessary•••* commit '4a2dbd87c4a49afbe40a61028ff338e2864554ed': Enable CursorAnchorInfo callback when necessary Yohei Yukawa2014-08-132-4/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am d9a8e1cc: Enable CursorAnchorInfo callback when necessary•••* commit 'd9a8e1ccfd8196adf536e9622c72c1933ebf9a74': Enable CursorAnchorInfo callback when necessary Yohei Yukawa2014-08-132-4/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Enable CursorAnchorInfo callback when necessary•••Change-Id: If3dda7442418053600ac935da50baaddb0e31d37 Yohei Yukawa2014-08-132-4/+7
* | | | | am 3a346bf5: am 6e7806bc: Add stub implementation of #onUpdateCursorAnchorInfo•••* commit '3a346bf51c441b9b62f0cee364940c2d4661c72c': Add stub implementation of #onUpdateCursorAnchorInfo Yohei Yukawa2014-08-131-0/+12
|\| | | |
| * | | | am 6e7806bc: Add stub implementation of #onUpdateCursorAnchorInfo•••* commit '6e7806bc003314a975fab8551e63e3b3bf0fa7bd': Add stub implementation of #onUpdateCursorAnchorInfo Yohei Yukawa2014-08-131-0/+12
| |\| | |
| | * | | Add stub implementation of #onUpdateCursorAnchorInfo•••This CL never changes existing behavior because ProductionFlags.ENABLE_CURSOR_ANCHOR_INFO_CALLBACK is not yet turned on. Change-Id: I4bcbd2aebd05977b07231e8aa14acdcf6d8e1fa0 Yohei Yukawa2014-08-131-0/+12
* | | | | am 43b8646a: am c225d2e2: Add setting boolean for showing UI to accept typed ...•••* commit '43b8646a31573ef3ce8efbbaf46c3d72d8c5deca': Add setting boolean for showing UI to accept typed word Tadashi G. Takaoka2014-08-136-0/+17
|\| | | |
| * | | | am c225d2e2: Add setting boolean for showing UI to accept typed word•••* commit 'c225d2e29cfd85fb416952daa4bcebd4df48b57c': Add setting boolean for showing UI to accept typed word Tadashi G. Takaoka2014-08-136-0/+17
| |\| | |
| | * | | Add setting boolean for showing UI to accept typed word•••Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9 Tadashi G. Takaoka2014-08-136-0/+17
* | | | | am 7e34709a: (-s ours) am a696c924: (DO NOT MERGE) Add debug setting to force...•••* commit '7e34709a924800d569bdf3b1840e84ee4a511989': (DO NOT MERGE) Add debug setting to force hardware special key Tadashi G. Takaoka2014-08-130-0/+0
|\| | | |
| * | | | am a696c924: (DO NOT MERGE) Add debug setting to force hardware special key•••* commit 'a696c924776cea07ec52ed9448dd16d813eddd72': (DO NOT MERGE) Add debug setting to force hardware special key Tadashi G. Takaoka2014-08-136-4/+22
| |\| | |
| | * | | (DO NOT MERGE) Add debug setting to force hardware special key•••Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70fc3174b00ac24e105677d7e480596bf56) Tadashi G. Takaoka2014-08-136-4/+22
* | | | | Merge "Add debug setting to force hardware special key"Tadashi G. Takaoka2014-08-126-4/+22
|\ \ \ \ \
| * | | | | Add debug setting to force hardware special key•••Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 Tadashi G. Takaoka2014-08-136-4/+22
* | | | | | am bdb05cc8: am 78cff10f: Add BuildCompatUtils to get an effective platfrom A...•••* commit 'bdb05cc89f63f4f3956936fa062d0b4555aa072a': Add BuildCompatUtils to get an effective platfrom API version Tadashi G. Takaoka2014-08-135-23/+52
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am 78cff10f: Add BuildCompatUtils to get an effective platfrom API version•••* commit '78cff10f8d317641dd3531cce04e74502be8ad44': Add BuildCompatUtils to get an effective platfrom API version Tadashi G. Takaoka2014-08-135-23/+52
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Add BuildCompatUtils to get an effective platfrom API version•••This CL removes reference of VERSION_CODES.CUR_DEVELOPMENT. Bug: 13888366 Change-Id: I5c8499a175473a220c8fb04ead219760c585a19a Tadashi G. Takaoka2014-08-135-23/+52
* | | | | | Merge "Print files when dict file existence check is failed."Keisuke Kuroyanagi2014-08-121-0/+8
|\ \ \ \ \ \
| * | | | | | Print files when dict file existence check is failed.•••Change-Id: Id71f239afa95b68961192714998695c21ed48002 Keisuke Kuroyanagi2014-08-131-0/+8
* | | | | | | Merge "Remove all test dictionary files before and after unit test."Keisuke Kuroyanagi2014-08-121-4/+26
|\| | | | | |
| * | | | | | Remove all test dictionary files before and after unit test.•••Change-Id: I92db6318daa98684639ab959f55d047a941fe265 Keisuke Kuroyanagi2014-08-131-4/+26
| | |_|_|/ / | |/| | | |
* | | | | | am 7edc27f1: am 8f3e778a: Revert "Remove reference of VERSION_CODES.CUR_DEVEL...•••* commit '7edc27f17b450e690f08a972c4573b92b39ef7ee': Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT" Tadashi G. Takaoka2014-08-132-6/+11
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | am 8f3e778a: Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT"•••* commit '8f3e778a21ff2c8855fb0014116eda9eec7f2b5d': Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT" Tadashi G. Takaoka2014-08-132-6/+11
| |\| | |
| | * | | Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT"•••This reverts commit 5380acfd04342b35289599f0bda3eaae1ddac642. Bug: 13888366 Change-Id: Iae0fb6798cef9d59c9de3790123f6acaf8b2746bTadashi G. Takaoka2014-08-132-6/+11
* | | | | Merge "Add additional wait for writing file in testAddManyWords()."Keisuke Kuroyanagi2014-08-122-1/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add additional wait for writing file in testAddManyWords().•••Change-Id: Ibb79b9821dac3d48e18c684e8aca605254bec045 Keisuke Kuroyanagi2014-08-122-1/+11
* | | | | am a70542a5: am 5380acfd: Remove reference of VERSION_CODES.CUR_DEVELOPMENT•••* commit 'a70542a5ef2c7f4d5cfe62150ed17be3776904c5': Remove reference of VERSION_CODES.CUR_DEVELOPMENT Tadashi G. Takaoka2014-08-122-11/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 5380acfd: Remove reference of VERSION_CODES.CUR_DEVELOPMENT•••* commit '5380acfd04342b35289599f0bda3eaae1ddac642': Remove reference of VERSION_CODES.CUR_DEVELOPMENT Tadashi G. Takaoka2014-08-122-11/+6
| |\ \ \ \ | | | |/ / | | |/| |