Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep showing important notice when "show correction suggestions" is off•••When 1. The important notice message is shown on the suggestions strip. 2. And the "Show correction suggestions" settings is off. we will keep showing the important notice message on the suggestion strip. Bug: 13741460 Change-Id: I411007ab1e5e6959b6cdba7a6601a84635259313 | 2014-05-26 | 1 | -4/+11 | |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 1 | -3/+1 | |
* | Make DistracterFilter interface.•••Bug: 13142176 Bug: 15094186 Change-Id: If94b0a155b5ea2ff6b839e7da9d12a9cc6553931 | 2014-05-23 | 1 | -2/+2 | |
* | Move distracter filter to dictionary facilitator.•••Bug: 13142176 Bug: 15094186 Change-Id: Ib9e42f8e25538009f3ba62cf1e034cae3f6823c7 | 2014-05-23 | 1 | -11/+11 | |
* | Have DictionaryFacilitator in LatinIME.•••Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413 | 2014-05-23 | 1 | -30/+21 | |
* | Fix NPE happening in unit tests.•••Change-Id: I2fc0dba53e18883755ff77351c152a9d3534c92b | 2014-05-22 | 1 | -2/+3 | |
* | Merge "Use enabled subtypes for Keyboard in DistracterFilter." | 2014-05-22 | 1 | -2/+3 | |
|\ | |||||
| * | Use enabled subtypes for Keyboard in DistracterFilter.•••Bug: 13142176 Bug: 15094186 Change-Id: I142eeaa11f838080a4fc5a342155e5d470eab3d4 | 2014-05-21 | 1 | -2/+3 | |
* | | Add beginning of sentence information in PrevWordsInfo.•••Bug: 14119293 Bug: 14425059 Change-Id: I65320920e840082b0b697bb621676716d0933e0c | 2014-05-21 | 1 | -5/+6 | |
|/ | |||||
* | Use PrevWordsInfo instead of String in Java side.•••Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762 | 2014-05-19 | 1 | -5/+5 | |
* | Use dedicated DictionaryFacilitator for DistracterFilter•••Bug: 15002249 Change-Id: Ic77eaa7d627d406daad7dcd15cb4884d9f647312 | 2014-05-17 | 1 | -5/+5 | |
* | Revert "Use dedicated DictionaryFacilitator for DistracterFilter"•••This reverts commit 7122fe76e3ca48a12f1e069ee0c742788c1884b6. Change-Id: I341089864a2b58de6e0f35844a12fb632bd1eabb | 2014-05-16 | 1 | -5/+5 | |
* | Use dedicated DictionaryFacilitator for DistracterFilter•••Bug: 15002249 Change-Id: I2ebf1941fb0453ea4b97c0e539f8b36e5e0262c1 | 2014-05-16 | 1 | -5/+5 | |
* | Remove unused auto correction led for spacebar feature•••Change-Id: Ie1544bd0d28684d9b7887fddff37b224ed4f8201 | 2014-05-15 | 1 | -2/+0 | |
* | Merge "Simplify StatsUtils" | 2014-05-15 | 1 | -1/+3 | |
|\ | |||||
| * | Simplify StatsUtils•••With this CL, the implementation of StatsUtils no longer needs to know how to read settings from the system. Insted, the LatinIME class is now responsible for notifying StatsUtils whenever the settings is changed. BUG: 14324207 Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960 | 2014-05-15 | 1 | -1/+3 | |
* | | Fix off-device build•••This CL fixed the breakage caused by DistracterFilter. It should be checked in together with I8f53e9481c0f Bug: 14911612 Bug: 13142176 Change-Id: I33c3526165cea58926d10404552f1fadc385c2e5 | 2014-05-14 | 1 | -1/+3 | |
|/ | |||||
* | Merge "Implement the distracter filter" | 2014-05-13 | 1 | -12/+5 | |
|\ | |||||
| * | Implement the distracter filter•••Bug: 13142176 Change-Id: I85a048cdcbbad3d6020a25f900250d8d7a0fe3da | 2014-05-13 | 1 | -12/+5 | |
* | | Create the path for specifying combining rules in the subtype•••Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43 | 2014-05-12 | 1 | -1/+5 | |
|/ | |||||
* | Merge "Make AccessibleKeyboardViewProxy not singleton" | 2014-05-01 | 1 | -5/+0 | |
|\ | |||||
| * | Make AccessibleKeyboardViewProxy not singleton•••This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42 | 2014-05-01 | 1 | -5/+0 | |
* | | Merge "Handle user dict as an ExpandableBinaryDictionary." | 2014-04-30 | 1 | -1/+2 | |
|\ \ | |/ |/| | |||||
| * | Handle user dict as an ExpandableBinaryDictionary.•••Bug: 13755213 Change-Id: I2d242a3332e9633d4e41e08c0bbfafcefd814ecd | 2014-04-30 | 1 | -1/+2 | |
* | | TalkBack correct shift state•••Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf | 2014-04-30 | 1 | -12/+0 | |
* | | Use shouldOfferSwitchingToNextInputMethod when available•••With this CL, LatinIME starts using InputMethodManager#shouldOfferSwitchingToNextInputMethod when available and API level is higher than 19 (KitKat). Note that relevant settings of LatinIME will be ignored if InputMethodManager#shouldOfferSwitchingToNextInputMethod is considered to be available at the moment. We will revisit here to reorganize the user visible settings before the new global IME switching mechanism becomes publicly available. BUG: 12965588 Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718 | 2014-04-28 | 1 | -1/+25 | |
|/ | |||||
* | Add null check in createDistracterFilter().•••Change-Id: Iff2b73081d48f32b1d3a5d5b32c9734979362c23 | 2014-04-25 | 1 | -1/+5 | |
* | Prepare to implement distracter filter•••It was implemented according to the Plan B in the design doc: http://go/ime-misspelling-filter This CL is to create a DistracterFilter instance and pass it to PersonalizationDictionarySessionRegistrar. This patch should be checked in together with Id633b4fd45693 Bug: 13142176 Change-Id: Ia4957e64218c9619fcf9bb91795a187617c72a2e | 2014-04-25 | 1 | -2/+14 | |
* | Merge "Fix a wrong parameter passed." | 2014-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Fix a wrong parameter passed.•••Bug: 14120001 Change-Id: I8258304bc500fe28870fb8a5c11c15d97795423c | 2014-04-17 | 1 | -1/+1 | |
* | | Merge "Restart suggestions when restarting input" | 2014-04-16 | 1 | -3/+1 | |
|\ \ | |||||
| * | | Restart suggestions when restarting input•••Bug: 6851364 Change-Id: I3052924053f37f56c9c3953051aa1b22224a2b2e | 2014-04-16 | 1 | -3/+1 | |
| |/ | |||||
* / | Fix some failing tests•••Bug: 13968927 Change-Id: I7e5e075535e38bf0fa24af98ed6e2cdfd6de6556 | 2014-04-15 | 1 | -3/+6 | |
|/ | |||||
* | Merge "[IL135] Make getCurrentAutoCapsState private" | 2014-04-15 | 1 | -16/+18 | |
|\ | |||||
| * | [IL135] Make getCurrentAutoCapsState private•••Bug: 8636060 Change-Id: I800aefe6fee4c14df6fe5abe21b2387c69abb8f5 | 2014-04-14 | 1 | -16/+18 | |
* | | Merge "[IL134] Add an alternative path to getCurrentAutoCapsState" | 2014-04-15 | 1 | -1/+2 | |
|\| | |||||
| * | [IL134] Add an alternative path to getCurrentAutoCapsState•••Bug: 8636060 Change-Id: I959e13d34910adad028ed6174f92029ff690eeeb | 2014-04-14 | 1 | -1/+2 | |
* | | Fix updating the shift state upon backspace•••Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537 | 2014-04-14 | 1 | -4/+5 | |
|/ | |||||
* | Keep ImportantNoticeDialog showing after orientation changed•••Bug: 13951402 Change-Id: Ia6340d48843abca68ebadd299827cbe43516cc39 | 2014-04-14 | 1 | -9/+6 | |
* | Merge "Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR" | 2014-04-13 | 1 | -0/+14 | |
|\ | |||||
| * | Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR•••With this CL, LatinIME starts calling InputMethodService#setCursorAnchorMonitorMode in #onStartInput() when ProductionFlag.USES_CURSOR_ANCHOR_MONITOR flag is explicitly set to true. BUG: 13891796 Change-Id: Ib2fb0c3521b61859d4cc530155ccaaee7ee16cbc | 2014-04-11 | 1 | -0/+14 | |
* | | Merge "[IL133] Avoid calling a dangerous method from outside." | 2014-04-10 | 1 | -5/+10 | |
|\ \ | |||||
| * | | [IL133] Avoid calling a dangerous method from outside.•••We want to remove all calls to this as it lets internal values escape, but there is some refactoring to do to finish this. Bug: 8636060 Change-Id: Iedba6afe4719bc0add868714a1ee5a04b7ead33e | 2014-04-03 | 1 | -5/+10 | |
* | | | Fix some flaky tests.•••In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55 | 2014-04-10 | 1 | -0/+5 | |
| |/ |/| | |||||
* | | Merge "Add StatsUtils for checking state" | 2014-04-08 | 1 | -0/+4 | |
|\ \ | |||||
| * | | Add StatsUtils for checking state•••BUG: 11746191 Change-Id: I0218dd07dde1d09321009ea1497258fc4235a1e8 | 2014-04-08 | 1 | -0/+4 | |
* | | | Merge "[IL132] Remove some calls that let a value escape." | 2014-04-04 | 1 | -8/+8 | |
|\ \ \ | | |/ | |/| | |||||
| * | | [IL132] Remove some calls that let a value escape.•••Bug: 8636060 Change-Id: I696514934586ee71e734fd974026af8b2c866127 | 2014-04-03 | 1 | -8/+8 | |
| |/ | |||||
* / | Use platform default theme for activities and dialogs•••Bug: 13698528 Change-Id: Ib904c911452525e3749c0eb287434b504576db5f | 2014-04-04 | 1 | -2/+4 | |
|/ | |||||
* | [IL129] Change some confusing method names.•••Bug: 8636060 Change-Id: I2f55fc23d7e05b63582a3f0660b58635eae5ec59 | 2014-04-02 | 1 | -5/+6 |