aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/DebugSettings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move settings related classes to "settings"Ken Wakasa2013-07-221-130/+0
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Reorganize Utils classTadashi G. Takaoka2013-07-051-2/+2
| | | | Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
* Fix some warningsJean Chalard2013-06-271-5/+0
| | | | | | Mostly remove unused imports Change-Id: If8ceffdfad79b78194094527759f5c334746973e
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+1
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Work around a bug in older DownloadManager versions.Jean Chalard2013-04-251-1/+1
| | | | | | | | | | | | | This adds a number to the extension. Note that for DownloadManager to keep this, the server needs to send it a mime type it does not recognize. Right now, it does not recognize application/json so it's okay, but we'd do well to remove the content/type header from the server to prevent problems. Bug: 8467516 Change-Id: Ic484f66ac3f67c36f59f2c0bcb8c7fdeb6e8590d
* Legal noticeSatoshi Kataoka2013-04-221-12/+2
| | | | | Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
* Clean up PREF_USABILITY_STUDY_MODEKurt Partridge2013-03-041-1/+1
| | | | | | | | | | - Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* [AD4] Actually copy the file in place.Jean Chalard2013-01-211-0/+1
| | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
* [AD3] Implement the interface to choose a local dictionaryJean Chalard2013-01-211-1/+2
| | | | | Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690
* [AD1] Add an option to read an arbitrary dictionary.Jean Chalard2013-01-181-0/+15
| | | | | Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81
* fix possible NPE in DebugSettingssatok2013-01-101-0/+3
| | | | Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
* Clean up debug related preference keysTadashi G. Takaoka2013-01-081-9/+9
| | | | Change-Id: Ib7129692c673b3bce253120ee709e0253aeafa52
* Remove a couple Eclipse and Android Lint warningsJean Chalard2012-12-061-1/+0
| | | | Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3
* Tweak beeline speedSatoshi Kataoka2012-11-301-0/+11
| | | | Change-Id: I77bbd5e1888281e838d87824dc04a574b1a7ecb7
* Hide statustics logging optionSatoshi Kataoka2012-11-141-0/+8
| | | | Change-Id: I1ee258948a8335af7996f9e3afcc0508adbb1ac0
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Cleanup settingsSatoshi Kataoka2012-09-211-0/+11
| | | | | | bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59
* Use InputMethodSettingsFragment for IME settingsTadashi G. Takaoka2012-04-131-5/+8
| | | | Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf
* Fix TAG nameKurt Partridge2012-03-191-1/+1
| | | | Change-Id: Ibea065bc72e6b5e40cfa3ffa2fb6bcdeb107ffc4
* Restart LatinIME service when keyboard theme is changedTadashi G. Takaoka2012-03-081-1/+4
| | | | | Bug: 6023947 Change-Id: I779da32708fca7333aff74929cc98173246ee685
* Add "force non-distinct multitouch" debug optionTadashi G. Takaoka2012-01-171-0/+3
| | | | Change-Id: I9fd6fabf03515011cedb8aaa30fdb7a77f2d4d12
* Remove sliding spacebar language switcherTadashi G. Takaoka2011-07-191-8/+0
| | | | | Bug: 4971680 Change-Id: Ia3485ddcf8051bf7b7ba7f7a37fa75c3bc8a4798
* Add an debug option to use spacebar switchersatok2011-04-221-0/+8
| | | | Change-Id: Icc483f097696a1c5a2a7ab037afce19c9cfe837f
* Rename a member to comply to the member naming policy.Jean Chalard2011-02-031-4/+4
| | | | Change-Id: Ie9493f438c6ac371029e52a5d5f6191c7239bf75
* Kill the process when the debug mode is updated.Jean Chalard2011-02-031-0/+10
| | | | | | | Killing the process allows for some settings that are read only on service start up to be correctly read again. Change-Id: Ia48f2ca4760a530ac47b727f290d606715cb6bde
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-0/+76
This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb