aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the dialog to insert words to the dictionary.•••Bug: 8562529 Change-Id: Ibd853f0cb995e7fb35f8730eafcef73ead58c869 Jean Chalard2013-04-121-0/+51
* Merge the dictionary pack in Latin IME.•••Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172 Jean Chalard2013-03-192-0/+74
* Small cleanup in CompatUtils•••Change-Id: I9b4a8d7eae744ba6252a6475b75240248c70a3c0 Ken Wakasa2013-03-021-4/+4
* Add setup wizard launcher icon•••The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca Tadashi G. Takaoka2013-03-011-0/+36
* Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 Tadashi G. Takaoka2013-02-212-0/+112
* Separate IntentUtils from CompatUtils•••Change-Id: I373ae7ad26eee44cc8e9720314f6a53b811d0021 Tadashi G. Takaoka2013-02-041-17/+2
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-077-38/+52
* Merge "Remove AudioManagerCompatWrapper.java"Ken Wakasa2012-12-171-54/+0
|\
| * Remove AudioManagerCompatWrapper.java•••It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f Ken Wakasa2012-12-171-54/+0
* | Clean up SuggestionSpanUtils for API level 14+•••Change-Id: Iadc235524341b48e7618e9ce05907c786409e004 Ken Wakasa2012-12-171-62/+17
|/
* Enhance ImfUtils to InputMethodManagerWrapper class•••Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020 Tadashi G. Takaoka2012-11-121-36/+4
* Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-221-12/+7
* Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d Tadashi G. Takaoka2012-10-031-2/+2
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-272-2/+2
* Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 Tadashi G. Takaoka2012-08-296-6/+6
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-5/+6
* Cleanup unused import and dead code•••Change-Id: Ife877620561d29a8f25602916420741186104617 Tadashi G. Takaoka2012-08-061-3/+0
* Enable hardware accelerated drawing for SoftInputWindow of LatinIME•••Taking advantage of Ib6a8bda46223ce1153f32834daf02a820d16136e bug: 6872994 Change-Id: I799b25b6509980dd9f039bead9bc926b42cbb040 Ken Wakasa2012-08-021-0/+34
* Do not set "SuggestionSpan"s for suggestions from the next word predicition•••Bug: 6294817 Change-Id: I5010eafa5ba7e947743706adf7e722f4f0cfb415 satok2012-05-151-0/+1
* Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d Tadashi G. Takaoka2012-04-181-40/+6
* Do not pass misspelled flags to TextView•••Bug: 6310268 Original CL: I2f7a54ae0d63235a0b94e039109ab8 Change-Id: I28f64a4d0bb262db819f5f8c0ffc58a259c8e62d satok2012-04-171-6/+1
* Utilize InputMethodSubtype and additional subtype•••* Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897 Tadashi G. Takaoka2012-04-131-0/+4
* Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df Tadashi G. Takaoka2012-04-131-4/+7
* Add isDictionaryAvailable to SubtypeSwitcher•••Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc satok2012-04-121-2/+3
* Don't draw red underline for manually picked words that came from bigram pred...•••Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9 Ken Wakasa2012-04-051-0/+2
* Add private constructor to utility classes•••Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41 Tadashi G. Takaoka2012-04-034-1/+14
* Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 Tadashi G. Takaoka2012-04-031-118/+0
* Remove ViewParentCompatUtils•••Bug: 6129704 Change-Id: I429dcbec01bb4d33064ab1e3d597640d76c53d2f Tadashi G. Takaoka2012-04-031-51/+0
* Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils•••Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b Tadashi G. Takaoka2012-04-032-57/+0
* Merge "Cleanup EditorInfoCompatUtils"Tadashi G. Takaoka2012-04-031-41/+5
|\
| * Cleanup EditorInfoCompatUtils•••Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef Tadashi G. Takaoka2012-04-031-41/+5
* | Merge "Cleanup FrameLayoutCompatUtils to ViewLayoutUtils"Tadashi G. Takaoka2012-04-031-63/+0
|\ \ | |/ |/|
| * Cleanup FrameLayoutCompatUtils to ViewLayoutUtils•••Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42 Tadashi G. Takaoka2012-04-021-63/+0
* | Remove InputMethodServiceCompatWrapper•••Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c Tadashi G. Takaoka2012-04-032-57/+2
* | Remove InputMethodSubtypeCompatWrapper•••Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d Tadashi G. Takaoka2012-04-035-316/+12
* | Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 Tadashi G. Takaoka2012-04-023-129/+13
* | Remove InputMethodInfoCompatWrapper•••Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6 Tadashi G. Takaoka2012-04-022-99/+12
|/
* Remove InputConnectionCompatUtils•••Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211 Ken Wakasa2012-03-311-80/+0
* Remove ArraysCompatUtils•••bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663 Ken Wakasa2012-03-301-61/+0
* Remove the SharedPreferencesCompat class that is unused.•••bug: 6129704 Change-Id: Ib3f5ce242e016d2ffcefae915a312e5a9aeb9845 Ken Wakasa2012-03-301-53/+0
* Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 Ken Wakasa2012-03-301-51/+0
* Remove unused resources•••Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424 Tadashi G. Takaoka2012-03-301-6/+2
* Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 Ken Wakasa2012-03-302-122/+1
* Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d Tadashi G. Takaoka2012-03-293-7/+8
* 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 satok2012-03-271-7/+25
* Use the unique flag in SuggestionsView•••Also, the first word in a sugestions list can never be obsolete. Change-Id: Ib21439aac8db4e6ce5b15b7a2aabe4222bc354db Jean Chalard2012-03-151-1/+0
* Avoid using collection interface, using array instead•••Change-Id: Ie0554362b73967bfcbbab6ad19c24683066a608e Tadashi G. Takaoka2012-03-131-1/+1
* Merge "Split Utils class to StringUtils, SubtypeUtils, and JniUtils"Tadashi G. Takaoka2012-03-081-3/+4
|\
| * Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 Tadashi G. Takaoka2012-03-081-3/+4
* | Give InputLogicTests the ability to change language•••Also fix a typo, and increase the time allowed to load the main dictionary to 2 secs instead of 1. Bug: 6114326 Change-Id: I5f70b34fc4277c55977b18466253152aa98a2507 Jean Chalard2012-03-082-4/+4
|/