aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update important notice version even when user select Settings•••Bug: 13060852 Change-Id: I463fdf3d51cacf99693fcde2998ea751046d1cc5 Tadashi G. Takaoka2014-02-181-1/+1
* Merge "Don't show important notice on password field"Tadashi G. Takaoka2014-02-171-4/+6
|\
| * Don't show important notice on password field•••Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98 Tadashi G. Takaoka2014-02-171-4/+6
* | Add go to "Settings" button to important notice dialog•••This CL also - removes icons on important notice title. - changes the "Personalized suggestions" summary text. This change must be checked in together with Id115d89ba9. Bug: 10587358 Change-Id: I52ff26fa8ae12445e9014ba08253f69e1be609f4 Tadashi G. Takaoka2014-02-171-10/+11
|/
* Add PunctuationSuggestions class•••This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f Tadashi G. Takaoka2014-02-141-3/+1
* Merge "Show the suggestion strip for the important notice"Jean Chalard2014-02-141-1/+4
|\
| * Show the suggestion strip for the important notice•••Bug: 10587358 Change-Id: Ia060a9ca9dfc2e7fe0750536a9fea3b9cc5900c4 Jean Chalard2014-02-121-1/+4
* | Dump settings.•••Bug: 10315296 Change-Id: Ieb020a23886514b3ba97611d8a6001f32b322f63 Jean Chalard2014-02-121-7/+1
|/
* Make importance notice dialog cancel able•••Bug: 10587358 Change-Id: I7415a6f33e6b5542718164fea1555095d23233e5 Tadashi G. Takaoka2014-02-121-1/+1
* Show important notice strip•••Bug: 10587358 Change-Id: I1af3faa59afb2fc4cb90176acff1c2b0b1ba369c Tadashi G. Takaoka2014-02-101-2/+11
* Merge "Conditionally store the raw suggestions."Jean Chalard2014-02-061-2/+2
|\
| * Conditionally store the raw suggestions.•••Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19 Jean Chalard2014-02-061-2/+2
* | Unregister DictionaryDumpBroadcastReceiver in onDestroy().•••Change-Id: I83a05a8369c2fe2fa7522f18eb00983a0b10dc19 Keisuke Kuroyanagi2014-02-061-0/+1
|/
* [IL109] Move more code to InputLogic•••Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405 Jean Chalard2014-02-051-95/+12
* [IL108] Remove some uses of LatinIME in input logic.•••Access the suggestion strip through the interface instead. Bug: 8636060 Change-Id: Ia8bd705c230f943e309d677ef683b1a2cbe68036 Jean Chalard2014-02-051-1/+2
* [IL107] Add an interface to access the suggestion view.•••Bug: 8636060 Change-Id: I603af6bcdaa31f64aaaf916784720a133388c737 Jean Chalard2014-02-051-6/+17
* Add dictionary dump buttons in debug settings.•••Bug: 11736680 Bug: 12810574 Change-Id: I1f797b5ac6acf94b40d9698d4535e8f5da2bfb17 Keisuke Kuroyanagi2014-02-041-0/+14
* Clear important notice strip•••Bug: 10587358 Change-Id: Ic90e5825200a1d424aac4ba263b252187a203241 Tadashi G. Takaoka2014-02-031-0/+1
* Merge "Show important notice dialog"Tadashi G. Takaoka2014-02-031-5/+20
|\
| * Show important notice dialog•••Bug: 10587358 Change-Id: I3b4282a1bb183aa901110a4a2fc1b6ed72818aae Tadashi G. Takaoka2014-02-031-5/+20
* | Merge "Have empty suggestions go through setNeutralSuggestions."Jean Chalard2014-02-031-2/+4
|\ \ | |/ |/|
| * Have empty suggestions go through setNeutralSuggestions.•••Bug: 12865205 Change-Id: If17a390c445d0820325a9b16cc4f2f27a361187a Jean Chalard2014-02-031-2/+4
* | Add important notice strip•••This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a Tadashi G. Takaoka2014-01-311-0/+7
|/
* Show "Touch again to save" in system locale•••Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac Tadashi G. Takaoka2014-01-301-2/+1
* [IL106] Inline a now useless method.•••Bug: 8636060 Change-Id: Ic8e0225206358680aa0de421f17ab443c888036d Jean Chalard2014-01-291-12/+0
* [IL105] Remove more useless arguments•••Bug: 8636060 Change-Id: I9e817bb9622c84544a5ca8708e5c1fccad1ed447 Jean Chalard2014-01-291-6/+6
* [IL104] Remove useless arguments•••Bug: 8636060 Change-Id: I97a371fe0c6227eb0f03d3e391a33726e6280322 Jean Chalard2014-01-291-27/+7
* [IL103] Save the typed word separately in SuggestedWords.•••This helps managing the cases where the typed word is not in the suggestions. This happens during recorrection. Bug: 8636060 Change-Id: I6784feb793cae96272a7f1d123a0e3bbb8f03143 Jean Chalard2014-01-291-1/+2
* [IL102] Rename a method•••Bug: 8636060 Change-Id: Ia54afdfab9124aa5c35699e357e63eae66a7557f Jean Chalard2014-01-281-5/+4
* [IL101] Remove a method•••Bug: 8636060 Change-Id: Ic9c12fc6970987b0e1912e8ae85bed55260d66b5 Jean Chalard2014-01-281-8/+8
* [IL100] Pull up a check•••Bug: 8636060 Change-Id: I344ed59f5f55b412880fc6dc70205eecb1e79961 Jean Chalard2014-01-281-2/+1
* [IL99] Migrate some code to InputLogic.•••Bug: 8636060 Change-Id: Ibf1f9c7bdc3fdd872d6c15447fa555434485cc52 Jean Chalard2014-01-281-18/+5
* [IL98] Refactoring of setSuggestedWords•••Bug: 8636060 Change-Id: Iab53df96f2c23bddc6c70c3560b380fbaef1053c Jean Chalard2014-01-281-6/+6
* [IL97] Readability improvement•••Bug: 8636060 Change-Id: I6b15c7fb91cd4cf23a993541c19842b51e328f8f Jean Chalard2014-01-281-11/+10
* Merge "Suggestion strip honors RTL layout"Tadashi G. Takaoka2014-01-281-1/+3
|\
| * Suggestion strip honors RTL layout•••Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb Tadashi G. Takaoka2014-01-281-1/+3
* | [IL96] Inline a method•••Bug: 8636060 Change-Id: I517591c484dce74788398cf4a4db9a074d91a6c0 Jean Chalard2014-01-281-5/+1
* | [IL95] Inline a method that's always called in sequence•••Bug: 8636060 Change-Id: I514cf14596b3fa46eccadcf536342e4bb805708d Jean Chalard2014-01-281-8/+7
|/
* [IL94] Remove a function and some reordering•••Bug: 8636060 Change-Id: I4baa237c9c7b58a8eb4158c34b9d3f3dfb95c69c Jean Chalard2014-01-271-5/+2
* [IL93] Refactor a method inside another•••The calls to setAutoCorrectionIndicator with a constant are always the exact same as mWillAutoCorrect. Bug: 8636060 Change-Id: I8106919819b978b0a9655af2ef444664fad4c1ad Jean Chalard2014-01-271-3/+1
* [IL92] Straighten out showSuggestionStripWithTypedWord•••Bug: 8636060 Change-Id: I066ff29c76349f0ab61441ea5f7bc9085d24bdbc Jean Chalard2014-01-271-7/+2
* [IL91] Call reorder•••Bug: 8636060 Change-Id: I3d0ce6dcb3b51cabc424d00a397d243c32360e92 Jean Chalard2014-01-271-9/+8
* [IL90] Small refactoring•••Bug: 8636060 Change-Id: I37844ab1c5c61ea940897e7d72bb79c7b329f743 Jean Chalard2014-01-271-3/+5
* [IL89] Inline a function•••We will then refactor the contents of showSuggestionStripWithTypedWord Bug: 8636060 Change-Id: I8a2a0d50b79fcc7ad21b01a0060b9fa7e4c1bdd6 Jean Chalard2014-01-271-7/+3
* [IL88] Simple refactoring•••With this, the value passed to suggestedWords is never null. Bug: 8636060 Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f Jean Chalard2014-01-271-1/+1
* [IL87] Remove a call to clearSuggestionStrip•••The goal is to remove the function completely. Bug: 8636060 Change-Id: I50b8f0368c8f6506209398ff931881e2235c3d2d Jean Chalard2014-01-271-6/+2
* [IL85] Maybe show punctuations when app completions are null•••When the app goes to the trouble of supplying completions, but supplies null, then we should show punctuations if settings allow. Bug: 8636060 Change-Id: I33c32566039c80df61fcca3fab346fd336d96a12 Jean Chalard2014-01-271-1/+1
* [IL84] Remove a useless call and rename a method•••Bug: 8636060 Change-Id: I5cac787953a3c71b6402520c2f5c70619d4a40a8 Jean Chalard2014-01-271-3/+4
* [IL83] Inline a call•••The coming string of changes is very complicated, so I'm going to do things really slowly. Bug: 8636060 Change-Id: Id8a07a154ac514e9b3307ead22d47c3ae6fa732b Jean Chalard2014-01-271-1/+2
* [IL82] Fix a wrong comment•••Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e Jean Chalard2014-01-271-1/+1