aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-07Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.•••Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d Alan Viverette4-6/+124
2013-03-07Refactor ProximityType and CorrectionType•••Bug: 8277656 Change-Id: Ia7940bbf81fcf4ff5eb7869b105d98aa34155d33 Satoshi Kataoka4-28/+29
2013-03-06Remove unused scale parameter from getPointToKeyLength()•••Change-Id: I7bbe1b68264a389923f8a19bb37646c8ab0cb46f Tom Ouyang4-30/+7
2013-03-06Import translations. DO NOT MERGE•••Change-Id: I7cc086bac4494d1238ef6c5f9939a651100ee42d Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-05Make Cyrillic Hard Signs base letters of Soft Signs per cyrillic•••keyboard layouts bug: 8269407 Change-Id: I52962ef1b6cbec125f6cfd3afc110fcbb06409df Ken Wakasa1-2/+4
2013-03-05refactor MAX_POINT_TO_KEY_LENGTH•••Change-Id: I3b44068bce784531516f3cdfe67b3b46b1f1b805 Satoshi Kataoka6-10/+11
2013-03-05Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 Tadashi G. Takaoka5-32/+57
2013-03-04Add CorrectionType•••Change-Id: Ibbad8476be40e322cadfbf9636a13e575338ec1d Satoshi Kataoka1-0/+14
2013-03-02Small cleanup in CompatUtils•••Change-Id: I9b4a8d7eae744ba6252a6475b75240248c70a3c0 Ken Wakasa1-4/+4
2013-03-01Import translations. DO NOT MERGE•••Change-Id: I1852e989314ddd2e3f806486a0774ffe446473e8 Auto-generated-cl: translation import Baligh Uddin49-1174/+98
2013-03-01Add 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. Takaoka8-20/+208
2013-03-01Cleanup getProximityType•••Change-Id: I89c5871bbcf0fe3d5f50052e8f64932d8efbce94 Satoshi Kataoka4-21/+44
2013-03-01rename define•••Change-Id: I4767eff187c76541648cc066a88293e46a90f033 Satoshi Kataoka1-3/+3
2013-02-28Separate suggestions from SuggestionView•••This is a cleanup change, but it's also necessary for Bug: 8152758 Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71 Jean Chalard3-29/+44
2013-03-01Add translatable="false" to setup wizard's string resources•••Bug: 8265778 Change-Id: I351dc2b88e4fa33c2008107a1d6d19940c4db6ab Tadashi G. Takaoka1-10/+11
2013-03-01add a default vaule for getMatchedProximityType•••Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987 Satoshi Kataoka1-0/+2
2013-02-28Revert "Fix description of setup wizard 1st step"•••This reverts commit b5f4cac53266e6c3783b6a0ff62f40f2e293c24f Change-Id: Ic5787fcf63663885285c20403534572d5e7d7696 Tadashi G. Takaoka1-1/+1
2013-02-28Fix description of setup wizard 1st step•••Bug: 8265778 Change-Id: Ie25be9d43089b2e9cb7b690df374bad1f8966b16 Tadashi G. Takaoka1-1/+1
2013-02-27Remove closing method from KeyboardView•••This is a follow up of Ie00ba827. After the change, the KeyboardView.closing() method does nothing important. Change-Id: I9659ea56ce82a95f8798a4136bf93f164b67fae7 Tadashi G. Takaoka3-9/+0
2013-02-27Keep Keyboard object while closing KeyboardView•••Bug: 8217626 Change-Id: Ie00ba827bc391aa152427965c57488b66308a75c Tadashi G. Takaoka1-1/+1
2013-02-26Small cleanup of RunInLocale•••Change-Id: Ib588e67da2c88345fc4eb51587b07ebfa434e0bb Tadashi G. Takaoka1-2/+3
2013-02-26Fix failed unit test due to resource string change•••Change-Id: Ie7acdf6895a9769eb43ea8a1c70c0d13b32ed349 Tadashi G. Takaoka1-3/+3
2013-02-23Send the dictionaries descriptions to the dict pack•••Bug: 8255795 Change-Id: I12a5922f50c2d2e3aa639457abcc1483e6a48721 Jean Chalard2-3/+16
2013-02-23Fix a possible crash•••If the dictionary ID, as indicated in the metadata, is less than three chars long, it crashes LatinIME. Of course we don't have such dictionary IDs in the current metadata, but it's still better to be able to handle the case gracefully ^^; Change-Id: I60cdf6f8ecce9f4d44b42ddd5d157aebff9a4163 Jean Chalard1-3/+7
2013-02-23Remove a cluttering log•••Bug: 8175067 Change-Id: I9a104a32ba2b3b52a5dfa250f8c642abd6169cc0 Jean Chalard1-4/+5
2013-02-22Pass the client ID to the dictionary pack in settings•••Bug: 6789534 Bug: 8256209 Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6 Jean Chalard1-1/+5
2013-02-22Fix a bug with the passed dictionary id•••We used to make the dictionary that we passed to the dictionary pack as an initial value based on the locale. This is wrong - it should be read from the dictionary. This change fixes that. Bug: 7005813 Change-Id: Ib08ed31dd9c216f6f7b9c6c3174ca514bf96e06f Jean Chalard2-6/+11
2013-02-22Tiny cleanup•••Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43 Jean Chalard1-1/+0
2013-02-22Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 Jean Chalard7-33/+38
2013-02-22Import translations. DO NOT MERGE•••Change-Id: I75753bfe196bf52c7ec5534ce1996e035ea0f956 Auto-generated-cl: translation import Baligh Uddin53-1170/+1178
2013-02-21[TestPrep8] Narrow try/catch scope•••Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef Kurt Partridge1-10/+9
2013-02-21[TestPrep7] Encapsulate JsonWriter creation•••Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe Kurt Partridge1-8/+19
2013-02-21Use common incremental decoder output scale.•••Change-Id: Ib6bd7be45be9229a075b6a8feb46c67ec75a9b06 Tom Ouyang1-0/+1
2013-02-21add defines•••Change-Id: I8bc009bf258cbdf01e15dc63a7a8afad47db5d96 Satoshi Kataoka1-0/+4
2013-02-20[TestPrep5] Parameterize MainLogBuffer•••Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290 Kurt Partridge2-19/+19
2013-02-20[TestPrep4] Add some finals•••Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0 Kurt Partridge1-3/+3
2013-02-20[TestPrep3] Add helper method to retrive dictionary•••Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff Kurt Partridge1-7/+9
2013-02-20[TestPrep2] Rename a method•••Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9 Kurt Partridge2-4/+4
2013-02-20[TestPrep1] Move MotionEvent.Action strings to LoggingUtils•••Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337 Kurt Partridge2-11/+39
2013-02-21Add preliminary setup wizard•••Bug: 8159728 Change-Id: I30d9cd637fb1d2e64588550e0aa4387bc1f7e6e5 Tadashi G. Takaoka15-5/+745
2013-02-20Use WordComposer.addKeyInfo for testing•••Change-Id: I500654e7a26717aa5547942357e56060afb72969 Tadashi G. Takaoka1-1/+3
2013-02-20Add debug output•••Change-Id: I45fd249a6536e438125782e6e7800760f8e8d426 Satoshi Kataoka1-0/+3
2013-02-18Fix layout direction of Keyboard and Suggestions view•••Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a Tadashi G. Takaoka1-0/+6
2013-02-15Implement getting data files with protocol v2•••This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb Jean Chalard1-26/+55
2013-02-14Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe Tadashi G. Takaoka2-5/+52
2013-02-14clean up seach key vector•••Bug: 8197301 Change-Id: I6a67d2914bd44b3ceca655adcd65c9c42796b026 Satoshi Kataoka6-62/+57
2013-02-13Determine the protocol version of the dictionary pack•••...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267 Jean Chalard1-14/+44
2013-02-13Import translations. DO NOT MERGE•••Change-Id: Ib49331c1511dcc9efac19ceda0b70e3604f30791 Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-02-13Prep for GCC 4.6 that will be used in unbundled branches•••Change-Id: I31c1d1bc573ee10779efce0f221d378ad758e9ca Ken Wakasa2-6/+7
2013-02-12Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 Kurt Partridge3-9/+16