aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/ViewCompatUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-10Refactor SubtypeLocaleUtils a bit•••Change-Id: If8b7fd5ef0b4ff3791deeacc12abb256a10176bf Tadashi G. Takaoka3-29/+33
2014-04-10Reorder German umlaut letters•••Bug: 13940739 Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb Tadashi G. Takaoka3-6/+9
2014-04-10Reorder Greek accented vowels•••Bug: 13941339 Change-Id: I501e69d8f28526e3791ee8a338345926ff1b9a4c Tadashi G. Takaoka2-8/+8
2014-04-10Separate ItalianCustomizer as a top level class•••This is a follow up of I57df8ca12b Change-Id: I6a73de1ddecaf39ba42e03956e022cf7a398c864 Tadashi G. Takaoka3-57/+77
2014-04-10Add Italian (Switzerland) it_CH layout•••Bug: 13920900 Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb Tadashi G. Takaoka6-95/+204
2014-04-09Add a new production flag for Cursor/Anchor monitor•••BUG: 13891796 Change-Id: I3565ca22aaf1d3cfce4f35999e2990b2df5157ef Yohei Yukawa1-0/+6
2014-04-09Add Spanish (Latin America) subtype (es_419)•••Bug: 7531804 Change-Id: I183443779f8d9d472ac5e528e1d905366bd83c90 Tadashi G. Takaoka3-6/+40
2014-04-09[CB25] Refactor some array copying•••Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6 Jean Chalard4-23/+130
2014-04-09Use Locale to process text resources•••Change-Id: Ic1c4e1776071332e02c368055157124bb539d14e Tadashi G. Takaoka5-37/+135
2014-04-09Use 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 Yukawa1-11/+30
2014-04-09Add BloomFilterTest.•••Change-Id: If97b9e9cc3bbaa4c7877991c11d7935626268ca3 Keisuke Kuroyanagi2-0/+62
2014-04-09Increase 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 Kuroyanagi3-1/+6
2014-04-09Quit 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 Kuroyanagi6-59/+34
2014-04-09Use 2D normal distribution for gesture.•••Bug: 13799846 Bug: 10701902 Bug: 9505397 Change-Id: I6c3f84f035f2310f2f7dfec4432ebdb6e50d5df0 Keisuke Kuroyanagi8-77/+184
2014-04-09Use bitset for BloomFilter.•••Before: (0) 660.00 (1.43%) (1) 45320.00 (98.18%) (2) 80.00 (0.17%) Total 46160.00 (sum of others 46060.00) After: (0) 620.00 (1.34%) (1) 45310.00 (98.05%) (2) 130.00 (0.28%) Total 46210.00 (sum of others 46060.00) Change-Id: I936b639c50e15208aee999a929b33983c6caa59d Keisuke Kuroyanagi3-48/+17
2014-04-09Make NELEMS type-safe•••Change-Id: I867271665b3c595dc40ac63e93e68c87dc213d08 Yohei Yukawa3-1/+42
2014-04-09Add en_IN subtype•••Bug: 13914988 Change-Id: Ifd497a6a1d2686490e388e10e391475e97e9c166 Tadashi G. Takaoka5-4/+94