aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BinaryDictionaryFileDumper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-08Revert "Use right arrow for the commit indicator"•••This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514 Yohei Yukawa1-16/+10
2014-09-08Fix a bug with the Greek question mark.•••Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599 Jean Chalard5-5/+67
2014-09-08Implement Floating Action Button more keys keyboard•••Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429 Tadashi G. Takaoka10-3/+117
2014-09-07Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.•••Change-Id: I1588448154d086569cb026825fdc36cd1812a582 Mohammadinamul Sheik3-0/+18
2014-09-08Move more keys divider to MoreKeysKeyboardView•••Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c Tadashi G. Takaoka9-27/+49
2014-09-05Resolve an old TODO.•••This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023 Jean Chalard4-30/+37
2014-09-05Remove DicNode.getPtNodePos().•••Bug: 14425059 Change-Id: If6e291d23e68342792febb85f8a576ce785b3845 Keisuke Kuroyanagi6-36/+20
2014-09-05Fix a bug where CAPS_WORDS would not be returned.•••Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caefJean Chalard2-1/+14
2014-09-05Refactor action label/icon definitions•••Bug: 15782668 Change-Id: Ibf1205d46e9293d516a56030ba10841128f57450 Tadashi G. Takaoka7-268/+292
2014-09-05Create donottranslate debug settings string resources file•••This is a follow up of the I26e4d292de. Bug: 15678343 Bug: 17385083 Change-Id: I2c2b08b8dd991ac981aa8f8c8436de9e4399da5f Tadashi G. Takaoka4-41/+60
2014-09-04Import translations. DO NOT MERGE•••Change-Id: I054d5673b4b3fcb9303e53c8409f3ba26226e335 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-04Import translations. DO NOT MERGE•••Change-Id: I33d3e1e6dc9695ef779be31952ba4126d5233df2 Auto-generated-cl: translation import Baligh Uddin73-1/+95
2014-09-04Import translations. DO NOT MERGE•••Change-Id: I198c14a1374a0b61bf5aa3cdf013fca8260bc97f Auto-generated-cl: translation import Baligh Uddin73-2972/+1336
2014-09-04Import translations. DO NOT MERGE•••Change-Id: I5407b6fcae6f12cd6f27c1a621a57b13d71d3891 Auto-generated-cl: translation import Baligh Uddin57-0/+76
2014-09-04Import translations. DO NOT MERGE•••Change-Id: I7fbf4df1000e05cbd5a12a95bd60d36b5eac14d9 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-04[ML4] Rename Dictionaries to DictionaryGroup•••We're going to have multiple DictionaryGroup objects and it would be very confusing to have this class name a plural. Change-Id: I8f5c621459ede49f245be26097fe71f44289761c Jean Chalard1-54/+54
2014-09-04Add HeaderReadWriteUtilsTest•••Change-Id: I08aeaa3e5852008874e38ed4799ab8989759e861 Keisuke Kuroyanagi4-2/+82
2014-09-04Update active key backgrounds•••Bug: 15681452 Change-Id: I05f06b35748d090a58f3524df719586093431d07 Tadashi G. Takaoka16-0/+0
2014-09-04Add unit tests for enter key's more keys•••Bug: 15681452 Change-Id: I3070c46bb2c0cb8ccaae66eaea132b41c567e135 Tadashi G. Takaoka3-0/+380
2014-09-03Add shared abstract test class for action label test•••Bug: 15681452 Change-Id: I0ad21e6979aed1b5c8c210399c4edfd5993adbdc Tadashi G. Takaoka3-154/+179
2014-09-03Update spacebar background for Material•••Bug: 17318036 Change-Id: Iaa091b525433d56db9aca9e0301f3727ce392605 Tadashi G. Takaoka20-6/+6
2014-09-03Add new value "spacebar" to Key.backgroundType attribute•••Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612 Tadashi G. Takaoka8-8/+32
2014-09-03Removes "customAction" value from Key.backgroundType attribute•••Bug: 17318036 Change-Id: I6a36d50ba2e69eafbb0faa049014281bd4d4ddfc Tadashi G. Takaoka4-15/+0
2014-09-03Add new "keyboardTheme" <case> predicator•••Bug: 17318036 Change-Id: Ief386c84969d8646fb5cfe2050a2f59a7db16c88 Tadashi G. Takaoka9-22/+75
2014-09-03Use word id to get code ponits of the word.•••Bug: 14425059 Change-Id: I81accffcdf5abe447c33ffc3a8e8315f9a4cde7f Keisuke Kuroyanagi9-29/+31
2014-09-03Use word id to get shortcut iterator.•••Bug: 14425059 Change-Id: I1b35a139bd29f70b328cbc82648783b99f633d72 Keisuke Kuroyanagi8-15/+17
2014-09-03Make dictionary structure policy return shortcut iterator.•••Bug: 14425059 Change-Id: I0da22c41f818673430c285103af340397aaba9fb Keisuke Kuroyanagi9-25/+39
2014-09-03Follow up API signature change•••This is a follow up CL for API signature change in I772c48ff18918e48a81e807b48ff907614485c09 BUG: 17320996 Change-Id: Ic8b6162bda12bf74fae79af212c5d81c400eb9e8 Yohei Yukawa3-21/+19
2014-09-03Attempt 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 Jatin Matani7-60/+170
2014-09-03Fix: Missing include.•••Change-Id: I23cb5fffa474d916f3e80b951bfb30902498e043 Keisuke Kuroyanagi1-0/+1
2014-09-03Use word id for methods related to n-grams.•••Bug: 14425059 Change-Id: I81e5d3793527776d3c9faa5594005ddbd4a71354 Keisuke Kuroyanagi20-239/+252
2014-09-03Fix depedency of debug settings•••This is a follow of the I26e4d292de. Bug: 15678343 Change-Id: I364d6df386cf32102e4ebb0151d18e49dcc5bd2cTadashi G. Takaoka1-6/+6
2014-09-03Add CharUtilsTest.•••Change-Id: I69b57d88a5376393b5d09d8b8e056c82cb8b8a3c Keisuke Kuroyanagi4-15/+138
2014-09-02Follow API signature change in CursorAnchorInfo•••This is just a follow up CL for Ia8cbb9f6b41cd9509fc0147fd68763df. No behavial change is intended. BUG: 17200900 Change-Id: Iba23b731ebde64ec2e816c5b4bef1d93632fce1e Yohei Yukawa2-33/+16
2014-09-02Add DamerauLevenshteinEditDistancePolicyTest•••Change-Id: Ia36bc6ddd0ec553fee151153061428c7c66d32d2 Keisuke Kuroyanagi2-0/+66
2014-09-02Add theme aware key popup preview animation•••Bug: 15678343 Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60 Tadashi G. Takaoka18-120/+352
2014-09-02Add GeometryUtilsTest.•••Change-Id: I6ea9ef137c2930ca8e8745fec829b9bcaf1d10b9 Keisuke Kuroyanagi3-6/+92
2014-09-02Fix missing Material light more keys' background•••Bug: 15782668 Change-Id: I8b59d8a4dabe03418e520c18d5d64e2d10f4cae2 Tadashi G. Takaoka2-2/+22
2014-09-01Import translations. DO NOT MERGE•••Change-Id: I7f8ff7d676862ccba5c3f4bf4675d8252e6669db Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-01Import translations. DO NOT MERGE•••Change-Id: Ic84804506b360a3d1d756f907be7f3dcedf26a23 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-01[ML3] Put the locale in SuggestedWordInfo•••...and remove it from SuggestionResults. Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd Jean Chalard9-35/+36
2014-09-01[ML2] Small refactoring•••Change-Id: I1283d666b8904ff4e6c012332bdbc9c0c13df415 Jean Chalard1-5/+1
2014-09-01Import translations. DO NOT MERGE•••Change-Id: I22838cac91bf6d759de646b551a2784e5461326d Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-01Add 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 David Faden3-2/+20
2014-08-29Use right arrow for the commit indicator•••Change-Id: I5074acd2eec451f77b47378bf9a5f7a14c792ce6 Yohei Yukawa1-10/+16
2014-08-29Show the commit indicator only for word to be auto-corrected•••Change-Id: I61e25b960ae083857efc2704498a0761e0965ad3 Yohei Yukawa1-1/+1
2014-08-29StatsUtilsManager should be initiated(#onCreate) before loadSettings.•••Change-Id: I9002b4afb023e55ab251ea070ec0b7a6ace99261 Jatin Matani1-1/+1
2014-08-29Support multiple locales in distractor filter.•••Bug: 16547557 Change-Id: I4aba278eb4114e0075f3f8b38c7e132743927fa8 Keisuke Kuroyanagi1-63/+66
2014-08-29Fix: PersonalizationDictionaryTests.•••Change-Id: I2196c53d8e3ac3ab4c6c2f8e9320489b3a8bacd2 Keisuke Kuroyanagi1-1/+1
2014-08-29Support RTL layout in custom input style settings•••Bug: 17322353 Change-Id: I3b211ab8729121271563a8a243558a58ee7847c2 Tadashi G. Takaoka3-40/+94