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