Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 4 | -15/+18 | |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d | 2012-08-21 | 2 | -4/+5 | |
* | Remove the whitelist dictionary.•••The functionality now lives in the binary dictionary. This finalizes work on Bug: 6906525 Change-Id: Id106d871e8afdf9afa886d2a30bea87ff89f2d24 | 2012-08-17 | 1 | -14/+0 | |
* | Ensure #offer always actually offers something.•••This will allow remaining requests after a call to terminate correctly. Bug: 6963142 Change-Id: Iff67058bb8a39f2f1b468d3894861e8125de6659 | 2012-08-15 | 2 | -3/+29 | |
* | Preemptive anti-deadlock device•••We don't know of any actual bug in the implementation of the pool that may result in a deadlock, but this still implements a means out of a deadlock if one ever arises anyway. It's meant to improve the resilience of the spell checker. Bug: 5441027 Change-Id: I689491090792dbb89110ee56631965c5bb2dc712 | 2012-08-14 | 2 | -7/+27 | |
* | Fix a bug that would prevent spell checking•••java.lang.ArrayIndexOutOfBoundsException: [I offset=0 length=528 src.length=512 com.android.inputmethod.keyboard.ProximityInfo .setProximityInfoNative(Native Method) com.android.inputmethod.keyboard.ProximityInfo .createSpellCheckerProximityInfo(ProximityInfo.java:85) com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService .createDictAndProximity(AndroidSpellCheckerService.java:411) The array was too small with respect with the passed size. Change-Id: I7777d7aecd17375d3fbf82854a66eb7a5a289ce6 | 2012-08-14 | 1 | -0/+1 | |
* | Add a consolidated method to the Dictionary interface (A85)•••Change-Id: I5d79021e69cc738e3013e31764ab0a59e15decdf | 2012-07-10 | 1 | -2/+3 | |
* | Separate ICS-dependent code from the spell checker service•••Bug: 6789576 Change-Id: Ia768258f6fa121c7a7757093eb8a20e665580865 | 2012-07-10 | 2 | -285/+319 | |
* | Create AndroidSpellCheckerSessionFactory•••Bug: 6789576 Change-Id: I6de1e1aa64cf14f38ecb250579418bc518f0d838 | 2012-07-10 | 3 | -2/+28 | |
* | Separate SpellCheckerSession from SpellCheckerService•••Bug: 6789576 Change-Id: I7c55d36afad7ef6046353b3c9e849a54a6dc83ae | 2012-07-10 | 2 | -393/+436 | |
* | Remove WordComposer.add(int, int, int, KeyDetector) method•••Change-Id: Ie6af46acba18a2d1cf3ddd1578d60ded4c90f89a | 2012-07-04 | 1 | -2/+2 | |
* | Remove a meaningless separation (A18)•••Change-Id: I267177044c7d7b0d9119839a11057b2bbf41f75f | 2012-06-26 | 1 | -5/+4 | |
* | Remove the Callback interface for simpler code. (A17)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I009b54fc2e73cadca6734bdca074d033e81f6a2b | 2012-06-26 | 1 | -10/+2 | |
* | Remove the callback argument to getBigrams() (A16)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I7457ac04f8cd4019fb86c986725aae3de1b1a65e | 2012-06-26 | 1 | -1/+1 | |
* | Do away with Utils#addAllSuggestions (A14)•••It's not used any more. Change-Id: Id9da40fdbf7078f3ac647d1368237d6601f5a2ba | 2012-06-26 | 1 | -1/+1 | |
* | Neutralize AndroidSpellChecker.SuggestionsGatherer#addWords (A13)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: Ia54e1e44e1fd4e8ba2c9316928c0595cbe3f933c | 2012-06-26 | 1 | -2/+16 | |
* | Change JNI for Gesture•••Change-Id: I774a0052038d16677f60f7efa11fd266cb5f3088 | 2012-06-25 | 1 | -2/+2 | |
* | Remove deprecated classes.•••Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b | 2012-06-08 | 1 | -33/+19 | |
* | am eead5492: am 769cecf7: Close spell-checking dictionaries in a background t...•••* commit 'eead5492615f0b05ef85ca1f88d3a41ce3f8d496': Close spell-checking dictionaries in a background thread | 2012-06-06 | 1 | -20/+25 | |
|\ | |||||
| * | Close spell-checking dictionaries in a background thread•••Bug: 6584677 Change-Id: Ifd9b0f995f4e0cf4d35a7ecde767826ab976f0b8 | 2012-06-07 | 1 | -20/+25 | |
* | | Cache bigram results in Android SpellChecker•••Bug: 6610579 Change-Id: I255c068f64f99ee80abda49153ed8ea009ca8ad3 | 2012-06-06 | 1 | -8/+24 | |
|/ | |||||
* | Fix a bug where Latin IME crashes on spell checker request•••Bug: 6611183 Change-Id: I8a879feb598e1ac55d73f9cb27e54aa533d3a010 | 2012-06-05 | 1 | -2/+8 | |
* | Merge "Fix a bug where the spellcheck is using the old non-binary contacts di... | 2012-06-04 | 1 | -1/+5 | |
|\ | |||||
| * | Fix a bug where the spellcheck is using the old non-binary contacts dictionary•••Bug: 6607023 Change-Id: I6dc120dea23052a0841e281c20706bfb21fd9876 | 2012-06-04 | 1 | -1/+5 | |
* | | Read the script correctly•••The script of a language presumably does not depend on the country variant. This was how it was made but it was later forgotten and the full locale was registered. Bug: 6542210 Change-Id: Iebc90c546f9c8caf89f8aa6c6a7c4733e5bcba48 | 2012-06-04 | 1 | -4/+6 | |
|/ | |||||
* | Clean up some compiler warnings•••Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc | 2012-05-25 | 1 | -4/+0 | |
* | Add new locales for the spell checker.•••Bug: 6533167 Change-Id: I1581e8446b1af5dc3679e01be16d4fc34af725cc | 2012-05-24 | 1 | -0/+6 | |
* | Support bigram suggestions in Android spell checker•••Bug: 6136291 Change-Id: Ic278153f95b23e9aa180d1d6b5960785766d96e5 | 2012-05-24 | 1 | -1/+28 | |
* | Change to a binary version of the expandable user dictionary.•••Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6 | 2012-05-17 | 1 | -1/+6 | |
* | Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 | 2012-05-16 | 1 | -11/+11 | |
* | Don't auto-correct when there is no main dictionary.•••Bug: 6502485 Change-Id: I5803b0db8552867110587a1140fc03fc2e0eccef | 2012-05-16 | 1 | -1/+1 | |
* | Remove unexpectedly split words with single quotes•••Bug: 6451163 Change-Id: I4c5595f727934f2b401e9bb11a6ba613668f4a42 | 2012-05-11 | 1 | -0/+95 | |
* | Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.•••In conjunction with I596b2deb Change-Id: I42f059158ae78e1c1c807ed4d3688edbcf18c006 | 2012-05-11 | 1 | -1/+4 | |
* | Treat apostrophe as single quote in spell checker•••Bug: 6435348 Change-Id: Iaaac9042e7e6cb21a3f2243bc6e8e055cc24f74d | 2012-05-07 | 1 | -6/+9 | |
* | Cache results of the spell checker•••Change-Id: Ie11cd1b07e069474b140fbaae65fca703adc056f | 2012-04-17 | 1 | -2/+42 | |
* | Pass the previous word to getSuggestions•••This is a preparative change to bug#6313806 Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0 | 2012-04-17 | 1 | -1/+1 | |
* | Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...•••Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60 | 2012-04-13 | 1 | -6/+17 | |
* | Read the dictionary resource in a more sensical place.•••We don't need to pass this down all the way from LatinIME any more. It fetched be done exactly where it needs to be. Change-Id: I9f277f9c4f9de70ae755a1334d86c67bbb24c988 | 2012-04-11 | 1 | -4/+1 | |
* | Add language suffix to main dictionary•••Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46 | 2012-04-11 | 1 | -1/+2 | |
* | Remove the now useless Flag class.•••Change-Id: Ibe45189b73e2606cf77e30da166dd0d45ae47c5c | 2012-04-06 | 1 | -1/+0 | |
* | Change the flags to a boolean in constructors.•••Change-Id: I9939204f3b16346aaebd4d726315ba9c4faf910a | 2012-04-06 | 1 | -12/+1 | |
* | Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 | 2012-04-05 | 1 | -2/+1 | |
* | Use "No language (QWERTY)" for language agnostic QWERTY keyboard name•••Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18 | 2012-04-04 | 1 | -2/+3 | |
* | Remove ArraysCompatUtils•••bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663 | 2012-03-30 | 1 | -2/+1 | |
* | Split a method for reuse•••Change-Id: I9a82e538903f05bedad51bc195866abbd9daf957 | 2012-03-26 | 1 | -1/+5 | |
* | Fix a native crash•••-1 & 0xFFFF is 65536 :p Change-Id: I8ecb882b6d6c5bcc91b52e23eb9cc02b04fcdd34 | 2012-03-23 | 2 | -2/+12 | |
* | Small optimization•••Change-Id: I5dd7c848f2aaec20325e7ee85f27e282e1ba7a85 | 2012-03-23 | 1 | -4/+3 | |
* | Send correct coordinates for the spell checker•••This results in the computation being done in native code and the correct proximity being used. Bug: 6181080 Change-Id: I08fa05c781d607e4feca2caeda353ec19c133a3d | 2012-03-23 | 2 | -5/+25 | |
* | Make some constants more explicit.•••This wasn't very obvious, but the actual values are critical, so make it more readable Bug: 6181080 Change-Id: I07461d2df4c796dad0cb6f5283e41a28036d023c | 2012-03-22 | 1 | -2/+17 | |
* | Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 | 2012-03-08 | 1 | -5/+5 |