Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd | 2013-07-31 | 1 | -3/+1 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -1/+1 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 1 | -9/+11 | |
* | Clean up SuggestionSpanUtils for API level 14+•••Change-Id: Iadc235524341b48e7618e9ce05907c786409e004 | 2012-12-17 | 1 | -62/+17 | |
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 1 | -12/+7 | |
* | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d | 2012-10-03 | 1 | -2/+2 | |
* | Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 | 2012-08-29 | 1 | -1/+1 | |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 1 | -5/+6 | |
* | Cleanup unused import and dead code•••Change-Id: Ife877620561d29a8f25602916420741186104617 | 2012-08-06 | 1 | -3/+0 | |
* | Do not set "SuggestionSpan"s for suggestions from the next word predicition•••Bug: 6294817 Change-Id: I5010eafa5ba7e947743706adf7e722f4f0cfb415 | 2012-05-15 | 1 | -0/+1 | |
* | Do not pass misspelled flags to TextView•••Bug: 6310268 Original CL: I2f7a54ae0d63235a0b94e039109ab8 Change-Id: I28f64a4d0bb262db819f5f8c0ffc58a259c8e62d | 2012-04-17 | 1 | -6/+1 | |
* | Add isDictionaryAvailable to SubtypeSwitcher•••Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc | 2012-04-12 | 1 | -2/+3 | |
* | Don't draw red underline for manually picked words that came from bigram pred...•••Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9 | 2012-04-05 | 1 | -0/+2 | |
* | Add private constructor to utility classes•••Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41 | 2012-04-03 | 1 | -0/+4 | |
* | Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d | 2012-03-29 | 1 | -1/+1 | |
* | Put a misspelled flag if the word is not valid by the same logic of Android s...•••Bug: 6222722 Currently, the flags of the suggestion span from the Latin IME is different from the flags from Android spell checker. Change-Id: I2f7a54ae0d63235a0b94e039109ab8b2f1311055 | 2012-03-27 | 1 | -7/+25 | |
* | Use the unique flag in SuggestionsView•••Also, the first word in a sugestions list can never be obsolete. Change-Id: Ib21439aac8db4e6ce5b15b7a2aabe4222bc354db | 2012-03-15 | 1 | -1/+0 | |
* | Refactor reflection member•••Change-Id: I112dbf851e10dae9e4291cf440f01b28d51180f4 | 2011-12-06 | 1 | -7/+7 | |
* | Fix a field value for the suggestion max size•••Bug: 5574747 This bug was introduced by I5e40edf6f790c078c4a05d Change-Id: I5b0f51e1f5e8a12d786657167082bc604089505e | 2011-12-05 | 1 | -3/+3 | |
* | Use reflection to get field values of SuggestionSpan•••Bug: 5440299 Change-Id: I5e40edf6f790c078c4a05d0d347a89d63f7c042a | 2011-10-28 | 1 | -7/+23 | |
* | Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing span•••Bug: 5460262 Change-Id: Ibeb875bb885fb663ed23f0299d671e995a66b642 | 2011-10-15 | 1 | -1/+2 | |
* | Put SuggestionSpan as the indicater of the auto-correction•••Bug: 5245468 Change-Id: Ia5609e1b3c69f5553e3632fbce60a55665a5b185 | 2011-10-10 | 1 | -0/+23 | |
* | Do not put the suggestion span for obsolete suggestions.•••Bug: 5219037 Change-Id: I0300fbc7e1cc97f0f8ba4d21e0e699d9fe66ed76 | 2011-08-26 | 1 | -1/+2 | |
* | Refactor of SuggestionSpanUtils•••Change-Id: Id266062831e8c28a346e129168b883ee3d5622bf | 2011-06-17 | 1 | -10/+11 | |
* | Remove the original text from SuggestionSpan•••Change-Id: If70d32cad980b46ba77f399606d7ab3957c5d096 | 2011-06-15 | 1 | -8/+16 | |
* | Add SuggestionSpan suggestion picked notification receiver•••Bug: 4443922 Change-Id: I8a9dc5077ae06c6d0c39fd7fdd823fc4f4d05f45 | 2011-05-26 | 1 | -11/+20 | |
* | Disable the legacy recorrection functionalities if the suggestion span is sup...•••Bug: 4346045 Change-Id: Ib4594a9073b961038564bbcd601f9c290d153d5d | 2011-05-25 | 1 | -0/+5 | |
* | Put SuggestionSpan at commitText•••Bug: 4346045 Change-Id: Iaabdb8a148b2601bb9cbc2b08509adac164105a4 | 2011-05-25 | 1 | -0/+64 |