Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-09-09 | Remove mHasChildrenPtNodes from DicNodeProperties.•••Bug: 14425059 Change-Id: I3a9511e7f7c3a722f9942f525530f04def5965da | 6 | -23/+13 | |
2014-09-05 | Remove DicNode.getPtNodePos().•••Bug: 14425059 Change-Id: If6e291d23e68342792febb85f8a576ce785b3845 | 6 | -36/+20 | |
2014-09-04 | Add unit tests for enter key's more keys•••Bug: 15681452 Change-Id: I3070c46bb2c0cb8ccaae66eaea132b41c567e135 | 3 | -0/+380 | |
2014-09-03 | Add shared abstract test class for action label test•••Bug: 15681452 Change-Id: I0ad21e6979aed1b5c8c210399c4edfd5993adbdc | 3 | -154/+179 | |
2014-09-03 | Update spacebar background for Material•••Bug: 17318036 Change-Id: Iaa091b525433d56db9aca9e0301f3727ce392605 | 20 | -6/+6 | |
2014-09-03 | Add new value "spacebar" to Key.backgroundType attribute•••Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612 | 8 | -8/+32 | |
2014-09-03 | Removes "customAction" value from Key.backgroundType attribute•••Bug: 17318036 Change-Id: I6a36d50ba2e69eafbb0faa049014281bd4d4ddfc | 4 | -15/+0 | |
2014-09-03 | Add new "keyboardTheme" <case> predicator•••Bug: 17318036 Change-Id: Ief386c84969d8646fb5cfe2050a2f59a7db16c88 | 9 | -22/+75 | |
2014-09-03 | Use word id to get code ponits of the word.•••Bug: 14425059 Change-Id: I81accffcdf5abe447c33ffc3a8e8315f9a4cde7f | 9 | -29/+31 | |
2014-09-03 | Use word id to get shortcut iterator.•••Bug: 14425059 Change-Id: I1b35a139bd29f70b328cbc82648783b99f633d72 | 8 | -15/+17 | |
2014-09-03 | Make dictionary structure policy return shortcut iterator.•••Bug: 14425059 Change-Id: I0da22c41f818673430c285103af340397aaba9fb | 9 | -25/+39 | |
2014-09-03 | Follow up API signature change•••This is a follow up CL for API signature change in I772c48ff18918e48a81e807b48ff907614485c09 BUG: 17320996 Change-Id: Ic8b6162bda12bf74fae79af212c5d81c400eb9e8 | 3 | -21/+19 | |
2014-09-03 | Attempt retry for broken dictionaries•••1. Add retry count column within metadata in dictionary pack. 2. Attempt a retry for download and installation by running StartDownloadAction. 3. If the number retrial are at the threshold, we don't attempt it again. Bug: 15150487 Change-Id: I70720353e5803fccf4728c2aa798883ba75c61e5 | 7 | -60/+170 | |
2014-09-03 | Fix: Missing include.•••Change-Id: I23cb5fffa474d916f3e80b951bfb30902498e043 | 1 | -0/+1 | |
2014-09-03 | Use word id for methods related to n-grams.•••Bug: 14425059 Change-Id: I81e5d3793527776d3c9faa5594005ddbd4a71354 | 20 | -239/+252 | |
2014-09-03 | Fix depedency of debug settings•••This is a follow of the I26e4d292de. Bug: 15678343 Change-Id: I364d6df386cf32102e4ebb0151d18e49dcc5bd2c | 1 | -6/+6 | |
2014-09-03 | Add CharUtilsTest.•••Change-Id: I69b57d88a5376393b5d09d8b8e056c82cb8b8a3c | 4 | -15/+138 | |
2014-09-02 | Follow API signature change in CursorAnchorInfo•••This is just a follow up CL for Ia8cbb9f6b41cd9509fc0147fd68763df. No behavial change is intended. BUG: 17200900 Change-Id: Iba23b731ebde64ec2e816c5b4bef1d93632fce1e | 2 | -33/+16 | |
2014-09-02 | Add DamerauLevenshteinEditDistancePolicyTest•••Change-Id: Ia36bc6ddd0ec553fee151153061428c7c66d32d2 | 2 | -0/+66 | |
2014-09-02 | Add theme aware key popup preview animation•••Bug: 15678343 Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60 | 18 | -120/+352 | |
2014-09-02 | Add GeometryUtilsTest.•••Change-Id: I6ea9ef137c2930ca8e8745fec829b9bcaf1d10b9 | 3 | -6/+92 | |
2014-09-02 | Fix missing Material light more keys' background•••Bug: 15782668 Change-Id: I8b59d8a4dabe03418e520c18d5d64e2d10f4cae2 | 2 | -2/+22 | |
2014-09-01 | Import translations. DO NOT MERGE•••Change-Id: I7f8ff7d676862ccba5c3f4bf4675d8252e6669db Auto-generated-cl: translation import | 1 | -1/+1 | |
2014-09-01 | Import translations. DO NOT MERGE•••Change-Id: Ic84804506b360a3d1d756f907be7f3dcedf26a23 Auto-generated-cl: translation import | 1 | -1/+1 | |
2014-09-01 | [ML3] Put the locale in SuggestedWordInfo•••...and remove it from SuggestionResults. Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd | 9 | -35/+36 | |
2014-09-01 | [ML2] Small refactoring•••Change-Id: I1283d666b8904ff4e6c012332bdbc9c0c13df415 | 1 | -5/+1 | |
2014-09-01 | Add a private IME option to suppress the gesture floating preview text.•••If the option defined by Constants.NO_FLOATING_GESTURE_PREVIEW is set for a text field via EditorInfo.privateImeOptions, the floating gesture preview will be suppressed regardless of the settings preference. Feature request: bug: 17325039 Change-Id: I1a1df194369e8f2d76abd9d84939a057f55f4a1c | 3 | -2/+20 | |
2014-08-29 | Use right arrow for the commit indicator•••Change-Id: I5074acd2eec451f77b47378bf9a5f7a14c792ce6 | 1 | -10/+16 | |
2014-08-29 | Show the commit indicator only for word to be auto-corrected•••Change-Id: I61e25b960ae083857efc2704498a0761e0965ad3 | 1 | -1/+1 | |
2014-08-29 | StatsUtilsManager should be initiated(#onCreate) before loadSettings.•••Change-Id: I9002b4afb023e55ab251ea070ec0b7a6ace99261 | 1 | -1/+1 | |
2014-08-29 | Support multiple locales in distractor filter.•••Bug: 16547557 Change-Id: I4aba278eb4114e0075f3f8b38c7e132743927fa8 | 1 | -63/+66 | |
2014-08-29 | Fix: PersonalizationDictionaryTests.•••Change-Id: I2196c53d8e3ac3ab4c6c2f8e9320489b3a8bacd2 | 1 | -1/+1 | |
2014-08-29 | Support RTL layout in custom input style settings•••Bug: 17322353 Change-Id: I3b211ab8729121271563a8a243558a58ee7847c2 | 3 | -40/+94 | |
2014-08-29 | Fix an IOOB exception•••Bug: 17316001 Change-Id: Iaa2cfd30ebbe0d49e10a5c3a30336e06817d0a8b | 2 | -1/+11 | |
2014-08-29 | Add TerminalPositionLookupTableTest.•••Change-Id: I4a3ab4c94a7759d7f24c7edc9c167fe6bbdd3eb7 | 3 | -1/+78 | |
2014-08-29 | Add DicNodePoolTest.•••Change-Id: I9bec708def3af6bea1c82b9576b80ce1b7901ddc | 2 | -1/+71 | |
2014-08-29 | Use DictionaryFacilitatorLruCache for personalization.•••Bug: 16547557 Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0 | 4 | -39/+57 | |
2014-08-29 | Fix the order of keys on more keys keyboard•••This CL fixes the behavior of !autoColumnOrder!<n> flag in a more keys specification. Formerly the <n> value specifies the maximum number of column of more keys. With this CL, the <n> value specifies the exact number of column of more keys. Bug: 16603887 Change-Id: I2120620fa512ee30043bb146ad675a942a375129 | 5 | -33/+2528 | |
2014-08-28 | Refactor StatsUtils into two components:StatsUtils & StatsUtilsManager•••Bug:16522256 Change-Id: I9cb8129c552159cf17ea5c2656e0988bf0f999f5 | 3 | -15/+49 | |
2014-08-28 | Clear keyboard cache when system locale is changed•••Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e | 6 | -30/+36 | |
2014-08-28 | Add action label tests in other locale than subtype's•••This unit test can catch the bug: 17310080. Bug: 17310080 Change-Id: I931561217647fd558929b954ee1ef58c1d49df07 | 3 | -122/+177 | |
2014-08-28 | Add new attributes to our notification•••Bug: 17167221 Bug: 17128331 Change-Id: I6a045fd2398f40dbdc10c9d20993f7513e1f2cff | 3 | -3/+95 | |
2014-08-28 | Straighten the dead char implementation, take 3.•••Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa | 5 | -24/+465 | |
2014-08-28 | Implement IntArrayView::skip().•••Change-Id: Ib7f13963ac1d9c64eff2c08391154c6a25024126 | 2 | -0/+24 | |
2014-08-28 | Fix Hinglish subtype locale test•••Change-Id: I6fc2fd4f04069485acc432ff957421b85083a344 | 1 | -1/+1 | |
2014-08-27 | Make sure to obtain the IC before requesting CursorAnchorInfo•••RichInputConnection#requestUpdateCursorAnchorInfo must make sure to obtain the input connection before calling methods of it. BUG: 17299587 Change-Id: I8e0cd473a4cc32583cd47634c227d702f7c69c6c | 1 | -2/+8 | |
2014-08-27 | Revert "Straighten the dead char implementation."•••This reverts commit 5ef447aeea97c755008785b36468715922b7ccc1. Reverting because this broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=b6439742-099e-46cb-8f00-d0c602a4d9bb&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ibbd9e11372993f62e630fd9da37158ffcf47c17a | 4 | -463/+24 | |
2014-08-27 | Create DictionaryFacilitatorLruCache.•••This class is separated from AndroidSpellCheckerService Bug: 16547557 Change-Id: I3e58521207395588cecb2977234b89067d6da8c3 | 3 | -114/+245 | |
2014-08-27 | Remove redundant code.•••Change-Id: I173eac15dc128e84893881ec4ee0ad1ad2fce44b | 1 | -2/+0 | |
2014-08-27 | Use IntArrayView for dictionary structure policy.•••Change-Id: I0dc94908259d70d5085ff22abf422d90affb1452 | 11 | -113/+117 |