aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add BinaryDictionary.flushWithGCIfHasUpdated().•••Bug: 14166482 Bug: 14161647 Change-Id: I98b0a8b86897b1486491a3aea91729bc9e4cc03c Keisuke Kuroyanagi2014-04-212-1/+11
* Pass max trie structure size to on memory Ver4DictBuffers.•••Bug: 14166482 Bug: 14161647 Change-Id: I3b0dd192d7a81c3809f1873bb66ef8fe637f8af0 Keisuke Kuroyanagi2014-04-184-8/+9
* Merge "[IL135] Make getCurrentAutoCapsState private"Jean Chalard2014-04-154-79/+83
|\
| * [IL135] Make getCurrentAutoCapsState private•••Bug: 8636060 Change-Id: I800aefe6fee4c14df6fe5abe21b2387c69abb8f5 Jean Chalard2014-04-144-79/+83
* | Merge "[IL134] Add an alternative path to getCurrentAutoCapsState"Jean Chalard2014-04-154-10/+29
|\|
| * [IL134] Add an alternative path to getCurrentAutoCapsState•••Bug: 8636060 Change-Id: I959e13d34910adad028ed6174f92029ff690eeeb Jean Chalard2014-04-144-10/+29
* | Merge "Fix updating the shift state upon backspace"Jean Chalard2014-04-1412-45/+99
|\ \
| * | Fix updating the shift state upon backspace•••Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537 Jean Chalard2014-04-1412-45/+99
| |/
* | Merge "Make addUnigramWord use UnigramProperty."Keisuke Kuroyanagi2014-04-148-65/+104
|\ \
| * | Make addUnigramWord use UnigramProperty.•••Bug: 13406708 Change-Id: I10c108dd7047fe230c60495f13800f32fdc46d0d Keisuke Kuroyanagi2014-04-148-65/+104
* | | Remove GingerBread keyboard theme•••This CL must be checked in together with I6a9ac172a5. Bug: 14042743 Change-Id: Ic3f01f5d10097d743325df847bd7cd2959992487 Tadashi G. Takaoka2014-04-1432-461/+0
* | | Use KeyboardTheme id insteand of index•••This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019 Tadashi G. Takaoka2014-04-148-74/+63
* | | Merge "Refactor KeyboardTheme as top-level class"Tadashi G. Takaoka2014-04-144-30/+50
|\ \ \ | |_|/ |/| |
| * | Refactor KeyboardTheme as top-level class•••This CL should be checked in together with I63e33388f9. Bug: 14042743 Change-Id: I13f0a45bac6f19e006bf1280a36173e52d6d7160 Tadashi G. Takaoka2014-04-144-30/+50
* | | Keep ImportantNoticeDialog showing after orientation changed•••Bug: 13951402 Change-Id: Ia6340d48843abca68ebadd299827cbe43516cc39 Tadashi G. Takaoka2014-04-142-21/+17
|/ /
* | Merge "Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR"Yohei Yukawa2014-04-132-1/+42
|\ \
| * | Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR•••With this CL, LatinIME starts calling InputMethodService#setCursorAnchorMonitorMode in #onStartInput() when ProductionFlag.USES_CURSOR_ANCHOR_MONITOR flag is explicitly set to true. BUG: 13891796 Change-Id: Ib2fb0c3521b61859d4cc530155ccaaee7ee16cbc Yohei Yukawa2014-04-112-1/+42
* | | Merge "[CB26] Remove useless variables."Jean Chalard2014-04-112-53/+13
|\ \ \
| * | | [CB26] Remove useless variables.•••This is nice for code simplicity, but it has a small adverse impact on performance. Bug: 13406701 Change-Id: I9316b3fe8d79b940fbd83cf1187c8c0d10b26c71 Jean Chalard2014-04-102-53/+13
* | | | s/hash_map_compat/unordered_map/•••Change-Id: Icce5f9a12b04bdd7540c52750d303a585d71f28a Ken Wakasa2014-04-1113-66/+41
* | | | Revise myanmar keyboard layout•••Note that this keyboard layout is still a preliminary. Bug: 7963632 Change-Id: I4c53b3359ea2c0dd8e2ce7db8ec916ab9340eec5 Tadashi G. Takaoka2014-04-1111-339/+662
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-04-107-9/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Import translations. DO NOT MERGE•••Change-Id: I2b2e88ffcfa3690c7b4c0b0a64eda13e2a9c9f75 Auto-generated-cl: translation import Baligh Uddin2014-04-097-9/+7
| | |/ | |/|
* | | Merge "[IL133] Avoid calling a dangerous method from outside."Jean Chalard2014-04-103-8/+23
|\ \ \
| * | | [IL133] Avoid calling a dangerous method from outside.•••We want to remove all calls to this as it lets internal values escape, but there is some refactoring to do to finish this. Bug: 8636060 Change-Id: Iedba6afe4719bc0add868714a1ee5a04b7ead33e Jean Chalard2014-04-033-8/+23
* | | | Merge "Refactor SubtypeLocaleUtils a bit"Tadashi G. Takaoka2014-04-103-29/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Refactor SubtypeLocaleUtils a bit•••Change-Id: If8b7fd5ef0b4ff3791deeacc12abb256a10176bf Tadashi G. Takaoka2014-04-103-29/+33
* | | | Merge "Fix some flaky tests."Jean Chalard2014-04-105-0/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Fix some flaky tests.•••In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55 Jean Chalard2014-04-105-0/+70
| | |/ | |/|
* | | Merge "Reorder German umlaut letters"Tadashi G. Takaoka2014-04-103-6/+9
|\ \ \
| * | | Reorder German umlaut letters•••Bug: 13940739 Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb Tadashi G. Takaoka2014-04-103-6/+9
| |/ /
* | | Merge "Reorder Greek accented vowels"Tadashi G. Takaoka2014-04-102-8/+8
|\ \ \
| * | | Reorder Greek accented vowels•••Bug: 13941339 Change-Id: I501e69d8f28526e3791ee8a338345926ff1b9a4c Tadashi G. Takaoka2014-04-102-8/+8
| |/ /
* | | Separate ItalianCustomizer as a top level class•••This is a follow up of I57df8ca12b Change-Id: I6a73de1ddecaf39ba42e03956e022cf7a398c864 Tadashi G. Takaoka2014-04-103-57/+77
* | | Add Italian (Switzerland) it_CH layout•••Bug: 13920900 Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb Tadashi G. Takaoka2014-04-106-95/+204
|/ /
* | Merge "Add a new production flag for Cursor/Anchor monitor"Yohei Yukawa2014-04-091-0/+6
|\ \
| * | Add a new production flag for Cursor/Anchor monitor•••BUG: 13891796 Change-Id: I3565ca22aaf1d3cfce4f35999e2990b2df5157ef Yohei Yukawa2014-04-091-0/+6
* | | Merge "Increase terminal cache size for gesture."Keisuke Kuroyanagi2014-04-093-1/+6
|\ \ \
| * | | Increase terminal cache size for gesture.•••Before: (0) 670.00 (10.52%) (1) 5530.00 (86.81%) (2) 120.00 (1.88%) Total 6370.00 (sum of others 6320.00) After: (0) 730.00 (11.06%) (1) 5750.00 (87.12%) (2) 100.00 (1.52%) Total 6600.00 (sum of others 6580.00) Bug: 13773693 Bug: 10701902 Bug: 9505397 Change-Id: Ie53640994180a7acabe05da544ab2166403e2394 Keisuke Kuroyanagi2014-04-093-1/+6
* | | | Merge "Quit limiting gesture search space by distance."Keisuke Kuroyanagi2014-04-096-59/+34
|\| | |
| * | | Quit limiting gesture search space by distance.•••Before: (0) 470.00 (8.25%) (1) 5160.00 (90.53%) (2) 50.00 (0.88%) (66) 10.00 (0.18%) Total 5700.00 (sum of others 5690.00) After: (0) 670.00 (10.52%) (1) 5530.00 (86.81%) (2) 120.00 (1.88%) Total 6370.00 (sum of others 6320.00) Bug: 13773693 Bug: 10701902 Bug: 9505397 Change-Id: Ie168ac4ae0ca0e954512b08e3cc0f6399a3c163d Keisuke Kuroyanagi2014-04-096-59/+34
* | | | Merge "Add Spanish (Latin America) subtype (es_419)"Tadashi G. Takaoka2014-04-093-6/+40
|\ \ \ \
| * | | | Add Spanish (Latin America) subtype (es_419)•••Bug: 7531804 Change-Id: I183443779f8d9d472ac5e528e1d905366bd83c90 Tadashi G. Takaoka2014-04-093-6/+40
| | |/ / | |/| |
* | | | Merge "[CB25] Refactor some array copying"Jean Chalard2014-04-094-23/+130
|\ \ \ \ | |/ / / |/| | |
| * | | [CB25] Refactor some array copying•••Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6 Jean Chalard2014-04-094-23/+130
* | | | Merge "Use Locale to process text resources"Tadashi G. Takaoka2014-04-095-37/+135
|\ \ \ \
| * | | | Use Locale to process text resources•••Change-Id: Ic1c4e1776071332e02c368055157124bb539d14e Tadashi G. Takaoka2014-04-095-37/+135
* | | | | Use C++11 random library•••srand() and its friends are supposed to be discouraged since C++14. This CL replaces srand() with new C++11 random libraries. Change-Id: If2c25158c88c674cd3fd6d891559a9e32283e19e Yohei Yukawa2014-04-091-11/+30
|/ / / /
* | / / Add BloomFilterTest.•••Change-Id: If97b9e9cc3bbaa4c7877991c11d7935626268ca3 Keisuke Kuroyanagi2014-04-092-0/+62
| |/ / |/| |
* | | Use 2D normal distribution for gesture.•••Bug: 13799846 Bug: 10701902 Bug: 9505397 Change-Id: I6c3f84f035f2310f2f7dfec4432ebdb6e50d5df0 Keisuke Kuroyanagi2014-04-098-77/+184