aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use string-array resource to define predefined-subtypes•••Bug: 6809603 Change-Id: Icafe4652ec17844838b28c04977deb88bcb9aa8f Tadashi G. Takaoka2012-09-041-38/+40
* Add ResourceUtils•••Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9 Tadashi G. Takaoka2012-08-291-4/+4
* Move some methods from Utils to LocaleUtils class•••Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a Tadashi G. Takaoka2012-08-291-3/+3
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-1/+1
* Refresh editor info when the text field attributes changes.•••For some reason we get a "restarting" flag from the browser some times when the input field is different. The attributes however are not the same, so we can detect that and reload appropriately. Bug: 6946793 Change-Id: I6762dae6f41db690497b026a707d9cc89c840b34 Jean Chalard2012-08-151-0/+4
* Add advanced options to turn on/off the gesture trail and text preview•••Bug: 6883053 Change-Id: I601718afb37289108b45ef68626c7c315edca35d Tadashi G. Takaoka2012-07-301-0/+5
* Add gesture input enable settings•••Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc Tadashi G. Takaoka2012-07-201-0/+5
* Fix tab key's navigation behavior•••Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e Tadashi G. Takaoka2012-07-051-4/+0
* Remove a useless parameter (A29)•••Change-Id: I52625e707abf61da9b95e542f0814c66b532f483 Jean Chalard2012-06-291-1/+0
* Remember the source dictionary for each suggestion.•••Change-Id: I3c63372bd5572a479a67eaecfe8c8ea1cabc70d9 Jean Chalard2012-06-271-1/+2
* Cleanup, part 9 (C9)•••Change-Id: Ifb15553824915d0634aea83689302c2418b093f3 Jean Chalard2012-06-211-3/+0
* Cleanup, part 8 (C8)•••Change-Id: Iecc9b3d43c191614c2951408e14085cb77eefd4d Jean Chalard2012-06-201-5/+2
* Cleanup, part 7 (C7)•••Change-Id: I662be9d3b31fb9e157722f38cab1e6fb8a1152ab Jean Chalard2012-06-201-11/+3
* Merge "Cleanup, part 4 (C4)"Jean Chalard2012-06-191-3/+5
|\
| * Cleanup, part 4 (C4)•••Change-Id: I2821ae71ec49e4b6b512157d17b80198f74321e4 Jean Chalard2012-06-161-3/+5
* | Merge "Cleanup, part 3 (C3)"Jean Chalard2012-06-191-3/+1
|\|
| * Cleanup, part 3 (C3)•••Change-Id: Ib0be8dc26b6fa366a3dabeea940d466602073244 Jean Chalard2012-06-161-3/+1
* | Simplification (B4)•••Change-Id: Id5abf722a533980ed2d89381dbddc0a71b6f5b6b Jean Chalard2012-06-191-5/+1
* | Move a settings method to SettingsValues (B3)•••Change-Id: Ibfa27bd919c92be219c4d107b3ace008ca80a19f Jean Chalard2012-06-191-1/+6
* | Merge "Add a kind to the suggestion for bookkeeping (A1)"Jean Chalard2012-06-181-4/+3
|\ \ | |/ |/|
| * Add a kind to the suggestion for bookkeeping (A1)•••This will help for debug as well as serve as groundwork for Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I74d0a7b943fb22c514ad79dc064d69ddf336d3ef Jean Chalard2012-06-161-4/+3
* | Cleanup, part 2 (C2)•••Change-Id: I860f41807e9bc2e38b6ad84e1527fc8707a9aa40 Jean Chalard2012-06-161-7/+3
* | Cleanup, part 1 (C1)•••Change-Id: I2b1ddd836aaf6bfc0bd2befb78f98239ffcdbb22 Jean Chalard2012-06-161-8/+1
* | Move final attributes to SettingsValues (B2)•••Bug: 6675475 Bug: 6677394 Change-Id: I4a26efb9226d3f909f331c4d2e47cd83a05c011e Jean Chalard2012-06-161-3/+30
|/
* am 42ecf39d: am 002e43ea: Merge "Remove irrelevant options." into jb-dev•••* commit '42ecf39d04df9eb02e57cf29e63552bc04092857': Remove irrelevant options. Jean Chalard2012-06-141-9/+4
|\
| * Remove irrelevant options.•••Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341 Jean Chalard2012-06-151-9/+4
* | Consolidate auto-correction settings.•••For some reason, there were several ways, not exactly identical, to get this setting. The ones that used mAutoCorrectionEnabled would kick in when the input field was specifying no correction, so it would be a little strange (although harmless in the practice because the settings set in this way would not get used later, because the correct test would be done at that time). Also perform a very small refactoring Change-Id: Ica9f32b238d98009ae1852d3c1e940398f5d341c Jean Chalard2012-06-121-1/+1
* | Move two methods in a more appropriate place•••Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3 Jean Chalard2012-06-121-0/+5
* | Move suggestion strip visibility to SettingsValues•••Change-Id: If34112c69acd5122d87554043d87d8f4dbdf5d15 Jean Chalard2012-06-081-0/+32
* | Accept a null input attributes for reading settings.•••Change-Id: I11a8e1aca3541c35d2b39b27716687fcd8ff3dc6 Jean Chalard2012-06-081-1/+1
* | Move the correction mode to SettingsValue and make it final•••At last this guy is final, at last Change-Id: I76911f8d47493f8a1719f75fc7e949be5d7da1a2 Jean Chalard2012-06-081-1/+11
* | Remove a slew of Eclipse warnings.•••Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502 Jean Chalard2012-06-081-1/+0
|/
* Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-0/+21
* Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 satok2012-05-161-5/+5
* Do not set "SuggestionSpan"s for suggestions from the next word predicition•••Bug: 6294817 Change-Id: I5010eafa5ba7e947743706adf7e722f4f0cfb415 satok2012-05-151-1/+2
* Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc Tadashi G. Takaoka2012-04-191-2/+0
* Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 Tadashi G. Takaoka2012-04-191-4/+4
* Make predefined subtype configurable by XML resource•••Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234 Tadashi G. Takaoka2012-04-181-13/+11
* Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d Tadashi G. Takaoka2012-04-181-2/+3
* Fix typo of some methods' name•••Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4 Tadashi G. Takaoka2012-04-181-4/+4
* 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/+18
* Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43 Tadashi G. Takaoka2012-04-111-1/+1
* Update the names and default values of bigram options.•••Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db Jean Chalard2012-04-051-3/+3
* Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-031-12/+5
|\
| * Add RunInLocale class to guard locale switching•••Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b Tadashi G. Takaoka2012-04-031-13/+5
* | Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 Tadashi G. Takaoka2012-04-031-3/+1
|/
* Combine candidate words and scores•••Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed satok2012-04-021-1/+2
* Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 Ken Wakasa2012-03-301-2/+2
* Refactor to memorize device dependent override parameters•••Change-Id: I79482a8ef3846525669979a30dec183ea18138b5 Tadashi G. Takaoka2012-03-211-18/+5
* Cleanup proximity related code•••Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f satok2012-03-191-1/+0