aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-30Remove the "deprecated" classesKen Wakasa21-3917/+7
bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
2012-03-30Cleanup Slavic keyboard resourcesTadashi G. Takaoka21-73/+144
* Name keylabel_for string based on layout and position * Move all default resources to individual donottranslate-morekeys.xml And empty the default resources. This is much easier to maintain * Rename scandinavian resource name to nordic Change-Id: I34c43238d0cc4e9773a6d355f73a1fe11589e23e
2012-03-30Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9Ken Wakasa23-1/+1
Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65
2012-03-29improve ResearchLogger performanceKurt Partridge2-5/+31
also demonstrate proposed logpoint invocation Bug: 6188932 Change-Id: Ib6a7a196fe2e5f8184d26d1e0e3e91b404454112
2012-03-29Import translations. DO NOT MERGEEric Fischer49-50/+98
Change-Id: Ieca91db4e16672a88d70d2f87d965f5382b18e05
2012-03-29Don't send touch coordinates if proximity characters correction is disabledTadashi G. Takaoka42-50/+176
Bug: 6225317 Change-Id: I4fa65e020d838f53066d4a071f58fb6f40583e0b
2012-03-29Separate leftward arrow from "add to dictionary" hint textTadashi G. Takaoka3-3/+48
Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a
2012-03-29Fix some obvious compiler warningsTadashi G. Takaoka10-21/+18
Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d
2012-03-29Fix race condition while changing the system localeTadashi G. Takaoka1-5/+7
Bug: 6128216 Change-Id: Ie153e3eb18feeb97aada6a7708075f5152f11999
2012-03-28make ResearchLogger log write onlyKurt Partridge1-0/+1
Bug: 6188932 Change-Id: I8a8f944b1d4ee858d5ecaad0d3adc6dc7af54f68
2012-03-28Import translations. DO NOT MERGEEric Fischer2-3/+3
Change-Id: I9efc30a04a541a96ddd068d3aa9af8d65b6d7ace
2012-03-28Change shifted key of quote on AZERTY phone to question markTadashi G. Takaoka1-1/+1
Bug: 6242861 Change-Id: I8d05d68c2211682d20b0f32966b30212da9f28c7
2012-03-28Remove useless adding of shortcut as unigrams.Jean Chalard1-4/+0
Change-Id: I1f50ebf00d6dd0dad4114fad86ace5b7b304613a
2012-03-28Add read support for string shortcuts for makedict.Jean Chalard2-35/+26
Change-Id: I48ee4fc9ac703ad2a680b3cd848de91c415ea3c8
2012-03-28Change the format of the shortcuts in the binary dict.Jean Chalard1-44/+107
This only includes the write part of the change. The read part is coming in a different commit. Change-Id: Iabe7af6cd134462dc19245f5400719920ed31c8f
2012-03-28Fix coordinates of InputTestsBase.typeTadashi G. Takaoka2-8/+3
Bug: 6225317 Change-Id: I5c9adb3e65e5742680309b4f2d1a9f2b83ce546f
2012-03-28Remove SupportTouchPositionCorrection from subtype extra valueTadashi G. Takaoka13-74/+55
Change-Id: Ieedff9ec212f5567405ca276b0f2194132ba7b0c
2012-03-28Good bye the proximity logic in Java codesatok9-45/+30
Bug: 4343280 Change-Id: I82f7d08703647a3492ce6e2d3b741146df58927e
2012-03-28Do not re-calculate primary code in WordComposersatok1-3/+3
Bug: 4343280 Test: Ib43c0f1d1a19d067ea0 Change-Id: I3393a6099cb7fb824994f4656ccfef884f9c6bc4
2012-03-28Fix AIOOBEsatok3-15/+20
Bug: 6236912 Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
2012-03-28Shorten maximum keyboard height to 46% of display heightTadashi G. Takaoka3-3/+3
Change-Id: Ie71a7c085bfea4d45c078914eace20aa487f5354
2012-03-27Import translations. DO NOT MERGEEric Fischer1-3/+3
Change-Id: I5baced3e7a0d3a8721b20d1198bae403e5f8b71d
2012-03-27Tighten up the "define" classes.Ken Wakasa2-2/+10
Change-Id: I854b1dd56b676d0a492a15c16bfe4c6a1bcccdf7
2012-03-27Use FontMetrics.top and padding to place keyHintLetterTadashi G. Takaoka1-2/+4
Bug: 6225638 Change-Id: Ia3680d84bd1e7ccbdb87aedca106641c6d270677
2012-03-27Put a misspelled flag if the word is not valid by the same logic of Android ↵satok2-11/+25
spell checker. Bug: 6222722 Currently, the flags of the suggestion span from the Latin IME is different from the flags from Android spell checker. Change-Id: I2f7a54ae0d63235a0b94e039109ab8b2f1311055
2012-03-27ongoing cleanup 2satok4-39/+39
Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
2012-03-27More readable more keys definitions for English keyboardTadashi G. Takaoka1-8/+42
Change-Id: I6fdb818e8dcb1224fa3ae838ab8264fa927fbb50
2012-03-27Add Icelandic keyboardTadashi G. Takaoka3-0/+122
Bug: 6150881 Change-Id: I8dedbea96f1bc9de30f5f13b0f3479dd55a33469
2012-03-27Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ↵Ken Wakasa6-182/+32
ResearchLogger Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f
2012-03-26Import translations. DO NOT MERGEEric Fischer1-1/+1
Change-Id: Icbb05d5cbdfae8509610cd8270198181499e46ab
2012-03-26Fix Farsi keyboardTadashi G. Takaoka16-35/+677
Bug: 5456620 Change-Id: Ia54f084fbc7a238aeda1df234c723d9e675ce62f