Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor on the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018 | 2013-07-31 | 1 | -5/+5 | ||
* | Merge "Fix an NPE" | 2013-07-29 | 1 | -2/+2 | ||
|\ | ||||||
| * | Fix an NPE•••Also make mSuggest private for more security. Bug: 10045657 Change-Id: I712505e4d2a2606efff5d09ba9b4c656f9e7c7a9 | 2013-07-29 | 1 | -2/+2 | ||
* | | Fix build•••Change-Id: Iea21c449c4a2f36f7f6cde28cb295432838862aa | 2013-07-29 | 1 | -4/+6 | ||
|/ | ||||||
* | Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 | 2013-07-26 | 2 | -2/+2 | ||
* | Make RunInLocale as top-level class•••Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44 | 2013-07-24 | 3 | -9/+8 | ||
* | Move subtype related utility class to utils package•••Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df | 2013-07-24 | 1 | -99/+106 | ||
* | Fix KeySpecParserSplitTests•••Change-Id: Icf4525c735cda0330a3bd0f9628165ec722b64a8 | 2013-07-23 | 2 | -3/+7 | ||
* | Fix NPE in SubtypeLocale.getSubtypeDisplayName•••This change moves the methods that create the subtype display name for spacebar from MainKeyboardView to SubtypeLocale class, and consolidates SpacebarTextTests with SubtypeLocaleTests. Bug: 9962955 Change-Id: Ifa0a08ff80bc30753a213c2feb471599ca63fa66 | 2013-07-23 | 2 | -334/+141 | ||
* | Merge "Fix IllegalArgumentException in MoreKeysKeyboard" | 2013-07-19 | 2 | -2/+2 | ||
|\ | ||||||
| * | Fix IllegalArgumentException in MoreKeysKeyboard•••It seems that MainKeyboardView.getMeasuredWidth() returns weird value. Using KeyboardId.mWidth as main keyboard width may resolve the issue. Bug: 9684622 Change-Id: I975bfb934b8d2448e72555a3ccae0123341186b9 | 2013-07-19 | 2 | -2/+2 | ||
* | | Move a couple classes to the utils package•••Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442 | 2013-07-19 | 2 | -2/+2 | ||
|/ | ||||||
* | Merge "Small debug helper" | 2013-07-16 | 1 | -0/+11 | ||
|\ | ||||||
| * | Small debug helper•••So that I don't have to find out everything again each time the test facility finds a case that does not work, and I want to dump the output to a combined file. Change-Id: I9f77f86055d1609c2e37747ac47421db1ba2498e | 2013-07-16 | 1 | -0/+11 | ||
* | | Add a test for user history for switching languages.•••testStressTestForSwitchingLanguageAndAddingWords took 101996 ms Bug: 6669677 Change-Id: I62849674147e4845955060124221da8211e9b3ca | 2013-07-16 | 1 | -1/+51 | ||
|/ | ||||||
* | Change how the length of the random words are chosen.•••This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52 | 2013-07-04 | 1 | -4/+13 | ||
* | Have random words stick to a restricted (random) charset•••Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9 | 2013-07-04 | 1 | -14/+26 | ||
* | Add a two-args constructor to BinaryDictIOTests•••Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8 | 2013-07-04 | 1 | -6/+8 | ||
* | Handling key repeat by emulating key press and code input•••This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959 | 2013-07-02 | 3 | -51/+158 | ||
* | Merge "Add args to dicttool test." | 2013-07-01 | 1 | -6/+9 | ||
|\ | ||||||
| * | Add args to dicttool test.•••Change-Id: I0667e0a5a6f6db3964cfcca5c8f083b9ceb41a2e | 2013-07-01 | 1 | -6/+9 | ||
* | | Merge "Move Range out of RichInputConnection and rename it." | 2013-07-01 | 1 | -4/+4 | ||
|\ \ | ||||||
| * | | Move Range out of RichInputConnection and rename it.•••Range has grown a bit too big to stay an internal class. Change-Id: Ic3fbc48a5d10776eedd7559c4d696e5926b88288 | 2013-07-01 | 1 | -4/+4 | ||
| |/ | ||||||
* / | Do not re-resume suggestion if it's not needed.•••This is much better interface-wise. It eliminates all blinking of the line in the practice. Bug: 8874148 Bug: 8864306 Change-Id: I87754e44784327c2e9c8b162d598d145e20668e8 | 2013-07-01 | 1 | -0/+93 | ||
|/ | ||||||
* | Ignore spans that are not the right size.•••Bug: 8839763 Bug: 8862327 Change-Id: I5d49c86edcbc0fc1b2b147856437cfbadd678377 | 2013-06-26 | 1 | -3/+121 | ||
* | Merge "Move util classes to the latin/utils directory" | 2013-06-24 | 18 | -22/+31 | ||
|\ | ||||||
| * | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 18 | -22/+31 | ||
* | | Fix tests for Ia78d3540•••Bug: 9550023 Change-Id: I13f4411573ff7b2564e88fc9b9a8d801dde23019 | 2013-06-24 | 1 | -0/+1 | ||
|/ | ||||||
* | Add tests to dicttool test.•••Bug: 8526576 Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba | 2013-06-20 | 3 | -6/+11 | ||
* | Move Base64Reader to utils package•••Change-Id: Id46898c5cae268f05850d79938929b7707f27320 | 2013-06-05 | 1 | -0/+225 | ||
* | Merge "Add CsvUtils that conform to RFC 4180" | 2013-06-05 | 1 | -0/+424 | ||
|\ | ||||||
| * | Add CsvUtils that conform to RFC 4180•••Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92 | 2013-06-05 | 1 | -0/+424 | ||
* | | Add CODE_CAPSLOCK for long press shift key•••This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad | 2013-06-04 | 2 | -19/+7 | ||
|/ | ||||||
* | Rename methods for readability•••Change-Id: I8fc2c90cf8d3dce11740f8e61edf6dfde9b1c116 | 2013-06-03 | 1 | -8/+8 | ||
* | Merge "Make unit test independent from test device locale" | 2013-05-28 | 2 | -7/+29 | ||
|\ | ||||||
| * | Make unit test independent from test device locale•••Bug: 9112465 Change-Id: I4fe39bebf130799397485dbe6d23199a29a8641e | 2013-05-28 | 2 | -7/+29 | ||
* | | Merge "Fix unit test assert helper method" | 2013-05-28 | 3 | -50/+70 | ||
|\ \ | ||||||
| * | | Fix unit test assert helper method•••Change-Id: Id03bf0910708d07b45286dccf8f2bfc97a362ba0 | 2013-05-28 | 3 | -50/+70 | ||
| |/ | ||||||
* | | Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs" | 2013-05-28 | 1 | -17/+16 | ||
|\| | ||||||
| * | Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs•••Change-Id: I16e3f3ebc43772cfd96c824afeddfd225404b857 | 2013-05-28 | 1 | -17/+16 | ||
* | | Merge "Rename commaConcatinatedText to commaSplittableText" | 2013-05-28 | 1 | -24/+24 | ||
|\ \ | ||||||
| * | | Rename commaConcatinatedText to commaSplittableText•••This is a follow up of I5a32882a08. Change-Id: I9f0cda2167811f6bba2af042fbde0a821b4cfecd | 2013-05-28 | 1 | -24/+24 | ||
* | | | Merge "Check all regexp patterns in ResourceUtils.getDeviceOverrideValue" | 2013-05-28 | 1 | -37/+47 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Check all regexp patterns in ResourceUtils.getDeviceOverrideValue•••This change also fixes a regexp error of Galaxy S III. Change-Id: I42a4780bbfd2b083f4e27e61ec513aa875907344 | 2013-05-28 | 1 | -37/+47 | ||
| |/ | ||||||
* / | Rename "csv" in StringUtils to "commaConcatenatedText"•••Change-Id: I5a32882a088e4ff5bfe973a86465d6ff839113d9 | 2013-05-28 | 1 | -28/+33 | ||
|/ | ||||||
* | Add smoothing utils / matrix libs•••Bug: 8556775 Change-Id: I7e0516b344937b84b7d57cc4e5009b7f88e7dc98 | 2013-05-27 | 2 | -0/+129 | ||
* | Use Locale.ROOT for locale neutral operations•••Bug: 9112465 Change-Id: I6cd63007287b5a1a57cfbabff35d53f66fc5620e | 2013-05-24 | 1 | -7/+7 | ||
* | Remove unnecessary methods of KeyboardSwitcher•••Change-Id: Idd3647bb1a1d40df8bb89eda715d45427a58d0cd | 2013-05-22 | 1 | -5/+0 | ||
* | Don't process recorrection or resets when not shown•••Bug: 8954116 Change-Id: Ica27dbfc570643bb81e6cdf34cc7c796ea080d71 | 2013-05-15 | 2 | -2/+26 | ||
* | Back to previous keyboard layout by canceling sliding input•••Bug: 8915171 Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d | 2013-05-14 | 3 | -39/+288 |