aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Fix a bug specific to German capitalization."Jean Chalard2014-01-173-1/+18
|\ \ \
| * | | Fix a bug specific to German capitalization.•••Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd Jean Chalard2014-01-173-1/+18
* | | | Merge "[IL60] Make InputLogicHandler package private"Jean Chalard2014-01-161-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | [IL60] Make InputLogicHandler package private•••Yay Bug: 8636060 Change-Id: Iad9c3804504635094e861999198f4baf70e61955 Jean Chalard2014-01-171-2/+1
* | | | Merge "[IL59] Rename a method"Jean Chalard2014-01-162-2/+2
|\| | |
| * | | [IL59] Rename a method•••Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806 Jean Chalard2014-01-172-2/+2
* | | | Merge "[IL58] Simplification"Jean Chalard2014-01-162-7/+5
|\| | | | |_|/ |/| |
| * | [IL58] Simplification•••No need to test multiple times for this. Let's just never do useless stuff, and only test for that once. Bug: 8636060 Change-Id: I50a9e4da769fbec44fbb12eedfed03aad924cc2c Jean Chalard2014-01-172-7/+5
* | | Merge "Add a dedicated method to control time in native code."Keisuke Kuroyanagi2014-01-161-1/+16
|\ \ \ | |/ / |/| |
| * | Add a dedicated method to control time in native code.•••Bug: 12443085 Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247 Keisuke Kuroyanagi2014-01-151-1/+16
* | | Merge "Update personalization dict via dictionary facilitator."Keisuke Kuroyanagi2014-01-164-108/+27
|\ \ \
| * | | Update personalization dict via dictionary facilitator.•••Change-Id: I512c41e12d8d31f03b5df6ad03bf7711611c80f5 Keisuke Kuroyanagi2014-01-154-108/+27
| |/ /
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-01-1655-110/+178
|\ \ \
| * | | Import translations. DO NOT MERGE•••Change-Id: I9d276ae4391f209e2db3a080b3221e5a8aa59938 Auto-generated-cl: translation import Geoff Mendal2014-01-1555-110/+178
* | | | Merge "[IL57] Don't require a main dict suggestion."Jean Chalard2014-01-151-12/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [IL57] Don't require a main dict suggestion.•••This is bad for recorrection (it will ignore recorrection suggestions). But if you think about it well, if you didn't have a main dict, then you probably will compute the same stuff anyway. It's not useful to make this check at all. Bug: 12297051 Change-Id: I6d6cf4d9353b7c668c5413c67701563b243e585c Jean Chalard2014-01-161-12/+0
* | | | Merge "[IL56] Don't erase suggestions when reverting a commit."Jean Chalard2014-01-154-21/+50
|\| | | | |/ / |/| |
| * | [IL56] Don't erase suggestions when reverting a commit.•••Bug: 12297051 Change-Id: Iffa1c98b8fe2b816c3ac6bc171037288107f637d Jean Chalard2014-01-164-21/+50
| |/
* | Fix native method signature•••Change-Id: Ia2d566f162f746c6b2b2b874f7278d86abd9e839 Tadashi G. Takaoka2014-01-151-1/+3
* | Refactor LanguageModelParam class a bit•••This change must be checked in together with I9ecfd1adc1. Change-Id: I26f8c17d6347b75dba6abb3d73239f4052327dae Tadashi G. Takaoka2014-01-151-0/+113
* | Make final Locale field public•••This change must be checked in together with Id9382498a8. Change-Id: I804d78969bccf8bdc224477bd64c8ac12c1ab0d6 Tadashi G. Takaoka2014-01-151-1/+1
* | Consolidate LanguageModelParam constructors•••Change-Id: I142651d1f268456a5901da524cbe55d315f76d28 Tadashi G. Takaoka2014-01-151-11/+2
* | Move LanguageModelParams class to utility package•••This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29 Tadashi G. Takaoka2014-01-155-48/+69
* | Merge "Revert "Disable Nepali layouts temporarily per product call""Tadashi G. Takaoka2014-01-154-4/+290
|\ \
| * | Revert "Disable Nepali layouts temporarily per product call"•••This reverts Id58cdf117d. This also partially reverts I99be3d54d3. This change must be checked in together with Ied923ed80b. Bug: 6910787 Change-Id: Icdeee1b93a6b626b43fefc06d3bb3fe40d2e056b Tadashi G. Takaoka2014-01-154-4/+290
| |/
* | Merge "Revert "Remove Azerbaijani subtype""Tadashi G. Takaoka2014-01-154-3/+290
|\ \
| * | Revert "Remove Azerbaijani subtype"•••This reverts I0d2a98dffe. This also partially reverts I99be3d54d3. This change must be checked in together with Ibf49c89832. Bug: 7963448 Change-Id: Idbb3e1ac9f4e067a0051f618946a345632102fb3 Tadashi G. Takaoka2014-01-154-3/+290
| |/
* / Fix flaky unit test.•••Change-Id: I8df0f9a0398b29f679844f256ad84f09ebcea8ee Keisuke Kuroyanagi2014-01-141-1/+2
|/
* Revert "Revert "Disable Nepali layouts temporarily per product call""•••This reverts commit 93fdfc110bc5759bd34b40545335490dcbc00ee9. Change-Id: Ibe7bfa07aa2437701794209c16f017a88cd166b4 Narayan Kamath2014-01-144-297/+4
* Revert "Disable Nepali layouts temporarily per product call"•••This reverts Id58cdf117d. This also partially reverts I456268b68f. This change must be checked in together with I4d5c8ffa45. Bug: 6910787 Change-Id: I59ba69f1b14164edea8eddf3784554a29a97e9b3 Tadashi G. Takaoka2014-01-144-4/+297
* Merge "Move phrase gesture related string resources to AOSP"Tadashi G. Takaoka2014-01-1457-0/+116
|\
| * Move phrase gesture related string resources to AOSP•••This change must be checked in together with Ica8fc5135. Change-Id: I288d7083391954f1266a9b77ee4ffc0bc9d4229d Tadashi G. Takaoka2014-01-1457-0/+116
* | Pass time stamp to addToUserHistory method as an argument•••Bug: 12179576 Change-Id: I93037ee2aa7c0432400fe2f93fb60d2e60f70f5f Tadashi G. Takaoka2014-01-142-13/+14
|/
* Merge "Update dictionaries"Jean Chalard2014-01-142-0/+0
|\
| * Update dictionaries•••This change has no effect on TRT results. >>> dictionaries/en_US_wordlist.combined.gz Header : date : 1381226409 <=> 1389654051 version : 42 <=> 43 Body : Added: dialogue 120 Added: dialogues 94 >>> dictionaries/fr_wordlist.combined.gz Header : date : 1381226409 <=> 1389654052 version : 42 <=> 43 Body : Deleted: d'Orange 114 Added: d'orange 114 >>> dictionaries/it_wordlist.combined.gz Header : date : 1380519383 <=> 1389654052 version : 40 <=> 43 Body : Freq changed: ciao 85 -> 180 >>> java/res/raw/main_fr.dict Header : date : 1381226409 <=> 1389654052 version : 42 <=> 43 Body : Deleted: d'Orange 114 Added: d'orange 114 >>> java/res/raw/main_it.dict Header : date : 1380519383 <=> 1389654052 version : 40 <=> 43 Body : Freq changed: ciao 85 -> 180 Bug: 12487270 Bug: 12344108 Change-Id: I94768e223d05ad2551a5508e9e01222a028665c4 Jean Chalard2014-01-142-0/+0
* | Import translations. DO NOT MERGE•••Change-Id: I3233aa7d5f64fbf8818e0065cd1da47d84070fb6 Auto-generated-cl: translation import Geoff Mendal2014-01-1325-49/+25
|/
* Fix possible NPE in DictionaryFacilitatorForSuggest.•••Change-Id: I57792b7417b5f1acbb99e6ea60250eb44b193785 Keisuke Kuroyanagi2014-01-101-0/+1
* Merge "[IL55] Remove a useless argument."Jean Chalard2014-01-102-16/+3
|\
| * [IL55] Remove a useless argument.•••Change-Id: I0b3a6cdf49038c32194413c21da824784a53f581 Jean Chalard2014-01-102-16/+3
* | Merge "Check corpus handles during startup for personalization."Keisuke Kuroyanagi2014-01-102-1/+14
|\ \ | |/ |/|
| * Check corpus handles during startup for personalization.•••Bug: 12479792 Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7 Keisuke Kuroyanagi2014-01-102-1/+14
* | Merge "[IL54.5] Use the cursor pos estimate, not the last value"Jean Chalard2014-01-102-91/+41
|\ \
| * | [IL54.5] Use the cursor pos estimate, not the last value•••For edit tasks, the estimate is actually the right thing to use. This is really dangerous, but it will get rid of pretty much all race conditions. Change-Id: I2d5ca3ce45e32f1bd9c8b778421fd54b9c1f6f63 Jean Chalard2014-01-102-91/+41
* | | Merge "Periodic wipe of the personalization dict."Keisuke Kuroyanagi2014-01-103-1/+17
|\ \ \ | |/ / |/| / | |/
| * Periodic wipe of the personalization dict.•••Bug: 12216453 Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a Keisuke Kuroyanagi2014-01-103-1/+17
* | [IL54] Add a mirror method to fix the cursor pos estimate•••This just mirrors what InputLogic#tryFixLyingCursorPosition is doing. That method will go away in the next change. Change-Id: Ifa2827dbc1f1d20e2c642d6f2d23514a01ed9203 Jean Chalard2014-01-102-5/+57
* | [IL53] Fix a wrong test.•••This test was intended only for cases without a selection, and as a safety net for cases where the app would pretend the cursor is at N but we can get P chars from the editor where P > N. When there is a selection, this is wrong. In the practice it works because these values are not used in this case, but it's still wrong. The case where P > N is arguable, but actually I see little reason to trust the getTextBeforeCursor() method more than the onUpdate selection method. Plus in the practice, I don't think we are aware of any app with this bug, and it's probably not a great idea to be too robust about this as it may encourage wrong values sent to onUpdateSelection. Change-Id: I42f2065d7aee668074e6b8e40b259da7e88e16e1 Jean Chalard2014-01-101-5/+7
* | Merge "Fix an NPE."Jean Chalard2014-01-102-3/+31
|\ \
| * | Fix an NPE.•••Bug: 12397228 Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d Jean Chalard2014-01-102-3/+31
* | | Fix build.•••Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7 Jean Chalard2014-01-102-26/+28
|/ /