Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Read the group count correctly from the binary format" | 2012-01-16 | 1 | -12/+34 | |
|\ | |||||
| * | Read the group count correctly from the binary format•••...in makedict, for reverse makedict. Change-Id: I74774b50998eb605e8091d95cebdda6ad7f5fce3 | 2012-01-16 | 1 | -12/+34 | |
* | | Merge "Add more KeyboardState unit test cases" | 2012-01-16 | 1 | -24/+318 | |
|\ \ | |/ |/| | |||||
| * | Add more KeyboardState unit test cases•••Bug: 5708602 Change-Id: Ib9d2b7a2878f78adecc857fd569fba8965cf4a03 | 2012-01-16 | 1 | -24/+318 | |
* | | Merge "Store suggestions for each input length for missing space algorithm etc." | 2012-01-16 | 7 | -65/+99 | |
|\ \ | |||||
| * | | Store suggestions for each input length for missing space algorithm etc.•••Change-Id: Ief8f6ddd29e043744863e5b9be3a51a70987291c | 2012-01-16 | 7 | -65/+99 | |
* | | | Merge "Write multi-byte chargroup count to the binary dict" | 2012-01-16 | 1 | -14/+36 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Write multi-byte chargroup count to the binary dict•••Change-Id: I093739933652c1e8c70c06f92077d1e3dbd7d7da | 2012-01-16 | 1 | -14/+36 | |
* | | | Merge "Add auto caps function simulation to MockKeyboardSwitcher" | 2012-01-16 | 1 | -6/+10 | |
|\ \ \ | |||||
| * | | | Add auto caps function simulation to MockKeyboardSwitcher•••Change-Id: I049c224994a37121de031b9fd61edb52eb912e20 | 2012-01-16 | 1 | -6/+10 | |
* | | | | Merge "Read multi-byte char group counts" | 2012-01-15 | 2 | -3/+6 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Read multi-byte char group counts•••Change-Id: Idc62382f1c814e9bd1466c9f7dda1fcc8ba4137d | 2012-01-16 | 2 | -3/+6 | |
* | | | | Merge "Make MockKeyboardSwitcher top level class" | 2012-01-15 | 2 | -105/+152 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make MockKeyboardSwitcher top level class•••Change-Id: I52c1bc237c20b8bd49fca2431b83843a6e2af10b | 2012-01-16 | 2 | -105/+152 | |
| |/ / | |||||
* / / | Remove a bunch of obsolete methods.•••Change-Id: I218007bf411489d1d648fd9b8b408c5d27c41811 | 2012-01-16 | 2 | -76/+1 | |
|/ / | |||||
* | | Merge "Don't cache resource value that depends on orientation" | 2012-01-15 | 2 | -3/+8 | |
|\ \ | |||||
| * | | Don't cache resource value that depends on orientation•••Bug: 5794655 Change-Id: Ib324366c772e20bb54aba63c2f4540dc0f9de515 | 2012-01-16 | 2 | -3/+8 | |
* | | | Add a helper method•••Change-Id: I7a898940d5f672bbee0da0c02af7a08297051ec3 | 2012-01-16 | 1 | -0/+10 | |
|/ / | |||||
* / | Update shift state when alphabet keyboard has been set•••Bug: 5857492 Change-Id: I5ef78af21a76e8cf645e223d1ffa6212690bb1eb | 2012-01-16 | 3 | -1/+17 | |
|/ | |||||
* | Merge "Cleanup KeyboardStateTests a bit" | 2012-01-15 | 1 | -40/+85 | |
|\ | |||||
| * | Cleanup KeyboardStateTests a bit•••Move test target KeyboardState into MockKeyboardSwitcher. Change-Id: I0998a5306a59e777360df9d1321b545313b939f9 | 2012-01-16 | 1 | -40/+85 | |
* | | Merge "Fix a native crash with shortcuts" | 2012-01-13 | 1 | -2/+3 | |
|\ \ | |||||
| * | | Fix a native crash with shortcuts•••Creation of the TerminalAttributes object failed to take into account that there may be children on this node. Change-Id: I8224a1a51532d1a40a8555f46425e3744388326b | 2012-01-13 | 1 | -2/+3 | |
| |/ | |||||
* / | Use KeyboardSet for unit test•••Change-Id: I6a08e04628bac0222140e5b1b108f6bcb39859a2 | 2012-01-13 | 5 | -19/+25 | |
|/ | |||||
* | Merge "Remove reference of SubtypeSwitcher and SettingsValues from KeyboardSet" | 2012-01-13 | 3 | -40/+69 | |
|\ | |||||
| * | Remove reference of SubtypeSwitcher and SettingsValues from KeyboardSet•••Change-Id: I6c1150eea5f0a931d01578b0157f06e0aff0cc65 | 2012-01-13 | 3 | -40/+69 | |
* | | Merge "Fix SuggestTests" | 2012-01-13 | 4 | -4/+5 | |
|\ \ | |||||
| * | | Fix SuggestTests•••We need revised scoring test because dictionary look up algorithm has been changed significantly since this SuggestTests was made. Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8 | 2012-01-13 | 4 | -4/+5 | |
* | | | New LOG lib•••Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe | 2012-01-13 | 10 | -70/+74 | |
* | | | Use placement new to construct the queue•••Change-Id: I455f9954165bd4524f2883db7ea24a6fed3015f9 | 2012-01-13 | 3 | -12/+31 | |
| |/ |/| | |||||
* | | Merge "Cleanup UtilsTests" | 2012-01-12 | 1 | -2/+0 | |
|\ \ | |||||
| * | | Cleanup UtilsTests•••Change-Id: I5631d010194423fd3d9c216db760ffa726131977 | 2012-01-13 | 1 | -2/+0 | |
| |/ | |||||
* | | Merge "Fix UserBigramSuggestTests" | 2012-01-12 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Fix UserBigramSuggestTests•••Change-Id: I3363fba44ee70876fd7ba8e27c6ca3c83753b53a | 2012-01-13 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge "Fix SubtypeLocaleTests" | 2012-01-12 | 5 | -35/+22 | |
|\ \ | |||||
| * | | Fix SubtypeLocaleTests•••Change-Id: Id85814aa3bcd9cacbe446b2dfda3ca2ab9146c13 | 2012-01-13 | 5 | -35/+22 | |
| |/ | |||||
* | | Merge "Fix a bug in the logic to show 3 dots of the ime switcher" | 2012-01-12 | 2 | -5/+16 | |
|\ \ | |/ |/| | |||||
| * | Fix a bug in the logic to show 3 dots of the ime switcher•••Bug: 5806103 Change-Id: I67b3f0bb25d5fb9cfb902c03f41ae3e582107187 | 2012-01-13 | 2 | -5/+16 | |
* | | am 201a8ba8: Reconcile with ics-mr1-release•••* commit '201a8ba8531191b133ef4549b9cf0a61818a02d2': | 2012-01-12 | 0 | -0/+0 | |
|\ \ | |||||
| * \ | Reconcile with ics-mr1-release•••Change-Id: I028e92611bbe6a091de34d99aa58e04b5bcf4892 | 2012-01-12 | 0 | -0/+0 | |
| |\ \ | |||||
| | * \ | merge in ics-mr1-release history after reset to ics-mr1 | 2012-01-11 | 0 | -0/+0 | |
| | |\ \ | |||||
* | | \ \ | Merge "Move auto correction thresthold to the native code" | 2012-01-12 | 8 | -128/+148 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Move auto correction thresthold to the native code•••bug: 5858137 Change-Id: Ic4b6270c6e51ef4ed25a6a1d8ddd7fdfa70fd78d | 2012-01-12 | 8 | -128/+148 | |
* | | | | | Merge "Fix a bug where last candidate would not be reset" | 2012-01-11 | 1 | -0/+6 | |
|\ \ \ \ \ | |||||
| * | | | | | Fix a bug where last candidate would not be reset•••Bug: 5851148 Change-Id: Ic270318842d8e16bc62d78d5fe0d6be0ca1fb532 | 2012-01-12 | 1 | -0/+6 | |
* | | | | | | Merge "Add a sanity check" | 2012-01-11 | 1 | -0/+8 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Add a sanity check•••Check if any character is both a magic space swapper and a magic space stripper for the current language, and throw an exception if found. Since this is expensive, it's done only in debug mode. Change-Id: Ibd166db87c91495b76878ea0e4f420a62c7bb276 | 2012-01-12 | 1 | -0/+8 | |
| |/ / / / | |||||
* | | | | | Merge "Change the application name of aosp latin ime" | 2012-01-11 | 2 | -2/+4 | |
|\ \ \ \ \ | |||||
| * | | | | | Change the application name of aosp latin ime•••Change-Id: I96281709736bc20d70e63af170bfb48b5df3f18d | 2012-01-12 | 2 | -2/+4 | |
| |/ / / / | |||||
* | | | | | Remove an excessive parens•••Change-Id: If8aa4253ab0f664e628ed7f4d7a3adc02a898cc7 | 2012-01-12 | 1 | -1/+1 |