aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move settings related classes to "settings"Ken Wakasa2013-07-221-301/+0
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Fix some warningsJean Chalard2013-06-271-1/+1
| | | | | | Mostly remove unused imports Change-Id: If8ceffdfad79b78194094527759f5c334746973e
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+4
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"Tadashi G. Takaoka2013-05-281-1/+1
|\
| * Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecsTadashi G. Takaoka2013-05-281-1/+1
| | | | | | | | Change-Id: I16e3f3ebc43772cfd96c824afeddfd225404b857
* | Adding additional feature settings.Keisuke Kuroyanagi2013-05-281-0/+6
|/ | | | Change-Id: I9fec0c03b7da9ce0305b494193f4cfe3fca144f3
* [ZF2] Read settings for profanity filtering.Jean Chalard2013-04-251-0/+2
| | | | | Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b
* Make aggressive threshold really aggressiveSatoshi Kataoka2013-04-241-3/+10
| | | | | Bug: 8701480 Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177
* Make isInternal mutableSatoshi Kataoka2013-03-131-0/+4
| | | | Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
* Move parseCsvString to StringUtilsTadashi G. Takaoka2013-02-121-2/+3
| | | | Change-Id: I602f33991ca57b6057ec2defe01573552b322857
* Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-251-22/+4
| | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* Add preliminary graphics of sliding key input previewTadashi G. Takaoka2013-01-241-0/+3
| | | | | Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04
* Configurable key long press timeoutTadashi G. Takaoka2013-01-231-0/+2
| | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Merge "Simplify the space-before and space-after logic."Jean Chalard2013-01-171-47/+19
|\
| * Simplify the space-before and space-after logic.Jean Chalard2013-01-171-47/+19
| | | | | | | | | | | | Bug: 7889078 Bug: 7268000 Change-Id: I6c77b8c9e60ef69f02526b407124d2f5d02818ee
* | Merge "Add default button to vibration/volume settings dialog"Tadashi G. Takaoka2013-01-171-1/+1
|\ \ | |/ |/|
| * Add default button to vibration/volume settings dialogTadashi G. Takaoka2013-01-101-1/+1
| | | | | | | | Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
* | Remove unused variablesTadashi G. Takaoka2013-01-101-18/+10
|/ | | | Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-188/+91
| | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* Make Settings class singleton to manage SettingsValuesTadashi G. Takaoka2013-01-081-6/+2
| | | | Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1
* Consolidate VibratorUtils with AudioAndHapticFeedbackManagerTadashi G. Takaoka2013-01-081-10/+6
| | | | Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5
* Set default audio and haptic feedback settingsTadashi G. Takaoka2012-12-281-15/+4
| | | | | | | | - Default keypress volume is set to 0.2f in resource. - Default keypress vibration duration is set to 10 msec in resource. Bug: 7055329 Change-Id: I83bd6288d171d9787d52e2b02e4e5305f1435681
* Add a new option for the double-space period functionalityKen Wakasa2012-12-041-0/+2
| | | | | | bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859
* Set additional subtypes before getting current subtypeTadashi G. Takaoka2012-11-281-8/+0
| | | | | Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191
* resolved conflicts for merge of b7e6bbae to masterJean Chalard2012-11-211-0/+4
|\ | | | | | | Change-Id: Ic02809190721472d138532d2189328519117e042
| * Only add spaces automatically when appropriate.Jean Chalard2012-11-191-0/+4
| | | | | | | | | | | | | | | | Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5
* | resolved conflicts for merge of 4ad92578 to masterKen Wakasa2012-11-171-4/+0
|\| | | | | | | Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef
| * Revert "Only add spaces automatically when appropriate."Ken Wakasa2012-11-161-4/+0
| | | | | | | | | | | | | | This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414
* | resolved conflicts for merge of 6f42cf1d to masterMarco Nelissen2012-11-161-0/+4
|\| | | | | | | Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180
| * Only add spaces automatically when appropriate.Jean Chalard2012-11-151-0/+4
| | | | | | | | | | Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787
* | Enhance ImfUtils to InputMethodManagerWrapper classTadashi G. Takaoka2012-11-121-5/+4
|/ | | | Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020
* Don't put spaces after characters that don't take oneJean Chalard2012-10-231-0/+2
| | | | | Bug: 7393639 Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988
* Show gesture floating preview text by defaultTadashi G. Takaoka2012-10-011-1/+1
| | | | | Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4
* Cleanup settingsSatoshi Kataoka2012-09-211-1/+1
| | | | | | bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59
* Change to "Show language switch key" optionTadashi G. Takaoka2012-09-201-6/+19
| | | | | | | This change deprecates "Suppress language switch key". Bug: 7037410 Change-Id: I1bc90877b4d2ee9364728959fd680dcb5b22ecbf
* Show gesture floating preview text is off by defaultTadashi G. Takaoka2012-09-191-1/+1
| | | | | Bug: 7043127 Change-Id: Icabf080f43a5934fef3824919bb03229522d5e5a
* Use string-array resource to define predefined-subtypesTadashi G. Takaoka2012-09-041-38/+40
| | | | | Bug: 6809603 Change-Id: Icafe4652ec17844838b28c04977deb88bcb9aa8f
* Add ResourceUtilsTadashi G. Takaoka2012-08-291-4/+4
| | | | Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9
* Move some methods from Utils to LocaleUtils classTadashi G. Takaoka2012-08-291-3/+3
| | | | Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-1/+1
| | | | Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
* Refresh editor info when the text field attributes changes.Jean Chalard2012-08-151-0/+4
| | | | | | | | | | 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
* Add advanced options to turn on/off the gesture trail and text previewTadashi G. Takaoka2012-07-301-0/+5
| | | | | Bug: 6883053 Change-Id: I601718afb37289108b45ef68626c7c315edca35d
* Add gesture input enable settingsTadashi G. Takaoka2012-07-201-0/+5
| | | | | Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc
* Fix tab key's navigation behaviorTadashi G. Takaoka2012-07-051-4/+0
| | | | | Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e
* Remove a useless parameter (A29)Jean Chalard2012-06-291-1/+0
| | | | Change-Id: I52625e707abf61da9b95e542f0814c66b532f483
* Remember the source dictionary for each suggestion.Jean Chalard2012-06-271-1/+2
| | | | Change-Id: I3c63372bd5572a479a67eaecfe8c8ea1cabc70d9
* Cleanup, part 9 (C9)Jean Chalard2012-06-211-3/+0
| | | | Change-Id: Ifb15553824915d0634aea83689302c2418b093f3
* Cleanup, part 8 (C8)Jean Chalard2012-06-201-5/+2
| | | | Change-Id: Iecc9b3d43c191614c2951408e14085cb77eefd4d
* Cleanup, part 7 (C7)Jean Chalard2012-06-201-11/+3
| | | | Change-Id: I662be9d3b31fb9e157722f38cab1e6fb8a1152ab