aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 95284392: (-s ours) Merge "Import translations. DO NOT MERGE"•••* commit '95284392face2fc2747eadb925e7259e5b87d831': Import translations. DO NOT MERGE Geoff Mendal2014-07-310-0/+0
|\
| * Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-07-303-41/+41
| |\
| | * Import translations. DO NOT MERGE•••Change-Id: I87901e5652dceebaacd2fcf4f345057e7df50254 Auto-generated-cl: translation import Geoff Mendal2014-07-313-41/+41
* | | am 8c6d627b: (-s ours) Merge "Import translations. DO NOT MERGE"•••* commit '8c6d627b04887f49b3ee05332dd1922516cf1095': Import translations. DO NOT MERGE Geoff Mendal2014-07-310-0/+0
|\| |
| * | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-07-292-32/+32
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I0f3662d4c5c89c76b3aa5ceced64f6ece69e636a Auto-generated-cl: translation import Geoff Mendal2014-07-312-32/+32
| | |/
* | | am 169d7d62: am dde1b40a: am 5a7b634a: Merge "Add entry iteration method to T...•••* commit '169d7d6296d6962cfe5d75b7dbf05dcd490a931a': Add entry iteration method to TrieMap. Keisuke Kuroyanagi2014-07-303-2/+215
|\| |
| * | am dde1b40a: am 5a7b634a: Merge "Add entry iteration method to TrieMap." into...•••* commit 'dde1b40a7f53b6a907c3890098fede2dea917f77': Add entry iteration method to TrieMap. Keisuke Kuroyanagi2014-07-303-2/+215
| |\ \
| | * \ am 5a7b634a: Merge "Add entry iteration method to TrieMap." into lmp-dev•••* commit '5a7b634aaf21895637a305e0795df666e24c890a': Add entry iteration method to TrieMap. Keisuke Kuroyanagi2014-07-303-2/+215
| | |\ \
| | | * \ Merge "Add entry iteration method to TrieMap." into lmp-devKeisuke Kuroyanagi2014-07-243-2/+215
| | | |\ \
| | | | * | Add entry iteration method to TrieMap.•••Bug: 14425059 Change-Id: I79420b755f29f651d8eed61e7e48b6eb001d8dd2 Keisuke Kuroyanagi2014-07-303-2/+215
* | | | | | am 7b385a70: am 85d12427: am a704ad25: Merge "Remove PrevWordsInfo.getBigrams...•••* commit '7b385a70cd1f513e162d6640ea67f9ce6700f59b': Remove PrevWordsInfo.getBigramsIteratorForPrediction(). Keisuke Kuroyanagi2014-07-309-76/+46
|\| | | | |
| * | | | | am 85d12427: am a704ad25: Merge "Remove PrevWordsInfo.getBigramsIteratorForPr...•••* commit '85d12427e7afd7de702bb886364666327d81b0c7': Remove PrevWordsInfo.getBigramsIteratorForPrediction(). Keisuke Kuroyanagi2014-07-309-76/+46
| |\| | | |
| | * | | | am a704ad25: Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." ...•••* commit 'a704ad254eaf54822e27b9adc1fb97405fd56e4f': Remove PrevWordsInfo.getBigramsIteratorForPrediction(). Keisuke Kuroyanagi2014-07-309-76/+46
| | |\| | |
| | | * | | Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." into lmp-devKeisuke Kuroyanagi2014-07-259-76/+46
| | | |\ \ \
| | | | * | | Remove PrevWordsInfo.getBigramsIteratorForPrediction().•••This changes the behavior of predictions for some rare cases. For example, let's consider the case of the prev word is "ABC", "ABC" and "abc" is in the dict, "ABC" doesn't have any bigrams, and "abc" has bigrams. Without this change, "abc"'s bigrams are used for prediction. But, with this change, "abc"'s bigrams are not used for prediction. This strategy is the same as the the current way of bigram probability computation during traversal (for suggestion). Bug: 14425059 Change-Id: I857ff39aa70aea265efa651451a63b759bb47d48 Keisuke Kuroyanagi2014-07-309-76/+46
* | | | | | | am 014f30f3: am f466c276: am 86893a3b: [HW8] Pull up the processed event.•••* commit '014f30f34aa25238af9bcffecb1b2596f26b6206': [HW8] Pull up the processed event. Jean Chalard2014-07-301-5/+5
|\| | | | | |
| * | | | | | am f466c276: am 86893a3b: [HW8] Pull up the processed event.•••* commit 'f466c27601bbe83b101bf133694ee16ec10a8ae5': [HW8] Pull up the processed event. Jean Chalard2014-07-301-5/+5
| |\| | | | |
| | * | | | | am 86893a3b: [HW8] Pull up the processed event.•••* commit '86893a3b3f9ac939d00fcc665d25a8ddbced49ec': [HW8] Pull up the processed event. Jean Chalard2014-07-301-5/+5
| | |\| | | |
| | | * | | | [HW8] Pull up the processed event.•••Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822 Jean Chalard2014-07-301-5/+5
* | | | | | | am edf823a1: am f3f81d0e: am f40adc97: Merge "Add a method to iterate ngram e...•••* commit 'edf823a19e1e914bf923c0e36083e575b634e29c': Add a method to iterate ngram entries. Keisuke Kuroyanagi2014-07-3010-22/+132
|\| | | | | |
| * | | | | | am f3f81d0e: am f40adc97: Merge "Add a method to iterate ngram entries." into...•••* commit 'f3f81d0e0ea904667a03600963d1c20038e73e78': Add a method to iterate ngram entries. Keisuke Kuroyanagi2014-07-3010-22/+132
| |\| | | | |
| | * | | | | am f40adc97: Merge "Add a method to iterate ngram entries." into lmp-dev•••* commit 'f40adc97cbe309bafc94492b615daa529752fabc': Add a method to iterate ngram entries. Keisuke Kuroyanagi2014-07-3010-22/+132
| | |\| | | |
| | | * | | | Merge "Add a method to iterate ngram entries." into lmp-devKeisuke Kuroyanagi2014-07-2410-22/+132
| | | |\| | |
| | | | * | | Add a method to iterate ngram entries.•••Bug: 14425059 Change-Id: I9962c546504288f6c22b1a7368f775decd229c62 Keisuke Kuroyanagi2014-07-3010-22/+132
| | | | |/ /
* | | | | | am 17efa4fd: am 2505462d: am f4a3fd48: Merge "Disptach hover events when slid...•••* commit '17efa4fd5dee61c5900325a6e82c2361897b402d': Disptach hover events when sliding suggestion mode Tadashi G. Takaoka2014-07-301-7/+44
|\| | | | |
| * | | | | am 2505462d: am f4a3fd48: Merge "Disptach hover events when sliding suggestio...•••* commit '2505462da586cb708af5219e4c996644613f7677': Disptach hover events when sliding suggestion mode Tadashi G. Takaoka2014-07-301-7/+44
| |\| | | |
| | * | | | am f4a3fd48: Merge "Disptach hover events when sliding suggestion mode" into ...•••* commit 'f4a3fd489339d6ab156bd317ab3fdf88f9fbb846': Disptach hover events when sliding suggestion mode Tadashi G. Takaoka2014-07-301-7/+44
| | |\| | |
| | | * | | Merge "Disptach hover events when sliding suggestion mode" into lmp-devTadashi G. Takaoka2014-07-241-7/+44
| | | |\ \ \
| | | | * | | Disptach hover events when sliding suggestion mode•••Bug: 15687702 Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2 Tadashi G. Takaoka2014-07-301-7/+44
* | | | | | | am 82f2a0b8: am cea54014: am ae4e2036: [SD13] Reorder an enum alphabetically•••* commit '82f2a0b8b8372b78a1c06bfc3f4172a3e03cc5b1': [SD13] Reorder an enum alphabetically Jean Chalard2014-07-302-79/+79
|\| | | | | |
| * | | | | | am cea54014: am ae4e2036: [SD13] Reorder an enum alphabetically•••* commit 'cea540145d65b605bb9bbe483c6210dd2f0d7d66': [SD13] Reorder an enum alphabetically Jean Chalard2014-07-302-79/+79
| |\| | | | |
| | * | | | | am ae4e2036: [SD13] Reorder an enum alphabetically•••* commit 'ae4e2036252555fbed0fc63cee0b5879408788e7': [SD13] Reorder an enum alphabetically Jean Chalard2014-07-302-79/+79
| | |\| | | |
| | | * | | | [SD13] Reorder an enum alphabetically•••Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac Jean Chalard2014-07-302-79/+79
* | | | | | | am e715a02f: am 67bb9d83: am 3a729d4e: [SD12] Add the last remaining scripts•••* commit 'e715a02f4f93a77256f2170b2e921c2446f7819c': [SD12] Add the last remaining scripts Jean Chalard2014-07-3011-2/+45
|\| | | | | |
| * | | | | | am 67bb9d83: am 3a729d4e: [SD12] Add the last remaining scripts•••* commit '67bb9d83ae1e838f6c13d4afe19db3068edafb9b': [SD12] Add the last remaining scripts Jean Chalard2014-07-3011-2/+45
| |\| | | | |
| | * | | | | am 3a729d4e: [SD12] Add the last remaining scripts•••* commit '3a729d4ed8f3018663af74abc2ae4ac3f4bb33d7': [SD12] Add the last remaining scripts Jean Chalard2014-07-3011-2/+45
| | |\| | | |
| | | * | | | [SD12] Add the last remaining scripts•••Add scripts for Bengali, Devanagari, Kannada, Malayalam, and Tamil. Also include a very minor fix for Arabic. This concludes work on: Bug: 15840116 Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1 Jean Chalard2014-07-3011-2/+45
* | | | | | | am fd59cd80: am 26b07201: am 7c5cd5ec: [SD11] Add script checks for Myanmar, ...•••* commit 'fd59cd804c6938611de13c72283d0b476410608e': [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu Jean Chalard2014-07-306-0/+33
|\| | | | | |
| * | | | | | am 26b07201: am 7c5cd5ec: [SD11] Add script checks for Myanmar, Sinhala, Thai...•••* commit '26b072013f7ebb29b18d33196ba191e6baf9430c': [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu Jean Chalard2014-07-306-0/+33
| |\| | | | |
| | * | | | | am 7c5cd5ec: [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••* commit '7c5cd5ec89c0d90c3dbac032c61ee04468ecdc87': [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu Jean Chalard2014-07-306-0/+33
| | |\| | | |
| | | * | | | [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••Bug: 15840116 Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5 Jean Chalard2014-07-306-0/+33
* | | | | | | am d5228f9c: am 1d1ba8ec: am 0304c777: Merge "[SD10] Add script checks for La...•••* commit 'd5228f9c4a15f6d6d74989c5c5f237aed6eb361b': [SD10] Add script checks for Lao and Khmer Jean Chalard2014-07-304-0/+16
|\| | | | | |
| * | | | | | am 1d1ba8ec: am 0304c777: Merge "[SD10] Add script checks for Lao and Khmer" ...•••* commit '1d1ba8ec2c5b1eebb3b3e946c97bc9166f9a155c': [SD10] Add script checks for Lao and Khmer Jean Chalard2014-07-304-0/+16
| |\| | | | |
| | * | | | | am 0304c777: Merge "[SD10] Add script checks for Lao and Khmer" into lmp-dev•••* commit '0304c77750e1ff6504a70ef3d5e16f3d334bd510': [SD10] Add script checks for Lao and Khmer Jean Chalard2014-07-304-0/+16
| | |\| | | |
| | | * | | | Merge "[SD10] Add script checks for Lao and Khmer" into lmp-devJean Chalard2014-07-244-0/+16
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | [SD10] Add script checks for Lao and Khmer•••Bug: 15840116 Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193 Jean Chalard2014-07-304-0/+16
| | | | |/ /
* | | | | | am 818d3ee9: am ec8472b5: am 7f545a57: [HW7.5] Introduce the @Nonnull annotat...•••* commit '818d3ee923ccdeab9c5091b781ea1bab1987bf69': [HW7.5] Introduce the @Nonnull annotation (take 2) Ken Wakasa2014-07-307-5/+17
|\| | | | |
| * | | | | am ec8472b5: am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)•••* commit 'ec8472b5f5e478ba4eb830a7603da9c5a4637461': [HW7.5] Introduce the @Nonnull annotation (take 2) Ken Wakasa2014-07-307-5/+17
| |\| | | |
| | * | | | am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)•••* commit '7f545a57c987862d55966ac08ef64cfe0b9f51e4': [HW7.5] Introduce the @Nonnull annotation (take 2) Ken Wakasa2014-07-307-5/+17
| | |\| | |