aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge "Fix crashes related to setSpan(-1 ... -1) errors"Kurt Partridge2012-12-031-10/+12
| |\ \ \ \ \ \
| | * | | | | | Fix crashes related to setSpan(-1 ... -1) errorsKurt Partridge2012-12-031-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes b/7652661 In some circumstnaces, when hiding the window, the logger tries to capture the TextView contents and restore the cursor position based on the values stored in LatinIME. However, the IME may not know the cursor position. This fix does two things 1) doesn't try to reposition the cursor if the TextView contents are not to be captured, and 2) if the cursor position is unknown (i.e., == -1), doesn't try to move it back. Change-Id: I3976aaccf58c18f892c3a8530218ae52bcac9989
| * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-12-031-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I68e4fa66d5fa8b9160161a079263d89d01c037ee Auto-generated-cl: translation import
| * | | | | | Clean up int types in the Dictionary classKen Wakasa2012-12-033-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49821c00186ce2a282bb23f369eb140b47d6c455
| * | | | | | Clean up int typesKen Wakasa2012-12-034-32/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6819b9d7f00208f47533d7ab3d2e02ca3730981
| * | | | | | Merge "Get rid of special keys from ProximityInfo"Tadashi G. Takaoka2012-12-031-30/+78
| |\ \ \ \ \ \
| | * | | | | | Get rid of special keys from ProximityInfoTadashi G. Takaoka2012-12-031-30/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7601672 Change-Id: I15faa4829b98f7b4dd07013fdd58bc2c527bcd6f
| * | | | | | | Merge "remove invalid comparison"Ken Wakasa2012-12-031-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | remove invalid comparisonSatoshi Kataoka2012-12-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I162c478debe5897be057998bd22924ed487d01af
| * | | | | | | | Merge "Groundwork for sliding key input preview"Tadashi G. Takaoka2012-12-035-41/+93
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Groundwork for sliding key input previewTadashi G. Takaoka2012-12-035-41/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7548583 Change-Id: Id807af31f581c08ff8074ed1f6766337bea9469f
| * | | | | | | | Cancel gesture preview update when gesture typing is canceledTadashi G. Takaoka2012-12-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7594165 Change-Id: I2854a49b2a2e5d3e36cafc5196191359fd2bf003
* | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageSatoshi Kataoka2012-12-031-5/+22
|\| | | | | | | |
| * | | | | | | | Merge "Revert "ResearchLog. Track time of log statements""Kurt Partridge2012-11-303-70/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "ResearchLog. Track time of log statements"Kurt Partridge2012-11-303-70/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bdbe279cecea7a16ef2a5c3b62622eb19e4b18bf Other half of this change couldn't be committed because of a inter-project directory migration. Reverting until things settle down. Change-Id: I3862fc8485dfca6d507f620e905cfa583aa0e39a
| * | | | | | | | | Merge "ResearchLog. Track time of log statements"Kurt Partridge2012-11-303-21/+70
| |\| | | | | | | |
| | * | | | | | | | ResearchLog. Track time of log statementsKurt Partridge2012-11-293-21/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I9f49c36391e1e1773b6d4876d7387c893024f87b
| * | | | | | | | | Merge "ResearchLogger switch word segmentation"Kurt Partridge2012-11-301-5/+5
| |\| | | | | | | |
| | * | | | | | | | ResearchLogger switch word segmentationKurt Partridge2012-11-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a logunit was considered a word only if it was all letters. This is important for tracking bigrams correctly. Now, a logunit must have only at least one letter. The dictionary check is still performed, and punctuation, etc. still comes in as separate LogUnits. But a word can contain a space, which helps set up for logging words where spaces are inserted automatically, and other situations in which text is committed with an additional space tacked onto the end. Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
| * | | | | | | | | Merge "ResearchLogging of segments: groups of LogUnits that are sampled ↵Kurt Partridge2012-11-301-0/+17
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | together"
| | * | | | | | | | ResearchLogging of segments: groups of LogUnits that are sampled togetherKurt Partridge2012-11-291-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200
* | | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageSatoshi Kataoka2012-11-301-1/+1
|\| | | | | | | | |
| * | | | | | | | | Fix offdevice regression test build errorKen Wakasa2012-11-301-1/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I97128108b3bd75c61069517c3f8ce68ecc7bf285
* | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageSatoshi Kataoka2012-11-307-34/+104
|\| | | | | | | |
| * | | | | | | | Merge "Tweak beeline speed"Satoshi Kataoka2012-11-305-30/+99
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Tweak beeline speedSatoshi Kataoka2012-11-305-30/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I77bbd5e1888281e838d87824dc04a574b1a7ecb7
| * | | | | | | | Cancel update batch input timer when gesture typing has been canceledTadashi G. Takaoka2012-11-302-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7594165 Change-Id: I9dc42919bd196c249c79668570004d3f541cc9ec
* | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2012-11-291-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8f02344505277bc6009de4cb8e1cc000a5cbb491 Auto-generated-cl: translation import
* | | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageKen Wakasa2012-11-303-4/+25
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | Merge "ResearchLogger add debugging code"Kurt Partridge2012-11-293-2/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ResearchLogger add debugging codeKurt Partridge2012-11-283-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I03729506984f259dee63f3a66fd91963e3403d16
| * | | | | | | | | Merge "ResearchLogging fix password field collection"Kurt Partridge2012-11-291-2/+5
| |\| | | | | | | | | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ResearchLogging fix password field collectionKurt Partridge2012-11-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password data collection was too "sticky"; the next field wouldn't be collected either. Change-Id: I739a956f663cff33216f83ac453b2a89d8c33dde
* | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageKen Wakasa2012-11-296-114/+213
|\| | | | | | | |
| * | | | | | | | Merge "Add utilities to read header values."Jean Chalard2012-11-292-0/+74
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add utilities to read header values.Jean Chalard2012-11-292-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7540132 Change-Id: I19d85481135e79d8782f711da5cbb3a5a7bc06f8
| * | | | | | | | | Clean up dependency for dicttoolKen Wakasa2012-11-292-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 7635215 Change-Id: Ie50297ab592261390885c593341b6c46161b2e63
| * | | | | | | | | Make RoundedLine member variables as method parameters (Step 5)Tadashi G. Takaoka2012-11-292-78/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib2ade2bf51c293c65fc9206a9a16694e6d18da50
| * | | | | | | | | Make RoundedLine as top level class (Step 4)Tadashi G. Takaoka2012-11-292-88/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id52baefb3d61eb46b3679e1ba3aa7ef7cd020efc
| * | | | | | | | | Consolidate point calculating and path creating methods into one (Step 3)Tadashi G. Takaoka2012-11-291-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id49eee7c38595ea312dc9a63341a376825030035
| * | | | | | | | | Make rounde line algorithm as instance method (Step 2)Tadashi G. Takaoka2012-11-291-42/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia6f41dc0ce7d3f3a1e4a8bbe838835cbdd94e6e9
| * | | | | | | | | Consolidate data and algorithm of calculating rounded line (Step 1)Tadashi G. Takaoka2012-11-291-60/+60
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic6d72b5a34ddfbc55317fa651f78af6f50c9a284
* | | | | | | | | Merge remote-tracking branch 'goog/master' into mergescriptpackageKen Wakasa2012-11-2913-48/+101
|\| | | | | | | |
| * | | | | | | | am faee53c0: (-s ours) Reconcile with jb-mr1.1-release - do not mergeThe Android Open Source Project2012-11-280-0/+0
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | | | | | | | | | | * commit 'faee53c0880c637acd9bf23b4a7aadeeb4a50085': Revert "Correctly add double quote to the space strippers" Revert "Only add spaces automatically when appropriate."
| | * | | | | | Reconcile with jb-mr1.1-release - do not mergeThe Android Open Source Project2012-11-280-0/+0
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | | | | | | | | Change-Id: Ifaf3eb3035bc9be846a9edd3e64cbf3bf6f95f64
| | | * | | | | merge in jb-mr1.1-release history after reset to jb-mr1.1-devThe Android Automerger2012-11-270-0/+0
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | | * | | | merge in jb-mr1.1-release history after reset to jb-mr1.1-devThe Android Automerger2012-11-260-0/+0
| | | | |\ \ \ \
| | | | | * | | | Revert "Correctly add double quote to the space strippers"Ken Wakasa2012-11-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit af7264abb7abfc0dab08d332b10b9ec8a6b48dc6 Change-Id: I5673103c4a0e9c48df563187d2188ca6e2f15877 bug: 7561815
| | | | | * | | | Revert "Only add spaces automatically when appropriate."Ken Wakasa2012-11-164-31/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414