aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Move FormatOptions and FileHeader to FormatSpec." into jb-mr1-devKen Wakasa2012-09-137-43/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move FormatOptions and FileHeader to FormatSpec.Yuichiro Hanada2012-09-137-43/+47
| | | | | | | | | | | | | | | | | | | | Change-Id: I232e35598635113bf2c81825669c744aadc79efe
* | | | | Merge "Cosmetic change to remove trailing space" into jb-mr1-devTadashi G. Takaoka2012-09-124-30/+30
|\ \ \ \ \
| * | | | | Cosmetic change to remove trailing spaceTadashi G. Takaoka2012-09-134-30/+30
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: If8c00c763f815d5eb97e18b19060c63d321ccd61
* | | | | Fix an issue on FP calculation diff of osx and linuxSatoshi Kataoka2012-09-133-9/+20
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sugar on mac result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> sugar on linux result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> Change-Id: I4cd39becb0de4076dd37d870adda6463a96de424
* | | | Move constants and comments.Yuichiro Hanada2012-09-133-282/+325
|/ / / | | | | | | | | | Change-Id: Ifd66bda7d528827ba61c60531121ea206a2325be
* | | Merge "Make Latin IME aware of its surrounding text." into jb-mr1-devJean Chalard2012-09-122-9/+203
|\ \ \
| * | | Make Latin IME aware of its surrounding text.Jean Chalard2012-09-122-9/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a preparatory change for Bug: 4967874 Bug: 6617760 Bug: 6950087 Change-Id: I3abf8e45c0d02c42491421f108370220134b9602
* | | | Merge "Use offscreen bitmap buffer to draw gesture preview trail" into ↵Tadashi G. Takaoka2012-09-123-24/+55
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | Use offscreen bitmap buffer to draw gesture preview trailTadashi G. Takaoka2012-09-123-24/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7042741 Change-Id: Ie3d7054e786938dc501c7aa2ffc96b5924a7967b
* | | | | Add put method to FusionDictionaryBufferInterface.Yuichiro Hanada2012-09-122-0/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: Iac0b35d2da05e81237d105e8fe13c56d16038de1
* | | | | Output detailed log in ProximityInfoStateSatoshi Kataoka2012-09-121-0/+21
|/ / / / | | | | | | | | | | | | Change-Id: If6a254e2a116d1b6812f448d38139b7656168be6
* | | | Add missing MoreKeySpec.hashCodeTadashi G. Takaoka2012-09-121-1/+26
| | | | | | | | | | | | | | | | | | | | Bug: 7149235 Change-Id: I14ba1017dffccc690e24289052a3ad7265a5f5f7
* | | | Merge "When Accessibility is on, intercept touch events during dispatch." ↵Charles Chen2012-09-112-8/+13
|\ \ \ \ | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | When Accessibility is on, intercept touch events during dispatch.alanv2012-09-102-8/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows Accessibility code to safely inject events into onTouchEvent() without accidentally intercepting them. Bug: 7137557 Change-Id: Ie4fa8e3be5b1bb84f57c6254feab1129cb89998f
* | | | Stabilize gesture recognition algorithm that looks for the nearest key.Ken Wakasa2012-09-112-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | It relies on the order of the key array. Change-Id: I58fa71a7b330e59cd774fc208e5b6bc1a3decd2e
* | | | Merge "Stop auto-correcting non-whitelisted one-char strings" into jb-mr1-devJean Chalard2012-09-112-5/+7
|\ \ \ \
| * | | | Stop auto-correcting non-whitelisted one-char stringsJean Chalard2012-09-112-5/+7
| |/ / / | | | | | | | | | | | | | | | | Bug: 7134017 Change-Id: I75cf474dedafda3e1683dd8f7740c13aafdcf5ab
* | | | Merge "Debug flag" into jb-mr1-devSatoshi Kataoka2012-09-112-2/+14
|\ \ \ \
| * | | | Debug flagSatoshi Kataoka2012-09-112-2/+14
| |/ / / | | | | | | | | | | | | Change-Id: Ied846162fd5052a33fd3c8596e73dfdd48c446ee
* / / / Remove an unused file.Ken Wakasa2012-09-111-71/+0
|/ / / | | | | | | | | | Change-Id: I422d27aae063c4eb17d0e00277cf4492e5b4986e
* | | Merge "Add debug utils for geometric input" into jb-mr1-devSatoshi Kataoka2012-09-101-0/+20
|\ \ \
| * | | Add debug utils for geometric inputSatoshi Kataoka2012-09-101-0/+20
| | | | | | | | | | | | | | | | Change-Id: If01bd5593cfc7428572aa43253d6d72409ac6b8e
* | | | Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-devSatoshi Kataoka2012-09-101-0/+4
|\| | |
| * | | Add DEBUG_GEO_FULL flagSatoshi Kataoka2012-09-101-0/+4
| | | | | | | | | | | | | | | | Change-Id: Ibf8eb5fc2056fd138e9e6af1c13fbc065b44a6f1
* | | | Merge "Have makedict support the new file format." into jb-mr1-devJean Chalard2012-09-101-27/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Have makedict support the new file format.Yuichiro Hanada2012-09-101-27/+21
| | | | | | | | | | | | | | | | Change-Id: Idcbba71b397f87a5d59e16bb4061d62261c73282
* | | | Merge "Variable type cleanups" into jb-mr1-devKen Wakasa2012-09-102-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Variable type cleanupsKen Wakasa2012-09-102-9/+8
| | | | | | | | | | | | | | | | Change-Id: I5d892494200c09f8cb8a46c327c29bbd63eab093
* | | | Merge "Add new binary dictionary format." into jb-mr1-devKen Wakasa2012-09-103-63/+210
|\ \ \ \ | |/ / / |/| | |
| * | | Add new binary dictionary format.Yuichiro Hanada2012-09-103-63/+210
| | | | | | | | | | | | | | | | Change-Id: Ia99411d4009857d5e420ca87ef8acf1f1826d3ed
* | | | Merge "Fix backtrace tool" into jb-mr1-devSatoshi Kataoka2012-09-091-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix backtrace toolSatoshi Kataoka2012-09-101-4/+7
| | | | | | | | | | | | | | | | Change-Id: Icc0e8ad94331e62a569183fa05ada335dcc5e26a
* | | | Fix dicttool_aosp buildKen Wakasa2012-09-102-5/+6
|/ / / | | | | | | | | | Change-Id: Iabcf420b4120e3d275fdbcb23939a0ab6052ddf0
* | | Check the length of the word when add to FusionDictionary.Yuichiro Hanada2012-09-104-2/+18
| | | | | | | | | | | | Change-Id: Id98d18e90a8b83b597507728b467f56888c8fd12
* | | Fix the condition of continuation for gesture input and make ↵Keisuke Kuroyanagi2012-09-072-22/+70
| | | | | | | | | | | | | | | | | | ProximityInfoState incremental. Change-Id: I69ad295b660e0c4ba5bb29c8d3d8805291ec43a8
* | | Merge "Fix bimanual gesture preview trail" into jb-mr1-devTadashi G. Takaoka2012-09-073-22/+20
|\ \ \
| * | | Fix bimanual gesture preview trailTadashi G. Takaoka2012-09-073-22/+20
| | | | | | | | | | | | | | | | | | | | Bug: 7122288 Change-Id: I9f0aabe08628880a8439bfda98844ae60206b8de
* | | | Merge "Fix bug of sampling and become to save corner points for geometric ↵Ken Wakasa2012-09-071-15/+24
|\ \ \ \ | | | | | | | | | | | | | | | input." into jb-mr1-dev
| * | | | Fix bug of sampling and become to save corner points for geometric input.Keisuke Kuroyanagi2012-09-071-15/+24
| |/ / / | | | | | | | | | | | | Change-Id: I6278a1f7fdcc897c1d6c8d4c8e53730087cc2e5e
* / / / Add comments for meaningless linesKen Wakasa2012-09-072-2/+2
|/ / / | | | | | | | | | Change-Id: I20ebe246f6980fd3054c2c7e98b5150eaabbcc77
* | | Merge "The processNextKey becomes to use actual average duration." into ↵Satoshi Kataoka2012-09-062-27/+31
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | The processNextKey becomes to use actual average duration.Keisuke Kuroyanagi2012-09-062-27/+31
| | | | | | | | | | | | | | | | Change-Id: I35d8915eb113e513ce8c9f979dbdb8b0b013db50
* | | | Merge "Fix one-off bugs reported by Valgrind" into jb-mr1-devJean Chalard2012-09-062-6/+6
|\ \ \ \
| * | | | Fix one-off bugs reported by ValgrindJean Chalard2012-09-062-6/+6
| |/ / / | | | | | | | | | | | | | | | | Bug: 7108990 Change-Id: I40ba30f50a26b65bcac905fc005ad6bb9cb034cc
* | | | Merge "Add tests for readDictionaryBinary with byte array." into jb-mr1-devKen Wakasa2012-09-062-57/+110
|\ \ \ \
| * | | | Add tests for readDictionaryBinary with byte array.Yuichiro Hanada2012-09-062-57/+110
| | | | | | | | | | | | | | | | | | | | Change-Id: I2c2815e9d4867687fb3f5b0c661e6162b88c0a0c
* | | | | Merge "Revise gesture preview trail design" into jb-mr1-devTadashi G. Takaoka2012-09-065-39/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revise gesture preview trail designTadashi G. Takaoka2012-09-065-39/+65
| |/ / / | | | | | | | | | | | | | | | | Bug: 7042741 Change-Id: I99e3b3a6fc52afaee3cc5daf371131c3afebb3ae
* | | | Merge "Refactor BinaryDictIOTests." into jb-mr1-devKen Wakasa2012-09-061-49/+51
|\ \ \ \