aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIMESettings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-249/+0
| | | | | | This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb
* Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-021-1/+1
| | | | | | | | | This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+3
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* Update the voice input warning dialog message string.Ken Wakasa2010-12-011-9/+30
| | | | | | | | Updated the relevant settings menu as well. bug: 3194809 Change-Id: Ibcd00fcf32f82b7733da155ef6e15e389d53c645
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-3/+3
| | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Refactor to move voice functionarities in LatinIME to VoiceIMEConnectorsatok2010-11-231-1/+2
| | | | Change-Id: I593a8187d48338c9c0e7d75c73c2dbfc32400335
* Add a functionarity to handle Subtypesatok2010-11-191-2/+0
| | | | Change-Id: Ic6055ba218b64f4276e3db99a435f546c3990ee5
* Move functions related to LanguageSwitcher to LatinIMESubtypeSwitchersatok2010-11-181-7/+1
| | | | Change-Id: I5fa306cf311063ff96b6d45faaca2ffe84cddbf9
* Add showing suggestion only on portrait mode and fixing the state of ↵satok2010-11-161-13/+4
| | | | | | suggestion strip Change-Id: I7babd1400a3516c87506a3ea4bd46ddaf89e19b4
* Check the system vibrator availability for the "Vibrate on keypress" preference.Ken Wakasa2010-11-111-0/+8
| | | | | bug: 3021001 Change-Id: I7843a3e4765333c720fd8f258c1fffdf6f090d3a
* Make "show settings key option" dependent to device configurationTadashi G. Takaoka2010-10-221-0/+5
| | | | | Bug: 3095814 Change-Id: I73b8a5023b398621a910c953eade252dc6412923
* Add an auto complete's threshold option.Mitsuhiro Shimoda2010-10-051-0/+24
| | | | Change-Id: I3a6821ced8642ab8f954e79a25e31766e4a18eb8
* Add Debug Settings Activitysatok2010-09-271-35/+0
| | | | | | Bug:3033472 Change-Id: I311c66ac3c612a30d7da3be8ee35a352f49016ac
* Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-161-1/+12
| | | | | | bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
* Remove Log functions from Gingerbreadsatok2010-08-301-4/+8
| | | | Change-Id: I0ab19726a6bfaf14b42c05903f38dfb74cbd0d37
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-7/+31
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Clarify licensingJean-Baptiste Queru2010-04-051-2/+2
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi2010-03-301-2/+2
| | | | | | | | Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+200
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986